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

2013-09-26 Thread Sven-Hendrik Haase
Date: Friday, September 27, 2013 @ 08:38:16
  Author: svenstaro
Revision: 97670

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

Added:
  clanlib/repos/community-i686/PKGBUILD
(from rev 97669, clanlib/trunk/PKGBUILD)
  clanlib/repos/community-x86_64/PKGBUILD
(from rev 97669, clanlib/trunk/PKGBUILD)
Deleted:
  clanlib/repos/community-i686/PKGBUILD
  clanlib/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-27 06:38:03 UTC (rev 97669)
+++ community-i686/PKGBUILD 2013-09-27 06:38:16 UTC (rev 97670)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=clanlib
-pkgver=2.3.6
-pkgrel=5
-pkgdesc="A multi-platform game development library."
-arch=('i686' 'x86_64')
-url="http://clanlib.org/";
-license=('zlib')
-depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
-makedepends=('doxygen' 'graphviz' 'mesa')
-options=('!libtool')
-source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
-md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
-
-build() { 
-   cd ${srcdir}/ClanLib-${pkgver}
-
-   ./configure --prefix=/usr --enable-docs --disable-clanGL1
-
-   make
-  # Somehow this breaks. :(
-   #make html
-}
-
-package() {
-   cd ${srcdir}/ClanLib-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-   #make DESTDIR=${pkgdir} install-html
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: sw=2:ts=2 et:

Copied: clanlib/repos/community-i686/PKGBUILD (from rev 97669, 
clanlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 06:38:16 UTC (rev 97670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=clanlib
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A multi-platform game development library."
+arch=('i686' 'x86_64')
+url="http://clanlib.org/";
+license=('zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+options=('!libtool')
+source=(clanlib-${pkgver}.tar.gz::https://github.com/sphair/ClanLib/archive/3.0.0.tar.gz)
+md5sums=('bfbfd7cc89be12f02c3994d4fcdd49f3')
+
+build() { 
+   cd ${srcdir}/ClanLib-${pkgver}
+
+  ./autogen.sh
+   ./configure --prefix=/usr
+
+   make
+   make html
+}
+
+package() {
+   cd ${srcdir}/ClanLib-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install-html
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-27 06:38:03 UTC (rev 97669)
+++ community-x86_64/PKGBUILD   2013-09-27 06:38:16 UTC (rev 97670)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=clanlib
-pkgver=2.3.6
-pkgrel=5
-pkgdesc="A multi-platform game development library."
-arch=('i686' 'x86_64')
-url="http://clanlib.org/";
-license=('zlib')
-depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
-makedepends=('doxygen' 'graphviz' 'mesa')
-options=('!libtool')
-source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
-md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
-
-build() { 
-   cd ${srcdir}/ClanLib-${pkgver}
-
-   ./configure --prefix=/usr --enable-docs --disable-clanGL1
-
-   make
-  # Somehow this breaks. :(
-   #make html
-}
-
-package() {
-   cd ${srcdir}/ClanLib-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-   #make DESTDIR=${pkgdir} install-html
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: sw=2:ts=2 et:

Copied: clanlib/repos/community-x86_64/PKGBUILD (from rev 97669, 
clanlib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-27 06:38:16 UTC (rev 97670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=clanlib
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A multi-platform game development library."
+arch=('i686' 'x86_64')
+url="http://clanlib

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

2013-09-26 Thread Sven-Hendrik Haase
Date: Friday, September 27, 2013 @ 08:38:03
  Author: svenstaro
Revision: 97669

upgpkg: clanlib 3.0.0-1

Updating to 3.0.0

Modified:
  clanlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 02:31:32 UTC (rev 97668)
+++ PKGBUILD2013-09-27 06:38:03 UTC (rev 97669)
@@ -2,8 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=clanlib
-pkgver=2.3.6
-pkgrel=5
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A multi-platform game development library."
 arch=('i686' 'x86_64')
 url="http://clanlib.org/";
@@ -11,17 +11,17 @@
 depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
 makedepends=('doxygen' 'graphviz' 'mesa')
 options=('!libtool')
-source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
-md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
+source=(clanlib-${pkgver}.tar.gz::https://github.com/sphair/ClanLib/archive/3.0.0.tar.gz)
+md5sums=('bfbfd7cc89be12f02c3994d4fcdd49f3')
 
 build() { 
cd ${srcdir}/ClanLib-${pkgver}
 
-   ./configure --prefix=/usr --enable-docs --disable-clanGL1
+  ./autogen.sh
+   ./configure --prefix=/usr
 
make
-  # Somehow this breaks. :(
-   #make html
+   make html
 }
 
 package() {
@@ -28,7 +28,7 @@
cd ${srcdir}/ClanLib-${pkgver}
 
make DESTDIR=${pkgdir} install
-   #make DESTDIR=${pkgdir} install-html
+   make DESTDIR=${pkgdir} install-html
 
install -d ${pkgdir}/usr/share/licenses/${pkgname}
install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/



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

2013-09-26 Thread Tobias Powalowski
Date: Friday, September 27, 2013 @ 08:12:11
  Author: tpowa
Revision: 195190

upgpkg: linux 3.11.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 05:23:29 UTC (rev 195189)
+++ PKGBUILD2013-09-27 06:12:11 UTC (rev 195190)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.11
-pkgver=3.11.1
-pkgrel=3
+pkgver=3.11.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -23,7 +23,7 @@
 '3.11.1-fix-skge.patch'
 '3.11-haswell-intel_pstate.patch')
 md5sums=('fea363551ff45fbe4cb88497b863b261'
- '43331cad943b9540afea49ad8ce5cf46'
+ '5aa3286dcc7d70ceb50c3cbc64bc1cd8'
  '247d9bafa184e2d9a27c1a0485419fff'
  '5effb245b8ec78ad570b3e5962a1a7e0'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -32,7 +32,6 @@
  '4fcee2b4485492dcfdead632275198eb'
  '1040ae6c10d4a68f89899f94a2318a17')
 
-
 _kernelname=${pkgbase#linux}
 
 # module.symbols md5sums



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

2013-09-26 Thread Tobias Powalowski
Date: Friday, September 27, 2013 @ 08:12:36
  Author: tpowa
Revision: 195191

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.11-haswell-intel_pstate.patch
(from rev 195190, linux/trunk/3.11-haswell-intel_pstate.patch)
  linux/repos/testing-i686/3.11.1-fix-skge.patch
(from rev 195190, linux/trunk/3.11.1-fix-skge.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 195190, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 195190, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 195190, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 195190, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 195190, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 195190, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 195190, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.11-haswell-intel_pstate.patch
(from rev 195190, linux/trunk/3.11-haswell-intel_pstate.patch)
  linux/repos/testing-x86_64/3.11.1-fix-skge.patch
(from rev 195190, linux/trunk/3.11.1-fix-skge.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 195190, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 195190, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 195190, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 195190, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 195190, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 195190, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 195190, linux/trunk/linux.preset)

--+
 testing-i686/3.11-haswell-intel_pstate.patch |   32 
 testing-i686/3.11.1-fix-skge.patch   |   34 
 testing-i686/PKGBUILD|  348 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6452 +
 testing-i686/config.x86_64   | 6254 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.11-haswell-intel_pstate.patch   |   32 
 testing-x86_64/3.11.1-fix-skge.patch |   34 
 testing-x86_64/PKGBUILD  |  348 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6452 +
 testing-x86_64/config.x86_64 | 6254 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 26398 insertions(+)

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


[arch-commits] Commit in linux/repos (36 files)

2013-09-26 Thread Tobias Powalowski
Date: Friday, September 27, 2013 @ 07:23:29
  Author: tpowa
Revision: 195189

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/3.11-haswell-intel_pstate.patch
(from rev 195188, linux/repos/testing-i686/3.11-haswell-intel_pstate.patch)
  linux/repos/core-i686/3.11.1-fix-skge.patch
(from rev 195188, linux/repos/testing-i686/3.11.1-fix-skge.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 195188, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 195188, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 195188, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 195188, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 195188, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 195188, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 195188, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.11-haswell-intel_pstate.patch
(from rev 195188, 
linux/repos/testing-x86_64/3.11-haswell-intel_pstate.patch)
  linux/repos/core-x86_64/3.11.1-fix-skge.patch
(from rev 195188, linux/repos/testing-x86_64/3.11.1-fix-skge.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 195188, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 195188, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 195188, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 195188, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 195188, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 195188, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 195188, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.11.1-fix-skge.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.11.1-fix-skge.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /3.11.1-fix-skge.patch|   68 
 /PKGBUILD |  698 +
 /change-default-console-loglevel.patch|   24 
 /config   |12904 
 /config.x86_64|12508 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.11-haswell-intel_pstate.patch |   32 
 core-i686/3.11.1-fix-skge.patch   |   34 
 core-i686/PKGBUILD|  341 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6452 --
 core-i686/config.x86_64   | 6254 -
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.11-haswell-intel_pstate.patch   |   32 
 core-x86_64/3.11.1-fix-skge.patch |   34 
 core-x86_64/PKGBUILD  |  341 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6452 --
 core-x86_64/config.x86_64 | 6254 -
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 26 files changed, 26400 insertions(+), 26320 deletions(-)

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


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

2013-09-26 Thread Eric Bélanger
Date: Friday, September 27, 2013 @ 06:29:31
  Author: eric
Revision: 195188

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

Added:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
(from rev 195187, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-i686/LICENSE
(from rev 195187, lesstif/trunk/LICENSE)
  lesstif/repos/extra-i686/PKGBUILD
(from rev 195187, lesstif/trunk/PKGBUILD)
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
(from rev 195187, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-x86_64/LICENSE
(from rev 195187, lesstif/trunk/LICENSE)
  lesstif/repos/extra-x86_64/PKGBUILD
(from rev 195187, lesstif/trunk/PKGBUILD)
Deleted:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-i686/LICENSE
  lesstif/repos/extra-i686/PKGBUILD
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-x86_64/LICENSE
  lesstif/repos/extra-x86_64/PKGBUILD

-+
 /040_fedora_XxxxProperty-64bit.diff |   40 +++
 /LICENSE|   52 +
 /PKGBUILD   |  116 ++
 extra-i686/040_fedora_XxxxProperty-64bit.diff   |   20 ---
 extra-i686/LICENSE  |   26 
 extra-i686/PKGBUILD |   60 ---
 extra-x86_64/040_fedora_XxxxProperty-64bit.diff |   20 ---
 extra-x86_64/LICENSE|   26 
 extra-x86_64/PKGBUILD   |   60 ---
 9 files changed, 208 insertions(+), 212 deletions(-)

Deleted: extra-i686/040_fedora_XxxxProperty-64bit.diff
===
--- extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-09-27 04:28:47 UTC 
(rev 195187)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-09-27 04:29:31 UTC 
(rev 195188)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede 
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
-   /* XChangeProperty expects a buffer of longs when receiving 32 bits
-  data, MEUHH */
-   if (sizeof(long) != 4)
-+  {
-   convert_buf = XtMalloc(len * sizeof(long));
--for (i = 0; i < len; i++)
--convert_buf[i] = data[i];
-+  for (i = 0; i < len; i++)
-+convert_buf[i] = data[i];
-+  }
-   break;
- 
- case 16:

Copied: lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff (from rev 
195187, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===
--- extra-i686/040_fedora_XxxxProperty-64bit.diff   
(rev 0)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-09-27 04:29:31 UTC 
(rev 195188)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede 
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+   /* XChangeProperty expects a buffer of longs when receiving 32 bits
+  data, MEUHH */
+   if (sizeof(long) != 4)
++  {
+   convert_buf = XtMalloc(len * sizeof(long));
+-for (i = 0; i < len; i++)
+-convert_buf[i] = data[i];
++  for (i = 0; i < len; i++)
++convert_buf[i] = data[i];
++  }
+   break;
+ 
+ case 16:

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-09-27 04:28:47 UTC (rev 195187)
+++ extra-i686/LICENSE  2013-09-27 04:29:31 UTC (rev 195188)
@@ -1,26 +0,0 @@
-/*/
-/**   Copyright 1988 by Evans & Sutherland Computer Corporation,**/
-/**  Salt Lake City, Utah   **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**Cambridge, Massachusetts **/
-/** **/
-/**   All Rights Reserved   **/
-/** **/
-/**Permission to use, copy

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

2013-09-26 Thread Eric Bélanger
Date: Friday, September 27, 2013 @ 06:28:47
  Author: eric
Revision: 195187

upgpkg: lesstif 0.95.2-5

Update url (close FS#36010), Install doc in /usr/share/doc, Add prepare function

Modified:
  lesstif/trunk/PKGBUILD

--+
 PKGBUILD |   62 +
 1 file changed, 30 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 03:32:12 UTC (rev 195186)
+++ PKGBUILD2013-09-27 04:28:47 UTC (rev 195187)
@@ -1,15 +1,12 @@
 # $Id$
 # Maintainer:
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-# Contributor: Daniel J Griffiths 
 
 pkgname=lesstif
 pkgver=0.95.2
-pkgrel=4
+pkgrel=5
 pkgdesc="LGPL'd re-implementation of Motif"
 arch=('i686' 'x86_64')
-url="http://www.lesstif.org/";
+url="http://sourceforge.net/projects/lesstif/";
 license=('LGPL' 'MIT')
 depends=('freetype2' 'libxt' 'libxp')
 options=('!libtool' '!buildflags')
@@ -20,41 +17,42 @@
  'b1f320192a9154f72d83e9d3d5a25a2f'
  '30e2c0babc84696af089d55cb9cb2908')
 
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/17712
+  patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
+}
+
 build() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-# https://bugs.archlinux.org/task/17712
-   patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
+  ./configure --prefix=/usr \
+--enable-production \
+--enable-nonstandard-conversions \
+--enable-editres \
+--with-xdnd \
+--enable-build-21 \
+--disable-debug \
+--enable-static
 
-   ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --docdir=/usr/share/doc \
-  --enable-production \
- --enable-nonstandard-conversions \
-  --enable-editres \
-  --with-xdnd \
-  --enable-build-21 \
-  --disable-debug \
- --enable-static
+  # fix linkage against already installed version
+  perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
 
-   # fix linkage against already installed version
-   perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
+  make
 
-   make
+  # fix linkage against already installed version
+  for f in $(find . -name \*.la -type f) ; do
+perl -pi -e 's/^(relink_command=.*)/# $1/' $f
+  done
 
-   # fix linkage against already installed version
-   for f in `find . -name \*.la -type f` ; do
-   perl -pi -e 's/^(relink_command=.*)/# $1/' $f
-   done
-
-   make -C lib/Mrm-2.1
+  make -C lib/Mrm-2.1
 }
 
 package() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-   make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
-   make appdir=/usr/share/X11/app-defaults rootdir=/usr/share/LessTif \
-   DESTDIR="${pkgdir}" install
-   install -Dm644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults 
rootdir=/usr/share/doc/LessTif install
+  install -Dm644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-09-26 Thread Allan McRae
Date: Friday, September 27, 2013 @ 05:32:12
  Author: allan
Revision: 195186

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

Added:
  texinfo/repos/testing-i686/
  texinfo/repos/testing-i686/PKGBUILD
(from rev 195185, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch
(from rev 195185, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/testing-i686/texinfo.install
(from rev 195185, texinfo/trunk/texinfo.install)
  texinfo/repos/testing-x86_64/
  texinfo/repos/testing-x86_64/PKGBUILD
(from rev 195185, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-4.13a-data_types.patch
(from rev 195185, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/testing-x86_64/texinfo.install
(from rev 195185, texinfo/trunk/texinfo.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/texinfo-4.13a-data_types.patch   |   32 +++
 testing-i686/texinfo.install  |   21 +++
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/texinfo-4.13a-data_types.patch |   32 +++
 testing-x86_64/texinfo.install|   21 +++
 6 files changed, 172 insertions(+)

Copied: texinfo/repos/testing-i686/PKGBUILD (from rev 195185, 
texinfo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-27 03:32:12 UTC (rev 195186)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=texinfo
+pkgver=5.2
+pkgrel=1
+pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line 
documentation from a single source file"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/texinfo/";
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
+install=texinfo.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch (from rev 
195185, texinfo/trunk/texinfo-4.13a-data_types.patch)
===
--- testing-i686/texinfo-4.13a-data_types.patch (rev 0)
+++ testing-i686/texinfo-4.13a-data_types.patch 2013-09-27 03:32:12 UTC (rev 
195186)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+   size_t carried_over_len, carried_over_count;
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+   int replen;
+   int delim = 0;
+   int rc;
+@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage)
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+ 
+   if (cur_len == 1)
+   {
+@@ -1852,8 +1852,8 @@ window_scan_line (WINDOW *win, int line,
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
+-  int replen;
++  size_t cur_len = mb_len (mbi_cur (iter));
++  size_t replen;
+ 
+   if (cur_ptr >= endp)
+   break;

Copied: texinfo/repos/testing-i686/texinfo.install (from rev 195185, 
texinfo/trunk/texinfo.install)
===
--- testing-i686/texinfo.install(rev 0)
+++ testing-i686/texinfo.install2013-09-27 03:32:12 UTC (rev 195186)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(info.info info-stnd.info texinfo.info{,-1,-2,-3})
+
+post_install() {
+  # Scan *all* info files on install
+  for file in $(find $infodir -type f ! -name dir); do
+  install-info $file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: texinfo/repos/testing-x86_64/PKGBUILD (from rev 195185, 
texinfo/trunk/

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

2013-09-26 Thread Allan McRae
Date: Friday, September 27, 2013 @ 05:31:04
  Author: allan
Revision: 195185

upgpkg: texinfo 5.2-1

upstream update

Modified:
  texinfo/trunk/PKGBUILD
  texinfo/trunk/texinfo.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:41:59 UTC (rev 195184)
+++ PKGBUILD2013-09-27 03:31:04 UTC (rev 195185)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=texinfo
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line 
documentation from a single source file"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
 install=texinfo.install
 
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('52ee905a3b705020d2a1b6ec36d53ca6'
- '65c8c95799ea5905e03cee5825d3553f')
+md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: texinfo.install
===
--- texinfo.install 2013-09-27 01:41:59 UTC (rev 195184)
+++ texinfo.install 2013-09-27 03:31:04 UTC (rev 195185)
@@ -1,5 +1,5 @@
 infodir=usr/share/info
-filelist=(info.info info-stnd.info texinfo texinfo-1 texinfo-2 texinfo-3)
+filelist=(info.info info-stnd.info texinfo.info{,-1,-2,-3})
 
 post_install() {
   # Scan *all* info files on install



[arch-commits] Commit in gnome-settings-daemon-compat/repos (20 files)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:31:32
  Author: bgyorgy
Revision: 97668

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

Added:
  gnome-settings-daemon-compat/repos/community-staging-i686/
  gnome-settings-daemon-compat/repos/community-staging-i686/PKGBUILD
(from rev 97667, gnome-settings-daemon-compat/trunk/PKGBUILD)
  
gnome-settings-daemon-compat/repos/community-staging-i686/draw-background-unconditionally.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/move-desktop-file.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/move-desktop-file.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/remove-libgsd-dependency.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/remove-libgsd-dependency.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/revert-input-sources.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/revert-input-sources.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/sessionisactive-port.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/sessionisactive-port.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/standalone-background-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-background-helper.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/standalone-media-keys-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-media-keys-helper.patch)
  gnome-settings-daemon-compat/repos/community-staging-i686/xinput.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/xinput.patch)
  gnome-settings-daemon-compat/repos/community-staging-x86_64/
  gnome-settings-daemon-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 97667, gnome-settings-daemon-compat/trunk/PKGBUILD)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/draw-background-unconditionally.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/move-desktop-file.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/remove-libgsd-dependency.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/remove-libgsd-dependency.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/revert-input-sources.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/revert-input-sources.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/sessionisactive-port.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/sessionisactive-port.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/standalone-background-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-background-helper.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/standalone-media-keys-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-media-keys-helper.patch)
  gnome-settings-daemon-compat/repos/community-staging-x86_64/xinput.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/xinput.patch)

+
 community-staging-i686/PKGBUILD|   80 +
 community-staging-i686/draw-background-unconditionally.patch   |  162 ++
 community-staging-i686/move-desktop-file.patch |   60 +
 community-staging-i686/remove-libgsd-dependency.patch  |  160 ++
 community-staging-i686/revert-input-sources.patch  |  123 ++
 community-staging-i686/sessionisactive-port.patch  |   73 +
 community-staging-i686/standalone-background-helper.patch  |  437 +++
 community-staging-i686/standalone-media-keys-helper.patch  |  564 
++
 community-staging-i686/xinput.patch|   36 
 community-staging-x86_64/PKGBUILD  |   80 +
 community-staging-x86_64/draw-background-unconditionally.patch |  162 ++
 community-staging-x86_64/move-desktop-file.patch   |   60 +
 community-staging-x86_64/remove-libgsd-dependency.patch|  160 ++
 community-staging-x86_64/revert-input-sources.patch|  123 ++
 community-staging-x86_64/sessionisactive-port.patch|   73 +
 community-staging-x86_64/standalone-background-helper.patch|  437 +++
 community-staging-x86_64/standalone-media-keys-helper.patch|  564 
++
 community-staging-x86_64/xinput.patch  |   36 
 18 files changed, 3390 insertions(+)

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


[arch-commits] Commit in gnome-settings-daemon-compat/trunk (PKGBUILD)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:31:17
  Author: bgyorgy
Revision: 97667

upgpkg: gnome-settings-daemon-compat 3.6.4-4

Rebuild for gnome-desktop 3.10

Modified:
  gnome-settings-daemon-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 02:23:28 UTC (rev 97666)
+++ PKGBUILD2013-09-27 02:31:17 UTC (rev 97667)
@@ -5,7 +5,7 @@
 pkgname=gnome-settings-daemon-compat
 _pkgname=gnome-settings-daemon
 pkgver=3.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Compatibility package that provides background, media keys and mount 
helpers for the Gnome Flashback session"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -31,7 +31,7 @@
 '730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c'
 'c58ace67581a1e14dc21efc8d22dd1f385cd05483d67e8a385b0767a8daf9fb4')
 
-build() {
+prepare() {
   cd $_pkgname-$pkgver
 
   # Build background and media keys helpers as a stand alone binary
@@ -54,6 +54,11 @@
   # Move desktop files out of autostart, so they can be easily reusable in 
custom sessions
   patch -Np1 -i ../move-desktop-file.patch
 
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$_pkgname \
   --disable-static --enable-systemd



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:23:28
  Author: bgyorgy
Revision: 97666

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

Added:
  gnome-screensaver/repos/community-staging-i686/
  gnome-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 97665, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-i686/fix-autoconf.patch
(from rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-i686/gnome-screensaver.pam
(from rev 97665, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-i686/lock_screen_on_suspend.patch
(from rev 97665, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-staging-i686/move-desktop-file.patch
(from rev 97665, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-staging-x86_64/
  gnome-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 97665, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-x86_64/fix-autoconf.patch
(from rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-x86_64/gnome-screensaver.pam
(from rev 97665, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-x86_64/lock_screen_on_suspend.patch
(from rev 97665, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 97665, gnome-screensaver/trunk/move-desktop-file.patch)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/fix-autoconf.patch |   12 +++
 community-staging-i686/gnome-screensaver.pam  |3 
 community-staging-i686/lock_screen_on_suspend.patch   |   51 +++
 community-staging-i686/move-desktop-file.patch|   34 ++
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/fix-autoconf.patch   |   12 +++
 community-staging-x86_64/gnome-screensaver.pam|3 
 community-staging-x86_64/lock_screen_on_suspend.patch |   51 +++
 community-staging-x86_64/move-desktop-file.patch  |   34 ++
 10 files changed, 308 insertions(+)

Copied: gnome-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
97665, gnome-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 02:23:28 UTC (rev 97666)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-screensaver
+pkgver=3.6.1
+pkgrel=6
+pkgdesc="Legacy GNOME screensaver"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/GnomeScreensaver";
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
+makedepends=('intltool' 'gnome-common')
+optdepends=('gnome-themes-standard: default background')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam
+   move-desktop-file.patch
+   fix-autoconf.patch
+   lock_screen_on_suspend.patch)
+sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
+'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
+'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Upstream patch that moves gnome-screensaver desktop file out of autostart
+  patch -Np1 -i "$srcdir/move-desktop-file.patch"
+
+  # Fix build
+  patch -Np1 -i "$srcdir/fix-autoconf.patch"
+
+  # Lock screen on suspend with systemd
+  patch -Np1 -i "$srcdir/lock_screen_on_suspend.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --with-mit-ext
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../gnome-screensaver.pam "$pkgdir/etc/pam.d/gnome-screensaver"
+}

Copied: gnome-screensaver/repos/community-staging-i686/fix-autoconf.patch (from 
rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
===
--- community-staging-i686/fix-autoconf.patch   (rev 0)
+++ community-staging-i686/fix-autoconf.patch   2013-09-27 02:23:28 UTC (rev 
97666)
@@ -0,0 +1,12 @@
+diff -

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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:23:18
  Author: bgyorgy
Revision: 97665

upgpkg: gnome-screensaver 3.6.1-6

Rebuild for gnome-desktop 3.10

Modified:
  gnome-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 02:14:59 UTC (rev 97664)
+++ PKGBUILD2013-09-27 02:23:18 UTC (rev 97665)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Legacy GNOME screensaver"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
 'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
 
-build() {
+prepare() {
   cd "$pkgname-$pkgver"
 
   # Upstream patch that moves gnome-screensaver desktop file out of autostart
@@ -36,7 +36,11 @@
 
   # Lock screen on suspend with systemd
   patch -Np1 -i "$srcdir/lock_screen_on_suspend.patch"
+}
 
+build() {
+  cd "$pkgname-$pkgver"
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --with-mit-ext



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:14:59
  Author: bgyorgy
Revision: 97664

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

Added:
  emerillon/repos/community-staging-i686/
  emerillon/repos/community-staging-i686/PKGBUILD
(from rev 97663, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-staging-i686/emerillon.install
(from rev 97663, emerillon/trunk/emerillon.install)
  emerillon/repos/community-staging-x86_64/
  emerillon/repos/community-staging-x86_64/PKGBUILD
(from rev 97663, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-staging-x86_64/emerillon.install
(from rev 97663, emerillon/trunk/emerillon.install)

+
 community-staging-i686/PKGBUILD|   33 +++
 community-staging-i686/emerillon.install   |   11 +
 community-staging-x86_64/PKGBUILD  |   33 +++
 community-staging-x86_64/emerillon.install |   11 +
 4 files changed, 88 insertions(+)

Copied: emerillon/repos/community-staging-i686/PKGBUILD (from rev 97663, 
emerillon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 02:14:59 UTC (rev 97664)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=5
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="http://projects.gnome.org/emerillon/";
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-staging-i686/emerillon.install (from rev 
97663, emerillon/trunk/emerillon.install)
===
--- community-staging-i686/emerillon.install(rev 0)
+++ community-staging-i686/emerillon.install2013-09-27 02:14:59 UTC (rev 
97664)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: emerillon/repos/community-staging-x86_64/PKGBUILD (from rev 97663, 
emerillon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-09-27 02:14:59 UTC (rev 97664)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=5
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="http://projects.gnome.org/emerillon/";
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-staging-x86_64/emerillon.install (from rev 
97663, emerillon/trunk/emerillon.install)
===
--- community-staging-x86_64/emerillon.install  (rev 0)
+++ community-staging-x86_64/emerillon.install  2013-09-27 02:14:59 UTC (rev 
97664)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:14:53
  Author: bgyorgy
Revision: 97663

upgpkg: emerillon 0.1.90-5

Rebuild for cogl 1.16

Modified:
  emerillon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:54:41 UTC (rev 97662)
+++ PKGBUILD2013-09-27 02:14:53 UTC (rev 97663)
@@ -2,7 +2,7 @@
 
 pkgname=emerillon
 pkgver=0.1.90
-pkgrel=4
+pkgrel=5
 pkgdesc="Map viewer for OpenStreetMap"
 arch=('i686' 'x86_64')
 url="http://projects.gnome.org/emerillon/";
@@ -18,7 +18,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



[arch-commits] Commit in gnome-phone-manager/repos (8 files)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:54:41
  Author: bgyorgy
Revision: 97662

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

Added:
  gnome-phone-manager/repos/community-staging-i686/
  gnome-phone-manager/repos/community-staging-i686/PKGBUILD
(from rev 97661, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-staging-i686/gnome-phone-manager-0.68-eds.patch
(from rev 97661, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-staging-i686/gnome-phone-manager.install
(from rev 97661, gnome-phone-manager/trunk/gnome-phone-manager.install)
  gnome-phone-manager/repos/community-staging-x86_64/
  gnome-phone-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 97661, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-staging-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 97661, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-staging-x86_64/gnome-phone-manager.install
(from rev 97661, gnome-phone-manager/trunk/gnome-phone-manager.install)

-+
 community-staging-i686/PKGBUILD |   35 
 community-staging-i686/gnome-phone-manager-0.68-eds.patch   |  470 ++
 community-staging-i686/gnome-phone-manager.install  |   17 
 community-staging-x86_64/PKGBUILD   |   35 
 community-staging-x86_64/gnome-phone-manager-0.68-eds.patch |  470 ++
 community-staging-x86_64/gnome-phone-manager.install|   17 
 6 files changed, 1044 insertions(+)

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


[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:54:34
  Author: bgyorgy
Revision: 97661

upgpkg: gnome-phone-manager 0.69-3

Rebuild for evolution-data-server 3.10 and gnome-bluetooth 3.10

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:47:55 UTC (rev 97660)
+++ PKGBUILD2013-09-27 01:54:34 UTC (rev 97661)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-phone-manager
 pkgver=0.69
-pkgrel=2
+pkgrel=3
 pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/PhoneManager";



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:47:48
  Author: bgyorgy
Revision: 97659

upgpkg: glabels 3.0.1-3

Rebuild for evolution-data-server 3.10

Modified:
  glabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:45:47 UTC (rev 97658)
+++ PKGBUILD2013-09-27 01:47:48 UTC (rev 97659)
@@ -5,12 +5,12 @@
 
 pkgname=glabels
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('i686' 'x86_64')
 url="http://glabels.org/";
 license=('GPL' 'LGPL')
-depends=('librsvg' 'evolution-data-server>=3.6.0' 'qrencode' 'iec16022' 
'dconf' 'desktop-file-utils' 'xdg-utils')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
 makedepends=('barcode' 'intltool' 'gnome-doc-utils')
 options=('!libtool')
 install=$pkgname.install



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:47:55
  Author: bgyorgy
Revision: 97660

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

Added:
  glabels/repos/community-staging-i686/
  glabels/repos/community-staging-i686/PKGBUILD
(from rev 97659, glabels/trunk/PKGBUILD)
  glabels/repos/community-staging-i686/glabels-3.0.0-new-eds.patch
(from rev 97659, glabels/trunk/glabels-3.0.0-new-eds.patch)
  glabels/repos/community-staging-i686/glabels.install
(from rev 97659, glabels/trunk/glabels.install)
  glabels/repos/community-staging-x86_64/
  glabels/repos/community-staging-x86_64/PKGBUILD
(from rev 97659, glabels/trunk/PKGBUILD)
  glabels/repos/community-staging-x86_64/glabels-3.0.0-new-eds.patch
(from rev 97659, glabels/trunk/glabels-3.0.0-new-eds.patch)
  glabels/repos/community-staging-x86_64/glabels.install
(from rev 97659, glabels/trunk/glabels.install)

--+
 community-staging-i686/PKGBUILD  |   35 
 community-staging-i686/glabels-3.0.0-new-eds.patch   |   71 +
 community-staging-i686/glabels.install   |   15 +++
 community-staging-x86_64/PKGBUILD|   35 
 community-staging-x86_64/glabels-3.0.0-new-eds.patch |   71 +
 community-staging-x86_64/glabels.install |   15 +++
 6 files changed, 242 insertions(+)

Copied: glabels/repos/community-staging-i686/PKGBUILD (from rev 97659, 
glabels/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 01:47:55 UTC (rev 97660)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: yugrotavele 
+# Contributor: Damir Perisa 
+
+pkgname=glabels
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('i686' 'x86_64')
+url="http://glabels.org/";
+license=('GPL' 'LGPL')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
+makedepends=('barcode' 'intltool' 'gnome-doc-utils')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+glabels-3.0.0-new-eds.patch)
+sha256sums=('99810705b9fcb234f085ed4ac6dbea50cc5b232c6d8ca05ab2c0634673fb9bd2'
+'f02ecf12e10b1d406607bad65f81e53ebd5d56fabe46035a47bd6fe1ec8bf70b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/glabels-3.0.0-new-eds.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: glabels/repos/community-staging-i686/glabels-3.0.0-new-eds.patch (from 
rev 97659, glabels/trunk/glabels-3.0.0-new-eds.patch)
===
--- community-staging-i686/glabels-3.0.0-new-eds.patch  
(rev 0)
+++ community-staging-i686/glabels-3.0.0-new-eds.patch  2013-09-27 01:47:55 UTC 
(rev 97660)
@@ -0,0 +1,71 @@
+diff -up glabels-3.0.0/src/merge-evolution.c.new-eds 
glabels-3.0.0/src/merge-evolution.c
+--- glabels-3.0.0/src/merge-evolution.c.new-eds 2011-04-04 01:02:48.0 
+0200
 glabels-3.0.0/src/merge-evolution.c 2012-08-29 11:54:20.240577838 +0200
+@@ -29,7 +29,7 @@
+ 
+ #include "merge-evolution.h"
+ 
+-#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -297,6 +297,31 @@ static gint sort_contact_by_file_as(gcon
+ /*--*/
+ /* Open merge source.   */
+ /*--*/
++static EBook *
++gl_open_system_addressbook (GError **error)
++{
++   ESourceRegistry *registry;
++   EBook *book = NULL;
++   ESource *source;
++
++   registry = e_source_registry_new_sync (NULL, error);
++   if (!registry)
++   return NULL;
++
++   source = e_source_registry_ref_builtin_address_book (registry);
++   if (!source) {
++   g_object_unref (registry);
++   return NULL;
++   }
++
++   book = e_book_new (source, error);
++
++   g_object_unref (source);
++   g_object_unref (registry);
++
++   return book;
++}
++
+ static void
+ gl_merge_evolution_open (glMerge *merge)
+ {
+@@ -317,12 +342,12 @@ gl_merge_evolution_open (glMerge *merge)
+ return;
+ }
+ 
+-merge_evolution->priv->book = e_book_new_system_addressbook(&error);
++merge_evolution->priv->book = gl_open_system_addressbook(&error);
+ if (!merge_evolution->priv->book) {
+ g_warning ("Couldn't open addressbook.");
+ if (error)
+ {
+-

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

2013-09-26 Thread Daniel Micay
Date: Friday, September 27, 2013 @ 03:45:47
  Author: thestinger
Revision: 97658

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

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

---+
 /PKGBUILD |  128 
 /rust.install |   22 ++
 community-i686/PKGBUILD   |   62 ---
 community-i686/rust.install   |   11 ---
 community-x86_64/PKGBUILD |   62 ---
 community-x86_64/rust.install |   11 ---
 6 files changed, 150 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-27 01:45:04 UTC (rev 97657)
+++ community-i686/PKGBUILD 2013-09-27 01:45:47 UTC (rev 97658)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=rust
-pkgver=0.7
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A safe, concurrent, practical language'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-depends=(gcc shared-mime-info)
-makedepends=(libffi perl python2 curl chrpath emacs-nox)
-optdepends=('haskell-pandoc: documentation generator (rustdoc)')
-source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";)
-sha256sums=('0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0')
-install=rust.install
-
-build() {
-  cd rust-$pkgver
-
-  ./configure --prefix=/usr --disable-docs
-
-  # avoid python makedepend (force fallback to python2)
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-
-  make
-}
-
-#check() {
-  #cd rust-$pkgver
-  #make check
-#}
-
-package() {
-  cd rust-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname"
-
-  cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles"
-  find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} +
-  find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} +
-
-  install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust"
-  install -Dm644 src/etc/kate/rust.xml 
"$pkgdir/usr/share/apps/katepart/syntax/rust.xml"
-  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
-"$pkgdir/usr/share/mime/packages/rust.xml"
-  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
-"$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang"
-
-  install -m644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname"
-  install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd src/etc/emacs
-  make
-  mkdir -p "$pkgdir/usr/share/emacs/site-lisp/"
-  install -Dm644 cm-mode.el{,c} rust-mode.el{,c} 
"$pkgdir/usr/share/emacs/site-lisp/"
-
-  cd "$pkgdir/usr"
-
-  # https://github.com/mozilla/rust/issues/5219
-  chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 97657, rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 01:45:47 UTC (rev 97658)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=rust
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+depends=(gcc shared-mime-info)
+makedepends=(libffi perl python2 curl chrpath)
+source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";
+"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";)
+sha256sums=('42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182'
+'SKIP')
+install=rust.install
+
+build() {
+  cd rust-$pkgver
+
+  ./configure --prefix=/usr --disable-docs
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+#check() {
+  #cd rust-$pkgver
+  #make check
+#}
+
+package() {
+  cd rust-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname"
+
+  cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles"
+  find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} +
+  find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} +
+
+  install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust"
+  install -Dm644 src/etc/kate/rust.xml 
"$pkgdir/usr/share/apps/katepart/syntax/rust.xml"
+  install -Dm644 src/etc/gedit/share/mime/package

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

2013-09-26 Thread Daniel Micay
Date: Friday, September 27, 2013 @ 03:45:04
  Author: thestinger
Revision: 97657

upgpkg: rust 0.8-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:26:49 UTC (rev 97656)
+++ PKGBUILD2013-09-27 01:45:04 UTC (rev 97657)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=rust
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A safe, concurrent, practical language'
@@ -8,10 +8,11 @@
 url='http://www.rust-lang.org/'
 license=('MIT' 'Apache')
 depends=(gcc shared-mime-info)
-makedepends=(libffi perl python2 curl chrpath emacs-nox)
-optdepends=('haskell-pandoc: documentation generator (rustdoc)')
-source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";)
-sha256sums=('0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0')
+makedepends=(libffi perl python2 curl chrpath)
+source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz";
+"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc";)
+sha256sums=('42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182'
+'SKIP')
 install=rust.install
 
 build() {
@@ -51,12 +52,13 @@
   install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname"
 
   cd src/etc/emacs
-  make
-  mkdir -p "$pkgdir/usr/share/emacs/site-lisp/"
-  install -Dm644 cm-mode.el{,c} rust-mode.el{,c} 
"$pkgdir/usr/share/emacs/site-lisp/"
+  install -Dm644 rust-mode.el "$pkgdir/usr/share/emacs/site-lisp/rust-mode.el"
 
   cd "$pkgdir/usr"
 
   # https://github.com/mozilla/rust/issues/5219
   chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so
+
+  cd lib
+  ln -sf rustc/$CARCH-unknown-linux-gnu/lib/* .
 }



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

2013-09-26 Thread Jan Steffens
Date: Friday, September 27, 2013 @ 03:41:59
  Author: heftig
Revision: 195184

add gnome-extra group

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:37:12 UTC (rev 195183)
+++ PKGBUILD2013-09-27 01:41:59 UTC (rev 195184)
@@ -11,6 +11,7 @@
 depends=(tracker clutter-gtk zeitgeist webkitgtk hicolor-icon-theme 
desktop-file-utils gnome-online-accounts)
 makedepends=(intltool itstool)
 options=(!emptydirs)
+groups=(gnome-extra)
 install=bijiben.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('82817151d7a6919097bcc7cd12306160c2edce2d0e2ddbfd15ae2d2a6d10')



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:26:49
  Author: bgyorgy
Revision: 97656

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

Added:
  almanah/repos/community-staging-i686/
  almanah/repos/community-staging-i686/PKGBUILD
(from rev 97655, almanah/trunk/PKGBUILD)
  almanah/repos/community-staging-i686/almanah.install
(from rev 97655, almanah/trunk/almanah.install)
  almanah/repos/community-staging-i686/eds-3.8.patch
(from rev 97655, almanah/trunk/eds-3.8.patch)
  almanah/repos/community-staging-i686/update-gtkspell3-support.patch
(from rev 97655, almanah/trunk/update-gtkspell3-support.patch)
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 97655, almanah/trunk/PKGBUILD)
  almanah/repos/community-staging-x86_64/almanah.install
(from rev 97655, almanah/trunk/almanah.install)
  almanah/repos/community-staging-x86_64/eds-3.8.patch
(from rev 97655, almanah/trunk/eds-3.8.patch)
  almanah/repos/community-staging-x86_64/update-gtkspell3-support.patch
(from rev 97655, almanah/trunk/update-gtkspell3-support.patch)

-+
 community-staging-i686/PKGBUILD |   40 
 community-staging-i686/almanah.install  |   12 
 community-staging-i686/eds-3.8.patch| 2609 ++
 community-staging-i686/update-gtkspell3-support.patch   |   90 
 community-staging-x86_64/PKGBUILD   |   40 
 community-staging-x86_64/almanah.install|   12 
 community-staging-x86_64/eds-3.8.patch  | 2609 ++
 community-staging-x86_64/update-gtkspell3-support.patch |   90 
 8 files changed, 5502 insertions(+)

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


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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 03:26:39
  Author: bgyorgy
Revision: 97655

upgpkg: almanah 0.10.1-4

Rebuild for evolution-data-server 3.10

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 00:25:32 UTC (rev 97654)
+++ PKGBUILD2013-09-27 01:26:39 UTC (rev 97655)
@@ -3,7 +3,7 @@
 
 pkgname=almanah
 pkgver=0.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Almanah_Diary";



[arch-commits] Commit in (5 files)

2013-09-26 Thread Maxime Gauduin
Date: Friday, September 27, 2013 @ 01:15:37
  Author: alucryd
Revision: 97653

Add musescore

Added:
  musescore/
  musescore/trunk/
  musescore/trunk/PKGBUILD
  musescore/trunk/mscore-docs.patch
  musescore/trunk/musescore.install

---+
 PKGBUILD  |   65 
 mscore-docs.patch |   21 
 musescore.install |   13 ++
 3 files changed, 99 insertions(+)

Added: musescore/trunk/PKGBUILD
===
--- musescore/trunk/PKGBUILD(rev 0)
+++ musescore/trunk/PKGBUILD2013-09-26 23:15:37 UTC (rev 97653)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgbase=musescore
+pkgname=('musescore' 'musescore-docs')
+pkgver=1.3
+pkgrel=4
+pkgdesc="Create, play and print beautiful sheet music"
+arch=('i686' 'x86_64')
+url="http://musescore.org/";
+license=('GPL')
+makedepends=('cmake' 'doxygen' 'portaudio' 'qtscriptgenerator' 'texlive-core')
+source=("http://downloads.sourceforge.net/mscore/mscore-${pkgver}.tar.bz2";
+'mscore-docs.patch')
+sha256sums=('a0b60cc892ac0266c58fc6392be72c0a21c3aa7fd0b6e4f1dddad1c8b36be683'
+'ea4c25e8998c1666103d48fb3bcb5a8d7c9601e971195ef23c2f535c1191585d')
+
+prepare() {
+  cd mscore-${pkgver}/mscore
+
+  patch -Np1 -i ../../mscore-docs.patch
+  sed 's/COMMAND lupdate/COMMAND lupdate-qt4/g
+   s/COMMAND lrelease/COMMAND lrelease-qt4/g
+   s/set(BUILD_SCRIPTGEN TRUE)/set(BUILD_SCRIPTGEN FALSE)/' -i 
CMakeLists.txt
+}
+
+build() {
+  cd mscore-${pkgver}/mscore
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make lupdate
+  make lrelease
+  make
+}
+
+package_musescore() {
+  depends=('portaudio' 'qtscriptgenerator')
+  optdepends=('musescore-docs: Documentation')
+  install="${pkgname}.install"
+
+  cd mscore-${pkgver}/mscore/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/mscore-${pkgver}/man
+}
+
+package_musescore-docs() {
+  pkgdesc="Documentation for MuseScore"
+  arch=('any')
+
+  cd mscore-${pkgver}/mscore
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/${pkgbase}
+  install -m 644 manual/*.pdf "${pkgdir}"/usr/share/doc/${pkgbase}/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: musescore/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: musescore/trunk/mscore-docs.patch
===
--- musescore/trunk/mscore-docs.patch   (rev 0)
+++ musescore/trunk/mscore-docs.patch   2013-09-26 23:15:37 UTC (rev 97653)
@@ -0,0 +1,21 @@
+--- a/mscore/mscore.cpp
 b/mscore/mscore.cpp
+@@ -919,15 +919,15 @@
+   if (debugMode)
+ printf("open handbook for language <%s>\n", qPrintable(lang));
+
+-  QFileInfo mscoreHelp(mscoreGlobalShare + QString("man/MuseScore-") + 
lang + QString(".pdf"));
++  QFileInfo mscoreHelp(("/usr/share/doc/musescore/MuseScore-") + lang + 
QString(".pdf"));
+   if (!mscoreHelp.isReadable()) {
+ if (debugMode) {
+   printf("cannot open doc <%s>\n", 
qPrintable(mscoreHelp.filePath()));
+   }
+ lang = lang.left(2);
+-mscoreHelp.setFile(mscoreGlobalShare + QString("man/MuseScore-") 
+ lang + QString(".pdf"));
++mscoreHelp.setFile(("/usr/share/doc/musescore/MuseScore-") + lang 
+ QString(".pdf"));
+ if(!mscoreHelp.isReadable()){
+-mscoreHelp.setFile(mscoreGlobalShare + 
QString("man/MuseScore-en.pdf"));
++
mscoreHelp.setFile(("/usr/share/doc/musescore/MuseScore-en.pdf"));
+ if (!mscoreHelp.isReadable()) {
+   QString info(tr("MuseScore handbook not found at: \n"));
+   info += mscoreHelp.filePath();


Property changes on: musescore/trunk/mscore-docs.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: musescore/trunk/musescore.install
===
--- musescore/trunk/musescore.install   (rev 0)
+++ musescore/trunk/musescore.install   2013-09-26 23:15:37 UTC (rev 97653)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: musescore/trunk/musescore.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2013-09-26 Thread Eric Bélanger
Date: Friday, September 27, 2013 @ 01:04:47
  Author: eric
Revision: 195181

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 195180, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 195180, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 195180, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 195180, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  172 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   85 
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   85 
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 194 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-26 23:04:08 UTC (rev 195180)
+++ extra-i686/PKGBUILD 2013-09-26 23:04:47 UTC (rev 195181)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.6.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('807380b2221b5fed789bc895e8e4c3758237be9a'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw 
- make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
- # make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD 

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

2013-09-26 Thread Eric Bélanger
Date: Friday, September 27, 2013 @ 01:04:08
  Author: eric
Revision: 195180

upgpkg: imagemagick 6.8.7.0-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 21:01:40 UTC (rev 195179)
+++ PKGBUILD2013-09-26 23:04:08 UTC (rev 195180)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.6.10
+pkgver=6.8.7.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -11,10 +11,11 @@
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
  'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
 perlmagick.rpath.patch)
-sha1sums=('807380b2221b5fed789bc895e8e4c3758237be9a'
+sha1sums=('e7f5bc0cb03a16fb1b7c278c63bf4ac81e1642b2'
+  'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
 prepare() {
@@ -37,7 +38,7 @@
 
 check() {
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
- # make check
+#  make check
 }
 
 package_imagemagick() {



[arch-commits] Commit in archlinux-keyring/repos (3 files)

2013-09-26 Thread Pierre Schmitz
Date: Thursday, September 26, 2013 @ 23:01:40
  Author: pierre
Revision: 195179

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 195178, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 195178, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   20 
 archlinux-keyring.install |   22 ++
 2 files changed, 42 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 195178, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-09-26 21:01:40 UTC (rev 195179)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20130926
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('095ff1ede794f841ccbb3128ce9a9f94'
+ 'SKIP')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
195178, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2013-09-26 21:01:40 UTC (rev 
195179)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2013-09-26 Thread Pierre Schmitz
Date: Thursday, September 26, 2013 @ 23:01:36
  Author: pierre
Revision: 195178

upgpkg: archlinux-keyring 20130926-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 20:45:23 UTC (rev 195177)
+++ PKGBUILD2013-09-26 21:01:36 UTC (rev 195178)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20130818
+pkgver=20130926
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install="${pkgname}.install"
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('80a0b9f88f4ff103b3e697df41d194b1'
+md5sums=('095ff1ede794f841ccbb3128ce9a9f94'
  'SKIP')
 
 package() {



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

2013-09-26 Thread Alexander Rødseth
Date: Thursday, September 26, 2013 @ 22:58:18
  Author: arodseth
Revision: 97652

Fails when the install script tries to copy over the desktop file

Modified:
  fceux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 18:54:27 UTC (rev 97651)
+++ PKGBUILD2013-09-26 20:58:18 UTC (rev 97652)
@@ -4,8 +4,8 @@
 # Contributor: Jo Christian Bergskås 
 
 pkgname=fceux
-pkgver=2.2.1.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 url='http://www.fceux.com/'
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
 arch=('x86_64' 'i686')
@@ -14,23 +14,19 @@
 makedepends=('scons' 'mesa-libgl' 'glu')
 optdepends=('xchm: for viewing the manual')
 install="$pkgname.install"
-source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.1%20src/$pkgname-$pkgver.src.tar.gz";)
-sha256sums=('afb0b3b8e1d2eea40c59777ef538b69b16164ae53c406106e541099534db828c')
+source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz";)
+sha256sums=('804d11bdb4a195f3a580ce5d2d01be877582763378637e16186a22459f5fe5e1')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-  msg2 'Compiling...'
   scons
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-  msg2 'Packaging binaries, data and man-pages...'
   scons install --prefix="$pkgdir/usr"
-
-  msg2 'Packaging documentation...'
   install -Dm644 "src/drivers/win/help/$pkgname.chm" \
 "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
   cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
@@ -37,8 +33,6 @@
   # Removing manpages that are already placed in the right location
   rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
   install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
-
-  msg2 'Packaging desktop shortcut and icon...'
   install -Dm644 "$pkgname.desktop" \
 "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 "$pkgname.png" \



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

2013-09-26 Thread Pierre Schmitz
Date: Thursday, September 26, 2013 @ 22:45:12
  Author: pierre
Revision: 195176

upgpkg: ca-certificates 20130906-1

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 15:49:07 UTC (rev 195175)
+++ PKGBUILD2013-09-26 20:45:12 UTC (rev 195176)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=ca-certificates
-pkgver=20130610
+pkgver=20130906
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
@@ -13,17 +13,21 @@
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('9529a9cdfca53dc2ecea96171d8d2ff6ff343843f894af4d446686f02a6c03f2')
+sha256sums=('dd10520091d469e95e11e5fafb7422d3be0a66071984d09009ed3e0232cb277d')
 
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+   cd ${srcdir}/${pkgname}
sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
sed 's|python|python2|g' -i mozilla/Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
make install DESTDIR=${pkgdir}
mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin



[arch-commits] Commit in ca-certificates/repos (3 files)

2013-09-26 Thread Pierre Schmitz
Date: Thursday, September 26, 2013 @ 22:45:23
  Author: pierre
Revision: 195177

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 195176, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates.install
(from rev 195176, ca-certificates/trunk/ca-certificates.install)

-+
 PKGBUILD|   43 +++
 ca-certificates.install |   26 ++
 2 files changed, 69 insertions(+)

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 195176, 
ca-certificates/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-09-26 20:45:23 UTC (rev 195177)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=ca-certificates
+pkgver=20130906
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('dd10520091d469e95e11e5fafb7422d3be0a66071984d09009ed3e0232cb277d')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
+   echo "# see update-ca-certificates man page"
+   echo "# "
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   ) > ${pkgdir}/etc/ca-certificates.conf
+}

Copied: ca-certificates/repos/testing-any/ca-certificates.install (from rev 
195176, ca-certificates/trunk/ca-certificates.install)
===
--- testing-any/ca-certificates.install (rev 0)
+++ testing-any/ca-certificates.install 2013-09-26 20:45:23 UTC (rev 195177)
@@ -0,0 +1,26 @@
+export LC_ALL=C
+
+post_install() {
+   usr/bin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
+   echo 'Updating certificates. This might take a while...'
+   fi
+   usr/bin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+pre_remove() {
+   # clean up certificates
+   local _backup=$(mktemp)
+   mv etc/ca-certificates.conf ${_backup}
+   echo > etc/ca-certificates.conf
+   usr/bin/update-ca-certificates --fresh >/dev/null 2>&1
+   mv ${_backup} etc/ca-certificates.conf
+}
+
+post_remove() {
+   # remove the cert file if it is empty
+   [[ -s etc/ssl/certs/ca-certificates.crt ]] || rm -f 
etc/ssl/certs/ca-certificates.crt
+}



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

2013-09-26 Thread Alexander Rødseth
Date: Thursday, September 26, 2013 @ 20:54:27
  Author: arodseth
Revision: 97651

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 97650, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 97650, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 97650, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 97650, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 97650, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 97650, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  136 +++
 /plan9.install |   42 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   68 ---
 community-i686/plan9.install   |   21 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/plan9.install |   21 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-26 18:54:16 UTC (rev 97650)
+++ community-i686/PKGBUILD 2013-09-26 18:54:27 UTC (rev 97651)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: phrakture 
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon 
-
-pkgname=plan9port
-pkgver=20130320
-pkgrel=1
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman')
-source=("http://swtch.com/$pkgname/$pkgname-$pkgver.tgz";
-'plan9.sh')
-sha256sums=('49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-package() {
-  cd "$srcdir/plan9"
-
-  # Package
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  mkdir -p "$pkgdir/opt" "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "$srcdir/plan9" "$pkgdir/opt/"
-  cd "$pkgdir/opt/plan9"
-  ./INSTALL -c -r "$pkgdir/opt/plan9"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r "$pkgdir/opt/plan9" | cut -d: -f1`; do
-echo -n "\t$f"
-[ -e "$f" ] && sed -i "s:$pkgdir/opt/plan9:/opt/plan9:" "$f" || true
-  done
-
-  # Fix python scripts
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i "$pkgdir/usr/share/doc/$pkgname"
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = "gz" ]; then
-  gunzip "$i"
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 97650, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-26 18:54:27 UTC (rev 97651)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: phrakture 
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon 
+
+pkgname=plan9port
+pkgver=20130926
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 

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

2013-09-26 Thread Alexander Rødseth
Date: Thursday, September 26, 2013 @ 20:54:16
  Author: arodseth
Revision: 97650

upgpkg: plan9port 20130926-1

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 18:06:14 UTC (rev 97649)
+++ PKGBUILD2013-09-26 18:54:16 UTC (rev 97650)
@@ -5,7 +5,7 @@
 # Contributor: Chris Brannon 
 
 pkgname=plan9port
-pkgver=20130320
+pkgver=20130926
 pkgrel=1
 pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
 arch=('x86_64' 'i686')
@@ -18,16 +18,16 @@
 options=('!zipman')
 source=("http://swtch.com/$pkgname/$pkgname-$pkgver.tgz";
 'plan9.sh')
-sha256sums=('49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa'
+sha256sums=('9ba90b04bc45bec3e197e6c12f68f270c15ba1a9f68a6051e1f2b99503b6b2a7'
 '0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
 
 package() {
-  cd "$srcdir/plan9"
+  cd plan9
 
-  # Package
   ./INSTALL -b
   install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  mkdir -p "$pkgdir/opt" "$pkgdir/usr/share/doc/$pkgname"
+  install -d "$pkgdir/opt"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -r "$srcdir/plan9" "$pkgdir/opt/"
   cd "$pkgdir/opt/plan9"
   ./INSTALL -c -r "$pkgdir/opt/plan9"



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

2013-09-26 Thread Jelle van der Waa
Date: Thursday, September 26, 2013 @ 20:06:14
  Author: jelle
Revision: 97649

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

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

+
 /PKGBUILD  |  180 +++
 /calibre-mount-helper  |   56 
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-testing-i686/PKGBUILD|   90 ---
 community-testing-i686/calibre-mount-helper|   28 --
 community-testing-i686/calibre.install |   12 -
 community-testing-i686/desktop_integration.patch   |  109 -
 community-testing-x86_64/PKGBUILD  |   90 ---
 community-testing-x86_64/calibre-mount-helper  |   28 --
 community-testing-x86_64/calibre.install   |   12 -
 community-testing-x86_64/desktop_integration.patch |  109 -
 12 files changed, 478 insertions(+), 478 deletions(-)

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


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

2013-09-26 Thread Jelle van der Waa
Date: Thursday, September 26, 2013 @ 20:03:56
  Author: jelle
Revision: 97648

upgpkg: calibre 1.5-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 16:20:53 UTC (rev 97647)
+++ PKGBUILD2013-09-26 18:03:56 UTC (rev 97648)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 



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

2013-09-26 Thread Sven-Hendrik Haase
Date: Thursday, September 26, 2013 @ 18:20:53
  Author: svenstaro
Revision: 97647

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 97646, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-26 16:20:43 UTC (rev 97646)
+++ PKGBUILD2013-09-26 16:20:53 UTC (rev 97647)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.4.5
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('GPL')
-url="http://glm.g-truc.net";
-source=("http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip";)
-md5sums=('73dbb0ad8af36e29ad8a23c20fbf27ef')
-
-package() {
-cd $pkgname
-mkdir -p $pkgdir/usr/include/glm
-mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
-cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 97646, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-26 16:20:53 UTC (rev 97647)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.4.6
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net";
+source=("http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip";)
+md5sums=('a6867c2f27da0635b80b54efa8617504')
+
+package() {
+cd $pkgname
+mkdir -p $pkgdir/usr/include/glm
+mkdir -p $pkgdir/usr/share/doc
+cp -r glm $pkgdir/usr/include
+cp -r doc $pkgdir/usr/share/doc/glm
+rm -f $pkgdir/usr/include/glm/CMakeLists.txt
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+}



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

2013-09-26 Thread Sven-Hendrik Haase
Date: Thursday, September 26, 2013 @ 18:20:43
  Author: svenstaro
Revision: 97646

upgpkg: glm 0.9.4.6-1

Updating to 0.9.4.6

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 13:29:45 UTC (rev 97645)
+++ PKGBUILD2013-09-26 16:20:43 UTC (rev 97646)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.4.5
+pkgver=0.9.4.6
 pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
@@ -8,7 +8,7 @@
 license=('MIT')
 url="http://glm.g-truc.net";
 
source=("http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip";)
-md5sums=('73dbb0ad8af36e29ad8a23c20fbf27ef')
+md5sums=('a6867c2f27da0635b80b54efa8617504')
 
 package() {
 cd $pkgname



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

2013-09-26 Thread Evangelos Foutras
Date: Thursday, September 26, 2013 @ 17:49:07
  Author: foutrelis
Revision: 195175

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 195174, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 195174, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 195174, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 195174, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 195174, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 195174, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-x86_64/vlc.install

---+
 /PKGBUILD |  214 
 /vlc-2.0.7-vaapi-compat.patch |   22 ++
 /vlc.install  |   36 
 extra-i686/PKGBUILD   |  107 --
 extra-i686/vlc-2.0.7-vaapi-compat.patch   |   11 -
 extra-i686/vlc.install|   18 --
 extra-x86_64/PKGBUILD |  107 --
 extra-x86_64/vlc-2.0.7-vaapi-compat.patch |   11 -
 extra-x86_64/vlc.install  |   18 --
 9 files changed, 272 insertions(+), 272 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-26 15:48:47 UTC (rev 195174)
+++ extra-i686/PKGBUILD 2013-09-26 15:49:07 UTC (rev 195175)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
- 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz";
-vlc-2.0.7-vaapi-compat.patch)
-md5sums=('8c77bda671821f5b9ede96b6816e2ade'
- '6df10774bb7acf20e09d6139e5c7839e')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver/.a}"
-
-  patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver/.a}"
-
-  CFLAGS+="-I/usr/include/samba

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

2013-09-26 Thread Evangelos Foutras
Date: Thursday, September 26, 2013 @ 17:48:47
  Author: foutrelis
Revision: 195174

upgpkg: vlc 2.1.0-2

libdvbpsi.so.9 rebuild.

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 15:48:02 UTC (rev 195173)
+++ PKGBUILD2013-09-26 15:48:47 UTC (rev 195174)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";



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

2013-09-26 Thread Evangelos Foutras
Date: Thursday, September 26, 2013 @ 17:48:02
  Author: foutrelis
Revision: 195173

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-26 15:47:45 UTC (rev 195172)
+++ extra-i686/PKGBUILD 2013-09-26 15:48:02 UTC (rev 195173)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=libdvbpsi
-pkgver=0.2.2
-pkgrel=1
-epoch=1
-pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI 
tables"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool')
-replaces=('libdvbpsi4' 'libdvbpsi5')
-conflicts=('libdvbpsi4' 'libdvbpsi5')
-url="http://developers.videolan.org/libdvbpsi/";
-source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('b387e07ffd844b61c7a050c47307c0f7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libdvbpsi/repos/extra-i686/PKGBUILD (from rev 195172, 
libdvbpsi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-26 15:48:02 UTC (rev 195173)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=libdvbpsi
+pkgver=1.1.0
+pkgrel=1
+epoch=1
+pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI 
tables"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool')
+replaces=('libdvbpsi4' 'libdvbpsi5')
+conflicts=('libdvbpsi4' 'libdvbpsi5')
+url="http://developers.videolan.org/libdvbpsi/";
+source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('1f84f9d1de08e15f94e6ff9957278064')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-26 15:47:45 UTC (rev 195172)
+++ extra-x86_64/PKGBUILD   2013-09-26 15:48:02 UTC (rev 195173)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=libdvbpsi
-pkgver=0.2.2
-pkgrel=1
-epoch=1
-pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI 
tables"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool')
-replaces=('libdvbpsi4' 'libdvbpsi5')
-conflicts=('libdvbpsi4' 'libdvbpsi5')
-url="http://developers.videolan.org/libdvbpsi/";
-source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('b387e07ffd844b61c7a050c47307c0f7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libdvbpsi/repos/extra-x86_64/PKGBUILD (from rev 195172, 
libdvbpsi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-26 15:48:02 UTC (rev 195173)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=libdvbpsi
+pkgver=1.1.0
+pkgrel=1
+epoch=1
+pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI 
tables"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool')
+replaces=('libdvbpsi4' 'libdvbpsi5')
+conflicts=('libdvbpsi4' 'libdvbpsi5')
+url="http://developers.videolan.org/libdvbpsi/";
+source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('1f84f9d1de08e15f94e6ff9957278064')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}



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

2013-09-26 Thread Evangelos Foutras
Date: Thursday, September 26, 2013 @ 17:47:45
  Author: foutrelis
Revision: 195172

upgpkg: libdvbpsi 1:1.1.0-1

New upstream release.

Modified:
  libdvbpsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 14:58:38 UTC (rev 195171)
+++ PKGBUILD2013-09-26 15:47:45 UTC (rev 195172)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=libdvbpsi
-pkgver=0.2.2
+pkgver=1.1.0
 pkgrel=1
 epoch=1
 pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI 
tables"
@@ -15,7 +15,7 @@
 conflicts=('libdvbpsi4' 'libdvbpsi5')
 url="http://developers.videolan.org/libdvbpsi/";
 
source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('b387e07ffd844b61c7a050c47307c0f7')
+md5sums=('1f84f9d1de08e15f94e6ff9957278064')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-09-26 Thread Jan Steffens
Date: Thursday, September 26, 2013 @ 16:58:38
  Author: heftig
Revision: 195171

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gvfs/repos/gnome-unstable-i686/PKGBUILD
(from rev 195170, gvfs/trunk/PKGBUILD)
  gvfs/repos/gnome-unstable-i686/gvfs-module.install
(from rev 195170, gvfs/trunk/gvfs-module.install)
  gvfs/repos/gnome-unstable-i686/gvfs-smb.install
(from rev 195170, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/gnome-unstable-i686/gvfs.install
(from rev 195170, gvfs/trunk/gvfs.install)
  gvfs/repos/gnome-unstable-i686/imobiledevice-1.1.5.patch
(from rev 195170, gvfs/trunk/imobiledevice-1.1.5.patch)
  gvfs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195170, gvfs/trunk/PKGBUILD)
  gvfs/repos/gnome-unstable-x86_64/gvfs-module.install
(from rev 195170, gvfs/trunk/gvfs-module.install)
  gvfs/repos/gnome-unstable-x86_64/gvfs-smb.install
(from rev 195170, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/gnome-unstable-x86_64/gvfs.install
(from rev 195170, gvfs/trunk/gvfs.install)
  gvfs/repos/gnome-unstable-x86_64/imobiledevice-1.1.5.patch
(from rev 195170, gvfs/trunk/imobiledevice-1.1.5.patch)
Deleted:
  gvfs/repos/gnome-unstable-i686/PKGBUILD
  gvfs/repos/gnome-unstable-i686/gvfs-module.install
  gvfs/repos/gnome-unstable-i686/gvfs-smb.install
  gvfs/repos/gnome-unstable-i686/gvfs.install
  gvfs/repos/gnome-unstable-i686/imobiledevice-1.1.5.patch
  gvfs/repos/gnome-unstable-x86_64/PKGBUILD
  gvfs/repos/gnome-unstable-x86_64/gvfs-module.install
  gvfs/repos/gnome-unstable-x86_64/gvfs-smb.install
  gvfs/repos/gnome-unstable-x86_64/gvfs.install
  gvfs/repos/gnome-unstable-x86_64/imobiledevice-1.1.5.patch

-+
 /PKGBUILD   |  262 +
 /gvfs-module.install|   14 
 /gvfs-smb.install   |   24 +
 /gvfs.install   |   28 +
 /imobiledevice-1.1.5.patch  |  442 ++
 gnome-unstable-i686/PKGBUILD|  131 --
 gnome-unstable-i686/gvfs-module.install |7 
 gnome-unstable-i686/gvfs-smb.install|   12 
 gnome-unstable-i686/gvfs.install|   14 
 gnome-unstable-i686/imobiledevice-1.1.5.patch   |  221 ---
 gnome-unstable-x86_64/PKGBUILD  |  131 --
 gnome-unstable-x86_64/gvfs-module.install   |7 
 gnome-unstable-x86_64/gvfs-smb.install  |   12 
 gnome-unstable-x86_64/gvfs.install  |   14 
 gnome-unstable-x86_64/imobiledevice-1.1.5.patch |  221 ---
 15 files changed, 770 insertions(+), 770 deletions(-)

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


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

2013-09-26 Thread Jan Steffens
Date: Thursday, September 26, 2013 @ 16:56:36
  Author: heftig
Revision: 195170

1.18.1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 11:04:10 UTC (rev 195169)
+++ PKGBUILD2013-09-26 14:56:36 UTC (rev 195170)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 url="http://www.gnome.org";
 options=(!libtool)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('a6d9a547ac0621c405251fe929078b2700408cf94371d452f641413d56bd50db')
+sha256sums=('92bc9ef0038be837fb74bfb65c5f3de46ee895e14dec65435d1c1da0adcc631f')
 
 build() {
   cd "$pkgbase-$pkgver"



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

2013-09-26 Thread Felix Yan
Date: Thursday, September 26, 2013 @ 15:29:45
  Author: fyan
Revision: 97645

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 97644, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 97644, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 97644, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 97644, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   82 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   41 
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-26 13:28:36 UTC (rev 97644)
+++ community-i686/PKGBUILD 2013-09-26 13:29:45 UTC (rev 97645)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.2a.20130919
-_commit=ec60dc53d5387e1b285878fbcd57ffe6df16790f
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
-#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
-"git://github.com/xiehuc/lwqq.git")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  git submodule init
-  git config submodule."liblwqq".url "$srcdir/lwqq"
-  git submodule update
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 97644, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-26 13:29:45 UTC (rev 97645)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.2a.20130925
+_commit=0aa045727a803fb22fcc3d0ec5b54a3556355f97
+pkgrel=1
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
+#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+"git://github.com/xiehuc/lwqq.git")
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  git submodule init
+  git config submodule."liblwqq".url "$srcdir/lwqq"
+  git submodule update
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-09-26 13:28:36 UTC (rev 97644)
+++ community-i686/pidgin-lwqq.install  2013-09-26 13:29:45 UTC (rev 97645)
@@ -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: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 97644, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-09-26 13:29:45 UTC (rev 97645)
@@ -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
+}

Dele

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

2013-09-26 Thread Felix Yan
Date: Thursday, September 26, 2013 @ 15:28:36
  Author: fyan
Revision: 97644

upgpkg: pidgin-lwqq 0.2a.20130925-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 13:16:06 UTC (rev 97643)
+++ PKGBUILD2013-09-26 13:28:36 UTC (rev 97644)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=pidgin-lwqq
-pkgver=0.2a.20130919
-_commit=ec60dc53d5387e1b285878fbcd57ffe6df16790f
+pkgver=0.2a.20130925
+_commit=0aa045727a803fb22fcc3d0ec5b54a3556355f97
 pkgrel=1
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
 arch=('i686' 'x86_64')



[arch-commits] Commit in livestreamer/trunk (PKGBUILD requests-v2.patch)

2013-09-26 Thread Daniel Wallace
Date: Thursday, September 26, 2013 @ 15:15:39
  Author: dwallace
Revision: 97642

upgpkg: livestreamer 1.5.2-2

upgpkg: livestreamer for requests v2.0.0

Added:
  livestreamer/trunk/requests-v2.patch
Modified:
  livestreamer/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +++
 requests-v2.patch |   13 +
 2 files changed, 24 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 10:52:31 UTC (rev 97641)
+++ PKGBUILD2013-09-26 13:15:39 UTC (rev 97642)
@@ -3,18 +3,25 @@
 # Contributor: Christopher Rosell 
 pkgname=livestreamer
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
 url='https://github.com/chrippa/livestreamer'
 license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-distribute')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
 provides=('livestreamer')
 conflicts=('livestreamer-git')
 options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4')
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz
+requests-v2.patch)
+sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4'
+'bb9c898e194c15b0e91da195e82caeac4b4ff72ccec0ca1b97ced60b4c2c4ba8')
 
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/requests-v2.patch
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1

Added: requests-v2.patch
===
--- requests-v2.patch   (rev 0)
+++ requests-v2.patch   2013-09-26 13:15:39 UTC (rev 97642)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index c22c109..dcbcbfa 100644
+--- a/setup.py
 b/setup.py
+@@ -4,7 +4,7 @@ from setuptools import setup
+ from sys import version_info, path as sys_path
+ from os.path import abspath, dirname, join
+ 
+-deps = ["requests>=1.0,<2.0"]
++deps = ["requests>=1.0,<3.0"]
+ packages = ["livestreamer",
+ "livestreamer.stream",
+ "livestreamer.plugin",



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

2013-09-26 Thread Daniel Wallace
Date: Thursday, September 26, 2013 @ 15:16:06
  Author: dwallace
Revision: 97643

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 97642, livestreamer/trunk/PKGBUILD)
  livestreamer/repos/community-any/requests-v2.patch
(from rev 97642, livestreamer/trunk/requests-v2.patch)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   57 +---
 requests-v2.patch |   13 +++
 2 files changed, 45 insertions(+), 25 deletions(-)

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

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

Copied: livestreamer/repos/community-any/requests-v2.patch (from rev 97642, 
livestreamer/trunk/requests-v2.patch)
===
--- requests-v2.patch   (rev 0)
+++ requests-v2.patch   2013-09-26 13:16:06 UTC (rev 97643)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index c22c109..dcbcbfa 100644
+--- a/setup.py
 b/setup.py
+@@ -4,7 +4,7 @@ from setuptools import setup
+ from sys import version_info, path as sys_path
+ from os.path import abspath, dirname, join
+ 
+-deps = ["requests>=1.0,<2.0"]
++deps = ["requests>=1.0,<3.0"]
+ packages = ["livestreamer",
+ "livestreamer.stream",
+ "livestreamer.plugin",



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

2013-09-26 Thread Andrea Scarpino
Date: Thursday, September 26, 2013 @ 13:04:10
  Author: andrea
Revision: 195169

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

Added:
  phonon-vlc/repos/extra-i686/PKGBUILD
(from rev 195168, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/extra-x86_64/PKGBUILD
(from rev 195168, phonon-vlc/trunk/PKGBUILD)
Deleted:
  phonon-vlc/repos/extra-i686/PKGBUILD
  phonon-vlc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-26 11:04:02 UTC (rev 195168)
+++ extra-i686/PKGBUILD 2013-09-26 11:04:10 UTC (rev 195169)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=phonon-vlc
-pkgver=0.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc="Phonon VLC backend"
-license=('LGPL')
-depends=('vlc')
-makedepends=('cmake' 'automoc4' 'phonon')
-provides=('phonon-backend')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
-md5sums=('1ae8b15594714841d2bcf8c72813a176')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 195168, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-26 11:04:10 UTC (rev 195169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=phonon-vlc
+pkgver=0.6.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc="Phonon VLC backend"
+license=('LGPL')
+depends=('vlc')
+makedepends=('cmake' 'automoc4' 'phonon')
+provides=('phonon-backend')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
+md5sums=('1ae8b15594714841d2bcf8c72813a176')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-26 11:04:02 UTC (rev 195168)
+++ extra-x86_64/PKGBUILD   2013-09-26 11:04:10 UTC (rev 195169)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=phonon-vlc
-pkgver=0.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc="Phonon VLC backend"
-license=('LGPL')
-depends=('vlc')
-makedepends=('cmake' 'automoc4' 'phonon')
-provides=('phonon-backend')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
-md5sums=('1ae8b15594714841d2bcf8c72813a176')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-vlc/repos/extra-x86_64/PKGBUILD (from rev 195168, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-26 11:04:10 UTC (rev 195169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=phonon-vlc
+pkgver=0.6.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc="Phonon VLC backend"
+license=('LGPL')
+depends=('vlc')
+makedepends=('cmake' 'automoc4' 'phonon')
+provides=('phonon-backend')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
+md5sums=('1ae8b15594714841d2bcf8c72813a176')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-09-26 Thread Andrea Scarpino
Date: Thursday, September 26, 2013 @ 13:04:02
  Author: andrea
Revision: 195168

upgpkg: phonon-vlc 0.6.2-2

VLC rebuild

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 08:25:18 UTC (rev 195167)
+++ PKGBUILD2013-09-26 11:04:02 UTC (rev 195168)
@@ -3,7 +3,7 @@
 
 pkgname=phonon-vlc
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 pkgdesc="Phonon VLC backend"



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

2013-09-26 Thread Sergej Pupykin
Date: Thursday, September 26, 2013 @ 12:52:31
  Author: spupykin
Revision: 97641

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-26 10:52:12 UTC (rev 97640)
+++ community-i686/PKGBUILD 2013-09-26 10:52:31 UTC (rev 97641)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.7.51
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('a3f5d10f6f96a6298505801f4d0f6190')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 97640, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-26 10:52:31 UTC (rev 97641)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.7.52
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('b39a2dcce9c3844ee2e6f9b477c501f5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-26 10:52:12 UTC (rev 97640)
+++ community-x86_64/PKGBUILD   2013-09-26 10:52:31 UTC (rev 97641)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.7.51
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('a3f5d10f6f96a6298505801f4d0f6190')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 97640, 
xcircuit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-26 10:52:31 UTC (rev 97641)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.7.52
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpat

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

2013-09-26 Thread Sergej Pupykin
Date: Thursday, September 26, 2013 @ 12:52:12
  Author: spupykin
Revision: 97640

upgpkg: xcircuit 3.7.52-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 10:12:42 UTC (rev 97639)
+++ PKGBUILD2013-09-26 10:52:12 UTC (rev 97640)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.7.51
+pkgver=3.7.52
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('tk' 'libxpm' 'zlib')
 makedepends=('chrpath')
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('a3f5d10f6f96a6298505801f4d0f6190')
+md5sums=('b39a2dcce9c3844ee2e6f9b477c501f5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-26 Thread Bartłomiej Piotrowski
Date: Thursday, September 26, 2013 @ 12:12:36
  Author: bpiotrowski
Revision: 97638

upgpkg: phpmyadmin 4.0.7-1

- new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 08:02:02 UTC (rev 97637)
+++ PKGBUILD2013-09-26 10:12:36 UTC (rev 97638)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -19,7 +19,7 @@
etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
 install=$pkgname.install
-sha256sums=('17e96f9aad786bbe4b7c101e5018e3e9d2d2b37736371f67c16aee9e55e6f08e')
+sha256sums=('a891b33f8f9641f5c57b4dd5a78627ad366ea99ac59cb44beded8978a8d4968f')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin



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

2013-09-26 Thread Bartłomiej Piotrowski
Date: Thursday, September 26, 2013 @ 12:12:42
  Author: bpiotrowski
Revision: 97639

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 97638, phpmyadmin/trunk/PKGBUILD)
  phpmyadmin/repos/community-any/phpmyadmin.install
(from rev 97638, phpmyadmin/trunk/phpmyadmin.install)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD
  phpmyadmin/repos/community-any/phpmyadmin.install

+
 PKGBUILD   |   92 +--
 phpmyadmin.install |6 +--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-26 10:12:36 UTC (rev 97638)
+++ PKGBUILD2013-09-26 10:12:42 UTC (rev 97639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url="http://www.phpmyadmin.net";
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
-   'python')
-backup=(etc/webapps/phpmyadmin/.htaccess
-   etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-install=$pkgname.install
-sha256sums=('17e96f9aad786bbe4b7c101e5018e3e9d2d2b37736371f67c16aee9e55e6f08e')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
-  echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess
-
-  ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-
-  cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
-   
-EOF
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 97638, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-26 10:12:42 UTC (rev 97639)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.0.7
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url="http://www.phpmyadmin.net";
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
+   'python')
+backup=(etc/webapps/phpmyadmin/.htaccess
+   etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+install=$pkgname.install
+sha256sums=('a891b33f8f9641f5c57b4dd5a78627ad366ea99ac59cb44beded8978a8d4968f')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
+  echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess
+
+  ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+
+  cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
+   
+EOF
+}

Deleted: phpmyadmin.install
===
--- phpmyadmin.install  2013-09-26 10:12:36 UTC (rev 97638)
+++ phpmyadmin.install  2013-09-26 10:12:42 UTC (rev 97639)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Check http://wiki.archlinux.org/index.php/Phpmyadmin for details."
-}

Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 97638, 
phpmyadmin/trunk/phpmyadmin.install)
===
--- phpmyadmin.install  (rev 0)
+++ phpmyadmin.install  2013-09-26 10:12:42 UT

[arch-commits] Commit in vlc/repos (14 files)

2013-09-26 Thread Bartłomiej Piotrowski
Date: Thursday, September 26, 2013 @ 10:25:18
  Author: bpiotrowski
Revision: 195167

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 195166, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 195166, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 195166, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 195166, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 195166, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 195166, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-i686/vlc-2.0.8-Fix-live555-breakage-in-last-update.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-x86_64/vlc-2.0.8-Fix-live555-breakage-in-last-update.patch
  vlc/repos/extra-x86_64/vlc.install

--+
 /PKGBUILD|  214 
++
 /vlc-2.0.7-vaapi-compat.patch|   22 +
 /vlc.install |   36 +
 extra-i686/PKGBUILD  |  112 -
 extra-i686/vlc-2.0.7-vaapi-compat.patch  |   11 
 extra-i686/vlc-2.0.8-Fix-live555-breakage-in-last-update.patch   |   29 -
 extra-i686/vlc.install   |   18 
 extra-x86_64/PKGBUILD|  112 -
 extra-x86_64/vlc-2.0.7-vaapi-compat.patch|   11 
 extra-x86_64/vlc-2.0.8-Fix-live555-breakage-in-last-update.patch |   29 -
 extra-x86_64/vlc.install |   18 
 11 files changed, 272 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-26 08:25:07 UTC (rev 195166)
+++ extra-i686/PKGBUILD 2013-09-26 08:25:18 UTC (rev 195167)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.0.8.a
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'oss' 
- 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' 
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
- 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videol

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

2013-09-26 Thread Bartłomiej Piotrowski
Date: Thursday, September 26, 2013 @ 10:25:07
  Author: bpiotrowski
Revision: 195166

upgpkg: vlc 2.1.0-1

- new upstream release
- remove OSS support
- switch back to extra/ffmpeg
- build against Lua 5.2

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-2.0.8-Fix-live555-breakage-in-last-update.patch

-+
 PKGBUILD|   21 -
 vlc-2.0.8-Fix-live555-breakage-in-last-update.patch |   29 --
 2 files changed, 8 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 05:26:20 UTC (rev 195165)
+++ PKGBUILD2013-09-26 08:25:07 UTC (rev 195166)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sandsmark 
 
 pkgname=vlc
-pkgver=2.0.8.a
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 url="http://www.videolan.org/vlc/";
 license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
  'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'oss' 
- 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' 
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
  'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
  'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
 optdepends=('avahi: for service discovery using bonjour protocol'
@@ -31,7 +31,6 @@
 'libva-intel-driver: back-end for intel cards'
 'libbluray: for Blu-Ray support'
 'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
 'portaudio: for portaudio support'
 'twolame: for TwoLAME mpeg2 encoder plugin'
 'projectm: for ProjectM visualisation plugin'
@@ -57,17 +56,14 @@
 options=('!libtool' '!emptydirs')
 install=vlc.install
 
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz";
-vlc-2.0.7-vaapi-compat.patch
-vlc-2.0.8-Fix-live555-breakage-in-last-update.patch)
-md5sums=('e5000677181406d026ffe448633d1ca0'
- '6df10774bb7acf20e09d6139e5c7839e'
- 'e592efe7bb65291a84f99cfaa3a9f8a2')
+vlc-2.0.7-vaapi-compat.patch)
+md5sums=('8c77bda671821f5b9ede96b6816e2ade'
+ '6df10774bb7acf20e09d6139e5c7839e')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver/.a}"
 
   patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch
-  patch -Np1 -i ../vlc-2.0.8-Fix-live555-breakage-in-last-update.patch
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
   sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
@@ -81,7 +77,6 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --disable-rpath \
-  --enable-oss \
   --enable-faad \
   --enable-nls \
   --enable-lirc \

Deleted: vlc-2.0.8-Fix-live555-breakage-in-last-update.patch
===
--- vlc-2.0.8-Fix-live555-breakage-in-last-update.patch 2013-09-26 05:26:20 UTC 
(rev 195165)
+++ vlc-2.0.8-Fix-live555-breakage-in-last-update.patch 2013-09-26 08:25:07 UTC 
(rev 195166)
@@ -1,29 +0,0 @@
-From ea444abae1d09b751314b24f6352e55be335621d Mon Sep 17 00:00:00 2001
-From: Jean-Baptiste Kempf 
-Date: Thu, 25 Jul 2013 01:14:32 +0200
-Subject: [PATCH] Fix live555 breakage in last update
-

- modules/demux/live555.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
-index 9e02630..7a1ab16 100644
 a/modules/demux/live555.cpp
-+++ b/modules/demux/live555.cpp
-@@ -243,7 +243,11 @@ public:
-char const* applicationName, portNumBits 
tunnelOverHTTPPortNum,
-demux_sys_t *p_sys) :
-RTSPClient( env, rtspURL, verbosityLevel, applicationName,
--   tunnelOverHTTPPortNum )
-+   tunnelOverHTTPPortNum
-+#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1373932800
-+   , -1
-+#endif
-+   )
- {
- this->p_sys = p_sys;
- }
--- 
-1.8.3.4
-



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

2013-09-26 Thread Guillaume Alaux
Date: Thursday, September 26, 2013 @ 10:02:02
  Author: guillaume
Revision: 97637

Set new upstream project URL FS#37033

Modified:
  terminator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-26 07:34:44 UTC (rev 97636)
+++ PKGBUILD2013-09-26 08:02:02 UTC (rev 97637)
@@ -6,10 +6,10 @@
 
 pkgname=terminator
 pkgver=0.97
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
-url='http://www.tenshu.net/p/terminator.html'
+url='http://gnometerminator.blogspot.fr/p/introduction.html'
 license=('GPL2')
 # Note: the package named 'vte3' is actually vte for GTK 3
 # and terminator seems to require vte for GTK 2



[arch-commits] Commit in awesome (3 files)

2013-09-26 Thread Andrea Scarpino
Date: Thursday, September 26, 2013 @ 09:34:44
  Author: andrea
Revision: 97636

Cleanup

Deleted:
  awesome/repos/community-i686/awesome.desktop
  awesome/repos/community-x86_64/awesome.desktop
  awesome/trunk/awesome.desktop

+
 repos/community-i686/awesome.desktop   |7 ---
 repos/community-x86_64/awesome.desktop |7 ---
 trunk/awesome.desktop  |7 ---
 3 files changed, 21 deletions(-)

Deleted: repos/community-i686/awesome.desktop
===
--- repos/community-i686/awesome.desktop2013-09-26 06:14:56 UTC (rev 
97635)
+++ repos/community-i686/awesome.desktop2013-09-26 07:34:44 UTC (rev 
97636)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framework window manager
-Type=XSession
-Exec=awesome
-TryExec=awesome

Deleted: repos/community-x86_64/awesome.desktop
===
--- repos/community-x86_64/awesome.desktop  2013-09-26 06:14:56 UTC (rev 
97635)
+++ repos/community-x86_64/awesome.desktop  2013-09-26 07:34:44 UTC (rev 
97636)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framework window manager
-Type=XSession
-Exec=awesome
-TryExec=awesome

Deleted: trunk/awesome.desktop
===
--- trunk/awesome.desktop   2013-09-26 06:14:56 UTC (rev 97635)
+++ trunk/awesome.desktop   2013-09-26 07:34:44 UTC (rev 97636)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framework window manager
-Type=XSession
-Exec=awesome
-TryExec=awesome