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

2013-12-29 Thread Allan McRae
Date: Sunday, December 29, 2013 @ 09:14:28
  Author: allan
Revision: 202957

upgpkg: libcap 2.23-1

upstream update

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 08:02:36 UTC (rev 202956)
+++ PKGBUILD2013-12-29 08:14:28 UTC (rev 202957)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libcap
-pkgver=2.22
-pkgrel=5
+pkgver=2.23
+pkgrel=1
 pkgdesc=POSIX 1003.1e capabilities
 arch=('i686' 'x86_64')
 url=http://sites.google.com/site/fullycapable/;
@@ -11,9 +11,8 @@
 license=('GPL2')
 depends=('glibc' 'attr')
 options=('!staticlibs')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('b4896816b626bea445f0b3849bdd4077'
- '9d0983e25e5a251d098507f9561d2b27')
+source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.23.tar.xz)
+md5sums=('09a185e4b0aa8a81a51c1e4d0eba7db0')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-12-29 Thread Allan McRae
Date: Sunday, December 29, 2013 @ 09:15:38
  Author: allan
Revision: 202958

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

Added:
  libcap/repos/testing-i686/
  libcap/repos/testing-i686/PKGBUILD
(from rev 202957, libcap/trunk/PKGBUILD)
  libcap/repos/testing-x86_64/
  libcap/repos/testing-x86_64/PKGBUILD
(from rev 202957, libcap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libcap/repos/testing-i686/PKGBUILD (from rev 202957, 
libcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-29 08:15:38 UTC (rev 202958)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.23
+pkgrel=1
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+options=('!staticlibs')
+source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.23.tar.xz)
+md5sums=('09a185e4b0aa8a81a51c1e4d0eba7db0')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # install into /usr/bin
+  sed -i /SBINDIR/s#sbin#bin# Make.Rules
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
+  
+  install -Dm644 pam_cap/capability.conf \
+$pkgdir/usr/share/doc/$pkgname/capability.conf.example
+}

Copied: libcap/repos/testing-x86_64/PKGBUILD (from rev 202957, 
libcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-29 08:15:38 UTC (rev 202958)
@@ -0,0 +1,35 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.23
+pkgrel=1
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+options=('!staticlibs')
+source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.23.tar.xz)
+md5sums=('09a185e4b0aa8a81a51c1e4d0eba7db0')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # install into /usr/bin
+  sed -i /SBINDIR/s#sbin#bin# Make.Rules
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
+  
+  install -Dm644 pam_cap/capability.conf \
+$pkgdir/usr/share/doc/$pkgname/capability.conf.example
+}



[arch-commits] Commit in pianobar/repos (staging-i686 staging-x86_64)

2013-12-29 Thread Florian Pritz
Date: Sunday, December 29, 2013 @ 10:45:53
  Author: bluewind
Revision: 103186

cleanup repos

Deleted:
  pianobar/repos/staging-i686/
  pianobar/repos/staging-x86_64/



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

2013-12-29 Thread Laurent Carlier
Date: Sunday, December 29, 2013 @ 11:48:06
  Author: lcarlier
Revision: 202960

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

Added:
  glamor-egl/repos/testing-i686/
  glamor-egl/repos/testing-i686/PKGBUILD
(from rev 202959, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/testing-i686/compat-api.h
(from rev 202959, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/testing-i686/compiler.h
(from rev 202959, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/testing-i686/git-fixes.patch
(from rev 202959, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/testing-i686/glamor_debug.h
(from rev 202959, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/testing-i686/glamor_gl_dispatch.h
(from rev 202959, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/testing-i686/glamor_glext.h
(from rev 202959, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/testing-i686/glamor_priv.h
(from rev 202959, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/testing-i686/glamor_utils.h
(from rev 202959, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/testing-i686/glapi.h
(from rev 202959, glamor-egl/trunk/glapi.h)
  glamor-egl/repos/testing-x86_64/
  glamor-egl/repos/testing-x86_64/PKGBUILD
(from rev 202959, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/testing-x86_64/compat-api.h
(from rev 202959, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/testing-x86_64/compiler.h
(from rev 202959, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/testing-x86_64/git-fixes.patch
(from rev 202959, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/testing-x86_64/glamor_debug.h
(from rev 202959, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/testing-x86_64/glamor_gl_dispatch.h
(from rev 202959, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/testing-x86_64/glamor_glext.h
(from rev 202959, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/testing-x86_64/glamor_priv.h
(from rev 202959, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/testing-x86_64/glamor_utils.h
(from rev 202959, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/testing-x86_64/glapi.h
(from rev 202959, glamor-egl/trunk/glapi.h)

-+
 testing-i686/PKGBUILD   |   38 
 testing-i686/compat-api.h   |  107 +
 testing-i686/compiler.h |   59 +
 testing-i686/git-fixes.patch|  428 +++
 testing-i686/glamor_debug.h |  116 ++
 testing-i686/glamor_gl_dispatch.h   |  137 ++
 testing-i686/glamor_glext.h |   64 +
 testing-i686/glamor_priv.h  | 1016 ++
 testing-i686/glamor_utils.h | 1836 ++
 testing-i686/glapi.h|  121 ++
 testing-x86_64/PKGBUILD |   38 
 testing-x86_64/compat-api.h |  107 +
 testing-x86_64/compiler.h   |   59 +
 testing-x86_64/git-fixes.patch  |  428 +++
 testing-x86_64/glamor_debug.h   |  116 ++
 testing-x86_64/glamor_gl_dispatch.h |  137 ++
 testing-x86_64/glamor_glext.h   |   64 +
 testing-x86_64/glamor_priv.h| 1016 ++
 testing-x86_64/glamor_utils.h   | 1836 ++
 testing-x86_64/glapi.h  |  121 ++
 20 files changed, 7844 insertions(+)

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


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

2013-12-29 Thread Laurent Carlier
Date: Sunday, December 29, 2013 @ 11:47:40
  Author: lcarlier
Revision: 202959

upgpkg: glamor-egl 0.5.1-2

Rebuild with new xorg, add dependency on X-ABI-VIDEODRV_VERSION

Modified:
  glamor-egl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 08:15:38 UTC (rev 202958)
+++ PKGBUILD2013-12-29 10:47:40 UTC (rev 202959)
@@ -4,19 +4,19 @@
 
 pkgname=glamor-egl
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenGL based 2D rendering acceleration library'
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('mesa-libgl')
-makedepends=('xorg-server-devel')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16' 'glamor-git')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-conflicts=('glamor-git')
 sha256sums=('f42805b68e2bddc90cb5d9d3811e4f2176659c5686f295865839b20b7be7f359')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   
   ./configure --prefix=/usr \
 --disable-static \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 



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

2013-12-29 Thread Jelle van der Waa
Date: Sunday, December 29, 2013 @ 14:15:31
  Author: jelle
Revision: 103187

upgpkg: calibre 1.17.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 09:45:53 UTC (rev 103186)
+++ PKGBUILD2013-12-29 13:15:31 UTC (rev 103187)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,18 +25,18 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('3a7363d6cceedad5c3253d03273ee7d8'
+md5sums=('f154d941683e45c93c3f3b15570c0b30'
  '95ca4eb3afa7c737c8371708a23bdad9'
  '675cd87d41342119827ef706055491e7')
 
 prepare(){
-  cd ${srcdir}/${pkgname}
-  #rm -rf src/{cherrypy,pyPdf}
-  rm -rf src/cherrypy
-  rm -rf resources/${pkgname}-portable.*
-  sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
+cd ${srcdir}/${pkgname}
+#rm -rf src/{cherrypy,pyPdf}
+rm -rf src/cherrypy
+rm -rf resources/${pkgname}-portable.*
+sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
 
-  # Fix for calibre-0.8.58
+# Fix for calibre-0.8.58
   sed -i -e s:#!usr:#!/usr:g src/calibre/ebooks/markdown/extensions/meta.py
 
   sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#![ ]/usr/bin/env[ 
]\+python$\|#!/usr/bin/python$\):\12:g' \



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

2013-12-29 Thread Jelle van der Waa
Date: Sunday, December 29, 2013 @ 14:15:55
  Author: jelle
Revision: 103188

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

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

+
 /PKGBUILD  |  178 
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  238 +++
 community-i686/PKGBUILD|   89 --
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  119 -
 community-x86_64/PKGBUILD  |   89 --
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  119 -
 12 files changed, 496 insertions(+), 496 deletions(-)

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


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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:07:35
  Author: tomegun
Revision: 202961

depend on systemd rather than udev

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 10:48:06 UTC (rev 202960)
+++ PKGBUILD2013-12-29 14:07:35 UTC (rev 202961)
@@ -13,7 +13,7 @@
 url=http://www.chromium.org/;
 license=('BSD')
 depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
- 'libgcrypt' 'ttf-font' 'udev' 'dbus' 'flac' 'opus' 'snappy'
+ 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'opus' 'snappy'
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:08:24
  Author: tomegun
Revision: 202962

depend on systemd rather than udev

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:07:35 UTC (rev 202961)
+++ PKGBUILD2013-12-29 14:08:24 UTC (rev 202962)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
 license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite systemd dconf dbus)
 makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
 optdepends=('sane: UseSANE support [/etc/colord.conf]')
 install=colord.install



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:10:28
  Author: tomegun
Revision: 202963

depend on systemd rather than udev and dbus rather than dbus-core

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:08:24 UTC (rev 202962)
+++ PKGBUILD2013-12-29 14:10:28 UTC (rev 202963)
@@ -9,7 +9,7 @@
 license=('GPL')
 url=http://www.cups.org/;
 makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls=2.8.3' 'cups-filters' 'bc'
- 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus-core' 'avahi'  
'hicolor-icon-theme' 'systemd')
+ 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus' 'avahi'  
'hicolor-icon-theme' 'systemd')
 
source=(#http://mirror.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
 http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2
 cups.logrotate cups.pam
@@ -162,7 +162,7 @@
 etc/logrotate.d/cups
 etc/pam.d/cups
 etc/xinetd.d/cups-lpd)
-depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus-core' 'libsystemd' 'hicolor-icon-theme')
+depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus' 'systemd' 'hicolor-icon-theme')
 optdepends=('xdg-utils: xdg .desktop file support')
 
   cd ${pkgbase}-${pkgver}



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:11:46
  Author: tomegun
Revision: 202964

depend on systemd rather than libsystemd

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:10:28 UTC (rev 202963)
+++ PKGBUILD2013-12-29 14:11:46 UTC (rev 202964)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://www.freedesktop.org/wiki/Software/polkit;
-depends=(glib2 pam expat libsystemd js)
+depends=(glib2 pam expat systemd js)
 makedepends=(intltool gtk-doc gobject-introspection)
 install=polkit.install
 
source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:12:59
  Author: tomegun
Revision: 202965

depend on systemd rather than libsystemd

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:11:46 UTC (rev 202964)
+++ PKGBUILD2013-12-29 14:12:59 UTC (rev 202965)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
 license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+depends=('systemd-tools' 'systemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 backup=('etc/UPower/UPower.conf')
 source=($url/releases/$pkgname-$pkgver.tar.xz



[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:14:19
  Author: tomegun
Revision: 202966

depend on systemd rather than systemd-tools

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:12:59 UTC (rev 202965)
+++ PKGBUILD2013-12-29 14:14:19 UTC (rev 202966)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
+depends=('glibc' 'systemd' 'mtdev')
 makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
 conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
 options=('!makeflags')



[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:15:33
  Author: tomegun
Revision: 202967

depend on systemd rather than systemd-tools

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:14:19 UTC (rev 202966)
+++ PKGBUILD2013-12-29 14:15:33 UTC (rev 202967)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libdrm=2.4.41' 'systemd-tools' 'ati-dri' 'glamor-egl')
+depends=('libdrm=2.4.41' 'systemd' 'ati-dri' 'glamor-egl')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
 groups=('xorg-drivers' 'xorg')



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:16:54
  Author: tomegun
Revision: 202968

depend on systemd rather than udev

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:15:33 UTC (rev 202967)
+++ PKGBUILD2013-12-29 14:16:54 UTC (rev 202968)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/;
 license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
+depends=('libdrm' 'systemd' 'nouveau-dri')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
 groups=('xorg-drivers' 'xorg')



[arch-commits] Commit in goagent/trunk (PKGBUILD goagent.install goagent.user.ini)

2013-12-29 Thread Felix Yan
Date: Sunday, December 29, 2013 @ 15:45:44
  Author: fyan
Revision: 103189

upgpkg: goagent 3.1.2-2

Added:
  goagent/trunk/goagent.user.ini
Modified:
  goagent/trunk/PKGBUILD
  goagent/trunk/goagent.install

-+
 PKGBUILD|   11 +++
 goagent.install |3 +--
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 13:15:55 UTC (rev 103188)
+++ PKGBUILD2013-12-29 14:45:44 UTC (rev 103189)
@@ -5,7 +5,7 @@
 
 pkgname=goagent
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
@@ -16,7 +16,8 @@
 'python2-crypto: optimization for RC4')
 makedepends=('git')
 source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-$pkgname.service)
+${pkgname}.user.ini
+${pkgname}.service)
 backup=('etc/goagent')
 install=goagent.install
 
@@ -31,8 +32,9 @@
   install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
   install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
 
-  install -Dm640 -g nobody local/proxy.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.ini
+  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
+  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
   
   cp -r server $pkgdir/usr/share/$pkgname/
   rm $pkgdir/usr/share/$pkgname/server/uploader.bat
@@ -43,4 +45,5 @@
 
 # vim:set ts=2 sw=2 et:
 sha512sums=('SKIP'
+
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
 
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Modified: goagent.install
===
--- goagent.install 2013-12-29 13:15:55 UTC (rev 103188)
+++ goagent.install 2013-12-29 14:45:44 UTC (rev 103189)
@@ -1,6 +1,5 @@
 post_install() {
-echo Please use systemd units to start/stop goagent:
-echo sudo systemctl start/stop goagent
+echo From 3.1.2-2, /etc/goagent becomes user configuration for goagent. 
Put any customization there, not the default settings. For details, please 
refer to wiki: 
https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
 
 #cd /opt/goagent/local
 #python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'

Added: goagent.user.ini
===


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

2013-12-29 Thread Felix Yan
Date: Sunday, December 29, 2013 @ 15:46:53
  Author: fyan
Revision: 103190

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/
  goagent/repos/community-testing-any/PKGBUILD
(from rev 103189, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 103189, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 103189, goagent/trunk/goagent.service)
  goagent/repos/community-testing-any/goagent.user.ini
(from rev 103189, goagent/trunk/goagent.user.ini)

-+
 PKGBUILD|   49 +
 goagent.install |   21 +
 goagent.service |   12 
 3 files changed, 82 insertions(+)

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 103189, 
goagent/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-12-29 14:46:53 UTC (rev 103190)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.2
+pkgrel=2
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent0.99: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
+  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
+
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-testing-any/goagent.install (from rev 103189, 
goagent/trunk/goagent.install)
===
--- community-testing-any/goagent.install   (rev 0)
+++ community-testing-any/goagent.install   2013-12-29 14:46:53 UTC (rev 
103190)
@@ -0,0 +1,21 @@
+post_install() {
+echo From 3.1.2-2, /etc/goagent becomes user configuration for goagent. 
Put any customization there, not the default settings. For details, please 
refer to wiki: 
https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
+
+#cd /opt/goagent/local
+#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
+chown -R nobody:daemon /usr/share/goagent/local
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_upgrade() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}
+
+pre_remove() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}

Copied: goagent/repos/community-testing-any/goagent.service (from rev 103189, 
goagent/trunk/goagent.service)
===
--- community-testing-any/goagent.service   (rev 0)
+++ community-testing-any/goagent.service   2013-12-29 14:46:53 UTC (rev 
103190)
@@ -0,0 +1,12 @@
+[Unit]
+Description=GoAgent Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/share/goagent/local/goagent
+
+[Install]
+WantedBy=multi-user.target
+

Copied: goagent/repos/community-testing-any/goagent.user.ini (from rev 103189, 
goagent/trunk/goagent.user.ini)
===


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

2013-12-29 Thread Felix Yan
Date: Sunday, December 29, 2013 @ 17:14:30
  Author: fyan
Revision: 202969

upgpkg: python-setuptools 2.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:16:54 UTC (rev 202968)
+++ PKGBUILD2013-12-29 16:14:30 UTC (rev 202969)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('04aedc705644fda5848b7b428774e5ff')
+md5sums=('101b0829eca064fe47708039d66fc135')
 
 #check() {
 #   # Check python3 module
@@ -34,9 +34,11 @@
  
cd ${srcdir}/setuptools-${pkgver}
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
  
cd ../setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
 }
 
 build() {



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

2013-12-29 Thread Felix Yan
Date: Sunday, December 29, 2013 @ 17:18:36
  Author: fyan
Revision: 202970

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 202969, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-29 16:14:30 UTC (rev 202969)
+++ PKGBUILD2013-12-29 16:18:36 UTC (rev 202970)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('04aedc705644fda5848b7b428774e5ff')
-
-#check() {
-#   # Check python3 module
-#   cd ${srcdir}/setuptools-${pkgver}
-#   python3 setup.py test
-#
-#   # Check python2 module
-#   cd ${srcdir}/setuptools-${pkgver}-python2
-#   python2 setup.py test
-#}
- 
-prepare() {
-   cd ${srcdir}
- 
-   pushd setuptools-${pkgver}
-   popd
- 
-   cp -a setuptools-${pkgver}{,-python2}
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
- 
-   cd ../setuptools-${pkgver}-python2
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-}
-
-build() {
-   # Build python 3 module
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../setuptools-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-setuptools() {
-   depends=('python=3.3')
-   provides=('python-distribute')
-   replaces=('python-distribute')
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-   depends=('python2=2.7')
-   provides=('python2-distribute' 'setuptools')
-   replaces=('python2-distribute' 'setuptools')
- 
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-   rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 202969, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-29 16:18:36 UTC (rev 202970)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+md5sums=('101b0829eca064fe47708039d66fc135')
+
+#check() {
+#   # Check python3 module
+#   cd ${srcdir}/setuptools-${pkgver}
+#   python3 setup.py test
+#
+#   # Check python2 module
+#   cd ${srcdir}/setuptools-${pkgver}-python2
+#   python2 setup.py test
+#}
+ 
+prepare() {
+   cd ${srcdir}
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+ 
+   cd ../setuptools-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2=2.7')
+   provides=('python2-distribute' 'setuptools')
+   replaces=('python2-distribute' 'setuptools')
+ 
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 

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

2013-12-29 Thread Jelle van der Waa
Date: Sunday, December 29, 2013 @ 19:15:50
  Author: jelle
Revision: 103191

upgpkg: python-html5lib 0.999-1

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:46:53 UTC (rev 103190)
+++ PKGBUILD2013-12-29 18:15:50 UTC (rev 103191)
@@ -3,8 +3,8 @@
 
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
-pkgver=0.99
-pkgrel=2
+pkgver=0.999
+pkgrel=1
 arch=('any')
 url=http://code.google.com/p/html5lib/;
 license=('MIT')
@@ -11,10 +11,9 @@
 makedepends=('python2' 'python' 'unzip')
 source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
 LICENSE)
-md5sums=('da016c908db11950cd26bfcf53f95b03'
+md5sums=('f74b320f10d74df9cca8a08b42cb278c'
  '838c366f69b72c5df05c96dff79b35f2')
 
-
 build() {
 /bin/true
 }



[arch-commits] Commit in python-html5lib/repos/community-any (4 files)

2013-12-29 Thread Jelle van der Waa
Date: Sunday, December 29, 2013 @ 19:16:02
  Author: jelle
Revision: 103192

archrelease: copy trunk to community-any

Added:
  python-html5lib/repos/community-any/LICENSE
(from rev 103191, python-html5lib/trunk/LICENSE)
  python-html5lib/repos/community-any/PKGBUILD
(from rev 103191, python-html5lib/trunk/PKGBUILD)
Deleted:
  python-html5lib/repos/community-any/LICENSE
  python-html5lib/repos/community-any/PKGBUILD

--+
 LICENSE  |   34 +--
 PKGBUILD |   75 ++---
 2 files changed, 54 insertions(+), 55 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-29 18:15:50 UTC (rev 103191)
+++ PKGBUILD2013-12-29 18:16:02 UTC (rev 103192)
@@ -1,38 +0,0 @@
-# Contributor: Erol V. Aktay e.ak...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=python-html5lib
-pkgname=('python2-html5lib' 'python-html5lib')
-pkgver=0.99
-pkgrel=2
-arch=('any')
-url=http://code.google.com/p/html5lib/;
-license=('MIT')
-makedepends=('python2' 'python' 'unzip')
-source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
-LICENSE)
-md5sums=('da016c908db11950cd26bfcf53f95b03'
- '838c366f69b72c5df05c96dff79b35f2')
-
-
-build() {
-/bin/true
-}
-
-package_python-html5lib() {
-pkgdesc=A Python HTML parser/tokenizer based on the WHATWG HTML5 spec
-depends=('python' 'python-six')
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python3 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}
-
-package_python2-html5lib() {
-depends=('python2')
-pkgdesc=A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python2 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}

Copied: python-html5lib/repos/community-any/PKGBUILD (from rev 103191, 
python-html5lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-29 18:16:02 UTC (rev 103192)
@@ -0,0 +1,37 @@
+# Contributor: Erol V. Aktay e.ak...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=python-html5lib

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

2013-12-29 Thread Bartłomiej Piotrowski
Date: Sunday, December 29, 2013 @ 20:04:07
  Author: bpiotrowski
Revision: 103193

upgpkg: mpv 0.3.0-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 18:16:02 UTC (rev 103192)
+++ PKGBUILD2013-12-29 19:04:07 UTC (rev 103193)
@@ -3,27 +3,27 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.2.4
-pkgrel=4
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mpv.io'
 depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
 )
-makedepends=('mesa' 'python-docutils')
+makedepends=('mesa' 'python-docutils' 'waf')
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
+md5sums=('47c9ea5fc8cf0c15cc6a15631bfbc770')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr \
+  waf configure --prefix=/usr \
 --confdir=/etc/mpv \
 --enable-joystick \
 --enable-wayland \
@@ -30,21 +30,20 @@
 --disable-radio \
 --disable-radio-capture \
 --disable-radio-v4l2 \
---disable-rpath \
 --disable-libbs2b \
 --disable-direct3d \
 --disable-corevideo \
 --disable-cocoa \
 --disable-coreaudio
-  make
+  waf build
 }
 
 package() {
   cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
+  waf install --destdir=$pkgdir
 
   install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+  install -m644 etc/{input,example}.conf \
 $pkgdir/usr/share/doc/mpv/examples
   install -m644 DOCS/{encoding.rst,tech-overview.txt} \
 $pkgdir/usr/share/doc/mpv



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

2013-12-29 Thread Bartłomiej Piotrowski
Date: Sunday, December 29, 2013 @ 20:04:18
  Author: bpiotrowski
Revision: 103194

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

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

--+
 /PKGBUILD|  100 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   51 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/mpv.install |   12 
 6 files changed, 124 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-29 19:04:07 UTC (rev 103193)
+++ community-i686/PKGBUILD 2013-12-29 19:04:18 UTC (rev 103194)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.2.4
-pkgrel=4
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
-)
-makedepends=('mesa' 'python-docutils')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-wayland \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 103193, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-29 19:04:18 UTC (rev 103194)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('47c9ea5fc8cf0c15cc6a15631bfbc770')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-12-29 19:04:07 UTC (rev 103193)
+++ community-i686/mpv.install  2013-12-29 19:04:18 UTC (rev 103194)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 

[arch-commits] Commit in (12 files)

2013-12-29 Thread Sébastien Luttringer
Date: Sunday, December 29, 2013 @ 21:04:13
  Author: seblu
Revision: 103195

Prepare addition of the nftables framework

The nftables framework will be added in linux kernel 3.13

Netfilter developer Eric Leblond told me there will be userspace tools releases
just after the linux 3.13 release. No deps change are expected.

Added:
  iptables-nftables/
  iptables-nftables/repos/
  iptables-nftables/trunk/
  iptables-nftables/trunk/PKGBUILD
  libnftables/
  libnftables/repos/
  libnftables/trunk/
  libnftables/trunk/PKGBUILD
  nftables/
  nftables/repos/
  nftables/trunk/
  nftables/trunk/PKGBUILD

--+
 iptables-nftables/trunk/PKGBUILD |   29 +
 libnftables/trunk/PKGBUILD   |   33 +
 nftables/trunk/PKGBUILD  |   28 
 3 files changed, 90 insertions(+)

Added: iptables-nftables/trunk/PKGBUILD
===
--- iptables-nftables/trunk/PKGBUILD(rev 0)
+++ iptables-nftables/trunk/PKGBUILD2013-12-29 20:04:13 UTC (rev 103195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=iptables-nftables
+pkgver=1.4.15
+pkgrel=1
+pkgdesc='Iptables compatibility userspace for nftables'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('glibc')
+conflicts=('iptables')
+provides=('iptables')
+source=(http://git.netfilter.org/iptables-nftables/snapshot/iptables-nftables-$pkgver.tar.xz;)
+md5sums=('053469f0c9df301013ee7a1489f5b8a9')
+
+build() {
+  cd $pkgname-$pkgver
+  sh ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Added: libnftables/trunk/PKGBUILD
===
--- libnftables/trunk/PKGBUILD  (rev 0)
+++ libnftables/trunk/PKGBUILD  2013-12-29 20:04:13 UTC (rev 103195)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftables
+pkgver=0
+pkgrel=1
+pkgdesc='Netfilter nftables library'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl')
+makedepends=(git)
+source=(git://git.netfilter.org/libnftables)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Added: nftables/trunk/PKGBUILD
===
--- nftables/trunk/PKGBUILD (rev 0)
+++ nftables/trunk/PKGBUILD 2013-12-29 20:04:13 UTC (rev 103195)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=nftables
+pkgver=0
+pkgrel=1
+pkgdesc='Netfilter nftables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftables' 'gmp' 'readline' 'ncurses')
+makedepends=(git)
+source=(git://git.netfilter.org/nftables)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in liteide/trunk (PKGBUILD liteide.sh)

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 22:02:39
  Author: arodseth
Revision: 103196

Version 20.1 requires a script that changes files in /usr to be run *before* 
compiling. Madness.

Modified:
  liteide/trunk/PKGBUILD
Deleted:
  liteide/trunk/liteide.sh

+
 PKGBUILD   |   28 ++--
 liteide.sh |7 ---
 2 files changed, 14 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 20:04:13 UTC (rev 103195)
+++ PKGBUILD2013-12-29 21:02:39 UTC (rev 103196)
@@ -2,10 +2,11 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: spambanane happy.ho...@gmx.de
 # Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=19
-pkgrel=4
+pkgver=20
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -16,23 +17,24 @@
 makedepends=('gendesk')
 options=('!strip' '!emptydirs')
 
source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
-'liteide.png'
-'liteide.sh')
-sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'5d6f05b072586c31e3a4a08ea2d7332dd0a78f5db6b2d088fb76e8cb032672f0')
+'liteide.png')
+sha256sums=('b749bec15a70e3c4a851afcd0fc5c625c5654b4a56907482c8fac8193a8ccb1d'
+'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
 
 prepare() {
-  gendesk -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  gendesk -f -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
   cd liteide-x$pkgver/build
-  chmod +x build_linux.sh
+  chmod +x *_*.sh
 }
 
 build() {
   cd liteide-x$pkgver/build
 
-  QTDIR=/usr ./build_linux.sh
+  export QTDIR=/usr
 
+  ./update_pkg.sh  

  
+  ./build_linux.sh
+
   # Fixing insecure RPATH, need to test if this is still needed
   cd ../liteidex
   find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
@@ -49,12 +51,10 @@
 $pkgdir/usr/share/doc/$pkgname
 
   msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview; do
+  for binary in goastview goapi goexec godocview liteide; do
 install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
   done
-  install -Dm755 bin/liteide $pkgdir/usr/bin/liteide.elf
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/golangide
+  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
 
   cd $srcdir/liteide-x$pkgver/liteidex
 

Deleted: liteide.sh
===
--- liteide.sh  2013-12-29 20:04:13 UTC (rev 103195)
+++ liteide.sh  2013-12-29 21:02:39 UTC (rev 103196)
@@ -1,7 +0,0 @@
-#!/bin/sh
-ELF=/usr/bin/liteide.elf
-if [ ! -z $GOROOT -a -e $GOROOT ]; then
-  $ELF $@
-else
-  GOROOT=/usr/lib/go $ELF $@
-fi



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

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 22:42:59
  Author: arodseth
Revision: 103197

Fix for FS#38300. Still weird directory placement.

Modified:
  waf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:02:39 UTC (rev 103196)
+++ PKGBUILD2013-12-29 21:42:59 UTC (rev 103197)
@@ -4,7 +4,7 @@
 
 pkgname=waf
 pkgver=1.7.14
-pkgrel=1
+pkgrel=2
 pkgdesc='General-purpose build system modelled after Scons'
 url='http://code.google.com/p/waf/'
 arch=('any')
@@ -45,9 +45,9 @@
   $pkgdir/usr/bin/waf configure build  /dev/null
   cd ../..
 
-  # Fix weird directory placement (FS#38216)
+  # Fix weird directory placement (FS#38216, FS#38300)
   mkdir -p $pkgdir/usr/lib/waf
-  mv $pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171 
$pkgdir/usr/lib/waf/
+  mv $pkgdir/usr/bin/.waf3-$pkgver-* $pkgdir/usr/lib/waf/
   setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 22:42:54
  Author: tomegun
Revision: 202980

upgpkg: brltty 4.5-6

drop static lib

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:18:32 UTC (rev 202979)
+++ PKGBUILD2013-12-29 21:42:54 UTC (rev 202980)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=4.5
-pkgrel=5
+pkgrel=6
 pkgdesc=Braille display driver for Linux/Unix
 arch=(i686 x86_64)
 url=http://mielke.cc/brltty;



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 22:43:02
  Author: tomegun
Revision: 202981

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

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 202980, brltty/trunk/PKGBUILD)
  brltty/repos/testing-i686/brltty.install
(from rev 202980, brltty/trunk/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 202980, brltty/trunk/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 202980, brltty/trunk/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
(from rev 202980, brltty/trunk/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 202980, brltty/trunk/brltty.service)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/brltty.install   |   20 ++
 testing-i686/brltty.service   |   12 ++
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/brltty.install |   20 ++
 testing-x86_64/brltty.service |   12 ++
 6 files changed, 152 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 202980, 
brltty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=6
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core)
+optdepends=('bluez-libs: bluetooth support'
+   'at-spi2-core: X11/GNOME Apps accessibility'
+   'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+brltty.service)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}
+md5sums=('7b52fa7746fed41ed344a1f75ce55951'
+ '0cad54bb5470122535f5e3a11d5ca123')

Copied: brltty/repos/testing-i686/brltty.install (from rev 202980, 
brltty/trunk/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo Please add your user to the brlapi group.
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi /dev/null 21  groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/testing-i686/brltty.service (from rev 202980, 
brltty/trunk/brltty.service)
===
--- testing-i686/brltty.service (rev 0)
+++ testing-i686/brltty.service 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 202980, 
brltty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=6
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core)
+optdepends=('bluez-libs: bluetooth support'
+   'at-spi2-core: X11/GNOME Apps accessibility'
+   

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

2013-12-29 Thread Jan Steffens
Date: Sunday, December 29, 2013 @ 22:52:53
  Author: heftig
Revision: 103198

2.2.3, self-hosting

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:42:59 UTC (rev 103197)
+++ PKGBUILD2013-12-29 21:52:53 UTC (rev 103198)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=Ruby runtime written in Ruby, designed for concurrency
 arch=(i686 x86_64)
@@ -10,16 +10,17 @@
 url=http://rubini.us;
 license=(custom)
 depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm ruby)
+makedepends=(llvm rubinius-ruby)
 options=(!emptydirs)
 source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('a49d596f889405e4fc511da64b8afe5eccfafdcee5ea99be15d3ad36290ec2ba'
+sha256sums=('b3426aa6996420f1d9d8a7926a94160b84d8bdf725793c64462b27b74f2f2acf'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
 
 prepare() {
-  export GEM_HOME=$srcdir/gemdir
+  echo $LANG
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
   cd $pkgbase-$pkgver
 
   patch -Np1 -i ../dirs.patch
@@ -31,7 +32,7 @@
 }
 
 build() {
-  export GEM_HOME=$srcdir/gemdir
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
   cd $pkgbase-$pkgver
 
   ./configure --prefix=/usr \
@@ -46,7 +47,7 @@
 }
 
 check() {
-  export GEM_HOME=$srcdir/gemdir
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
   cd $pkgbase-$pkgver
 
   rake vm:test || :
@@ -55,7 +56,7 @@
 package_rubinius() {
   optdepends=('ruby-docs: Ruby documentation')
 
-  export GEM_HOME=$srcdir/gemdir
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
   cd $pkgbase-$pkgver
 
   DESTDIR=$pkgdir rake install



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

2013-12-29 Thread Jan Steffens
Date: Sunday, December 29, 2013 @ 22:53:11
  Author: heftig
Revision: 103199

whoops, remove debug echo

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:52:53 UTC (rev 103198)
+++ PKGBUILD2013-12-29 21:53:11 UTC (rev 103199)
@@ -19,7 +19,6 @@
 '93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
 
 prepare() {
-  echo $LANG
   export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
   cd $pkgbase-$pkgver
 



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

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 22:54:13
  Author: arodseth
Revision: 103200

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 103199, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-29 21:53:11 UTC (rev 103199)
+++ PKGBUILD2013-12-29 21:54:13 UTC (rev 103200)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgname=waf
-pkgver=1.7.14
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('setconf')
-provides=('python-waf')
-options=('!emptydirs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Extracting license
-  head -n 30 waf | tail -n 25  LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ./waf-light install -f --destdir=$pkgdir \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf $pkgdir/usr/bin/waf
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  $pkgdir/usr/bin/waf configure build  /dev/null
-  cd ../..
-
-  # Fix weird directory placement (FS#38216)
-  mkdir -p $pkgdir/usr/lib/waf
-  mv $pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171 
$pkgdir/usr/lib/waf/
-  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 103199, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-29 21:54:13 UTC (rev 103200)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgname=waf
+pkgver=1.7.14
+pkgrel=2
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Extracting license
+  head -n 30 waf | tail -n 25  LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ./waf-light install -f --destdir=$pkgdir \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf $pkgdir/usr/bin/waf
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  $pkgdir/usr/bin/waf configure build  /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216, FS#38300)
+  mkdir -p $pkgdir/usr/lib/waf
+  mv $pkgdir/usr/bin/.waf3-$pkgver-* $pkgdir/usr/lib/waf/
+  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-29 Thread Jan Steffens
Date: Sunday, December 29, 2013 @ 22:58:18
  Author: heftig
Revision: 103201

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 103200, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/gemrc
(from rev 103200, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 103200, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/gemrc
(from rev 103200, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/gemrc

---+
 /PKGBUILD |  174 
 /gemrc|   10 ++
 community-i686/PKGBUILD   |   87 --
 community-i686/gemrc  |5 -
 community-x86_64/PKGBUILD |   87 --
 community-x86_64/gemrc|5 -
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-29 21:54:13 UTC (rev 103200)
+++ community-i686/PKGBUILD 2013-12-29 21:58:18 UTC (rev 103201)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('a49d596f889405e4fc511da64b8afe5eccfafdcee5ea99be15d3ad36290ec2ba'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
-
-prepare() {
-  export GEM_HOME=$srcdir/gemdir
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  export GEM_HOME=$srcdir/gemdir
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---preserve-prefix \
---llvm-shared \
---without-rpath
-  rake build
-}
-
-check() {
-  export GEM_HOME=$srcdir/gemdir
-  cd $pkgbase-$pkgver
-
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  export GEM_HOME=$srcdir/gemdir
-  cd $pkgbase-$pkgver
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.0.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 103200, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-29 21:58:18 UTC (rev 103201)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('b3426aa6996420f1d9d8a7926a94160b84d8bdf725793c64462b27b74f2f2acf'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'93f3918dc2a5679e281e724f9b3cb712ffa784c1e52e6fa7ce75f74ce6655a66')
+
+prepare() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p $GEM_HOME
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  $GEM_HOME/bin/bundle install --local
+}
+
+build() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+

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

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 23:14:09
  Author: arodseth
Revision: 103202

Packaging two stray library files (FS#38302)

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:58:18 UTC (rev 103201)
+++ PKGBUILD2013-12-29 22:14:09 UTC (rev 103202)
@@ -70,6 +70,12 @@
   install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
   install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
   install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
+
+  # Extra libraries (FS#38302)
+  cd otp_src_${pkgver/_1/}
+  for f in erl_gl wxe_driver; do
+install -Dm644 lib/wx/priv/*linux*/$f.so 
$pkgdir/usr/lib/erlang/lib/wx-1.1.1/priv/$f.so
+  done
 }
 
 package_erlang-unixodbc() {



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

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 23:14:49
  Author: arodseth
Revision: 103203

pkgrel bump

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 22:14:09 UTC (rev 103202)
+++ PKGBUILD2013-12-29 22:14:49 UTC (rev 103203)
@@ -9,7 +9,7 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=R16B03
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')



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

2013-12-29 Thread Alexander Rødseth
Date: Sunday, December 29, 2013 @ 23:37:04
  Author: arodseth
Revision: 103204

Minor change

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 22:14:49 UTC (rev 103203)
+++ PKGBUILD2013-12-29 22:37:04 UTC (rev 103204)
@@ -72,10 +72,8 @@
   install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
 
   # Extra libraries (FS#38302)
-  cd otp_src_${pkgver/_1/}
-  for f in erl_gl wxe_driver; do
-install -Dm644 lib/wx/priv/*linux*/$f.so 
$pkgdir/usr/lib/erlang/lib/wx-1.1.1/priv/$f.so
-  done
+  install -Dm644 otp_src_${pkgver/_1/}/lib/wx/priv/*linux*/wxe_driver.so \
+$pkgdir/usr/lib/erlang/lib/wx-1.1.1/priv/wxe_driver.so
 }
 
 package_erlang-unixodbc() {



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

2013-12-29 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 03:12:50
  Author: lfleischer
Revision: 103206

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

Added:
  dvtm/repos/community-i686/PKGBUILD
(from rev 103205, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-i686/config.h
(from rev 103205, dvtm/trunk/config.h)
  dvtm/repos/community-x86_64/PKGBUILD
(from rev 103205, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-x86_64/config.h
(from rev 103205, dvtm/trunk/config.h)
Deleted:
  
dvtm/repos/community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-i686/config.h
  
dvtm/repos/community-x86_64/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/repos/community-x86_64/config.h

+
 /PKGBUILD  |   76 
++
 /config.h  |  314 
++
 community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   |   25 
 community-i686/PKGBUILD|   42 -
 community-i686/config.h|  157 
-
 community-x86_64/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch |   25 
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/config.h  |  157 
-
 8 files changed, 390 insertions(+), 448 deletions(-)

Deleted: community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
===
--- community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
2013-12-30 02:12:36 UTC (rev 103205)
+++ community-i686/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
2013-12-30 02:12:50 UTC (rev 103206)
@@ -1,25 +0,0 @@
-From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
-From: Douglas Jerome doug...@ttylinux.org
-Date: Wed, 15 May 2013 14:33:31 +0200
-Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
-

- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index ff85deb..eb849f4 100644
 a/Makefile
-+++ b/Makefile
-@@ -55,7 +55,7 @@ install: dvtm
-   @sed s/VERSION/${VERSION}/g  dvtm.1  
${DESTDIR}${MANPREFIX}/man1/dvtm.1
-   @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
-   @echo installing terminfo description
--  @tic -s dvtm.info
-+  @tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
- 
- uninstall:
-   @echo removing executable file from ${DESTDIR}${PREFIX}/bin
--- 
-1.8.3.450.gf3f2a46
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 02:12:36 UTC (rev 103205)
+++ community-i686/PKGBUILD 2013-12-30 02:12:50 UTC (rev 103206)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Giorgio Lando patroc...@gmail.com
-# Contributor: bender02 at gmx dot com
-
-pkgname=dvtm
-pkgver=0.9
-pkgrel=2
-pkgdesc='Dynamic virtual terminal manager.'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/dvtm/'
-license=('MIT')
-depends=('ncurses')
-source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h'
-'0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
-md5sums=('7de1103abb0ca410f7250cf89f019a38'
- '41107e5e84a8572f70d6cb111b4e07f8'
- 'c85d8265ced45d014a7d3f05134bf6a1')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
-
-   cp ${srcdir}/config.h .
-   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make clean
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dvtm/repos/community-i686/PKGBUILD (from rev 103205, 
dvtm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 02:12:50 UTC (rev 103206)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Giorgio Lando patroc...@gmail.com
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.10
+pkgrel=1
+pkgdesc='Dynamic virtual terminal manager.'
+arch=('i686' 'x86_64')
+url='http://www.brain-dump.org/projects/dvtm/'
+license=('MIT')
+depends=('ncurses')
+source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'config.h')

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

2013-12-29 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 03:12:36
  Author: lfleischer
Revision: 103205

upgpkg: dvtm 0.10-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD
  dvtm/trunk/config.h
Deleted:
  dvtm/trunk/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch

---+
 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch |   25 
 PKGBUILD  |   14 +++-
 config.h  |2 -
 3 files changed, 6 insertions(+), 35 deletions(-)

Deleted: 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
===
--- 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   2013-12-29 
22:37:04 UTC (rev 103204)
+++ 0001-Makefile-respect-DESTDIR-in-tic-invocation.patch   2013-12-30 
02:12:36 UTC (rev 103205)
@@ -1,25 +0,0 @@
-From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
-From: Douglas Jerome doug...@ttylinux.org
-Date: Wed, 15 May 2013 14:33:31 +0200
-Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
-

- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index ff85deb..eb849f4 100644
 a/Makefile
-+++ b/Makefile
-@@ -55,7 +55,7 @@ install: dvtm
-   @sed s/VERSION/${VERSION}/g  dvtm.1  
${DESTDIR}${MANPREFIX}/man1/dvtm.1
-   @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
-   @echo installing terminfo description
--  @tic -s dvtm.info
-+  @tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
- 
- uninstall:
-   @echo removing executable file from ${DESTDIR}${PREFIX}/bin
--- 
-1.8.3.450.gf3f2a46
-

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 22:37:04 UTC (rev 103204)
+++ PKGBUILD2013-12-30 02:12:36 UTC (rev 103205)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/dvtm/'
@@ -12,17 +12,13 @@
 license=('MIT')
 depends=('ncurses')
 
source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h'
-'0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
-md5sums=('7de1103abb0ca410f7250cf89f019a38'
- '41107e5e84a8572f70d6cb111b4e07f8'
- 'c85d8265ced45d014a7d3f05134bf6a1')
+'config.h')
+md5sums=('0c7167dc898df1693c20e2a34ba3e947'
+ '15dd5c17d39fca0e043577985ee1c6a6')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   patch -p1 -i ../0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
-
cp ${srcdir}/config.h .
sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
 }

Modified: config.h
===
--- config.h2013-12-29 22:37:04 UTC (rev 103204)
+++ config.h2013-12-30 02:12:36 UTC (rev 103205)
@@ -77,7 +77,6 @@
{ MOD, '8',   { focusn, { 8 } } },
{ MOD, '9',   { focusn, { 9 } } },
{ MOD, 'q',   { quit,   { NULL }} },
-   { MOD, 'G',   { escapekey,  { NULL }} },
{ MOD, 'a',   { togglerunall,   { NULL }} },
{ MOD, 'r',   { redraw, { NULL }} },
{ MOD, 'X',   { lock,   { NULL }} },
@@ -89,6 +88,7 @@
{ MOD, KEY_PPAGE, { scrollback, { -1 }} },
{ MOD, KEY_NPAGE, { scrollback, { 1  }} },
{ MOD, KEY_F(1),  { create, { man dvtm, dvtm help } } },
+   { MOD, MOD,   { send,   { (const char []){MOD, 0} } } },
 };
 
 static const ColorRule colorrules[] = {



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

2013-12-29 Thread Bartłomiej Piotrowski
Date: Monday, December 30, 2013 @ 06:17:01
  Author: bpiotrowski
Revision: 103208

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

Added:
  mplayer-vaapi/repos/community-i686/PKGBUILD
(from rev 103207, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-i686/cdio-includes.patch
(from rev 103207, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-i686/mplayer-vaapi.install
(from rev 103207, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-i686/subreader-fix-srt-parsing.patch
(from rev 103207, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-i686/tweak-desktop-file.patch
(from rev 103207, mplayer-vaapi/trunk/tweak-desktop-file.patch)
  mplayer-vaapi/repos/community-x86_64/PKGBUILD
(from rev 103207, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-x86_64/cdio-includes.patch
(from rev 103207, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-x86_64/mplayer-vaapi.install
(from rev 103207, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-x86_64/subreader-fix-srt-parsing.patch
(from rev 103207, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-x86_64/tweak-desktop-file.patch
(from rev 103207, mplayer-vaapi/trunk/tweak-desktop-file.patch)
Deleted:
  mplayer-vaapi/repos/community-i686/PKGBUILD
  mplayer-vaapi/repos/community-i686/cdio-includes.patch
  mplayer-vaapi/repos/community-i686/mplayer-vaapi.install
  mplayer-vaapi/repos/community-i686/subreader-fix-srt-parsing.patch
  mplayer-vaapi/repos/community-i686/tweak-desktop-file.patch
  mplayer-vaapi/repos/community-x86_64/PKGBUILD
  mplayer-vaapi/repos/community-x86_64/cdio-includes.patch
  mplayer-vaapi/repos/community-x86_64/mplayer-vaapi.install
  mplayer-vaapi/repos/community-x86_64/subreader-fix-srt-parsing.patch
  mplayer-vaapi/repos/community-x86_64/tweak-desktop-file.patch

--+
 /PKGBUILD|  178 +
 /cdio-includes.patch |   86 ++
 /mplayer-vaapi.install   |   22 ++
 /subreader-fix-srt-parsing.patch |   80 +
 /tweak-desktop-file.patch|   28 +++
 community-i686/PKGBUILD  |   89 --
 community-i686/cdio-includes.patch   |   43 -
 community-i686/mplayer-vaapi.install |   11 -
 community-i686/subreader-fix-srt-parsing.patch   |   40 
 community-i686/tweak-desktop-file.patch  |   14 -
 community-x86_64/PKGBUILD|   89 --
 community-x86_64/cdio-includes.patch |   43 -
 community-x86_64/mplayer-vaapi.install   |   11 -
 community-x86_64/subreader-fix-srt-parsing.patch |   40 
 community-x86_64/tweak-desktop-file.patch|   14 -
 15 files changed, 394 insertions(+), 394 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 05:16:47 UTC (rev 103207)
+++ community-i686/PKGBUILD 2013-12-30 05:17:01 UTC (rev 103208)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=mplayer-vaapi
-pkgver=36265
-pkgrel=6
-pkgdesc=A movie player, compiled with vaapi support
-arch=('i686' 'x86_64')
-url=http://gitorious.org/vaapi/mplayer;
-license=('GPL')
-depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libcdio-paranoia' 'libxinerama'
- 'lame' 'fontconfig' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'glu'
- 'sdl' 'smbclient' 'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2'
- 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
- 'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi'
- 'libbluray' 'libva' 'libass' 'desktop-file-utils')
-makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa')
-provides=(mplayer=$pkgver)
-conflicts=('mplayer')
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-source=(http://pkgbuild.com/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-cdio-includes.patch
-tweak-desktop-file.patch
-subreader-fix-srt-parsing.patch)
-options=('!buildflags' '!emptydirs')
-install=mplayer-vaapi.install
-sha256sums=('5747c28c30c15d1000fb655a8abaa4b22483746d0e82775b27466948ae0c549a'
-'SKIP'
-'72e6c654f9733953ad2466d0ea1a52f23e753791d8232d90f13293eb1b358720'
-'5a09fb462729a4e573568f9e8c1f57dbe7f69c0b68cfa4f6d70b3e52c450d93b'
-'8b6cd325d89ff8bce3662c6aaa9b61b8e6163c6574e09b575426a1eed02b8ad3')
-
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/cdio-includes.patch
-  patch -d etc 

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

2013-12-29 Thread Bartłomiej Piotrowski
Date: Monday, December 30, 2013 @ 06:16:47
  Author: bpiotrowski
Revision: 103207

upgpkg: mplayer-vaapi 36265-7

- rebuild against rtmpdump 20131205

Modified:
  mplayer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 02:12:50 UTC (rev 103206)
+++ PKGBUILD2013-12-30 05:16:47 UTC (rev 103207)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer-vaapi
 pkgver=36265
-pkgrel=6
+pkgrel=7
 pkgdesc=A movie player, compiled with vaapi support
 arch=('i686' 'x86_64')
 url=http://gitorious.org/vaapi/mplayer;