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

2014-06-21 Thread Maxime Gauduin
Date: Saturday, June 21, 2014 @ 12:05:57
  Author: alucryd
Revision: 113390

upgpkg: ffms2 2.20-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 05:34:42 UTC (rev 113389)
+++ PKGBUILD2014-06-21 10:05:57 UTC (rev 113390)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 
 pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
+pkgver=2.20
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
-sha256sums=('SKIP')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
   make
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 



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

2014-06-21 Thread Maxime Gauduin
Date: Saturday, June 21, 2014 @ 12:06:40
  Author: alucryd
Revision: 113391

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 10:05:57 UTC (rev 113390)
+++ community-i686/PKGBUILD 2014-06-21 10:06:40 UTC (rev 113391)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
-sha256sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 113390, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 10:06:40 UTC (rev 113391)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-21 10:05:57 UTC (rev 113390)
+++ community-x86_64/PKGBUILD   2014-06-21 10:06:40 UTC (rev 113391)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
-sha256sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 113390, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-21 10:06:40 UTC (rev 113391)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 

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

2014-06-21 Thread Felix Yan
Date: Saturday, June 21, 2014 @ 12:37:31
  Author: fyan
Revision: 113392

upgpkg: iodine 0.7.0-1

Modified:
  iodine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 10:06:40 UTC (rev 113391)
+++ PKGBUILD2014-06-21 10:37:31 UTC (rev 113392)
@@ -5,8 +5,8 @@
 # Contributor: nofxx x...@nofxx.com
 
 pkgname=iodine
-pkgver=0.6.0rc1
-pkgrel=4
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Tunnel IPv4 data through a DNS server'
 arch=('i686' 'x86_64')
 url='http://code.kryo.se/iodine'
@@ -33,6 +33,6 @@
   install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
 }
 
-sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60'
+sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
 '4d2c45ab783ce07911afe48403884edc0ee5ccbb463bc4026f83b511d5dde418'
 '6babc497d86e7b142f61e529f9facacb95e868e920b15dcf66e039891b02929b')



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

2014-06-21 Thread Felix Yan
Date: Saturday, June 21, 2014 @ 12:38:54
  Author: fyan
Revision: 113393

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

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

--+
 /PKGBUILD|   76 +
 /iodined.conf.d  |   34 
 /iodined.service |   20 +
 community-i686/PKGBUILD  |   38 --
 community-i686/iodined.conf.d|   17 
 community-i686/iodined.service   |   10 
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/iodined.conf.d  |   17 
 community-x86_64/iodined.service |   10 
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 10:37:31 UTC (rev 113392)
+++ community-i686/PKGBUILD 2014-06-21 10:38:54 UTC (rev 113393)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: nofxx x...@nofxx.com
-
-pkgname=iodine
-pkgver=0.6.0rc1
-pkgrel=4
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('i686' 'x86_64')
-url='http://code.kryo.se/iodine'
-license=('custom:ISC')
-depends=('zlib' 'net-tools')
-source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;
-   'iodined.service'
-   'iodined.conf.d')
-
-build() {
-  cd ${pkgname}-${pkgver/rc/-rc}/
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/rc/-rc}/
-
-  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
-  install -d ${pkgdir}/usr/share/licenses/iodine
-  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
-
-  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
-  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
-}
-
-sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60'
-'4d2c45ab783ce07911afe48403884edc0ee5ccbb463bc4026f83b511d5dde418'
-'6babc497d86e7b142f61e529f9facacb95e868e920b15dcf66e039891b02929b')

Copied: iodine/repos/community-i686/PKGBUILD (from rev 113392, 
iodine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 10:38:54 UTC (rev 113393)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: nofxx x...@nofxx.com
+
+pkgname=iodine
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib' 'net-tools')
+source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;
+   'iodined.service'
+   'iodined.conf.d')
+
+build() {
+  cd ${pkgname}-${pkgver/rc/-rc}/
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/rc/-rc}/
+
+  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/licenses/iodine
+  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
+
+  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
+  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
+}
+
+sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
+'4d2c45ab783ce07911afe48403884edc0ee5ccbb463bc4026f83b511d5dde418'
+'6babc497d86e7b142f61e529f9facacb95e868e920b15dcf66e039891b02929b')

Deleted: community-i686/iodined.conf.d
===
--- community-i686/iodined.conf.d   2014-06-21 10:37:31 UTC (rev 113392)
+++ community-i686/iodined.conf.d   2014-06-21 10:38:54 UTC (rev 113393)
@@ -1,17 +0,0 @@
-# Address and subnet to use for the tunnel (default mask is /27)

[arch-commits] Commit in plex-home-theater/trunk (3 files)

2014-06-21 Thread Maxime Gauduin
Date: Saturday, June 21, 2014 @ 12:42:35
  Author: alucryd
Revision: 113394

upgpkg: plex-home-theater 1.1.4-1

Added:
  plex-home-theater/trunk/plex-home-theater.install
  plex-home-theater/trunk/plexhometheater.service
Modified:
  plex-home-theater/trunk/PKGBUILD

---+
 PKGBUILD  |   31 ++-
 plex-home-theater.install |   16 
 plexhometheater.service   |   17 +
 3 files changed, 59 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 10:38:54 UTC (rev 113393)
+++ PKGBUILD2014-06-21 10:42:35 UTC (rev 113394)
@@ -3,21 +3,29 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-pkgver=1.0.13
+pkgver=1.1.4
 pkgrel=1
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'
 license=('GPL2')
-depends=('boost-libs' 'curl' 'fontconfig' 'glew' 'java-runtime' 'lame' 
'libass' 'libcdio' 'libjpeg-turbo' 'libmad' 'libmicrohttpd' 'libmodplug' 
'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat' 'libva' 'libxrandr' 'lzo2' 
'mesa' 'rtmpdump' 'sdl_image' 'sdl_mixer' 'smbclient' 'taglib' 'tinyxml' 'yajl')
-makedepends=('boost' 'cmake' 'doxygen' 'ftgl' 'java-environment' 'libcec' 
'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+depends=('boost-libs' 'curl' 'fontconfig' 'glew' 'lame' 'libass' 'libcdio'
+ 'libjpeg-turbo' 'libmad' 'libmicrohttpd' 'libmodplug' 'libmpeg2'
+ 'libsamplerate' 'libssh' 'libusb-compat' 'libva' 'libxrandr' 'lzo2'
+ 'mesa' 'rtmpdump' 'sdl_image' 'sdl_mixer' 'smbclient' 'taglib'
+ 'tinyxml' 'yajl')
+makedepends=('boost' 'cmake' 'doxygen' 'ftgl' 'java-runtime' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
 optdepends=('libplist: AirPlay support'
 'libshairport: AirPlay support'
 'libcec: Pulse-Eight USB-CEC adapter support'
 'pulseaudio: PulseAudio support')
+install=${pkgname}.install
 
source=(https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz;
+'plexhometheater.service'
 'plexhometheater.sh')
-sha256sums=('6a50fe804cfa194a8b694a5c5a8a462610db582fc4528d6a7db597477a72a6fa'
+sha256sums=('1f3be5bb9a09b05e624a0ca010c673436b2f1cdcf8dff7c94a030235af340fbb'
+'bca8cd5aa13f469f93dd4e9868c0b5050395ca32f28b19852e5830441b67e1be'
 'c551d8f50342dcfede5a11e1bae2c18b25d44b89a5a29863e5809d45ef365702')
 
 build() {
@@ -28,7 +36,12 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_BUILD_TYPE='Release' 
-DCMAKE_INSTALL_PREFIX='/opt/plexhometheater' -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' 
-DENABLE_PYTHON='TRUE' -DPYTHON_EXEC='/usr/bin/python2' 
-DUSE_INTERNAL_FFMPEG='TRUE' -DCREATE_BUNDLE='FALSE'
+  cmake .. -DCMAKE_INSTALL_PREFIX='/opt/plexhometheater' \
+   -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' -DENABLE_PYTHON='TRUE' \
+   -DPYTHON_EXEC='/usr/bin/python2' -DUSE_INTERNAL_FFMPEG='TRUE' \
+   -DCREATE_BUNDLE='FALSE'
   make
 }
 
@@ -41,6 +54,14 @@
   install -m 755 ${srcdir}/plexhometheater.sh ${pkgdir}/usr/bin/
   install -m 644 ../plex/Resources/plexhometheater.desktop 
${pkgdir}/usr/share/applications/
   install -m 644 ../plex/Resources/plex-icon-256.png 
${pkgdir}/usr/share/pixmaps/plexhometheater.png
+
+  # Systemd
+  install -dm 755 ${pkgdir}/usr/lib/systemd/system
+  install -m 644 ../../plexhometheater.service 
${pkgdir}/usr/lib/systemd/system/
+
+  # Plex user home
+  install -dm 700 ${pkgdir}/var/lib/plex
+  chown 421:421 ${pkgdir}/var/lib/plex
 }
 
 # vim: ts=2 sw=2 et:

Added: plex-home-theater.install
===
--- plex-home-theater.install   (rev 0)
+++ plex-home-theater.install   2014-06-21 10:42:35 UTC (rev 113394)
@@ -0,0 +1,16 @@
+post_install() {
+  getent group plex  /dev/null 21 || groupadd -g 421 plex
+  getent passwd plex  /dev/null 21 || useradd -c 'Plex user' -u 421 -g plex 
-G audio,video,network,optical -d /var/lib/plex -s /sbin/nologin plex
+  passwd -l plex  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent passwd plex  /dev/null 21  userdel plex
+  getent group plex  /dev/null 21  groupdel plex
+}
+
+# vim: ts=2 sw=2 et:

Added: plexhometheater.service
===
--- plexhometheater.service (rev 0)
+++ plexhometheater.service 2014-06-21 10:42:35 UTC (rev 

[arch-commits] Commit in plex-home-theater/repos (12 files)

2014-06-21 Thread Maxime Gauduin
Date: Saturday, June 21, 2014 @ 12:43:05
  Author: alucryd
Revision: 113395

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 113394, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-home-theater.install
(from rev 113394, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-i686/plexhometheater.service
(from rev 113394, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 113394, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 113394, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-home-theater.install
(from rev 113394, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-x86_64/plexhometheater.service
(from rev 113394, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 113394, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

+
 /PKGBUILD  |  134 +++
 /plexhometheater.sh|8 +
 community-i686/PKGBUILD|   46 -
 community-i686/plex-home-theater.install   |   16 +++
 community-i686/plexhometheater.service |   17 +++
 community-i686/plexhometheater.sh  |4 
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/plex-home-theater.install |   16 +++
 community-x86_64/plexhometheater.service   |   17 +++
 community-x86_64/plexhometheater.sh|4 
 10 files changed, 208 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 10:42:35 UTC (rev 113394)
+++ community-i686/PKGBUILD 2014-06-21 10:43:05 UTC (rev 113395)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Daniel Wallace daniel.wall...@gatech.edu
-
-pkgname=plex-home-theater
-pkgver=1.0.13
-pkgrel=1
-pkgdesc='Plex Home Theater'
-arch=('i686' 'x86_64')
-url='http://www.plexapp.com/'
-license=('GPL2')
-depends=('boost-libs' 'curl' 'fontconfig' 'glew' 'java-runtime' 'lame' 
'libass' 'libcdio' 'libjpeg-turbo' 'libmad' 'libmicrohttpd' 'libmodplug' 
'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat' 'libva' 'libxrandr' 'lzo2' 
'mesa' 'rtmpdump' 'sdl_image' 'sdl_mixer' 'smbclient' 'taglib' 'tinyxml' 'yajl')
-makedepends=('boost' 'cmake' 'doxygen' 'ftgl' 'java-environment' 'libcec' 
'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
-optdepends=('libplist: AirPlay support'
-'libshairport: AirPlay support'
-'libcec: Pulse-Eight USB-CEC adapter support'
-'pulseaudio: PulseAudio support')
-source=(https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz;
-'plexhometheater.sh')
-sha256sums=('6a50fe804cfa194a8b694a5c5a8a462610db582fc4528d6a7db597477a72a6fa'
-'c551d8f50342dcfede5a11e1bae2c18b25d44b89a5a29863e5809d45ef365702')
-
-build() {
-  cd plex-home-theater-public-pht-v${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' 
-DCMAKE_INSTALL_PREFIX='/opt/plexhometheater' -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' 
-DENABLE_PYTHON='TRUE' -DPYTHON_EXEC='/usr/bin/python2' 
-DUSE_INTERNAL_FFMPEG='TRUE' -DCREATE_BUNDLE='FALSE'
-  make
-}
-
-package() {
-  cd plex-home-theater-public-pht-v${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 ${srcdir}/plexhometheater.sh ${pkgdir}/usr/bin/
-  install -m 644 ../plex/Resources/plexhometheater.desktop 
${pkgdir}/usr/share/applications/
-  install -m 644 ../plex/Resources/plex-icon-256.png 
${pkgdir}/usr/share/pixmaps/plexhometheater.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: plex-home-theater/repos/community-i686/PKGBUILD (from rev 113394, 
plex-home-theater/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 10:43:05 UTC (rev 113395)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Daniel Wallace daniel.wall...@gatech.edu
+

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

2014-06-21 Thread Jan Steffens
Date: Saturday, June 21, 2014 @ 14:29:33
  Author: heftig
Revision: 215331

0.25.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 02:47:41 UTC (rev 215330)
+++ PKGBUILD2014-06-21 12:29:33 UTC (rev 215331)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.24.0
+pkgver=0.25.0
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f487fffe1ba7d661aed84a9e36ea3b70')
+md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2014-06-21 Thread Jan Steffens
Date: Saturday, June 21, 2014 @ 14:32:33
  Author: heftig
Revision: 215332

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

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 215331, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 215331, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-21 12:29:33 UTC (rev 215331)
+++ extra-i686/PKGBUILD 2014-06-21 12:32:33 UTC (rev 215332)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.24.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f487fffe1ba7d661aed84a9e36ea3b70')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 215331, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-21 12:32:33 UTC (rev 215332)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-21 12:29:33 UTC (rev 215331)
+++ extra-x86_64/PKGBUILD   2014-06-21 12:32:33 UTC (rev 215332)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.24.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f487fffe1ba7d661aed84a9e36ea3b70')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 215331, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-21 12:32:33 UTC (rev 215332)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)

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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 17:00:26
  Author: svenstaro
Revision: 113397

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

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

+
 /PKGBUILD  |   56 +++
 /texstudio.install |   30 ++
 community-i686/PKGBUILD|   28 -
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   28 -
 community-x86_64/texstudio.install |   15 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 15:00:18 UTC (rev 113396)
+++ community-i686/PKGBUILD 2014-06-21 15:00:26 UTC (rev 113397)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.7.0
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2745d828d2c945bea97ea42e57fc881')
-
-build() {
-cd $srcdir/$pkgname$pkgver
-qmake-qt4 CONFIG-=debug texstudio.pro
-make
-}
-
-package() {
-cd $srcdir/$pkgname$pkgver
-make INSTALL_ROOT=$pkgdir install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 113396, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 15:00:26 UTC (rev 113397)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('01205800d4a4fdc3ade4f761eabd8e3b')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2014-06-21 15:00:18 UTC (rev 113396)
+++ community-i686/texstudio.install2014-06-21 15:00:26 UTC (rev 113397)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-i686/texstudio.install (from rev 113396, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-06-21 15:00:26 UTC (rev 113397)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-21 15:00:18 UTC (rev 113396)
+++ community-x86_64/PKGBUILD   2014-06-21 15:00:26 UTC (rev 113397)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.7.0
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')

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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 17:00:18
  Author: svenstaro
Revision: 113396

upgpkg: texstudio 2.8.0-1

upstream release 2.8.0

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 10:43:05 UTC (rev 113395)
+++ PKGBUILD2014-06-21 15:00:18 UTC (rev 113396)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS clem...@archivel.fr
 
 pkgname=texstudio
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc=Integrated writing environment for creating LaTeX documents
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 
 
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2745d828d2c945bea97ea42e57fc881')
+md5sums=('01205800d4a4fdc3ade4f761eabd8e3b')
 
 build() {
 cd $srcdir/$pkgname$pkgver



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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 17:09:09
  Author: svenstaro
Revision: 113398

prepare 4.3

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 15:00:26 UTC (rev 113397)
+++ PKGBUILD2014-06-21 15:09:09 UTC (rev 113398)
@@ -2,9 +2,9 @@
 # Maintainer: Daenyth Daenyth+Arch AT gmail DOT com
 
 pkgname=skype
-pkgver=4.2.0.13
-pkgrel=4
-arch=(i686 x86_64)
+pkgver=4.3.0.37
+pkgrel=1
+arch=('i686' 'x86_64')
 pkgdesc=P2P software for high-quality voice communication
 url=http://www.skype.com/;
 license=('custom')
@@ -11,24 +11,18 @@
 options=('!strip')
 install=skype.install
 depends=(xdg-utils hicolor-icon-theme)
-conflicts=('skype-staticqt')
 
-if [[ $CARCH == i686 ]]; then
-  depends+=(qt4 alsa-lib libxss libxv libxcursor v4l-utils gstreamer0.10-base)
-  optdepends=('libcanberra: XDG sound support'
-  'pulseaudio: PulseAudio support')
+if [[ $CARCH == 'i686' ]]; then
+  depends+=(pulseaudio qt4 libxss libxv libxcursor v4l-utils 
gstreamer0.10-base)
+  optdepends=('libcanberra: XDG sound support')
 else
-  depends+=(lib32-{qt4,alsa-lib,libxss,libxv,libxcursor,v4l-utils})
-  optdepends=('lib32-libcanberra: XDG sound support'
-  'lib32-libpulse: PulseAudio support')
-  conflicts+=(bin32-skype bin32-skype-staticqt)
-  provides=(bin32-skype=$pkgver)
-  replaces=(bin32-skype)
+  depends+=(lib32-{pulseaudio,qt4,libxss,libxv,libxcursor,v4l-utils})
+  optdepends=('lib32-libcanberra: XDG sound support')
 fi
 
 source=(http://download.skype.com/linux/$pkgname-$pkgver.tar.bz2 PERMISSION 
skype-wrapper
 ftp://ftp.archlinux.org/other/$pkgname/qtwebkit-2.2.2-i686.tar.xz)
-md5sums=('b4d1dcc5290be92225b400ea877db874'
+md5sums=('95db8f2072b9acd6f79ed42da3d6db79'
  '26e1772379d4d4df9471b6ed660a6d97'
  '66985be1d7b953fb9f73ba6ed749812b'
  '42c01ffa98e32b59605403efb42c8821')
@@ -40,7 +34,7 @@
  libdir=usr/lib
   
   # FS#33417 - Skype wants qtwebkit 2.2.x
-  install -Dm755 ${srcdir}/libQtWebKit.so.4 
${pkgdir}/usr/share/skype/lib/libQtWebKit.so.4
+  #install -Dm755 ${srcdir}/libQtWebKit.so.4 
${pkgdir}/usr/share/skype/lib/libQtWebKit.so.4
   else
  libdir=usr/lib32
   fi



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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 17:59:29
  Author: svenstaro
Revision: 113400

archrelease: copy trunk to community-i686

Added:
  skype/repos/community-i686/PERMISSION
(from rev 113399, skype/trunk/PERMISSION)
  skype/repos/community-i686/PKGBUILD
(from rev 113399, skype/trunk/PKGBUILD)
  skype/repos/community-i686/skype-wrapper
(from rev 113399, skype/trunk/skype-wrapper)
  skype/repos/community-i686/skype.install
(from rev 113399, skype/trunk/skype.install)
Deleted:
  skype/repos/community-i686/PERMISSION
  skype/repos/community-i686/PKGBUILD
  skype/repos/community-i686/skype-wrapper
  skype/repos/community-i686/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  156 ++
 skype-wrapper |   26 +--
 skype.install |   32 ++--
 4 files changed, 296 insertions(+), 302 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2014-06-21 15:59:25 UTC (rev 113399)
+++ PERMISSION  2014-06-21 15:59:29 UTC (rev 113400)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to make sure 

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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 17:59:25
  Author: svenstaro
Revision: 113399

upgpkg: skype 4.3.0.37-1

upstream release 4.3

Modified:
  skype/trunk/PKGBUILD
  skype/trunk/skype.install

---+
 PKGBUILD  |6 ++
 skype.install |2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 15:09:09 UTC (rev 113398)
+++ PKGBUILD2014-06-21 15:59:25 UTC (rev 113399)
@@ -20,12 +20,10 @@
   optdepends=('lib32-libcanberra: XDG sound support')
 fi
 
-source=(http://download.skype.com/linux/$pkgname-$pkgver.tar.bz2 PERMISSION 
skype-wrapper
-ftp://ftp.archlinux.org/other/$pkgname/qtwebkit-2.2.2-i686.tar.xz)
+source=(http://download.skype.com/linux/$pkgname-$pkgver.tar.bz2 PERMISSION 
skype-wrapper)
 md5sums=('95db8f2072b9acd6f79ed42da3d6db79'
  '26e1772379d4d4df9471b6ed660a6d97'
- '66985be1d7b953fb9f73ba6ed749812b'
- '42c01ffa98e32b59605403efb42c8821')
+ '66985be1d7b953fb9f73ba6ed749812b')
 
 package() {
   cd $srcdir/$pkgname-$pkgver

Modified: skype.install
===
--- skype.install   2014-06-21 15:09:09 UTC (rev 113398)
+++ skype.install   2014-06-21 15:59:25 UTC (rev 113399)
@@ -2,6 +2,8 @@
   if [[ -x usr/bin/xdg-icon-resource ]]; then
 usr/bin/xdg-icon-resource forceupdate /dev/null || true
   fi
+  echo Important update note: Since Skype 4.3, only PulseAudio is supported.
+  echo That means you NEED a working PulseAudio setup to use Skype.
   echo If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 
to your
   echo env before starting skype. Something like 'export 
PULSE_LATENCY_MSEC=60' in .bashrc, for example.
 }



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

2014-06-21 Thread Sven-Hendrik Haase
Date: Saturday, June 21, 2014 @ 18:01:04
  Author: svenstaro
Revision: 113401

archrelease: copy trunk to multilib-x86_64

Added:
  skype/repos/multilib-x86_64/PERMISSION
(from rev 113400, skype/trunk/PERMISSION)
  skype/repos/multilib-x86_64/PKGBUILD
(from rev 113400, skype/trunk/PKGBUILD)
  skype/repos/multilib-x86_64/skype-wrapper
(from rev 113400, skype/trunk/skype-wrapper)
  skype/repos/multilib-x86_64/skype.install
(from rev 113400, skype/trunk/skype.install)
Deleted:
  skype/repos/multilib-x86_64/PERMISSION
  skype/repos/multilib-x86_64/PKGBUILD
  skype/repos/multilib-x86_64/skype-wrapper
  skype/repos/multilib-x86_64/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  156 ++
 skype-wrapper |   26 +--
 skype.install |   32 ++--
 4 files changed, 296 insertions(+), 302 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2014-06-21 15:59:29 UTC (rev 113400)
+++ PERMISSION  2014-06-21 16:01:04 UTC (rev 113401)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to 

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

2014-06-21 Thread Dave Reisner
Date: Saturday, June 21, 2014 @ 18:08:40
  Author: dreisner
Revision: 215333

upgpkg: htop 1.0.3-2

- add --enable-oom to configure (FS#40147)

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 12:32:33 UTC (rev 215332)
+++ PKGBUILD2014-06-21 16:08:40 UTC (rev 215333)
@@ -5,7 +5,7 @@
 
 pkgname=htop
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive process viewer
 arch=('i686' 'x86_64')
 url=http://htop.sourceforge.net/;
@@ -33,7 +33,8 @@
   --enable-unicode \
   --enable-openvz \
   --enable-vserver \
-  --enable-cgroup
+  --enable-cgroup \
+  --enable-oom
 
   make
 }



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

2014-06-21 Thread Dave Reisner
Date: Saturday, June 21, 2014 @ 18:09:10
  Author: dreisner
Revision: 215334

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

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

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-21 16:08:40 UTC (rev 215333)
+++ extra-i686/PKGBUILD 2014-06-21 16:09:10 UTC (rev 215334)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=htop
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Interactive process viewer
-arch=('i686' 'x86_64')
-url=http://htop.sourceforge.net/;
-license=('GPL')
-depends=('ncurses')
-makedepends=('python2')
-optdepends=('lsof: show files opened by a process'
-'strace: attach to a running process')
-options=('!emptydirs')
-source=(http://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('e768b9b55c033d9c1dffda72db3a6ac7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
-  sed -i 's|python|python2|' scripts/MakeHeader.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-  --prefix=/usr \
-  --enable-unicode \
-  --enable-openvz \
-  --enable-vserver \
-  --enable-cgroup
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: htop/repos/extra-i686/PKGBUILD (from rev 215333, htop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-21 16:09:10 UTC (rev 215334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=htop
+pkgver=1.0.3
+pkgrel=2
+pkgdesc=Interactive process viewer
+arch=('i686' 'x86_64')
+url=http://htop.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+makedepends=('python2')
+optdepends=('lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs')
+source=(http://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e768b9b55c033d9c1dffda72db3a6ac7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
+  sed -i 's|python|python2|' scripts/MakeHeader.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --enable-unicode \
+  --enable-openvz \
+  --enable-vserver \
+  --enable-cgroup \
+  --enable-oom
+
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-21 16:08:40 UTC (rev 215333)
+++ extra-x86_64/PKGBUILD   2014-06-21 16:09:10 UTC (rev 215334)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=htop
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Interactive process viewer
-arch=('i686' 'x86_64')
-url=http://htop.sourceforge.net/;
-license=('GPL')
-depends=('ncurses')
-makedepends=('python2')
-optdepends=('lsof: show files opened by a process'
-'strace: attach to a running process')
-options=('!emptydirs')
-source=(http://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('e768b9b55c033d9c1dffda72db3a6ac7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
-  sed -i 's|python|python2|' scripts/MakeHeader.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-  --prefix=/usr \
-  --enable-unicode \
-  --enable-openvz \
-  --enable-vserver \
-  --enable-cgroup
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: htop/repos/extra-x86_64/PKGBUILD (from rev 215333, htop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-21 16:09:10 UTC (rev 215334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Daniel J Griffiths 

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

2014-06-21 Thread Dave Reisner
Date: Saturday, June 21, 2014 @ 18:42:19
  Author: dreisner
Revision: 215335

move groups to util-linux package (FS#40714)

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 16:09:10 UTC (rev 215334)
+++ PKGBUILD2014-06-21 16:42:19 UTC (rev 215335)
@@ -10,9 +10,7 @@
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
-groups=('base' 'base-devel')
 makedepends=('systemd' 'python')
-# checkdepends=('bc')
 license=('GPL2')
 options=('strip' 'debug')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
@@ -43,17 +41,9 @@
   --enable-socket-activation \
   --with-python=3
 
-#  --enable-reset \ # part of ncurses
-#  --enable-last \ # not compat
-
   make
 }
 
-#check() {
-# fails for some reason in chroot, works outside
-#  make -C $pkgname-$pkgver check
-#}
-
 package_util-linux() {
   conflicts=('util-linux-ng' 'eject')
   provides=(util-linux-ng=$pkgver 'eject')
@@ -60,6 +50,7 @@
   depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
   optdepends=('python: python bindings to libmount')
   install=util-linux.install
+  groups=('base' 'base-devel')
   backup=(etc/pam.d/chfn
   etc/pam.d/chsh
   etc/pam.d/login



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

2014-06-21 Thread Jelle van der Waa
Date: Saturday, June 21, 2014 @ 20:20:31
  Author: jelle
Revision: 113403

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 18:20:17 UTC (rev 113402)
+++ community-i686/PKGBUILD 2014-06-21 18:20:31 UTC (rev 113403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=PIC Programming Utilities
-arch=('i686' 'x86_64')
-url=http://gputils.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4332391ce058c636d6c15d05d4cecd86')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 113402, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 18:20:31 UTC (rev 113403)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=PIC Programming Utilities
+arch=('i686' 'x86_64')
+url=http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('175dedeb141b4a4609a70262847257e4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-21 18:20:17 UTC (rev 113402)
+++ community-x86_64/PKGBUILD   2014-06-21 18:20:31 UTC (rev 113403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=PIC Programming Utilities
-arch=('i686' 'x86_64')
-url=http://gputils.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4332391ce058c636d6c15d05d4cecd86')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 113402, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-21 18:20:31 UTC (rev 113403)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=PIC Programming Utilities
+arch=('i686' 'x86_64')
+url=http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('175dedeb141b4a4609a70262847257e4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}



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

2014-06-21 Thread Jelle van der Waa
Date: Saturday, June 21, 2014 @ 20:20:17
  Author: jelle
Revision: 113402

upgpkg: gputils 1.3.0-1

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 16:01:04 UTC (rev 113401)
+++ PKGBUILD2014-06-21 18:20:17 UTC (rev 113402)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=gputils
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=PIC Programming Utilities
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4332391ce058c636d6c15d05d4cecd86')
+md5sums=('175dedeb141b4a4609a70262847257e4')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2014-06-21 Thread Jan Steffens
Date: Saturday, June 21, 2014 @ 21:03:00
  Author: heftig
Revision: 113404

Fix comments

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 18:20:31 UTC (rev 113403)
+++ PKGBUILD2014-06-21 19:03:00 UTC (rev 113404)
@@ -1,5 +1,7 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch AT gmail DOT com
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Maintainer: Daenyth Daenyth+Arch AT gmail DOT com
 
 pkgname=skype
 pkgver=4.3.0.37



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

2014-06-21 Thread Thomas Dziedzic
Date: Saturday, June 21, 2014 @ 22:05:48
  Author: td123
Revision: 215336

upgpkg: vim 7.4.335-4

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 16:42:19 UTC (rev 215335)
+++ PKGBUILD2014-06-21 20:05:48 UTC (rev 215336)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=307
-__hgrev=54d96e3b2eec
+_patchlevel=335
+__hgrev=4aa63564dd3f
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=4
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('836c8b5bab883658c07b67cba445b667'
+md5sums=('e6b40c71599d69acc8f2bbf768242896'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  '10353a61aadc3f276692d0e17db1478e'



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

2014-06-21 Thread Thomas Dziedzic
Date: Saturday, June 21, 2014 @ 22:07:44
  Author: td123
Revision: 215337

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 215336, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 215336, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 215336, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 215336, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 215336, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 215336, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 215336, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 215336, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 215336, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 215336, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 810 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 215336, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-21 20:07:44 UTC (rev 215337)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=335
+__hgrev=4aa63564dd3f
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('e6b40c71599d69acc8f2bbf768242896'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

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

2014-06-21 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 05:10:15
  Author: fyan
Revision: 113405

upgpkg: python-pytools 2014.3-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-21 19:03:00 UTC (rev 113404)
+++ PKGBUILD2014-06-22 03:10:15 UTC (rev 113405)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.2.1
+pkgver=2014.3
 pkgrel=1
 pkgdesc=A collection of tools for Python
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('fd4532b521dbdbec0ff0d6fd838427f05cce84ac1f7a836fde36445f4ce0532369f6f1746d552afcf2c4e83b35158520c3910fa2a08ff82e14effc059ea6bbfb')
+sha512sums=('8c94e185ff6f22b2051518d209373db92d2c9f993e3de803928f588a43d893259bdc378b0d65faef27301aa794c7d86afeea8cf055e19401182f87bd119af137')
 
 prepare() {
cp -a pytools-${pkgver}{,-python2}



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

2014-06-21 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 05:10:54
  Author: fyan
Revision: 113406

archrelease: copy trunk to community-any

Added:
  python-pytools/repos/community-any/PKGBUILD
(from rev 113405, python-pytools/trunk/PKGBUILD)
Deleted:
  python-pytools/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-22 03:10:15 UTC (rev 113405)
+++ PKGBUILD2014-06-22 03:10:54 UTC (rev 113406)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.2.1
-pkgrel=1
-pkgdesc=A collection of tools for Python
-arch=('any')
-url=http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('fd4532b521dbdbec0ff0d6fd838427f05cce84ac1f7a836fde36445f4ce0532369f6f1746d552afcf2c4e83b35158520c3910fa2a08ff82e14effc059ea6bbfb')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd $srcdir/pytools-$pkgver
-   python setup.py build
-
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   # Need pytools installed for running tests
-
-   cd $srcdir/pytools-$pkgver
-   #py.test
-
-   cd $srcdir/pytools-$pkgver-python2
-   #py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd $srcdir/pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd $srcdir/pytools-$pkgver
-   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 113405, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-22 03:10:54 UTC (rev 113406)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.3
+pkgrel=1
+pkgdesc=A collection of tools for Python
+arch=('any')
+url=http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('8c94e185ff6f22b2051518d209373db92d2c9f993e3de803928f588a43d893259bdc378b0d65faef27301aa794c7d86afeea8cf055e19401182f87bd119af137')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd $srcdir/pytools-$pkgver
+   python setup.py build
+
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   # Need pytools installed for running tests
+
+   cd $srcdir/pytools-$pkgver
+   #py.test
+
+   cd $srcdir/pytools-$pkgver-python2
+   #py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd $srcdir/pytools-$pkgver
+   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+



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

2014-06-21 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 05:12:54
  Author: fyan
Revision: 113407

upgpkg: python-networkx 1.9-1

Modified:
  python-networkx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-22 03:10:54 UTC (rev 113406)
+++ PKGBUILD2014-06-22 03:12:54 UTC (rev 113407)
@@ -4,59 +4,53 @@
 
 pkgbase=python-networkx
 pkgname=(python-networkx python2-networkx)
-_pythonname=networkx
-pkgver=1.8.1
-pkgrel=3
+_pypiname=networkx
+pkgver=1.9
+pkgrel=1
 pkgdesc='Python package for the creation, manipulation, and study of the 
structure, dynamics, and functions of complex networks.'
 arch=('any')
 license=('BSD')
 url=http://networkx.github.io;
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('python-nose' 'python2-nose')
-source=(https://github.com/networkx/networkx/archive/${_pythonname}-${pkgver}.tar.gz;
-python-3.4.patch)
-md5sums=('f7961b12b5db92109befa1d3de1b1e0e'
- 'fb33088811cba7e6d959d8770990f018')
+source=(https://github.com/networkx/networkx/archive/${_pypiname}-${pkgver}.tar.gz;)
+md5sums=('8eebdcc1b4091af9b806b9f4c887ff55')
 
 prepare() {
-  cd ${_pythonname}-${_pythonname}-$pkgver
-  patch -p1 -i ../python-3.4.patch
-
-  cd ..
-  cp -r ${_pythonname}-${_pythonname}-$pkgver{,-py2}
+  cp -r ${_pypiname}-${_pypiname}-$pkgver{,-py2}
 }
 
 build() {
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py build
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver
+  python3 setup.py build
 
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py build
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py nosetests || true  # Tests fail randomly
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver
+  python3 setup.py nosetests #|| true  # Tests fail randomly
 
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py nosetests
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver-py2
+  python2 setup.py nosetests
 }
 
 package_python-networkx() {
-  depends=('python')
+  depends=('python-decorator')
   optdepends=('python-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools.'
   'python-scipy: Provides flexible drawing of graphs.'
   'python-pyparsing: Required for pydot, GML file reading.'
   'python-yaml: Required for YAML format reading and writing.')
 
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py install --root=$pkgdir --optimize=1
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
   install -D -m 644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/share/doc/${_pythonname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
+  mv $pkgdir/usr/share/doc/${_pypiname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
 }
 
 package_python2-networkx() {
-  depends=('python2')
+  depends=('python2-decorator')
   optdepends=('python2-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools.'
   'python2-scipy: Provides flexible drawing of graphs.'
   'python2-pygraphviz: Provides graph drawing and graph layout 
algorithms.'
@@ -64,8 +58,8 @@
   'python2-pyparsing: Required for pydot, GML file reading.'
   'python2-yaml: Required for YAML format reading and writing.')
 
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py install --root=$pkgdir --optimize=1
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver-py2
+  python2 setup.py install --root=$pkgdir --optimize=1
   install -D -m 644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/share/doc/${_pythonname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
+  mv $pkgdir/usr/share/doc/${_pypiname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
 }



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

2014-06-21 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 05:13:30
  Author: fyan
Revision: 113408

archrelease: copy trunk to community-any

Added:
  python-networkx/repos/community-any/PKGBUILD
(from rev 113407, python-networkx/trunk/PKGBUILD)
  python-networkx/repos/community-any/python-3.4.patch
(from rev 113407, python-networkx/trunk/python-3.4.patch)
Deleted:
  python-networkx/repos/community-any/PKGBUILD
  python-networkx/repos/community-any/python-3.4.patch

--+
 PKGBUILD |  136 +
 python-3.4.patch |   48 +-
 2 files changed, 89 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-22 03:12:54 UTC (rev 113407)
+++ PKGBUILD2014-06-22 03:13:30 UTC (rev 113408)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgbase=python-networkx
-pkgname=(python-networkx python2-networkx)
-_pythonname=networkx
-pkgver=1.8.1
-pkgrel=3
-pkgdesc='Python package for the creation, manipulation, and study of the 
structure, dynamics, and functions of complex networks.'
-arch=('any')
-license=('BSD')
-url=http://networkx.github.io;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://github.com/networkx/networkx/archive/${_pythonname}-${pkgver}.tar.gz;
-python-3.4.patch)
-md5sums=('f7961b12b5db92109befa1d3de1b1e0e'
- 'fb33088811cba7e6d959d8770990f018')
-
-prepare() {
-  cd ${_pythonname}-${_pythonname}-$pkgver
-  patch -p1 -i ../python-3.4.patch
-
-  cd ..
-  cp -r ${_pythonname}-${_pythonname}-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py build
-
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py build
-}
-
-check() {
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py nosetests || true  # Tests fail randomly
-
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py nosetests
-}
-
-package_python-networkx() {
-  depends=('python')
-  optdepends=('python-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools.'
-  'python-scipy: Provides flexible drawing of graphs.'
-  'python-pyparsing: Required for pydot, GML file reading.'
-  'python-yaml: Required for YAML format reading and writing.')
-
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver
-  python3 setup_egg.py install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/share/doc/${_pythonname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
-}
-
-package_python2-networkx() {
-  depends=('python2')
-  optdepends=('python2-numpy: Provides sparse matrix representation of graphs 
and many numerical scientific tools.'
-  'python2-scipy: Provides flexible drawing of graphs.'
-  'python2-pygraphviz: Provides graph drawing and graph layout 
algorithms.'
-  'python2-pydot: Provides graph drawing and graph layout 
algorithms.'
-  'python2-pyparsing: Required for pydot, GML file reading.'
-  'python2-yaml: Required for YAML format reading and writing.')
-
-  cd $srcdir/${_pythonname}-${_pythonname}-$pkgver-py2
-  python2 setup_egg.py install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/share/doc/${_pythonname}-$pkgver 
$pkgdir/usr/share/doc/$pkgname
-}

Copied: python-networkx/repos/community-any/PKGBUILD (from rev 113407, 
python-networkx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-22 03:13:30 UTC (rev 113408)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgbase=python-networkx
+pkgname=(python-networkx python2-networkx)
+_pypiname=networkx
+pkgver=1.9
+pkgrel=1
+pkgdesc='Python package for the creation, manipulation, and study of the 
structure, dynamics, and functions of complex networks.'
+arch=('any')
+license=('BSD')
+url=http://networkx.github.io;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://github.com/networkx/networkx/archive/${_pypiname}-${pkgver}.tar.gz;)
+md5sums=('8eebdcc1b4091af9b806b9f4c887ff55')
+
+prepare() {
+  cp -r ${_pypiname}-${_pypiname}-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_pypiname}-${_pypiname}-$pkgver
+  python3 setup.py nosetests 

[arch-commits] Commit in python-networkx/trunk (python-3.4.patch)

2014-06-21 Thread Felix Yan
Date: Sunday, June 22, 2014 @ 05:20:08
  Author: fyan
Revision: 113409

remove obsolete patch

Deleted:
  python-networkx/trunk/python-3.4.patch

--+
 python-3.4.patch |   24 
 1 file changed, 24 deletions(-)

Deleted: python-3.4.patch
===
--- python-3.4.patch2014-06-22 03:13:30 UTC (rev 113408)
+++ python-3.4.patch2014-06-22 03:20:08 UTC (rev 113409)
@@ -1,24 +0,0 @@
-Description: Backport python3 fixes.
-Author: Chuck Short zul...@ubuntu.com
-Forwarded: Not needed
-diff -Naurp networkx-1.8.1.orig/networkx/readwrite/nx_shp.py 
networkx-1.8.1/networkx/readwrite/nx_shp.py
 networkx-1.8.1.orig/networkx/readwrite/nx_shp.py   2013-08-04 
09:53:31.0 -0400
-+++ networkx-1.8.1/networkx/readwrite/nx_shp.py2014-01-27 
10:57:47.015239061 -0500
-@@ -154,7 +154,7 @@ def write_shp(G, outdir):
- feature.SetGeometry(g)
- if attributes != None:
- # Loop through attributes, assigning data to each field
--for field, data in attributes.iteritems():
-+for field, data in attributes.iter():
- feature.SetField(field, data)
- lyr.CreateFeature(feature)
- feature.Destroy()
-@@ -189,7 +189,7 @@ def write_shp(G, outdir):
- data = G.get_edge_data(*e)
- g = netgeometry(e, data)
- # Loop through attribute data in edges
--for key, data in e[2].iteritems():
-+for key, data in e[2].iter():
- # Reject spatial data not required for attribute table
- if (key != 'Json' and key != 'Wkt' and key != 'Wkb'
- and key != 'ShpName'):