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

2013-09-08 Thread Evangelos Foutras
Date: Sunday, September 8, 2013 @ 11:23:02
  Author: foutrelis
Revision: 96916

upgpkg: frostwire 5.6.4-1

New upstream release.

Modified:
  frostwire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 05:31:48 UTC (rev 96915)
+++ PKGBUILD2013-09-08 09:23:02 UTC (rev 96916)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=frostwire
-pkgver=5.6.3
+pkgver=5.6.4
 pkgrel=1
 pkgdesc="BitTorrent client with integrated search"
 arch=('any')
@@ -15,7 +15,7 @@
 frostwire.sh
 icons.tar.gz
 java-version-detection.patch)
-sha256sums=('e14804645a114915c7d2ec7b5513fe5dcb82061127cb8ad2424e701c75692f4e'
+sha256sums=('82e16410d1b035ef65ca1f999b3cd3b1ddfc599f0f33db4def417d5d68164ea7'
 '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
 '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
 '50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')



[arch-commits] Commit in frostwire/repos/community-any (10 files)

2013-09-08 Thread Evangelos Foutras
Date: Sunday, September 8, 2013 @ 11:23:12
  Author: foutrelis
Revision: 96917

archrelease: copy trunk to community-any

Added:
  frostwire/repos/community-any/PKGBUILD
(from rev 96916, frostwire/trunk/PKGBUILD)
  frostwire/repos/community-any/frostwire.install
(from rev 96916, frostwire/trunk/frostwire.install)
  frostwire/repos/community-any/frostwire.sh
(from rev 96916, frostwire/trunk/frostwire.sh)
  frostwire/repos/community-any/icons.tar.gz
(from rev 96916, frostwire/trunk/icons.tar.gz)
  frostwire/repos/community-any/java-version-detection.patch
(from rev 96916, frostwire/trunk/java-version-detection.patch)
Deleted:
  frostwire/repos/community-any/PKGBUILD
  frostwire/repos/community-any/frostwire.install
  frostwire/repos/community-any/frostwire.sh
  frostwire/repos/community-any/icons.tar.gz
  frostwire/repos/community-any/java-version-detection.patch

--+
 PKGBUILD |   84 -
 frostwire.install|   28 ++---
 frostwire.sh |6 +-
 java-version-detection.patch |   22 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-08 09:23:02 UTC (rev 96916)
+++ PKGBUILD2013-09-08 09:23:12 UTC (rev 96917)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=frostwire
-pkgver=5.6.3
-pkgrel=1
-pkgdesc="BitTorrent client with integrated search"
-arch=('any')
-url="http://www.frostwire.com";
-license=('GPL')
-depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
- 'gtk-update-icon-cache')
-install=frostwire.install
-source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
-frostwire.sh
-icons.tar.gz
-java-version-detection.patch)
-sha256sums=('e14804645a114915c7d2ec7b5513fe5dcb82061127cb8ad2424e701c75692f4e'
-'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
-'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver.noarch"
-
-  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
-  patch -Np0 -i "$srcdir/java-version-detection.patch"
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  cp -r * "$pkgdir/usr/share/$pkgname"
-  cp -r "$srcdir/icons" "$pkgdir/usr/share"
-
-  install -D "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/icons/hicolor/16x16/apps/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Remove uneeded files
-  rm -rf 
"$pkgdir"/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frostwire/repos/community-any/PKGBUILD (from rev 96916, 
frostwire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-08 09:23:12 UTC (rev 96917)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=frostwire
+pkgver=5.6.4
+pkgrel=1
+pkgdesc="BitTorrent client with integrated search"
+arch=('any')
+url="http://www.frostwire.com";
+license=('GPL')
+depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk-update-icon-cache')
+install=frostwire.install
+source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
+frostwire.sh
+icons.tar.gz
+java-version-detection.patch)
+sha256sums=('82e16410d1b035ef65ca1f999b3cd3b1ddfc599f0f33db4def417d5d68164ea7'
+'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
+'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
+'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver.noarch"
+
+  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
+  patch -Np0 -i "$srcdir/java-version-detection.patch"
+
+  install -d "$pkgdir/usr/share/$pkgname"
+  cp -r * "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/icons" "$pkgdir/usr/share"
+
+  install -D "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/icons/hicolor/16x16/apps/$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # Remove uneeded files
+  rm -rf 
"$pkgdir"/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: frostwire.install
===
--- frostwire.install   2013-09-08 09:23:02 UTC (rev 96916)
+++ frostwire.install   201

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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 15:52:22
  Author: bgyorgy
Revision: 96918

upgpkg: dosemu 1.4.0.8-1

- Update to version 1.4.0.8 (tagged on 2012-12-22)
- General cleanup
- Add .desktop file

Modified:
  dosemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 09:23:12 UTC (rev 96917)
+++ PKGBUILD2013-09-08 13:52:22 UTC (rev 96918)
@@ -5,37 +5,29 @@
 # Contributor: Bob Finch 
 
 pkgname=dosemu
-pkgver=1.4.0
-pkgrel=9
+pkgver=1.4.0.8
+pkgrel=1
 pkgdesc="DOS emulator"
 arch=('i686' 'x86_64')
 url="http://www.dosemu.org/";
 license=('GPL' 'custom')
-depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile' 'sh' 'xorg-mkfontdir' 
'xorg-bdftopcf' 'xorg-xlsfonts')
+depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
+makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
 backup=('etc/dosemu/dosemu.conf'
'etc/dosemu/dosemu.users'
'etc/dosemu/global.conf')
-install=dosemu.install
-source=(http://downloads.sourceforge.net/sourceforge/dosemu/$pkgname-$pkgver.tgz
-   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz
-   kernel_version.patch
-   fix-infinite-loop.patch
-   cpu-support.patch)
-md5sums=('0bba530637266f99d404ba15e3f118d4'
- '2e09774fe91cff4372cb4a393eb467f5'
- '15af2ca86b2e7d8835f0f837ea663c3d'
- 'e8ea87d46c613130b26724facb5aa297'
- 'ebb17406a7d302f6c4ad2b67304f31b6')
+source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
+   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
+md5sums=('SKIP'
+ '2e09774fe91cff4372cb4a393eb467f5')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk -n --pkgname=$pkgname --pkgdesc='DOS emulator' 
--categories='System;Emulator'
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/kernel_version.patch
-  patch -Np1 -i ${srcdir}/fix-infinite-loop.patch
-  patch -Np1 -i ${srcdir}/cpu-support.patch
-  sed -i 's|extern int yyget_leng|extern size_t yyget_leng|' 
src/base/init/lexer.h
-
-  unset CFLAGS
   ./configure --prefix=/usr 
--with-fdtarball=$srcdir/dosemu-freedos-1.0-bin.tgz --mandir=/usr/share/man
   make
 }
@@ -42,13 +34,10 @@
 
 package(){
   cd $srcdir/$pkgname-$pkgver
-
   make DESTDIR=$pkgdir install
-
-  ln -s /usr/share/dosemu/drive_z $pkgdir/etc/dosemu/drives/z
-  install -dm0755 $pkgdir/etc/sysctl.d
-  echo "vm.mmap_min_addr = 0" >$pkgdir/etc/sysctl.d/dosemu.conf
-
+  install -dm755 $pkgdir/usr/share/pixmaps
+  convert etc/$pkgname.xpm $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -D -m 644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
   install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
   install -D -m 644 COPYING.DOSEMU 
$pkgdir/usr/share/licenses/$pkgname/COPYING.DOSEMU
 }



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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 15:52:33
  Author: bgyorgy
Revision: 96919

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

Added:
  dosemu/repos/community-i686/PKGBUILD
(from rev 96918, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-i686/cpu-support.patch
(from rev 96918, dosemu/trunk/cpu-support.patch)
  dosemu/repos/community-i686/dosemu.install
(from rev 96918, dosemu/trunk/dosemu.install)
  dosemu/repos/community-i686/fix-infinite-loop.patch
(from rev 96918, dosemu/trunk/fix-infinite-loop.patch)
  dosemu/repos/community-i686/kernel_version.patch
(from rev 96918, dosemu/trunk/kernel_version.patch)
  dosemu/repos/community-x86_64/PKGBUILD
(from rev 96918, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-x86_64/cpu-support.patch
(from rev 96918, dosemu/trunk/cpu-support.patch)
  dosemu/repos/community-x86_64/dosemu.install
(from rev 96918, dosemu/trunk/dosemu.install)
  dosemu/repos/community-x86_64/fix-infinite-loop.patch
(from rev 96918, dosemu/trunk/fix-infinite-loop.patch)
  dosemu/repos/community-x86_64/kernel_version.patch
(from rev 96918, dosemu/trunk/kernel_version.patch)
Deleted:
  dosemu/repos/community-i686/PKGBUILD
  dosemu/repos/community-i686/cpu-support.patch
  dosemu/repos/community-i686/dosemu.install
  dosemu/repos/community-i686/fix-infinite-loop.patch
  dosemu/repos/community-i686/kernel_version.patch
  dosemu/repos/community-x86_64/PKGBUILD
  dosemu/repos/community-x86_64/cpu-support.patch
  dosemu/repos/community-x86_64/dosemu.install
  dosemu/repos/community-x86_64/fix-infinite-loop.patch
  dosemu/repos/community-x86_64/kernel_version.patch

--+
 /PKGBUILD|   86 +
 /cpu-support.patch   |   24 
 /dosemu.install  |   14 
 /fix-infinite-loop.patch |   26 
 /kernel_version.patch|   24 
 community-i686/PKGBUILD  |   54 --
 community-i686/cpu-support.patch |   12 
 community-i686/dosemu.install|7 --
 community-i686/fix-infinite-loop.patch   |   13 
 community-i686/kernel_version.patch  |   12 
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/cpu-support.patch   |   12 
 community-x86_64/dosemu.install  |7 --
 community-x86_64/fix-infinite-loop.patch |   13 
 community-x86_64/kernel_version.patch|   12 
 15 files changed, 174 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 13:52:22 UTC (rev 96918)
+++ community-i686/PKGBUILD 2013-09-08 13:52:33 UTC (rev 96919)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Bob Finch 
-
-pkgname=dosemu
-pkgver=1.4.0
-pkgrel=9
-pkgdesc="DOS emulator"
-arch=('i686' 'x86_64')
-url="http://www.dosemu.org/";
-license=('GPL' 'custom')
-depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile' 'sh' 'xorg-mkfontdir' 
'xorg-bdftopcf' 'xorg-xlsfonts')
-backup=('etc/dosemu/dosemu.conf'
-   'etc/dosemu/dosemu.users'
-   'etc/dosemu/global.conf')
-install=dosemu.install
-source=(http://downloads.sourceforge.net/sourceforge/dosemu/$pkgname-$pkgver.tgz
-   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz
-   kernel_version.patch
-   fix-infinite-loop.patch
-   cpu-support.patch)
-md5sums=('0bba530637266f99d404ba15e3f118d4'
- '2e09774fe91cff4372cb4a393eb467f5'
- '15af2ca86b2e7d8835f0f837ea663c3d'
- 'e8ea87d46c613130b26724facb5aa297'
- 'ebb17406a7d302f6c4ad2b67304f31b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/kernel_version.patch
-  patch -Np1 -i ${srcdir}/fix-infinite-loop.patch
-  patch -Np1 -i ${srcdir}/cpu-support.patch
-  sed -i 's|extern int yyget_leng|extern size_t yyget_leng|' 
src/base/init/lexer.h
-
-  unset CFLAGS
-  ./configure --prefix=/usr 
--with-fdtarball=$srcdir/dosemu-freedos-1.0-bin.tgz --mandir=/usr/share/man
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  ln -s /usr/share/dosemu/drive_z $pkgdir/etc/dosemu/drives/z
-  install -dm0755 $pkgdir/etc/sysctl.d
-  echo "vm.mmap_min_addr = 0" >$pkgdir/etc/sysctl.d/dosemu.conf
-
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  install -D -m 644 COPYING.DOSEMU 
$pkgdir/usr/share/licenses/$pkgname/COPYING.DOSEMU
-}

Copied: dosemu/repos/community-i686/PKGBUILD (from rev 96918, 
dosemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 13:52:33 UTC (rev 96919)
@@ -0

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

2013-09-08 Thread Florian Pritz
Date: Sunday, September 8, 2013 @ 18:39:56
  Author: bluewind
Revision: 96920

upgpkg: fb-client 1.3.1-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 13:52:33 UTC (rev 96919)
+++ PKGBUILD2013-09-08 16:39:56 UTC (rev 96920)
@@ -1,7 +1,7 @@
 # Maintainer: Florian "Bluewind" Pritz 
 
 pkgname=fb-client
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Client for paste.xinu.at"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('e715b53883a7f9e3fc5942c78618dbdf'
+md5sums=('6938cff329e7965593f270747e94539f'
  'SKIP')
 
 build() {



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

2013-09-08 Thread Florian Pritz
Date: Sunday, September 8, 2013 @ 18:40:01
  Author: bluewind
Revision: 96921

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 96920, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 96920, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 16:39:56 UTC (rev 96920)
+++ community-i686/PKGBUILD 2013-09-08 16:40:01 UTC (rev 96921)
@@ -1,28 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=('i686' 'x86_64')
-url="http://paste.xinu.at";
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('e715b53883a7f9e3fc5942c78618dbdf'
- 'SKIP')
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 96920, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 16:40:01 UTC (rev 96921)
@@ -0,0 +1,28 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=('i686' 'x86_64')
+url="http://paste.xinu.at";
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('6938cff329e7965593f270747e94539f'
+ 'SKIP')
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-08 16:39:56 UTC (rev 96920)
+++ community-x86_64/PKGBUILD   2013-09-08 16:40:01 UTC (rev 96921)
@@ -1,28 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=('i686' 'x86_64')
-url="http://paste.xinu.at";
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('e715b53883a7f9e3fc5942c78618dbdf'
- 'SKIP')
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 96920, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-08 16:40:01 UTC (rev 96921)
@@ -0,0 +1,28 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=('i686' 'x86_64')
+url="http://paste.xinu.at";
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('6938cff329e7965593f270747e94539f'
+ 'SKIP')
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xpdf/trunk (PKGBUILD sanitize.patch)

2013-09-08 Thread Gaetan Bisson
Date: Sunday, September 8, 2013 @ 19:18:11
  Author: bisson
Revision: 193957

fix FS#36818

Added:
  xpdf/trunk/sanitize.patch
Modified:
  xpdf/trunk/PKGBUILD

+
 PKGBUILD   |5 -
 sanitize.patch |   55 +++
 2 files changed, 59 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 00:58:33 UTC (rev 193956)
+++ PKGBUILD2013-09-08 17:18:11 UTC (rev 193957)
@@ -6,7 +6,7 @@
 pkgname=xpdf
 #pkgver=3.03_pl1
 pkgver=3.03
-pkgrel=3
+pkgrel=4
 pkgdesc='Viewer for Portable Document Format (PDF) files'
 url='http://www.foolabs.com/xpdf/'
 license=('GPL2')
@@ -16,9 +16,11 @@
 'desktop-file-utils: for desktop environments')
 #   "ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}pl1.patch";
 source=("ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}.tar.gz";
+'sanitize.patch'
 'char.patch'
 'desktop')
 sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248'
+  '2face78a2f550fd15eeceb8a1ce47c566104f457'   
   '5c471944685a6b24a2b0c0e000562d1a3263aeeb'
   '17ebbfe457cb92e97b12b7362e8ce961526012d9')
 
@@ -29,6 +31,7 @@
cd "${srcdir}/${pkgname}-${pkgver%_*}"
 
 #  patch -p1 -i "../${pkgname}-${_srcver}pl1.patch"
+   patch -p1 -i ../sanitize.patch
patch -p1 -i ../char.patch
 
sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' 
xpdf/GlobalParams.cc

Added: sanitize.patch
===
--- sanitize.patch  (rev 0)
+++ sanitize.patch  2013-09-08 17:18:11 UTC (rev 193957)
@@ -0,0 +1,55 @@
+From 3945969e0072217c143fefa3044512a31ac2afa8 Mon Sep 17 00:00:00 2001
+From: mancha 
+Date: Sun, 11 Aug 2013
+Subject: CVE-2012-2142
+
+Filter stuff that might end up in the shell to address CVE-2012-2142.
+This code was adapted from the Poppler project.
+---
+ Error.cc |   21 -
+ 1 file changed, 16 insertions(+), 5 deletions(-)
+
+--- a/xpdf/Error.cc2013-08-11
 b/xpdf/Error.cc2013-08-11
+@@ -43,7 +43,7 @@ void setErrorCallback(void (*cbk)(void *
+ 
+ void CDECL error(ErrorCategory category, int pos, const char *msg, ...) {
+   va_list args;
+-  GString *s;
++  GString *s, *sanitized;
+ 
+   // NB: this can be called before the globalParams object is created
+   if (!errorCbk && globalParams && globalParams->getErrQuiet()) {
+@@ -52,17 +52,28 @@ void CDECL error(ErrorCategory category,
+   va_start(args, msg);
+   s = GString::formatv(msg, args);
+   va_end(args);
++
++  sanitized = new GString ();
++  for (int i = 0; i < s->getLength(); ++i) {
++const char c = s->getChar(i);
++if (c < (char)0x20 || c >= (char)0x7f) {
++  sanitized->appendf("<{0:02x}>", c & 0xff);
++} else {
++  sanitized->append(c);
++}
++  }
++
+   if (errorCbk) {
+-(*errorCbk)(errorCbkData, category, pos, s->getCString());
++(*errorCbk)(errorCbkData, category, pos, sanitized->getCString());
+   } else {
+ if (pos >= 0) {
+   fprintf(stderr, "%s (%d): %s\n",
+-errorCategoryNames[category], pos, s->getCString());
++errorCategoryNames[category], pos, sanitized->getCString());
+ } else {
+   fprintf(stderr, "%s: %s\n",
+-errorCategoryNames[category], s->getCString());
++errorCategoryNames[category], sanitized->getCString());
+ }
+ fflush(stderr);
+   }
+-  delete s;
++  delete sanitized;
+ }



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

2013-09-08 Thread Gaetan Bisson
Date: Sunday, September 8, 2013 @ 19:19:05
  Author: bisson
Revision: 193958

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

Added:
  xpdf/repos/extra-i686/PKGBUILD
(from rev 193957, xpdf/trunk/PKGBUILD)
  xpdf/repos/extra-i686/char.patch
(from rev 193957, xpdf/trunk/char.patch)
  xpdf/repos/extra-i686/desktop
(from rev 193957, xpdf/trunk/desktop)
  xpdf/repos/extra-i686/install
(from rev 193957, xpdf/trunk/install)
  xpdf/repos/extra-i686/sanitize.patch
(from rev 193957, xpdf/trunk/sanitize.patch)
  xpdf/repos/extra-x86_64/PKGBUILD
(from rev 193957, xpdf/trunk/PKGBUILD)
  xpdf/repos/extra-x86_64/char.patch
(from rev 193957, xpdf/trunk/char.patch)
  xpdf/repos/extra-x86_64/desktop
(from rev 193957, xpdf/trunk/desktop)
  xpdf/repos/extra-x86_64/install
(from rev 193957, xpdf/trunk/install)
  xpdf/repos/extra-x86_64/sanitize.patch
(from rev 193957, xpdf/trunk/sanitize.patch)
Deleted:
  xpdf/repos/extra-i686/PKGBUILD
  xpdf/repos/extra-i686/char.patch
  xpdf/repos/extra-i686/desktop
  xpdf/repos/extra-i686/install
  xpdf/repos/extra-x86_64/PKGBUILD
  xpdf/repos/extra-x86_64/char.patch
  xpdf/repos/extra-x86_64/desktop
  xpdf/repos/extra-x86_64/install

-+
 /PKGBUILD   |  134 ++
 /char.patch |   24 +++
 /desktop|   18 +
 /install|   22 ++
 extra-i686/PKGBUILD |   64 
 extra-i686/char.patch   |   12 ---
 extra-i686/desktop  |9 --
 extra-i686/install  |   11 ---
 extra-i686/sanitize.patch   |   55 +
 extra-x86_64/PKGBUILD   |   64 
 extra-x86_64/char.patch |   12 ---
 extra-x86_64/desktop|9 --
 extra-x86_64/install|   11 ---
 extra-x86_64/sanitize.patch |   55 +
 14 files changed, 308 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-08 17:18:11 UTC (rev 193957)
+++ extra-i686/PKGBUILD 2013-09-08 17:19:05 UTC (rev 193958)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: tobias 
-# Contributor: Sarah Hay 
-
-pkgname=xpdf
-#pkgver=3.03_pl1
-pkgver=3.03
-pkgrel=3
-pkgdesc='Viewer for Portable Document Format (PDF) files'
-url='http://www.foolabs.com/xpdf/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('lesstif' 'gsfonts' 'libxt')
-optdepends=('poppler: tools that used to be included in xpdf'
-'desktop-file-utils: for desktop environments')
-#   "ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}pl1.patch";
-source=("ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}.tar.gz";
-'char.patch'
-'desktop')
-sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248'
-  '5c471944685a6b24a2b0c0e000562d1a3263aeeb'
-  '17ebbfe457cb92e97b12b7362e8ce961526012d9')
-
-install=install
-backup=('etc/xpdfrc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver%_*}"
-
-#  patch -p1 -i "../${pkgname}-${_srcver}pl1.patch"
-   patch -p1 -i ../char.patch
-
-   sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' 
xpdf/GlobalParams.cc
-   sed -i 's:times-medium-r-normal--16:times-medium-r-normal--14:' 
xpdf/XPDFViewer.cc # FS#14217
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --enable-multithreaded \
-   --enable-wordlist \
-   --with-freetype2-library=/usr/lib \
-   --with-freetype2-includes=/usr/include/freetype2 \
-   --x-includes=/usr/include \
-   --with-Xm-library=/usr/lib \
-   --with-Xm-includes=/usr/include \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver%_*}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../desktop 
"${pkgdir}/usr/share/applications/xpdf.desktop"
-   install -Dm644 xpdf/xpdfIcon.xpm "${pkgdir}/usr/share/pixmaps/xpdf.xpm"
-
-   # stuff provided by poppler
-   for tool in pdfdetach pdffonts pdfimages pdfinfo pdftoppm pdftops 
pdftotext; do
-   rm "${pkgdir}/usr/bin/${tool}" 
"${pkgdir}/usr/share/man/man1/${tool}.1"
-   done
-}

Copied: xpdf/repos/extra-i686/PKGBUILD (from rev 193957, xpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-08 17:19:05 UTC (rev 193958)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: tobias 
+# Contributor: Sarah Hay 
+
+pkgname=xpdf
+#pkgver=3.03_pl1
+pkgver=3.03
+pkgrel=4
+pkgdesc='Viewer for Portable Document Format (PDF) files'
+url='http://www.foolabs.com/xpdf/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('lesstif' 'gsfont

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2013-09-08 Thread Jonathan Steel
Date: Sunday, September 8, 2013 @ 19:48:05
  Author: jsteel
Revision: 96922

upgpkg: perl-xml-libxml 2.0105-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 16:40:01 UTC (rev 96921)
+++ PKGBUILD2013-09-08 17:48:05 UTC (rev 96922)
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0103
+pkgver=2.0105
 pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('77184192598ea59389b76dfea2a23b7c')
+md5sums=('7b278ec58427808a0dbe008ef760da7f')
 
 build() {
   cd XML-LibXML-$pkgver



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

2013-09-08 Thread Giovanni Scafora
Date: Sunday, September 8, 2013 @ 19:48:29
  Author: giovanni
Revision: 193960

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-08 17:48:21 UTC (rev 193959)
+++ extra-i686/PKGBUILD 2013-09-08 17:48:29 UTC (rev 193960)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-
-pkgname=amule
-pkgver=10803
-pkgrel=3
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org";
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('febf14f5b1185f25acde64f61b78ed38')
-
-build() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 193959, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-08 17:48:29 UTC (rev 193960)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+
+pkgname=amule
+pkgver=10808
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org";
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
+md5sums=('68099241871f4e47eee06bebc7ce20a1')
+
+build() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-08 17:48:21 UTC (rev 193959)
+++ extra-x86_64/PKGBUILD   2013-09-08 17:48:29 UTC (rev 193960)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-
-pkgname=amule
-pkgver=10803
-pkgrel=3
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org";
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('febf14f5b1185f25acde64f61b78ed38')
-
-build() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-x86_64/PKGBUILD (from rev 193959, 
amule/trunk/PKGBUILD)
===

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

2013-09-08 Thread Giovanni Scafora
Date: Sunday, September 8, 2013 @ 19:48:21
  Author: giovanni
Revision: 193959

upgpkg: amule 10808-1

upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:19:05 UTC (rev 193958)
+++ PKGBUILD2013-09-08 17:48:21 UTC (rev 193959)
@@ -5,8 +5,8 @@
 # Contributor: Dario 'Dax' Vilardi 
 
 pkgname=amule
-pkgver=10803
-pkgrel=3
+pkgver=10808
+pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=('i686' 'x86_64')
 url="http://www.amule.org";
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
 source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('febf14f5b1185f25acde64f61b78ed38')
+md5sums=('68099241871f4e47eee06bebc7ce20a1')
 
 build() {
   cd "${srcdir}/aMule-SVN-r${pkgver}"



[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2013-09-08 Thread Jonathan Steel
Date: Sunday, September 8, 2013 @ 19:48:32
  Author: jsteel
Revision: 96923

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

Added:
  perl-xml-libxml/repos/community-i686/PKGBUILD
(from rev 96922, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
(from rev 96922, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
(from rev 96922, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install
(from rev 96922, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/community-i686/PKGBUILD
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   72 +
 /perl-xml-libxml.install |   30 
 community-i686/PKGBUILD  |   36 --
 community-i686/perl-xml-libxml.install   |   15 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/perl-xml-libxml.install |   15 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 17:48:05 UTC (rev 96922)
+++ community-i686/PKGBUILD 2013-09-08 17:48:32 UTC (rev 96923)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0103
-pkgrel=1
-pkgdesc="Interface to the libxml library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXML";
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-conflicts=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('77184192598ea59389b76dfea2a23b7c')
-
-build() {
-  cd XML-LibXML-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-}

Copied: perl-xml-libxml/repos/community-i686/PKGBUILD (from rev 96922, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 17:48:32 UTC (rev 96923)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0105
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXML";
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+conflicts=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('7b278ec58427808a0dbe008ef760da7f')
+
+build() {
+  cd XML-LibXML-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+}

Deleted: community-i686/perl-xml-libxml.install
===
--- community-i686/perl-xml-libxml.install  2013-09-08 17:48:05 UTC (rev 
96922)
+++ community-i686/perl-xml-libxml.install  2013-09-08 17:48:32 UTC (rev 
96923)
@@ -1,15 +0,0 @@
-post_install() {
-  echo ":: Installing SAX XML Parsers"
-  /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-  /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo ":: Installing SAX XML Parsers"
- /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
- /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-  fi
-}
-

Copied: perl-xml-libxml/repos/community-i686/perl-xml-libxml.install (from rev 
96922, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- community-

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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 19:53:51
  Author: bgyorgy
Revision: 96924

upgpkg: signon 8.54-1

Update to version 8.54

Modified:
  signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:48:32 UTC (rev 96923)
+++ PKGBUILD2013-09-08 17:53:51 UTC (rev 96924)
@@ -3,7 +3,7 @@
 
 pkgbase=signon
 pkgname=('signon' 'signon-doc')
-pkgver=8.53
+pkgver=8.54
 pkgrel=1
 pkgdesc="Framework to provide credential storage and authentication service"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
 use_keyring.patch)
-sha1sums=('7148cf6cac0d5e56c5b697836f18aeb8cfce3734'
+sha1sums=('a29a12d6fe3747930e94932f6e1b1339b471d108'
   'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
 
 build() {



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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 19:54:00
  Author: bgyorgy
Revision: 96925

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

Added:
  signon/repos/community-i686/PKGBUILD
(from rev 96924, signon/trunk/PKGBUILD)
  signon/repos/community-i686/signon.install
(from rev 96924, signon/trunk/signon.install)
  signon/repos/community-i686/use_keyring.patch
(from rev 96924, signon/trunk/use_keyring.patch)
  signon/repos/community-x86_64/PKGBUILD
(from rev 96924, signon/trunk/PKGBUILD)
  signon/repos/community-x86_64/signon.install
(from rev 96924, signon/trunk/signon.install)
  signon/repos/community-x86_64/use_keyring.patch
(from rev 96924, signon/trunk/use_keyring.patch)
Deleted:
  signon/repos/community-i686/PKGBUILD
  signon/repos/community-i686/signon.install
  signon/repos/community-i686/use_keyring.patch
  signon/repos/community-x86_64/PKGBUILD
  signon/repos/community-x86_64/signon.install
  signon/repos/community-x86_64/use_keyring.patch

+
 /PKGBUILD  |  104 +++
 /signon.install|   12 
 /use_keyring.patch |   24 
 community-i686/PKGBUILD|   52 -
 community-i686/signon.install  |6 --
 community-i686/use_keyring.patch   |   12 
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/signon.install|6 --
 community-x86_64/use_keyring.patch |   12 
 9 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 17:53:51 UTC (rev 96924)
+++ community-i686/PKGBUILD 2013-09-08 17:54:00 UTC (rev 96925)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.53
-pkgrel=1
-pkgdesc="Framework to provide credential storage and authentication service"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('qt4' 'libproxy')
-makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
-backup=(etc/signond.conf)
-install=$pkgname.install
-source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
-use_keyring.patch)
-sha1sums=('7148cf6cac0d5e56c5b697836f18aeb8cfce3734'
-  'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  # Use gnome-keyring secrets storage if signon-keyring-extension is available
-  patch -Np1 -i "$srcdir/use_keyring.patch"
-
-  # qt4 fix
-  sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro
-
-  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package_signon() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Split out documentation
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_signon-doc() {
-  pkgdesc="Developer documention of signon"
-  depends=()
-  options=('!emptydirs')
-  backup=()
-  install=
-
-  mkdir -p "$pkgdir/usr/share"
-  mv "$srcdir/doc" "$pkgdir/usr/share"
-}

Copied: signon/repos/community-i686/PKGBUILD (from rev 96924, 
signon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 17:54:00 UTC (rev 96925)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgbase=signon
+pkgname=('signon' 'signon-doc')
+pkgver=8.54
+pkgrel=1
+pkgdesc="Framework to provide credential storage and authentication service"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/";
+license=('LGPL')
+depends=('qt4' 'libproxy')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+backup=(etc/signond.conf)
+install=$pkgname.install
+source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
+use_keyring.patch)
+sha1sums=('a29a12d6fe3747930e94932f6e1b1339b471d108'
+  'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  # Use gnome-keyring secrets storage if signon-keyring-extension is available
+  patch -Np1 -i "$srcdir/use_keyring.patch"
+
+  # qt4 fix
+  sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro
+
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_signon() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Split out documentation
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_signon-doc() {
+  pkgdesc="Developer documention of signon"
+  depends=()
+  options=('!emptydirs')
+  backup=()
+  install=
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}

Deleted: community-i686/signon.install
===
--- community-i686/signon.install   2013-09-08 17:53:51 UTC (rev 96924)
+++ community-i686/signon.install   2013-09-08 17

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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 19:56:26
  Author: bgyorgy
Revision: 96926

upgpkg: libaccounts-glib 1.12-1

Update to version 1.12

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:54:00 UTC (rev 96925)
+++ PKGBUILD2013-09-08 17:56:26 UTC (rev 96926)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 19:56:34
  Author: bgyorgy
Revision: 96927

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

Added:
  libaccounts-glib/repos/community-i686/PKGBUILD
(from rev 96926, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/community-x86_64/PKGBUILD
(from rev 96926, libaccounts-glib/trunk/PKGBUILD)
Deleted:
  libaccounts-glib/repos/community-i686/PKGBUILD
  libaccounts-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 17:56:26 UTC (rev 96926)
+++ community-i686/PKGBUILD 2013-09-08 17:56:34 UTC (rev 96927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.11
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
"$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py"
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r "$pkgdir/usr/share/backup-framework"
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 96926, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 17:56:34 UTC (rev 96927)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.12
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/";
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
"$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py"
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r "$pkgdir/usr/share/backup-framework"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-08 17:56:26 UTC (rev 96926)
+++ community-x86_64/PKGBUILD   2013-09-08 17:56:34 UTC (rev 96927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.11
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
"$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py"
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r "$pkgdir/usr/share/backup-framework"
-}

Copied: libaccounts-glib/repos/community-x86_64/PKG

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

2013-09-08 Thread Jelle van der Waa
Date: Sunday, September 8, 2013 @ 20:40:39
  Author: jelle
Revision: 96928

FS#36828

Modified:
  autocutsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:56:34 UTC (rev 96927)
+++ PKGBUILD2013-09-08 18:40:39 UTC (rev 96928)
@@ -9,11 +9,13 @@
 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
 arch=('i686' 'x86_64')
 depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url="http://lepton.fr/tools/autocutsel/";
+url="http://www.nongnu.org/autocutsel/";
 install=autocutsel.install
 license=('GPL')
+md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr



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

2013-09-08 Thread Eric Bélanger
Date: Sunday, September 8, 2013 @ 21:31:10
  Author: eric
Revision: 193961

upgpkg: audacity 2.0.4-1

Upstream update

Modified:
  audacity/trunk/PKGBUILD
  audacity/trunk/audacity.install

--+
 PKGBUILD |   12 ++--
 audacity.install |4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:48:29 UTC (rev 193960)
+++ PKGBUILD2013-09-08 19:31:10 UTC (rev 193961)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacity.sourceforge.net/";
@@ -14,16 +14,16 @@
 options=('!makeflags')
 install=audacity.install
 
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
+sha1sums=('4c1a42137cef598e3d83829ca7c22dba62d215be')
 
 build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  cd ${pkgname}-src-${pkgver}
   PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-./configure --prefix=/usr --docdir=/usr/share/doc/audacity
+./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  cd ${pkgname}-src-${pkgver}
   make DESTDIR="${pkgdir}" install
 }

Modified: audacity.install
===
--- audacity.install2013-09-08 17:48:29 UTC (rev 193960)
+++ audacity.install2013-09-08 19:31:10 UTC (rev 193961)
@@ -5,9 +5,9 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  post_install $1
+  post_install
 }



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

2013-09-08 Thread Eric Bélanger
Date: Sunday, September 8, 2013 @ 21:31:47
  Author: eric
Revision: 193962

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

Added:
  audacity/repos/extra-i686/PKGBUILD
(from rev 193961, audacity/trunk/PKGBUILD)
  audacity/repos/extra-i686/audacity.install
(from rev 193961, audacity/trunk/audacity.install)
  audacity/repos/extra-x86_64/PKGBUILD
(from rev 193961, audacity/trunk/PKGBUILD)
  audacity/repos/extra-x86_64/audacity.install
(from rev 193961, audacity/trunk/audacity.install)
Deleted:
  audacity/repos/extra-i686/PKGBUILD
  audacity/repos/extra-i686/audacity.install
  audacity/repos/extra-x86_64/PKGBUILD
  audacity/repos/extra-x86_64/audacity.install

---+
 /PKGBUILD |   58 
 /audacity.install |   26 +
 extra-i686/PKGBUILD   |   29 
 extra-i686/audacity.install   |   13 
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/audacity.install |   13 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-08 19:31:10 UTC (rev 193961)
+++ extra-i686/PKGBUILD 2013-09-08 19:31:47 UTC (rev 193962)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.0.3
-pkgrel=2
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
-'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
-makedepends=('cmake')
-options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-./configure --prefix=/usr --docdir=/usr/share/doc/audacity
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/extra-i686/PKGBUILD (from rev 193961, 
audacity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-08 19:31:47 UTC (rev 193962)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacity.sourceforge.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
+'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
+makedepends=('cmake')
+options=('!makeflags')
+install=audacity.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
+sha1sums=('4c1a42137cef598e3d83829ca7c22dba62d215be')
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/audacity.install
===
--- extra-i686/audacity.install 2013-09-08 19:31:10 UTC (rev 193961)
+++ extra-i686/audacity.install 2013-09-08 19:31:47 UTC (rev 193962)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: audacity/repos/extra-i686/audacity.install (from rev 193961, 
audacity/trunk/audacity.install)
===
--- extra-i686/audacity.install (rev 0)
+++ extra-i686/audacity.install 2013-09-08 19:31:47 UTC (rev 193962)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-08 19:31:10 UTC (rev 193961)
+++ extra-x86_64/PKGBUILD   2013-09-08 19:31:47 UTC (rev 193962)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.0.3
-pkgrel=2
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
-'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-co

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

2013-09-08 Thread Ray Rashif
Date: Sunday, September 8, 2013 @ 22:45:42
  Author: schiv
Revision: 193963

fix pixmap name; closes FS#36777

Modified:
  libffado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 19:31:47 UTC (rev 193962)
+++ PKGBUILD2013-09-08 20:45:42 UTC (rev 193963)
@@ -53,7 +53,7 @@
 "$pkgdir/usr/share/applications/ffadomixer.desktop"
 
   install -Dm644 support/xdg/hi64-apps-ffado.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
+"$pkgdir/usr/share/pixmaps/ffado.png"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-09-08 Thread Balló György
Date: Monday, September 9, 2013 @ 00:09:54
  Author: bgyorgy
Revision: 96929

upgpkg: lxdm 0.4.1-25

Set permissions in PKGBUILD, not in .install file (FS#36770)

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 18:40:39 UTC (rev 96928)
+++ PKGBUILD2013-09-08 22:09:54 UTC (rev 96929)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=24
+pkgrel=25
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lxdm/";
@@ -35,9 +35,6 @@
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch
 
-  # Fix sbin location
-  sed -i 's|/sbin/|/bin/|' data/lxdm.in systemd/lxdm.service
-
   # Fix version number
   sed -i 's/3.6.0/3.8/' gnome-shell/LXDM_User_Switch@dgod/metadata.json
 }
@@ -54,8 +51,11 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
+
+  # Home directory
   install -dm 755 "$pkgdir/var/lib/lxdm"
   echo 'GDK_CORE_DEVICE_EVENTS=true' > "$pkgdir"/var/lib/lxdm/.pam_environment
+  chown -R 121:121 "$pkgdir/var/lib/lxdm"
 
   # GNOME Shell extension
   mkdir -p "$pkgdir/usr/share/gnome-shell/extensions"

Modified: lxdm.install
===
--- lxdm.install2013-09-08 18:40:39 UTC (rev 96928)
+++ lxdm.install2013-09-08 22:09:54 UTC (rev 96929)
@@ -6,7 +6,6 @@
 usermod -c 'Lightweight X11 Display Manager' -u 121 -g 121 -d 
/var/lib/lxdm -s /sbin/nologin lxdm > /dev/null 2>&1 || \
 useradd -c 'Lightweight X11 Display Manager' -u 121 -g 121 -d 
/var/lib/lxdm -s /sbin/nologin lxdm
   passwd -l lxdm > /dev/null
-  chown -R lxdm:lxdm /var/lib/lxdm > /dev/null
 }
 
 post_upgrade() {



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

2013-09-08 Thread Balló György
Date: Monday, September 9, 2013 @ 00:10:17
  Author: bgyorgy
Revision: 96930

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

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

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

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

upgpkg: sage-mathematics 5.11-1

upgpkg: sage-mathematics 5.11-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

upgpkg: uwsgi 1.9.15-1

upgpkg: uwsgi 1.9.15-1

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

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

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

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

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



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

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

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

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

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

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


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

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

Move the md5sums back to the top

Modified:
  uwsgi/trunk/PKGBUILD

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

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



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

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

upgpkg: youtube-viewer 1:3.0.8-1

upgpkg: youtube-viewer 3.0.8

Modified:
  youtube-viewer/trunk/PKGBUILD

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

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



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

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

archrelease: copy trunk to community-any

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

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

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

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



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

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

upgpkg: connman 1.18-2

upgpkg: connman 1.18-2 FS#36782

Modified:
  connman/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.dif

[arch-commits] Commit in (adesklets)

2013-09-08 Thread Balló György
Date: Monday, September 9, 2013 @ 04:03:40
  Author: bgyorgy
Revision: 96943

Move adesklets to unsupported

It's a broken, unmaintained package, and the upstream is dead (FS#26447)

Deleted:
  adesklets/



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

2013-09-08 Thread Felix Yan
Date: Monday, September 9, 2013 @ 04:46:13
  Author: fyan
Revision: 96946

upgpkg: python-sh 1.09-1

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 02:20:31 UTC (rev 96945)
+++ PKGBUILD2013-09-09 02:46:13 UTC (rev 96946)
@@ -5,7 +5,7 @@
 
 _pkgname=sh
 pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.08
+pkgver=1.09
 pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
@@ -41,4 +41,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('4028bcba85daa0aef579ed24261e88a3')
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')



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

2013-09-08 Thread Felix Yan
Date: Monday, September 9, 2013 @ 04:47:00
  Author: fyan
Revision: 96947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-09 02:46:13 UTC (rev 96946)
+++ PKGBUILD2013-09-09 02:47:00 UTC (rev 96947)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-
-_pkgname=sh
-pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.08
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "$srcdir"
-
-  cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
-
-  cd "$_pkgname-$pkgver"
-  python setup.py build
-
-  cd "../python2-$_pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python-sh/LICENSE"
-}
-
-package_python2-sh() {
-  depends=('python2')
-  cd "$srcdir/python2-$_pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python2-sh/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('4028bcba85daa0aef579ed24261e88a3')

Copied: python-sh/repos/community-any/PKGBUILD (from rev 96946, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-09 02:47:00 UTC (rev 96947)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+
+_pkgname=sh
+pkgname=("python-$_pkgname" "python2-$_pkgname")
+pkgver=1.09
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir"
+
+  cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
+
+  cd "$_pkgname-$pkgver"
+  python setup.py build
+
+  cd "../python2-$_pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python-sh/LICENSE"
+}
+
+package_python2-sh() {
+  depends=('python2')
+  cd "$srcdir/python2-$_pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python2-sh/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')



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

2013-09-08 Thread Felix Yan
Date: Monday, September 9, 2013 @ 07:38:33
  Author: fyan
Revision: 96948

upgpkg: ibus-anthy 1.5.4-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 02:47:00 UTC (rev 96947)
+++ PKGBUILD2013-09-09 05:38:33 UTC (rev 96948)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-anthy
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
   make DESTDIR=$pkgdir/ install
 }
 
-sha512sums=('490a89ef78e31ad9e0f61aadd1d93b7a670852a765cc784cbfa307a208aab4344e851dceee316dd04bdf004e901a1b23bf40ff505e55fa18ab9dafdf097263d3')
+sha512sums=('8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d')



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

2013-09-08 Thread Felix Yan
Date: Monday, September 9, 2013 @ 07:39:55
  Author: fyan
Revision: 96949

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
(from rev 96948, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-i686/ibus-anthy.install
(from rev 96948, ibus-anthy/trunk/ibus-anthy.install)
  ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 96948, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/ibus-anthy.install
(from rev 96948, ibus-anthy/trunk/ibus-anthy.install)
Deleted:
  ibus-anthy/repos/community-i686/PKGBUILD
  ibus-anthy/repos/community-i686/ibus-anthy.install
  ibus-anthy/repos/community-x86_64/PKGBUILD
  ibus-anthy/repos/community-x86_64/ibus-anthy.install

-+
 /PKGBUILD   |   74 ++
 /ibus-anthy.install |   22 ++
 community-i686/PKGBUILD |   37 -
 community-i686/ibus-anthy.install   |   11 -
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/ibus-anthy.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-09 05:38:33 UTC (rev 96948)
+++ community-i686/PKGBUILD 2013-09-09 05:39:55 UTC (rev 96949)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-anthy
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
-makedepends=('swig' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
-sed -i 's_exec python_exec python2_' $file
-  done
-
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-sha512sums=('490a89ef78e31ad9e0f61aadd1d93b7a670852a765cc784cbfa307a208aab4344e851dceee316dd04bdf004e901a1b23bf40ff505e55fa18ab9dafdf097263d3')

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 96948, 
ibus-anthy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-09 05:39:55 UTC (rev 96949)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-anthy
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
+makedepends=('swig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
+sed -i 's_exec python_exec python2_' $file
+  done
+
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+sha512sums=('8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d')

Deleted: community-i686/ibus-anthy.install
===
--- community-i686/ibus-anthy.install   2013-09-09 05:38:33 UTC (rev 96948)
+++ community-i686/ibus-anthy.install   2013-09-09 05:39:55 UTC (rev 96949)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ibus-anthy/repos/community-i686/ibus-anthy.install (from rev 96948, 
ibus-anthy/trunk/ibus-anthy.install)
===
--- community-i686/ibus-anthy.install   (rev 0)
+++ community-i686/ibus-anthy.install   2013-09-09 05:39:55 UTC (rev 96949)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-09 05:38:33 UTC (rev 96948)
+++ community-x86_64/PKGBUILD   2013-09-09 05:39:55 UTC (rev 

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

2013-09-08 Thread Tobias Powalowski
Date: Monday, September 9, 2013 @ 08:33:25
  Author: tpowa
Revision: 193964

remove not needed patches

Deleted:
  linux/trunk/3.10.6-logitech-dj.patch
  linux/trunk/3.10.6-reset-superseed-xhci-hcd.patch

---+
 3.10.6-logitech-dj.patch  |  172 
 3.10.6-reset-superseed-xhci-hcd.patch |   24 
 2 files changed, 196 deletions(-)

Deleted: 3.10.6-logitech-dj.patch
===
--- 3.10.6-logitech-dj.patch2013-09-08 20:45:42 UTC (rev 193963)
+++ 3.10.6-logitech-dj.patch2013-09-09 06:33:25 UTC (rev 193964)
@@ -1,172 +0,0 @@
-From c63e0e370028d7e4033bd40165f18499872b5183 Mon Sep 17 00:00:00 2001
-From: Nestor Lopez Casado 
-Date: Thu, 18 Jul 2013 13:21:30 +
-Subject: HID: Revert "Revert "HID: Fix logitech-dj: missing Unifying device 
issue""
-
-This reverts commit 8af6c08830b1ae114d1a8b548b1f8b056e068887.
-
-This patch re-adds the workaround introduced by 596264082f10dd4
-which was reverted by 8af6c08830b1ae114.
-
-The original patch 596264 was needed to overcome a situation where
-the hid-core would drop incoming reports while probe() was being
-executed.
-
-This issue was solved by c849a6143bec520af which added
-hid_device_io_start() and hid_device_io_stop() that enable a specific
-hid driver to opt-in for input reports while its probe() is being
-executed.
-
-Commit a9dd22b730857347 modified hid-logitech-dj so as to use the
-functionality added to hid-core. Having done that, workaround 596264
-was no longer necessary and was reverted by 8af6c08.
-
-We now encounter a different problem that ends up 'again' thwarting
-the Unifying receiver enumeration. The problem is time and usb controller
-dependent. Ocasionally the reports sent to the usb receiver to start
-the paired devices enumeration fail with -EPIPE and the receiver never
-gets to enumerate the paired devices.
-
-With dcd9006b1b053c7b1c the problem was "hidden" as the call to the usb
-driver became asynchronous and none was catching the error from the
-failing URB.
-
-As the root cause for this failing SET_REPORT is not understood yet,
--possibly a race on the usb controller drivers or a problem with the
-Unifying receiver- reintroducing this workaround solves the problem.
-
-Overall what this workaround does is: If an input report from an
-unknown device is received, then a (re)enumeration is performed.
-
-related bug:
-https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1194649
-
-Signed-off-by: Nestor Lopez Casado 
-Signed-off-by: Jiri Kosina 

-diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
-index 5207591a..cd33084 100644
 a/drivers/hid/hid-logitech-dj.c
-+++ b/drivers/hid/hid-logitech-dj.c
-@@ -192,6 +192,7 @@ static struct hid_ll_driver logi_dj_ll_driver;
- static int logi_dj_output_hidraw_report(struct hid_device *hid, u8 * buf,
-   size_t count,
-   unsigned char report_type);
-+static int logi_dj_recv_query_paired_devices(struct dj_receiver_dev 
*djrcv_dev);
- 
- static void logi_dj_recv_destroy_djhid_device(struct dj_receiver_dev 
*djrcv_dev,
-   struct dj_report *dj_report)
-@@ -232,6 +233,7 @@ static void logi_dj_recv_add_djhid_device(struct 
dj_receiver_dev *djrcv_dev,
-   if (dj_report->report_params[DEVICE_PAIRED_PARAM_SPFUNCTION] &
-   SPFUNCTION_DEVICE_LIST_EMPTY) {
-   dbg_hid("%s: device list is empty\n", __func__);
-+  djrcv_dev->querying_devices = false;
-   return;
-   }
- 
-@@ -242,6 +244,12 @@ static void logi_dj_recv_add_djhid_device(struct 
dj_receiver_dev *djrcv_dev,
-   return;
-   }
- 
-+  if (djrcv_dev->paired_dj_devices[dj_report->device_index]) {
-+  /* The device is already known. No need to reallocate it. */
-+  dbg_hid("%s: device is already known\n", __func__);
-+  return;
-+  }
-+
-   dj_hiddev = hid_allocate_device();
-   if (IS_ERR(dj_hiddev)) {
-   dev_err(&djrcv_hdev->dev, "%s: hid_allocate_device failed\n",
-@@ -305,6 +313,7 @@ static void delayedwork_callback(struct work_struct *work)
-   struct dj_report dj_report;
-   unsigned long flags;
-   int count;
-+  int retval;
- 
-   dbg_hid("%s\n", __func__);
- 
-@@ -337,6 +346,25 @@ static void delayedwork_callback(struct work_struct *work)
-   logi_dj_recv_destroy_djhid_device(djrcv_dev, &dj_report);
-   break;
-   default:
-+  /* A normal report (i. e. not belonging to a pair/unpair notification)
-+   * arriving here, means that the report arrived but we did not have a
-+   * paired dj_device associated to the report's device_index, this
-+   * means that the original "device paired" notification corresponding
-+   * to this dj_device never arrived to this driver. Th