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

2013-11-07 Thread Jelle van der Waa
Date: Thursday, November 7, 2013 @ 10:04:27
  Author: jelle
Revision: 100644

upgpkg: python-pytz 2013.8-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 05:56:05 UTC (rev 100643)
+++ PKGBUILD2013-11-07 09:04:27 UTC (rev 100644)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2013.7
+pkgver=2013.8
 pkgrel=1
 arch=('any')
 url=http://pypi.python.org/pypi/pytz;
@@ -11,8 +11,8 @@
 license=(MIT)
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.bz2{,.asc})
-md5sums=('7d3aa4aa2a6307bc3e398331d7ba7415'
- 'SKIP')
+md5sums=('bdc0b5947a48a3ecc419c3b665c2ab4e'
+ 'SKIP')
 
 check(){
 cd $srcdir/pytz-$pkgver/pytz/tests



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

2013-11-07 Thread Jelle van der Waa
Date: Thursday, November 7, 2013 @ 10:05:16
  Author: jelle
Revision: 100645

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-07 09:04:27 UTC (rev 100644)
+++ PKGBUILD2013-11-07 09:05:16 UTC (rev 100645)
@@ -1,52 +0,0 @@
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2013.7
-pkgrel=1
-arch=('any')
-url=http://pypi.python.org/pypi/pytz;
-license=(MIT)
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.bz2{,.asc})
-md5sums=('7d3aa4aa2a6307bc3e398331d7ba7415'
- 'SKIP')
-
-check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-
-python2 test_tzinfo.py
-
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc=Cross platform time zone library for Python
-
-cd $srcdir/pytz-$pkgver
-
-python3 setup.py install --root=$pkgdir/
-
-
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc=Cross platform time zone library for Python
-
-cd $srcdir/pytz-$pkgver
-
-# python 2 fix
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
-python2 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 100644, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-07 09:05:16 UTC (rev 100645)
@@ -0,0 +1,52 @@
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2013.8
+pkgrel=1
+arch=('any')
+url=http://pypi.python.org/pypi/pytz;
+license=(MIT)
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.bz2{,.asc})
+md5sums=('bdc0b5947a48a3ecc419c3b665c2ab4e'
+ 'SKIP')
+
+check(){
+cd $srcdir/pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+
+python2 test_tzinfo.py
+
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc=Cross platform time zone library for Python
+
+cd $srcdir/pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc=Cross platform time zone library for Python
+
+cd $srcdir/pytz-$pkgver
+
+# python 2 fix
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
+
+python2 setup.py install --root=$pkgdir/
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-11-07 Thread Lukas Jirkovsky
Date: Thursday, November 7, 2013 @ 12:59:11
  Author: stativ
Revision: 100647

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

Added:
  fatrat/repos/community-i686/PKGBUILD
(from rev 100646, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-i686/QTBUG-22829-workaround.diff
(from rev 100646, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-i686/pion-5.0.diff
(from rev 100646, fatrat/trunk/pion-5.0.diff)
  fatrat/repos/community-x86_64/PKGBUILD
(from rev 100646, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-x86_64/QTBUG-22829-workaround.diff
(from rev 100646, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-x86_64/pion-5.0.diff
(from rev 100646, fatrat/trunk/pion-5.0.diff)
Deleted:
  fatrat/repos/community-i686/PKGBUILD
  fatrat/repos/community-i686/QTBUG-22829-workaround.diff
  fatrat/repos/community-i686/pion-5.0.diff
  fatrat/repos/community-x86_64/PKGBUILD
  fatrat/repos/community-x86_64/QTBUG-22829-workaround.diff
  fatrat/repos/community-x86_64/pion-5.0.diff

--+
 /PKGBUILD|   84 
 /QTBUG-22829-workaround.diff |   24 
 /pion-5.0.diff   | 3140 +
 community-i686/PKGBUILD  |   42 
 community-i686/QTBUG-22829-workaround.diff   |   12 
 community-i686/pion-5.0.diff | 1570 
 community-x86_64/PKGBUILD|   42 
 community-x86_64/QTBUG-22829-workaround.diff |   12 
 community-x86_64/pion-5.0.diff   | 1570 
 9 files changed, 3248 insertions(+), 3248 deletions(-)

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


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

2013-11-07 Thread Lukas Jirkovsky
Date: Thursday, November 7, 2013 @ 12:59:04
  Author: stativ
Revision: 100646

upgpkg: fatrat 1.2.0_beta2-10

gloox rebuild

Modified:
  fatrat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 09:05:16 UTC (rev 100645)
+++ PKGBUILD2013-11-07 11:59:04 UTC (rev 100646)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=fatrat
 pkgver=1.2.0_beta2
-pkgrel=9
+pkgrel=10
 pkgdesc=Qt4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
 arch=('i686' 'x86_64')
 url=http://fatrat.dolezel.info/;



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:06:42
  Author: spupykin
Revision: 100648

upgpkg: etl 0.04.17-1

upd

Modified:
  etl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 11:59:11 UTC (rev 100647)
+++ PKGBUILD2013-11-07 13:06:42 UTC (rev 100648)
@@ -3,18 +3,17 @@
 # Contributor: Franco Iacomella y...@gnu.org
 
 pkgname=etl
-pkgver=0.04.16
+pkgver=0.04.17
 pkgrel=1
 pkgdesc=VoriaETL: C++ STL complementory multiplatform template library
-arch=(i686 x86_64)
+arch=(any)
 url=http://synfig.org;
 license=('GPL2')
 depends=()
 conflicts=('synfig-etl')
 replaces=('synfig-etl')
-#source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-0.63.04.tar.gz)
-source=(http://downloads.sourceforge.net/project/synfig/ETL/$pkgver/ETL-$pkgver.tar.gz)
-md5sums=('e330d2045e980d424beb054423c73797')
+source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
+md5sums=('5be6549e9c419db2661d16b1f3cd2952')
 
 build() {
   cd $srcdir/ETL-$pkgver



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:22
  Author: spupykin
Revision: 100653

upgpkg: synfig 0.64.1-1

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 13:07:16 UTC (rev 100652)
+++ PKGBUILD2013-11-07 13:07:22 UTC (rev 100653)
@@ -3,8 +3,8 @@
 # Contributor: Franco Iacomella y...@gnu.org
 
 pkgname=synfig
-pkgver=0.64.0
-pkgrel=7
+pkgver=0.64.1
+pkgrel=1
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;
@@ -15,15 +15,23 @@
 optdepends=('openexr' 'libsigc++')
 conflicts=('synfig-core')
 replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
build-fix.patch
ffmpeg-0.8.patch
ffmpeg-loop.patch)
-md5sums=('124cb4059b9f48dc5c37204660053d6f'
+md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
  'b5568b06fae1a7ee465b5380b1139b83'
  'ebf41046097cfd778dee9a9854561dae'
  'c6684c876c093f5e53d2c46592994e9b')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
@@ -32,10 +40,6 @@
   CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
   [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
   make
 }
 



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:16
  Author: spupykin
Revision: 100652

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

Added:
  parcellite/repos/community-i686/PKGBUILD
(from rev 100651, parcellite/trunk/PKGBUILD)
  parcellite/repos/community-i686/history_menu_crash_patch
(from rev 100651, parcellite/trunk/history_menu_crash_patch)
  parcellite/repos/community-x86_64/PKGBUILD
(from rev 100651, parcellite/trunk/PKGBUILD)
  parcellite/repos/community-x86_64/history_menu_crash_patch
(from rev 100651, parcellite/trunk/history_menu_crash_patch)
Deleted:
  parcellite/repos/community-i686/PKGBUILD
  parcellite/repos/community-i686/history_menu_crash_patch
  parcellite/repos/community-x86_64/PKGBUILD
  parcellite/repos/community-x86_64/history_menu_crash_patch

---+
 /PKGBUILD |   52 ++
 /history_menu_crash_patch |   78 
 community-i686/PKGBUILD   |   26 -
 community-i686/history_menu_crash_patch   |   39 --
 community-x86_64/PKGBUILD |   26 -
 community-x86_64/history_menu_crash_patch |   39 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-07 13:07:02 UTC (rev 100651)
+++ community-i686/PKGBUILD 2013-11-07 13:07:16 UTC (rev 100652)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Alexander Fehr pizzapunk gmail com
-
-pkgname=parcellite
-pkgver=1.1.6
-pkgrel=1
-pkgdesc=Lightweight GTK+ clipboard manager
-arch=('i686' 'x86_64')
-url=http://parcellite.sourceforge.net/;
-license=('GPL3')
-depends=('gtk2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz)
-md5sums=('4b0a89aeb885a2f7d2ace3e4ea7e153e')
-
-build() {
-  cd $srcdir/parcellite-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/parcellite-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parcellite/repos/community-i686/PKGBUILD (from rev 100651, 
parcellite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-07 13:07:16 UTC (rev 100652)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Alexander Fehr pizzapunk gmail com
+
+pkgname=parcellite
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=Lightweight GTK+ clipboard manager
+arch=('i686' 'x86_64')
+url=http://parcellite.sourceforge.net/;
+license=('GPL3')
+depends=('gtk2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz)
+md5sums=('a542aab0df50ac7a7de6501957e78fb3')
+
+build() {
+  cd $srcdir/parcellite-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/parcellite-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/history_menu_crash_patch
===
--- community-i686/history_menu_crash_patch 2013-11-07 13:07:02 UTC (rev 
100651)
+++ community-i686/history_menu_crash_patch 2013-11-07 13:07:16 UTC (rev 
100652)
@@ -1,39 +0,0 @@
-Index: main.c
-===
 main.c (revision 232)
-+++ main.c (working copy)
-@@ -1199,24 +1199,28 @@
- {
-   GString* string = g_string_new((gchar*)element-data);
-   /* Ellipsize text */
--  if (string-len  prefs.item_length)
-+  glong len = g_utf8_strlen(string-str, string-len);
-+  if (len  prefs.item_length)
-   {
- switch (prefs.ellipsize)
- {
-   case PANGO_ELLIPSIZE_START:
--string = g_string_erase(string, 0, 
string-len-(prefs.item_length));
-+string = g_string_erase(string, 0, 
g_utf8_offset_to_pointer(string-str, len - prefs.item_length) - string-str);
- string = g_string_prepend(string, ...);
- break;
-   case PANGO_ELLIPSIZE_MIDDLE:
--string = g_string_erase(string, (prefs.item_length/2), 
string-len-(prefs.item_length));
--string = g_string_insert(string, (string-len/2), ...);
-+; /* to avoid wierd gcc error */
-+gchar* p1 = g_utf8_offset_to_pointer(string-str, 
prefs.item_length / 2);
-+gchar* p2 = g_utf8_offset_to_pointer(string-str, len - 
prefs.item_length / 2);
-+string = g_string_erase(string, p1 - string-str, p2 - p1);
-+string = g_string_insert(string, p1 - string-str, ...);
- break;
-   case PANGO_ELLIPSIZE_END:
--string = g_string_truncate(string, prefs.item_length);
-+string = 

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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:06:56
  Author: spupykin
Revision: 100649

archrelease: copy trunk to community-any

Added:
  etl/repos/community-any/
  etl/repos/community-any/PKGBUILD
(from rev 100648, etl/trunk/PKGBUILD)

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

Copied: etl/repos/community-any/PKGBUILD (from rev 100648, etl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-11-07 13:06:56 UTC (rev 100649)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=etl
+pkgver=0.04.17
+pkgrel=1
+pkgdesc=VoriaETL: C++ STL complementory multiplatform template library
+arch=(any)
+url=http://synfig.org;
+license=('GPL2')
+depends=()
+conflicts=('synfig-etl')
+replaces=('synfig-etl')
+source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
+md5sums=('5be6549e9c419db2661d16b1f3cd2952')
+
+build() {
+  cd $srcdir/ETL-$pkgver
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/ETL-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:42
  Author: spupykin
Revision: 100654

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

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 100653, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 100653, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 100653, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 100653, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 100653, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 100653, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 100653, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 100653, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   45 -
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 384 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-07 13:07:22 UTC (rev 100653)
+++ community-i686/PKGBUILD 2013-11-07 13:07:42 UTC (rev 100654)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.0
-pkgrel=7
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('124cb4059b9f48dc5c37204660053d6f'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 100653, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-07 13:07:42 UTC (rev 100654)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=1
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:02
  Author: spupykin
Revision: 100651

upgpkg: parcellite 1.1.7-1

upd

Modified:
  parcellite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 13:07:00 UTC (rev 100650)
+++ PKGBUILD2013-11-07 13:07:02 UTC (rev 100651)
@@ -3,7 +3,7 @@
 # Maintainer: Alexander Fehr pizzapunk gmail com
 
 pkgname=parcellite
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc=Lightweight GTK+ clipboard manager
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gtk2')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz)
-md5sums=('4b0a89aeb885a2f7d2ace3e4ea7e153e')
+md5sums=('a542aab0df50ac7a7de6501957e78fb3')
 
 build() {
   cd $srcdir/parcellite-$pkgver



[arch-commits] Commit in etl/repos (community-i686 community-x86_64)

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:00
  Author: spupykin
Revision: 100650

Removed community-i686 and community-x86_64 for etl

Deleted:
  etl/repos/community-i686/
  etl/repos/community-x86_64/



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:07:50
  Author: spupykin
Revision: 100655

upgpkg: synfigstudio 0.64.1-1

upd

Modified:
  synfigstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 13:07:42 UTC (rev 100654)
+++ PKGBUILD2013-11-07 13:07:50 UTC (rev 100655)
@@ -3,7 +3,7 @@
 # Contributor: Franco Iacomella y...@gnu.org
 
 pkgname=synfigstudio
-pkgver=0.64.0
+pkgver=0.64.1
 pkgrel=1
 pkgdesc=Professional vector animation program (GUI)
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
 'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
 install=synfigstudio.install
-source=(http://downloads.sourceforge.net/project/synfig/synfigstudio/$pkgver/synfigstudio-$pkgver.tar.gz)
-md5sums=('bbda14359a07254b8efe5e706de192df')
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz)
+md5sums=('94d3daf5f32d186a44175aedfb9f22cd')
 
 build() {
   cd $srcdir/synfigstudio-$pkgver



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:08:05
  Author: spupykin
Revision: 100656

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

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

---+
 /PKGBUILD |   88 
 /synfigstudio.install |   24 
 community-i686/PKGBUILD   |   44 
 community-i686/synfigstudio.install   |   12 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/synfigstudio.install |   12 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-07 13:07:50 UTC (rev 100655)
+++ community-i686/PKGBUILD 2013-11-07 13:08:05 UTC (rev 100656)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfigstudio
-pkgver=0.64.0
-pkgrel=1
-pkgdesc=Professional vector animation program (GUI)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('gtkmm' 'synfig')
-makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
-'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
-install=synfigstudio.install
-source=(http://downloads.sourceforge.net/project/synfig/synfigstudio/$pkgver/synfigstudio-$pkgver.tar.gz)
-md5sums=('bbda14359a07254b8efe5e706de192df')
-
-build() {
-  cd $srcdir/synfigstudio-$pkgver
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
-  make
-}
-
-package() {
-  cd $srcdir/synfigstudio-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
-  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
-  rm -f $pkgdir/usr/share/mime/XMLnamespaces
-  rm -f $pkgdir/usr/share/mime/aliases
-  rm -f $pkgdir/usr/share/mime/generic-icons
-  rm -f $pkgdir/usr/share/mime/globs
-  rm -f $pkgdir/usr/share/mime/globs2
-  rm -f $pkgdir/usr/share/mime/icons
-  rm -f $pkgdir/usr/share/mime/magic
-  rm -f $pkgdir/usr/share/mime/mime.cache
-  rm -f $pkgdir/usr/share/mime/subclasses
-  rm -f $pkgdir/usr/share/mime/treemagic
-  rm -f $pkgdir/usr/share/mime/types
-  rm -f $pkgdir/usr/share/mime/version
-}

Copied: synfigstudio/repos/community-i686/PKGBUILD (from rev 100655, 
synfigstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-07 13:08:05 UTC (rev 100656)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfigstudio
+pkgver=0.64.1
+pkgrel=1
+pkgdesc=Professional vector animation program (GUI)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('gtkmm' 'synfig')
+makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
+'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
+install=synfigstudio.install
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz)
+md5sums=('94d3daf5f32d186a44175aedfb9f22cd')
+
+build() {
+  cd $srcdir/synfigstudio-$pkgver
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
+  make
+}
+
+package() {
+  cd $srcdir/synfigstudio-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
+  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
+  rm -f $pkgdir/usr/share/mime/XMLnamespaces
+  rm -f $pkgdir/usr/share/mime/aliases
+  rm -f $pkgdir/usr/share/mime/generic-icons
+  rm -f $pkgdir/usr/share/mime/globs
+  rm -f $pkgdir/usr/share/mime/globs2
+  rm -f $pkgdir/usr/share/mime/icons
+  rm -f $pkgdir/usr/share/mime/magic
+  rm -f $pkgdir/usr/share/mime/mime.cache
+  rm -f 

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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:22:10
  Author: spupykin
Revision: 100657

upgpkg: freedroidrpg 0.15.1-5

upd

Modified:
  freedroidrpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 13:08:05 UTC (rev 100656)
+++ PKGBUILD2013-11-07 13:22:10 UTC (rev 100657)
@@ -4,7 +4,7 @@
 
 pkgname='freedroidrpg'
 pkgver=0.15.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
 makedepends=('mesa')



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

2013-11-07 Thread Sergej Pupykin
Date: Thursday, November 7, 2013 @ 14:22:31
  Author: spupykin
Revision: 100658

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

Added:
  freedroidrpg/repos/community-staging-i686/
  freedroidrpg/repos/community-staging-i686/PKGBUILD
(from rev 100657, freedroidrpg/trunk/PKGBUILD)
  freedroidrpg/repos/community-staging-i686/freedroidrpg.desktop
(from rev 100657, freedroidrpg/trunk/freedroidrpg.desktop)
  freedroidrpg/repos/community-staging-i686/freedroidrpg.jpg
(from rev 100657, freedroidrpg/trunk/freedroidrpg.jpg)
  freedroidrpg/repos/community-staging-x86_64/
  freedroidrpg/repos/community-staging-x86_64/PKGBUILD
(from rev 100657, freedroidrpg/trunk/PKGBUILD)
  freedroidrpg/repos/community-staging-x86_64/freedroidrpg.desktop
(from rev 100657, freedroidrpg/trunk/freedroidrpg.desktop)
  freedroidrpg/repos/community-staging-x86_64/freedroidrpg.jpg
(from rev 100657, freedroidrpg/trunk/freedroidrpg.jpg)

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

Copied: freedroidrpg/repos/community-staging-i686/PKGBUILD (from rev 100657, 
freedroidrpg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-07 13:22:31 UTC (rev 100658)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: nut543 k...@online.no
+
+pkgname='freedroidrpg'
+pkgver=0.15.1
+pkgrel=5
+arch=('i686' 'x86_64')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+makedepends=('mesa')
+optdepends=('python2' 'espeak')
+pkgdesc=a mature science fiction role playing game set in the future
+url=http://freedroid.sourceforge.net;
+license=(GPL)
+source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/freedroidRPG-$pkgver.tar.gz
+   freedroidrpg.jpg
+   freedroidrpg.desktop)
+md5sums=('b95ea6abae46bea6ee3ace9a1902f682'
+ 'b73d9dac44c7e83a6c80fbe4eb96ba79'
+ '9a10c2a2064439cdcff5b945dfb1c3ac')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -D -m644 $srcdir/freedroidrpg.jpg 
$pkgdir/usr/share/icons/freedroidrpg.jpg
+  install -D -m644 $srcdir/freedroidrpg.desktop 
$pkgdir/usr/share/applications/freedroidrpg.desktop
+}

Copied: freedroidrpg/repos/community-staging-i686/freedroidrpg.desktop (from 
rev 100657, freedroidrpg/trunk/freedroidrpg.desktop)
===
--- community-staging-i686/freedroidrpg.desktop (rev 0)
+++ community-staging-i686/freedroidrpg.desktop 2013-11-07 13:22:31 UTC (rev 
100658)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=freedroidrpg
+Comment=Extension/modification of the classical Freedroid game(based on 
paradroid) into an RPG
+Exec=freedroidRPG
+Encoding=UTF-8
+Icon=/usr/share/icons/freedroidrpg.jpg
+Categories=Game;RolePlaying;
+Terminal=false
+StartupNotify=false

Copied: freedroidrpg/repos/community-staging-i686/freedroidrpg.jpg (from rev 
100657, freedroidrpg/trunk/freedroidrpg.jpg)
===
(Binary files differ)

Copied: freedroidrpg/repos/community-staging-x86_64/PKGBUILD (from rev 100657, 
freedroidrpg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-07 13:22:31 UTC (rev 100658)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: nut543 k...@online.no
+
+pkgname='freedroidrpg'
+pkgver=0.15.1
+pkgrel=5
+arch=('i686' 'x86_64')
+depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'glu')
+makedepends=('mesa')
+optdepends=('python2' 'espeak')
+pkgdesc=a mature science fiction role playing game set in the future
+url=http://freedroid.sourceforge.net;
+license=(GPL)
+source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/freedroidRPG-$pkgver.tar.gz
+   freedroidrpg.jpg
+   freedroidrpg.desktop)
+md5sums=('b95ea6abae46bea6ee3ace9a1902f682'
+ 'b73d9dac44c7e83a6c80fbe4eb96ba79'
+ '9a10c2a2064439cdcff5b945dfb1c3ac')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -D -m644 $srcdir/freedroidrpg.jpg 

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

2013-11-07 Thread Pierre Schmitz
Date: Thursday, November 7, 2013 @ 15:00:35
  Author: pierre
Revision: 199030

upgpkg: devtools 20131107-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 19:33:41 UTC (rev 199029)
+++ PKGBUILD2013-11-07 14:00:35 UTC (rev 199030)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20131101
+pkgver=20131107
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('589647faa83a99c80fb0a05521d74364'
+md5sums=('8b78e5f8e68d09864cf231c999ab222a'
  'SKIP')
 
 build() {



[arch-commits] Commit in devtools/repos (testing-any testing-any/PKGBUILD)

2013-11-07 Thread Pierre Schmitz
Date: Thursday, November 7, 2013 @ 15:00:40
  Author: pierre
Revision: 199031

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 199030, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 199030, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-07 14:00:40 UTC (rev 199031)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20131107
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('8b78e5f8e68d09864cf231c999ab222a'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2013-11-07 Thread Pierre Schmitz
Date: Thursday, November 7, 2013 @ 15:03:31
  Author: pierre
Revision: 199032

upgpkg: grml-zsh-config 0.9.1-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 14:00:40 UTC (rev 199031)
+++ PKGBUILD2013-11-07 14:03:31 UTC (rev 199032)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('8b4927a7e654019b2c12ec2c0606a0328aaadb81a852892484df5f9ce44d')
+sha256sums=('4383cf60c4de7512967ffa45b52cc83aa0f6fb52ee4bb010923b406d92656dd8')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos (testing-any testing-any/PKGBUILD)

2013-11-07 Thread Pierre Schmitz
Date: Thursday, November 7, 2013 @ 15:03:35
  Author: pierre
Revision: 199033

archrelease: copy trunk to testing-any

Added:
  grml-zsh-config/repos/testing-any/
  grml-zsh-config/repos/testing-any/PKGBUILD
(from rev 199032, grml-zsh-config/trunk/PKGBUILD)

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

Copied: grml-zsh-config/repos/testing-any/PKGBUILD (from rev 199032, 
grml-zsh-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-07 14:03:35 UTC (rev 199033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('4383cf60c4de7512967ffa45b52cc83aa0f6fb52ee4bb010923b406d92656dd8')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



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

2013-11-07 Thread Jelle van der Waa
Date: Thursday, November 7, 2013 @ 16:00:14
  Author: jelle
Revision: 100659

fix FS#35502

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 13:22:31 UTC (rev 100658)
+++ PKGBUILD2013-11-07 15:00:14 UTC (rev 100659)
@@ -18,8 +18,10 @@
 
   # fix conflicting function names
   sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS=$CFLAGS
 
-  make
 }
 
 package() {



[arch-commits] Commit in snd/trunk (PKGBUILD snd.install type_error.patch)

2013-11-07 Thread Ray Rashif
Date: Thursday, November 7, 2013 @ 18:10:12
  Author: schiv
Revision: 199036

upgpkg: snd 14.1-2

update patch with proper upstream fix
remove install script since gtk is now recommended

Modified:
  snd/trunk/PKGBUILD
  snd/trunk/type_error.patch
Deleted:
  snd/trunk/snd.install

--+
 PKGBUILD |8 
 snd.install  |3 ---
 type_error.patch |   32 
 3 files changed, 16 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 14:18:34 UTC (rev 199035)
+++ PKGBUILD2013-11-07 17:10:12 UTC (rev 199036)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=14.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
@@ -15,16 +15,16 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
 'type_error.patch')
 md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '6e96d59346b53a1c73060857f688dbd0')
+ '9bfea0dccdfb5da1ba81e721672b11cc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # work around incomplete type error
+  # fix incomplete type error
+  # see http://www.mail-archive.com/cmdist@ccrma.stanford.edu/msg04241.html
   patch -Np1 -i $srcdir/type_error.patch
 }
 

Deleted: snd.install
===
--- snd.install 2013-11-07 14:18:34 UTC (rev 199035)
+++ snd.install 2013-11-07 17:10:12 UTC (rev 199036)
@@ -1,3 +0,0 @@
-post_upgrade() {
-   echosnd GUI is now GTK+ due to lesstif/libxpm build issues
-}

Modified: type_error.patch
===
--- type_error.patch2013-11-07 14:18:34 UTC (rev 199035)
+++ type_error.patch2013-11-07 17:10:12 UTC (rev 199036)
@@ -1,20 +1,12 @@
-diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h
 snd-14.1.orig/vct.h2013-10-28 02:22:35.073798054 +0800
-+++ snd-14.1/vct.h 2013-10-28 02:45:27.166364791 +0800
-@@ -1,11 +1,11 @@
- #ifndef VCT_H
- #define VCT_H
- 
--#if HAVE_SCHEME
--  typedef struct s7_cell vct;
--#else
--typedef struct vct vct;
--#endif
-+typedef struct {
-+  mus_long_t length;
-+  mus_float_t *data;
-+  bool dont_free;
-+} vct;
- 
- #ifdef __cplusplus
- extern C {
+diff -bur snd-14.1.orig/snd-ladspa.c snd-14.1/snd-ladspa.c
+--- snd-14.1.orig/snd-ladspa.c 2013-10-28 16:07:53.260612114 +0800
 snd-14.1/snd-ladspa.c  2013-10-28 16:11:18.792831983 +0800
+@@ -1191,7 +1191,7 @@
+   if (descriptor-connect_port) 
+ descriptor-connect_port(XEN_TO_C_Ladspa_Handle(ptr),
+XEN_TO_C_ULONG(port),
+-   double_to_float(samples-data, samples-length)
++   double_to_float(mus_vct_data(samples), 
mus_vct_length(samples))
+);
+   return(XEN_FALSE);
+ }



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

2013-11-07 Thread Ray Rashif
Date: Thursday, November 7, 2013 @ 18:11:41
  Author: schiv
Revision: 199037

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

Added:
  snd/repos/extra-i686/.contrib
(from rev 199036, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
(from rev 199036, snd/trunk/PKGBUILD)
  snd/repos/extra-i686/type_error.patch
(from rev 199036, snd/trunk/type_error.patch)
  snd/repos/extra-x86_64/.contrib
(from rev 199036, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
(from rev 199036, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/type_error.patch
(from rev 199036, snd/trunk/type_error.patch)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-i686/snd.install
  snd/repos/extra-i686/type_error.patch
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD
  snd/repos/extra-x86_64/snd.install
  snd/repos/extra-x86_64/type_error.patch

---+
 /.contrib |4 +
 /PKGBUILD |  108 
 /type_error.patch |   24 
 extra-i686/.contrib   |2 
 extra-i686/PKGBUILD   |   54 
 extra-i686/snd.install|3 -
 extra-i686/type_error.patch   |   20 ---
 extra-x86_64/.contrib |2 
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/snd.install  |3 -
 extra-x86_64/type_error.patch |   20 ---
 11 files changed, 136 insertions(+), 158 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/.contrib 2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-i686/.contrib (from rev 199036, snd/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: dorphell dorph...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/PKGBUILD 2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=14.1
-pkgrel=1
-pkgdesc=An advanced sound editor
-arch=('i686' 'x86_64')
-url=http://ccrma.stanford.edu/software/snd/;
-license=('custom')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-install=$pkgname.install
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
-'type_error.patch')
-md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '6e96d59346b53a1c73060857f688dbd0')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # work around incomplete type error
-  patch -Np1 -i $srcdir/type_error.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  LDFLAGS+= -Wl,-z,noexecstack
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 199036, snd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=14.1
+pkgrel=2
+pkgdesc=An advanced sound editor
+arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
+license=('custom')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
+'type_error.patch')
+md5sums=('955ca19ca70ac0e4d03cd710516c0174'
+ '9bfea0dccdfb5da1ba81e721672b11cc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix incomplete type error
+  # see 

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

2013-11-07 Thread Andreas Radke
Date: Thursday, November 7, 2013 @ 18:44:04
  Author: andyrtr
Revision: 199039

archrelease: copy trunk to extra-any

Added:
  xtrans/repos/extra-any/PKGBUILD
(from rev 199038, xtrans/trunk/PKGBUILD)
Deleted:
  xtrans/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-07 17:43:49 UTC (rev 199038)
+++ PKGBUILD2013-11-07 17:44:04 UTC (rev 199039)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xtrans
-pkgver=1.2.7
-pkgrel=1
-pkgdesc=X transport library
-arch=('any')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b6ed421edf577816f6e641e1846dc0bff337676c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  install -m755 -d ${pkgdir}/usr/lib
-  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/pkgconfig
-}

Copied: xtrans/repos/extra-any/PKGBUILD (from rev 199038, xtrans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-07 17:44:04 UTC (rev 199039)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xtrans
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=X transport library
+arch=('any')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+options=(!emptydirs)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9bdcbf7539317a518099f13eda35a9b6e1986ef6d319cc21a95a167b66325a8c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -m755 -d ${pkgdir}/usr/lib
+  mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/pkgconfig
+}



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

2013-11-07 Thread Andreas Radke
Date: Thursday, November 7, 2013 @ 18:43:49
  Author: andyrtr
Revision: 199038

upgpkg: xtrans 1.3.1-1

upstream update 1.3.1

Modified:
  xtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 17:11:41 UTC (rev 199037)
+++ PKGBUILD2013-11-07 17:43:49 UTC (rev 199038)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xtrans
-pkgver=1.2.7
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=X transport library
 arch=('any')
@@ -10,16 +11,16 @@
 url=http://xorg.freedesktop.org/;
 options=(!emptydirs)
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b6ed421edf577816f6e641e1846dc0bff337676c')
+sha256sums=('9bdcbf7539317a518099f13eda35a9b6e1986ef6d319cc21a95a167b66325a8c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
   install -m755 -d ${pkgdir}/usr/lib



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

2013-11-07 Thread Andreas Radke
Date: Thursday, November 7, 2013 @ 18:46:22
  Author: andyrtr
Revision: 199040

upgpkg: xf86-video-nouveau 1.0.10-1

upstream update 1.0.10

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 17:44:04 UTC (rev 199039)
+++ PKGBUILD2013-11-07 17:46:22 UTC (rev 199040)
@@ -3,7 +3,7 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc=Open Source 2D acceleration driver for nVidia cards
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482')
+sha256sums=('c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xf86-video-nouveau/repos (8 files)

2013-11-07 Thread Andreas Radke
Date: Thursday, November 7, 2013 @ 18:46:41
  Author: andyrtr
Revision: 199041

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 199040, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 199040, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 199040, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 199040, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 /PKGBUILD   |   58 ++
 /xf86-video-nouveau.install |   12 ++
 extra-i686/PKGBUILD |   29 ---
 extra-i686/xf86-video-nouveau.install   |6 ---
 extra-x86_64/PKGBUILD   |   29 ---
 extra-x86_64/xf86-video-nouveau.install |6 ---
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-07 17:46:22 UTC (rev 199040)
+++ extra-i686/PKGBUILD 2013-11-07 17:46:41 UTC (rev 199041)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.9
-pkgrel=1
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 199040, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 17:46:41 UTC (rev 199041)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.10
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2013-11-07 17:46:22 UTC (rev 
199040)
+++ extra-i686/xf86-video-nouveau.install   2013-11-07 17:46:41 UTC (rev 
199041)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 199040, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2013-11-07 17:46:41 UTC (rev 
199041)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-07 17:46:22 UTC (rev 199040)
+++ extra-x86_64/PKGBUILD   2013-11-07 17:46:41 UTC (rev 199041)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 

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

2013-11-07 Thread Jelle van der Waa
Date: Thursday, November 7, 2013 @ 20:56:29
  Author: jelle
Revision: 100661

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

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 100660, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel-client.install
(from rev 100660, quassel/trunk/quassel-client.install)
  quassel/repos/community-i686/quassel.conf
(from rev 100660, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 100660, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 100660, quassel/trunk/quassel.service)
  quassel/repos/community-x86_64/PKGBUILD
(from rev 100660, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 100660, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 100660, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 100660, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 100660, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

-+
 /PKGBUILD   |  180 ++
 /quassel-client.install |   18 +++
 /quassel.conf   |4 
 /quassel.install|   42 +++
 /quassel.service|   26 
 community-i686/PKGBUILD |   90 ---
 community-i686/quassel-client.install   |9 -
 community-i686/quassel.conf |2 
 community-i686/quassel.install  |   21 ---
 community-i686/quassel.service  |   10 -
 community-x86_64/PKGBUILD   |   90 ---
 community-x86_64/quassel-client.install |9 -
 community-x86_64/quassel.conf   |2 
 community-x86_64/quassel.install|   21 ---
 community-x86_64/quassel.service|   10 -
 15 files changed, 270 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-07 19:56:15 UTC (rev 100660)
+++ community-i686/PKGBUILD 2013-11-07 19:56:29 UTC (rev 100661)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core')
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=QT4 irc client with a separated core
-arch=('i686' 'x86_64')
-url=http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'qt4' 'icu')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e'
-'81222ce0a868993dbe80572f34a555d7fedf07f87413803b7e40397ec283161e'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd $srcdir
-  [[ ! -d build ]]  mkdir build
-  mkdir build-client
-
-  # Core
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=0 \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-
-  make
-
-  # Client
-  cd $srcdir/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=1 \
--DWITH_OPENSSL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=ON \
-../quassel-${pkgver}/ \
--Wno-dev
-
-  make
-  
-}
-
-package_quassel-core() {
-pkgdesc=Qt4 IRC client with a separated core - core only
-depends=('qt4' 'icu')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd $srcdir/build
-
-  make DESTDIR=${pkgdir} install
-  
-  # Remove unneeded pixmap icons
-  rm -r $pkgdir/usr/share
-
-
-  install -Dm644 ${srcdir}/$pkgbase.service \
-${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 ${srcdir}/$pkgbase.conf \
-${pkgdir}/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc=Qt4 IRC client with a separated core - client only
-depends=('qt4' 'kdelibs')
-install=quassel-client.install
-  cd $srcdir/build-client
-
-  make DESTDIR=${pkgdir} install
-}

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

2013-11-07 Thread Jelle van der Waa
Date: Thursday, November 7, 2013 @ 20:56:15
  Author: jelle
Revision: 100660

upgpkg: quassel 0.9.1-3

fix FS#36052

Modified:
  quassel/trunk/PKGBUILD
  quassel/trunk/quassel.service

-+
 PKGBUILD|6 +++---
 quassel.service |5 -
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 15:00:14 UTC (rev 100659)
+++ PKGBUILD2013-11-07 19:56:15 UTC (rev 100660)
@@ -5,17 +5,17 @@
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core')
 pkgver=0.9.1
-pkgrel=1
+pkgrel=3
 pkgdesc=QT4 irc client with a separated core
 arch=('i686' 'x86_64')
 url=http://quassel-irc.org/;
 license=('GPL')
-makedepends=('cmake' 'automoc4' 'qt4' 'icu')
+makedepends=('cmake' 'automoc4' 'qt4' 'icu' 'kdelibs')
 source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
 $pkgbase.service
 $pkgbase.conf)
 sha256sums=('39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e'
-'81222ce0a868993dbe80572f34a555d7fedf07f87413803b7e40397ec283161e'
+'88b5b693ad7eea7fb2d084da29c6abc26ea5fa990668f9807d462778243f1d6a'
 'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
 
 build() {

Modified: quassel.service
===
--- quassel.service 2013-11-07 15:00:14 UTC (rev 100659)
+++ quassel.service 2013-11-07 19:56:15 UTC (rev 100660)
@@ -3,8 +3,11 @@
 After=network.target
 
 [Service]
+User=quassel
+Group=quassel
 PIDFile=/var/run/quassel.pid
-ExecStart=/usr/bin/quasselcore --listen=127.0.0.1 --configdir=/var/lib/quassel
+EnvironmentFile=/etc/conf.d/quassel
+ExecStart=/usr/bin/quasselcore --listen=${LISTEN} --configdir=/var/lib/quassel
 
 [Install]
 WantedBy=multi-user.target



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

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 22:59:16
  Author: andrea
Revision: 199043

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 199042, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 199042, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199042, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 199042, akonadi/kde-unstable/akonadi.install)

-+
 kde-unstable-i686/PKGBUILD  |   37 ++
 kde-unstable-i686/akonadi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   37 ++
 kde-unstable-x86_64/akonadi.install |   11 ++
 4 files changed, 96 insertions(+)

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 199042, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-07 21:59:16 UTC (rev 199043)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.10.80
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a1e580f740b5d238eb82df72ae25ebbd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 199042, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2013-11-07 21:59:16 UTC (rev 199043)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 199042, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-07 21:59:16 UTC (rev 199043)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.10.80
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a1e580f740b5d238eb82df72ae25ebbd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/kde-unstable-x86_64/akonadi.install (from rev 199042, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-x86_64/akonadi.install (rev 0)
+++ kde-unstable-x86_64/akonadi.install 2013-11-07 21:59:16 UTC (rev 199043)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in akonadi (kde-unstable kde-unstable/PKGBUILD)

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 22:59:09
  Author: andrea
Revision: 199042

upgpkg: akonadi 1.10.80-1

Unstable release for KDE 4.12

Added:
  akonadi/kde-unstable/
Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2013-11-07 17:46:41 UTC (rev 199041)
+++ kde-unstable/PKGBUILD   2013-11-07 21:59:09 UTC (rev 199042)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.10.3
+pkgver=1.10.80
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2;)
-md5sums=('3929b765baa3dc0d548a26893c64abcf')
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a1e580f740b5d238eb82df72ae25ebbd')
 
 prepare() {
   mkdir build



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

2013-11-07 Thread Jan de Groot
Date: Thursday, November 7, 2013 @ 23:03:14
  Author: jgc
Revision: 199044

upgpkg: pycrypto 2.6.1-1

Security update, verify sources with gnupg, add testsuite, use prepare function

Modified:
  pycrypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 21:59:16 UTC (rev 199043)
+++ PKGBUILD2013-11-07 22:03:14 UTC (rev 199044)
@@ -4,25 +4,28 @@
 
 pkgbase=pycrypto
 pkgname=('python2-crypto' 'python-crypto')
-pkgver=2.6
-pkgrel=3
+pkgver=2.6.1
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'python')
 url=http://www.dlitz.net/software/pycrypto/;
 license=('custom')
-source=(http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7293c9d7e8af2e44a82f86eb9c3b058880f4bcc884bf3ad6c8a34b64986edde8')
+source=(http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c'
+'c2ab0516cc55321e6543ae75e2aa6f6e56e97432870f32a7799f3b89f467dc1b')
 
-build() {
-  cd ${srcdir}
+prepare() {
   find ${pkgbase}-${pkgver}/LEGAL -type f -exec chmod 644 {} \;
   find ${pkgbase}-${pkgver}/LEGAL -type d -exec chmod 755 {} \;
  
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-py3
-  cd ${srcdir}/${pkgbase}-${pkgver}
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
   python2 setup.py build
 
-  cd ${srcdir}/${pkgbase}-${pkgver}-py3
+  cd ../${pkgbase}-${pkgver}-py3
   python setup.py build
 }
 
@@ -33,7 +36,7 @@
   conflicts=('pycrypto')
   provides=(pycrypto=${pkgver})
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   python2 setup.py install --root=${pkgdir} --optimize=1
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
@@ -44,9 +47,17 @@
   pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3.
   depends=('python')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}-py3
+  cd ${pkgbase}-${pkgver}-py3
   python setup.py install --root=${pkgdir} --optimize=1
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
   cp -r LEGAL ${pkgdir}/usr/share/licenses/${pkgname}/
 }
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py test
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python setup.py test
+}



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

2013-11-07 Thread Jan de Groot
Date: Thursday, November 7, 2013 @ 23:03:21
  Author: jgc
Revision: 199045

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

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

---+
 /PKGBUILD |  126 
 extra-i686/PKGBUILD   |   52 ---
 extra-x86_64/PKGBUILD |   52 ---
 3 files changed, 126 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-07 22:03:14 UTC (rev 199044)
+++ extra-i686/PKGBUILD 2013-11-07 22:03:21 UTC (rev 199045)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-
-pkgbase=pycrypto
-pkgname=('python2-crypto' 'python-crypto')
-pkgver=2.6
-pkgrel=3
-arch=('i686' 'x86_64')
-makedepends=('python2' 'python')
-url=http://www.dlitz.net/software/pycrypto/;
-license=('custom')
-source=(http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7293c9d7e8af2e44a82f86eb9c3b058880f4bcc884bf3ad6c8a34b64986edde8')
-
-build() {
-  cd ${srcdir}
-  find ${pkgbase}-${pkgver}/LEGAL -type f -exec chmod 644 {} \;
-  find ${pkgbase}-${pkgver}/LEGAL -type d -exec chmod 755 {} \;
- 
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-py3
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python2 setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py3
-  python setup.py build
-}
-
-package_python2-crypto() {
-  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2.
-  depends=('python2')
-  replaces=('pycrypto')
-  conflicts=('pycrypto')
-  provides=(pycrypto=${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp -r LEGAL ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-package_python-crypto() {
-  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3.
-  depends=('python')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py3
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp -r LEGAL ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pycrypto/repos/extra-i686/PKGBUILD (from rev 199044, 
pycrypto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 22:03:21 UTC (rev 199045)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+
+pkgbase=pycrypto
+pkgname=('python2-crypto' 'python-crypto')
+pkgver=2.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('python2' 'python')
+url=http://www.dlitz.net/software/pycrypto/;
+license=('custom')
+source=(http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c'
+'c2ab0516cc55321e6543ae75e2aa6f6e56e97432870f32a7799f3b89f467dc1b')
+
+prepare() {
+  find ${pkgbase}-${pkgver}/LEGAL -type f -exec chmod 644 {} \;
+  find ${pkgbase}-${pkgver}/LEGAL -type d -exec chmod 755 {} \;
+ 
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-py3
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python setup.py build
+}
+
+package_python2-crypto() {
+  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2.
+  depends=('python2')
+  replaces=('pycrypto')
+  conflicts=('pycrypto')
+  provides=(pycrypto=${pkgver})
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp -r LEGAL ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+package_python-crypto() {
+  pkgdesc=Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3.
+  depends=('python')
+
+  cd ${pkgbase}-${pkgver}-py3
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp -r LEGAL ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py test
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python setup.py test
+}

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in transmission-remote-cli/trunk (PKGBUILD)

2013-11-07 Thread Daniel Micay
Date: Thursday, November 7, 2013 @ 23:04:44
  Author: thestinger
Revision: 100662

upgpkg: transmission-remote-cli 1.6.3-1

Modified:
  transmission-remote-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 19:56:29 UTC (rev 100661)
+++ PKGBUILD2013-11-07 22:04:44 UTC (rev 100662)
@@ -5,7 +5,7 @@
 # Contributor: SanskritFritz
 
 pkgname=transmission-remote-cli
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-geoip: Guess which country peers come from'
 'adns-python: Resolve IPs to host names')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
-sha256sums=('9e82747324c96d8384c9a7e749992a6fe5b78486a0d457dcc758a3bf0ad983e7')
+sha256sums=('ad2c2269d77f31f691c84b3c62886a17441ac5e90780fbbb01a038ec74db7371')
 
 build() {
   cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)



[arch-commits] Commit in transmission-remote-cli/repos/community-any (2 files)

2013-11-07 Thread Daniel Micay
Date: Thursday, November 7, 2013 @ 23:07:24
  Author: thestinger
Revision: 100663

archrelease: copy trunk to community-any

Added:
  transmission-remote-cli/repos/community-any/PKGBUILD
(from rev 100662, transmission-remote-cli/trunk/PKGBUILD)
Deleted:
  transmission-remote-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-07 22:04:44 UTC (rev 100662)
+++ PKGBUILD2013-11-07 22:07:24 UTC (rev 100663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-# Contributor: fauno fa...@kiwwwi.com.ar
-# Contributor: SanskritFritz
-
-pkgname=transmission-remote-cli
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
-arch=('any')
-url='https://github.com/fagga/transmission-remote-cli'
-license=('GPL3')
-depends=('python2')
-optdepends=('python2-geoip: Guess which country peers come from'
-'adns-python: Resolve IPs to host names')
-source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
-sha256sums=('9e82747324c96d8384c9a7e749992a6fe5b78486a0d457dcc758a3bf0ad983e7')
-
-build() {
-  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-  sed -i 1s/python/python2/ transmission-remote-cli
-}
-
-package() {
-  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-
-  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
-  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
-  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
-$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
-}

Copied: transmission-remote-cli/repos/community-any/PKGBUILD (from rev 100662, 
transmission-remote-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-07 22:07:24 UTC (rev 100663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+# Contributor: fauno fa...@kiwwwi.com.ar
+# Contributor: SanskritFritz
+
+pkgname=transmission-remote-cli
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
+arch=('any')
+url='https://github.com/fagga/transmission-remote-cli'
+license=('GPL3')
+depends=('python2')
+optdepends=('python2-geoip: Guess which country peers come from'
+'adns-python: Resolve IPs to host names')
+source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
+sha256sums=('ad2c2269d77f31f691c84b3c62886a17441ac5e90780fbbb01a038ec74db7371')
+
+build() {
+  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+  sed -i 1s/python/python2/ transmission-remote-cli
+}
+
+package() {
+  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+
+  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
+  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
+  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
+$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
+}



[arch-commits] Commit in (5 files)

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 23:50:59
  Author: andrea
Revision: 199047

community2extra: Moving libraw from community to extra

Added:
  libraw/
  libraw/repos/
  libraw/trunk/
  libraw/trunk/PKGBUILD
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |   35 +++
 libraw.changelog |   20 
 2 files changed, 55 insertions(+)

Added: libraw/trunk/PKGBUILD
===
--- libraw/trunk/PKGBUILD   (rev 0)
+++ libraw/trunk/PKGBUILD   2013-11-07 22:50:59 UTC (rev 199047)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.15.4
+pkgrel=2
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  
+#license
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+}


Property changes on: libraw/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libraw/trunk/libraw.changelog
===
--- libraw/trunk/libraw.changelog   (rev 0)
+++ libraw/trunk/libraw.changelog   2013-11-07 22:50:59 UTC (rev 199047)
@@ -0,0 +1,20 @@
+2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.4-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.2-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.8-1
+
+2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.7-1
+
+2012-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.6-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.5-1
+
+2011-12-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.4-1



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

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 23:51:13
  Author: andrea
Revision: 199048

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

Added:
  libraw/repos/extra-i686/
  libraw/repos/extra-i686/PKGBUILD
(from rev 199047, libraw/trunk/PKGBUILD)
  libraw/repos/extra-i686/libraw.changelog
(from rev 199047, libraw/trunk/libraw.changelog)
  libraw/repos/extra-x86_64/
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 199047, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/libraw.changelog
(from rev 199047, libraw/trunk/libraw.changelog)

---+
 extra-i686/PKGBUILD   |   35 +++
 extra-i686/libraw.changelog   |   20 
 extra-x86_64/PKGBUILD |   35 +++
 extra-x86_64/libraw.changelog |   20 
 4 files changed, 110 insertions(+)

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 199047, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.15.4
+pkgrel=2
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  
+#license
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+}

Copied: libraw/repos/extra-i686/libraw.changelog (from rev 199047, 
libraw/trunk/libraw.changelog)
===
--- extra-i686/libraw.changelog (rev 0)
+++ extra-i686/libraw.changelog 2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,20 @@
+2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.4-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.2-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.8-1
+
+2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.7-1
+
+2012-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.6-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.5-1
+
+2011-12-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.4-1

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 199047, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.15.4
+pkgrel=2
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  
+#license
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+}

Copied: libraw/repos/extra-x86_64/libraw.changelog (from rev 199047, 
libraw/trunk/libraw.changelog)
===
--- extra-x86_64/libraw.changelog   (rev 0)
+++ extra-x86_64/libraw.changelog   2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,20 @@
+2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.4-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.2-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   

[arch-commits] Commit in (libraw)

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 23:51:42
  Author: andrea
Revision: 100666

community2extra: Moving libraw from community to extra

Deleted:
  libraw/



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

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:03:25
  Author: andrea
Revision: 199050

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

Added:
  libraw/repos/extra-i686/PKGBUILD
(from rev 199049, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 199049, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-i686/libraw.changelog
  libraw/repos/extra-x86_64/PKGBUILD
  libraw/repos/extra-x86_64/libraw.changelog

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-i686/libraw.changelog   |   20 ---
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/libraw.changelog |   20 ---
 5 files changed, 70 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-i686/PKGBUILD 2013-11-07 23:03:25 UTC (rev 199050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.15.4
-pkgrel=2
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
-
-build() {
-  cd ${srcdir}/LibRaw-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/LibRaw-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  
-#license
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 199049, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 23:03:25 UTC (rev 199050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=libraw
+pkgver=0.15.4
+pkgrel=3
+pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
+arch=('i686' 'x86_64')
+url=http://www.libraw.org/;
+license=('CDDL' 'LGPL' 'custom')
+depends=('lcms2' 'jasper')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd LibRaw-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/libraw.changelog
===
--- extra-i686/libraw.changelog 2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-i686/libraw.changelog 2013-11-07 23:03:25 UTC (rev 199050)
@@ -1,20 +0,0 @@
-2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.4-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.2-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.8-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.7-1
-
-2012-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.6-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.5-1
-
-2011-12-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.4-1

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-x86_64/PKGBUILD   2013-11-07 23:03:25 UTC (rev 199050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=libraw
-pkgver=0.15.4
-pkgrel=2
-pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
-arch=('i686' 'x86_64')
-url=http://www.libraw.org/;
-license=('CDDL' 'LGPL' 

[arch-commits] Commit in libraw/trunk (PKGBUILD libraw.changelog)

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:03:18
  Author: andrea
Revision: 199049

upgpkg: libraw 0.15.4-3

Drop static libraries; switch to LCMS2; build with jasper

Modified:
  libraw/trunk/PKGBUILD
Deleted:
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |   26 +-
 libraw.changelog |   20 
 2 files changed, 13 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 22:51:13 UTC (rev 199048)
+++ PKGBUILD2013-11-07 23:03:18 UTC (rev 199049)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
 # Contributor: Brad Fanella bradfane...@archlinux.us
@@ -6,30 +7,29 @@
 
 pkgname=libraw
 pkgver=0.15.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
-depends=('lcms')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+depends=('lcms2' 'jasper')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
 
 build() {
-  cd ${srcdir}/LibRaw-${pkgver}
+  cd LibRaw-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/LibRaw-${pkgver}
+  cd LibRaw-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  
-#license
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
 }

Deleted: libraw.changelog
===
--- libraw.changelog2013-11-07 22:51:13 UTC (rev 199048)
+++ libraw.changelog2013-11-07 23:03:18 UTC (rev 199049)
@@ -1,20 +0,0 @@
-2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.4-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.2-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.8-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.7-1
-
-2012-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.6-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.5-1
-
-2011-12-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.4-1



[arch-commits] Commit in (5 files)

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:51:27
  Author: andrea
Revision: 199051

Needed by Marble

Added:
  quazip/
  quazip/repos/
  quazip/trunk/
  quazip/trunk/PKGBUILD
  quazip/trunk/PKGBUILD-namcap.log

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

Added: quazip/trunk/PKGBUILD
===
--- quazip/trunk/PKGBUILD   (rev 0)
+++ quazip/trunk/PKGBUILD   2013-11-07 23:51:27 UTC (rev 199051)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.5.1
+pkgrel=3
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('eec6b9b6f19654230dfcd158f29ea9d0')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/apps/cmake-2.8/Modules
+}


Property changes on: quazip/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: quazip/trunk/PKGBUILD-namcap.log
===


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

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:52:10
  Author: andrea
Revision: 199053

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

Added:
  quazip/repos/extra-i686/
  quazip/repos/extra-i686/PKGBUILD
(from rev 199052, quazip/trunk/PKGBUILD)
  quazip/repos/extra-x86_64/
  quazip/repos/extra-x86_64/PKGBUILD
(from rev 199052, quazip/trunk/PKGBUILD)

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

Copied: quazip/repos/extra-i686/PKGBUILD (from rev 199052, 
quazip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 23:52:10 UTC (rev 199053)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.5.1
+pkgrel=3
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('eec6b9b6f19654230dfcd158f29ea9d0')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/apps/cmake-2.8/Modules
+}

Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 199052, 
quazip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-07 23:52:10 UTC (rev 199053)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.5.1
+pkgrel=3
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('eec6b9b6f19654230dfcd158f29ea9d0')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/apps/cmake-2.8/Modules
+}



[arch-commits] Commit in quazip/trunk (PKGBUILD-namcap.log)

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:51:54
  Author: andrea
Revision: 199052

upgpkg: quazip 0.5.1-3

cleanup

Deleted:
  quazip/trunk/PKGBUILD-namcap.log

+
 0 files changed

Deleted: PKGBUILD-namcap.log
===


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

2013-11-07 Thread Sébastien Luttringer
Date: Friday, November 8, 2013 @ 01:08:30
  Author: seblu
Revision: 100667

upgpkg: bind 9.9.4.P1-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 22:51:42 UTC (rev 100666)
+++ PKGBUILD2013-11-08 00:08:30 UTC (rev 100667)
@@ -5,7 +5,7 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-_pkgver=9.9.4
+_pkgver=9.9.4-P1
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='The ISC BIND nameserver'
@@ -26,7 +26,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('d7be390e6c2546f37a7280e1975e1cd134565f62'
+sha1sums=('35dd28de21626fd6327230c38d0f164dd2263bed'
   'SKIP'
   '029f89c49550c40ec7a95116b6a33f0e5a041094'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'



[arch-commits] Commit in bind/repos (32 files)

2013-11-07 Thread Sébastien Luttringer
Date: Friday, November 8, 2013 @ 01:08:48
  Author: seblu
Revision: 100668

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

Added:
  bind/repos/community-i686/127.0.0.zone
(from rev 100667, bind/trunk/127.0.0.zone)
  bind/repos/community-i686/PKGBUILD
(from rev 100667, bind/trunk/PKGBUILD)
  bind/repos/community-i686/bind.install
(from rev 100667, bind/trunk/bind.install)
  bind/repos/community-i686/localhost.zone
(from rev 100667, bind/trunk/localhost.zone)
  bind/repos/community-i686/named.conf
(from rev 100667, bind/trunk/named.conf)
  bind/repos/community-i686/named.logrotate
(from rev 100667, bind/trunk/named.logrotate)
  bind/repos/community-i686/named.service
(from rev 100667, bind/trunk/named.service)
  bind/repos/community-i686/tmpfiles.d
(from rev 100667, bind/trunk/tmpfiles.d)
  bind/repos/community-x86_64/127.0.0.zone
(from rev 100667, bind/trunk/127.0.0.zone)
  bind/repos/community-x86_64/PKGBUILD
(from rev 100667, bind/trunk/PKGBUILD)
  bind/repos/community-x86_64/bind.install
(from rev 100667, bind/trunk/bind.install)
  bind/repos/community-x86_64/localhost.zone
(from rev 100667, bind/trunk/localhost.zone)
  bind/repos/community-x86_64/named.conf
(from rev 100667, bind/trunk/named.conf)
  bind/repos/community-x86_64/named.logrotate
(from rev 100667, bind/trunk/named.logrotate)
  bind/repos/community-x86_64/named.service
(from rev 100667, bind/trunk/named.service)
  bind/repos/community-x86_64/tmpfiles.d
(from rev 100667, bind/trunk/tmpfiles.d)
Deleted:
  bind/repos/community-i686/127.0.0.zone
  bind/repos/community-i686/PKGBUILD
  bind/repos/community-i686/bind.install
  bind/repos/community-i686/localhost.zone
  bind/repos/community-i686/named.conf
  bind/repos/community-i686/named.logrotate
  bind/repos/community-i686/named.service
  bind/repos/community-i686/tmpfiles.d
  bind/repos/community-x86_64/127.0.0.zone
  bind/repos/community-x86_64/PKGBUILD
  bind/repos/community-x86_64/bind.install
  bind/repos/community-x86_64/localhost.zone
  bind/repos/community-x86_64/named.conf
  bind/repos/community-x86_64/named.logrotate
  bind/repos/community-x86_64/named.service
  bind/repos/community-x86_64/tmpfiles.d

--+
 /127.0.0.zone|   22 
 /PKGBUILD|  164 +
 /bind.install|   46 ++
 /localhost.zone  |   20 
 /named.conf  |  128 
 /named.logrotate |   12 ++
 /named.service   |   22 
 /tmpfiles.d  |2 
 community-i686/127.0.0.zone  |   11 --
 community-i686/PKGBUILD  |   82 --
 community-i686/bind.install  |   23 -
 community-i686/localhost.zone|   10 --
 community-i686/named.conf|   64 --
 community-i686/named.logrotate   |6 -
 community-i686/named.service |   11 --
 community-i686/tmpfiles.d|1 
 community-x86_64/127.0.0.zone|   11 --
 community-x86_64/PKGBUILD|   82 --
 community-x86_64/bind.install|   23 -
 community-x86_64/localhost.zone  |   10 --
 community-x86_64/named.conf  |   64 --
 community-x86_64/named.logrotate |6 -
 community-x86_64/named.service   |   11 --
 community-x86_64/tmpfiles.d  |1 
 24 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/127.0.0.zone
===
--- community-i686/127.0.0.zone 2013-11-08 00:08:30 UTC (rev 100667)
+++ community-i686/127.0.0.zone 2013-11-08 00:08:48 UTC (rev 100668)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/community-i686/127.0.0.zone (from rev 100667, 
bind/trunk/127.0.0.zone)
===
--- community-i686/127.0.0.zone (rev 0)
+++ community-i686/127.0.0.zone 2013-11-08 00:08:48 UTC (rev 100668)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W 

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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 01:38:39
  Author: eric
Revision: 199055

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 199054, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 199054, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 199054, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 199054, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 199054, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 199054, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.install
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.install
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate

--+
 /PKGBUILD|  122 
 /syslog-ng.conf  |  184 +
 /syslog-ng.logrotate |   14 ++
 extra-i686/PKGBUILD  |   54 --
 extra-i686/syslog-ng.conf|   92 --
 extra-i686/syslog-ng.install |9 -
 extra-i686/syslog-ng.logrotate   |7 -
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/syslog-ng.conf  |   92 --
 extra-x86_64/syslog-ng.install   |9 -
 extra-x86_64/syslog-ng.logrotate |7 -
 11 files changed, 320 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 00:37:59 UTC (rev 199054)
+++ extra-i686/PKGBUILD 2013-11-08 00:38:39 UTC (rev 199055)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.4.3
-pkgrel=1
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('awk' 'eventlog' 'glib2' 'libcap' 'openssl' 'systemd')
-makedepends=('flex' 'pkg-config' 'python2')
-optdepends=('logrotate: for rotating log files')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-install=$pkgname.install
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
-syslog-ng.conf
-syslog-ng.logrotate)
-sha1sums=('70433d041b2e48c598ee7595d89ddb2e1f6450b4'
-  '0aaf695ea6756b59198ff2e4af237b4a6186525d'
-  '949128fe3d7f77a7aab99048061f885bc758000c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib \
---sbindir=/usr/bin \
---localstatedir=/var/lib/syslog-ng \
---datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run \
---disable-spoof-source \
---enable-ipv6 \
---enable-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-
-  sed -i 's,/sbin/,/bin/,' $pkgdir/usr/lib/systemd/system/syslog-ng.service
-}

Copied: syslog-ng/repos/extra-i686/PKGBUILD (from rev 199054, 
syslog-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 00:38:39 UTC (rev 199055)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.5.1
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+url=http://www.balabit.com/network-security/syslog-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'openssl' 'systemd')
+makedepends=('python2')
+optdepends=('logrotate: for rotating log files')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+syslog-ng.conf
+syslog-ng.logrotate)
+sha1sums=('e7e135f64a093db6a7258e6e0bfb35ac014b6de8'
+  '0aaf695ea6756b59198ff2e4af237b4a6186525d'
+  '949128fe3d7f77a7aab99048061f885bc758000c')
+

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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 01:37:59
  Author: eric
Revision: 199054

upgpkg: syslog-ng 3.5.1-1

Upstream update, Fix license, Clean up depends and makedepends, Remove old 
install scriptlet, Add prepare and check function

Modified:
  syslog-ng/trunk/PKGBUILD
Deleted:
  syslog-ng/trunk/syslog-ng.install

---+
 PKGBUILD  |   27 +--
 syslog-ng.install |9 -
 2 files changed, 17 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 23:52:10 UTC (rev 199053)
+++ PKGBUILD2013-11-08 00:37:59 UTC (rev 199054)
@@ -1,29 +1,31 @@
 # $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=syslog-ng
-pkgver=3.4.3
+pkgver=3.5.1
 pkgrel=1
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
-license=('GPL2')
 url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('awk' 'eventlog' 'glib2' 'libcap' 'openssl' 'systemd')
-makedepends=('flex' 'pkg-config' 'python2')
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'openssl' 'systemd')
+makedepends=('python2')
 optdepends=('logrotate: for rotating log files')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
 'etc/logrotate.d/syslog-ng')
-install=$pkgname.install
 
source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
 syslog-ng.conf
 syslog-ng.logrotate)
-sha1sums=('70433d041b2e48c598ee7595d89ddb2e1f6450b4'
+sha1sums=('e7e135f64a093db6a7258e6e0bfb35ac014b6de8'
   '0aaf695ea6756b59198ff2e4af237b4a6186525d'
   '949128fe3d7f77a7aab99048061f885bc758000c')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,/sbin/,/bin/,' contrib/systemd/syslog-ng.service
+}
+
 build() {
   cd $pkgname-$pkgver
 
@@ -43,6 +45,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
@@ -50,5 +57,5 @@
   install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
   install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
 
-  sed -i 's,/sbin/,/bin/,' $pkgdir/usr/lib/systemd/system/syslog-ng.service
+
 }

Deleted: syslog-ng.install
===
--- syslog-ng.install   2013-11-07 23:52:10 UTC (rev 199053)
+++ syslog-ng.install   2013-11-08 00:37:59 UTC (rev 199054)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  if [ $(vercmp 3.3.6-3 $2) -eq 1 ]; then
-printf '== syslog-ng now reads from /run/systemd/journal/syslog in the\n'
-printf 'default config. If you still use sysvinit/initscripts, this\n'
-printf 'must be /dev/log in /etc/syslog-ng/syslog-ng.conf\n'
-  fi
-}



[arch-commits] Commit in (525 files)

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 02:09:26
  Author: andrea
Revision: 199058

KDE 4.12 Beta1

Added:
  kactivities/kde-unstable/
  kactivities/kde-unstable/PKGBUILD
(from rev 198789, kactivities/trunk/PKGBUILD)
  kde-base-artwork/kde-unstable/
  kde-base-artwork/kde-unstable/PKGBUILD
(from rev 198789, kde-base-artwork/trunk/PKGBUILD)
  kde-meta/kde-unstable/
  kde-wallpapers/kde-unstable/
  kde-wallpapers/kde-unstable/PKGBUILD
(from rev 198789, kde-wallpapers/trunk/PKGBUILD)
  kdeaccessibility-jovie/kde-unstable/
  kdeaccessibility-jovie/kde-unstable/PKGBUILD
(from rev 198789, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/kde-unstable/
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD
(from rev 198789, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kmag/kde-unstable/
  kdeaccessibility-kmag/kde-unstable/PKGBUILD
(from rev 198789, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmousetool/kde-unstable/
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD
(from rev 198789, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  kdeaccessibility-kmouth/kde-unstable/
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD
(from rev 198789, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeadmin-kcron/kde-unstable/
  kdeadmin-kcron/kde-unstable/PKGBUILD
(from rev 198789, kdeadmin-kcron/trunk/PKGBUILD)
  kdeadmin-ksystemlog/kde-unstable/
  kdeadmin-ksystemlog/kde-unstable/PKGBUILD
(from rev 198789, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-kuser/kde-unstable/
  kdeadmin-kuser/kde-unstable/PKGBUILD
(from rev 198789, kdeadmin-kuser/trunk/PKGBUILD)
  kdeartwork/kde-unstable/
  kdeartwork/kde-unstable/PKGBUILD
(from rev 198789, kdeartwork/trunk/PKGBUILD)
  kdebase-konsole/kde-unstable/
  kdebase-konsole/kde-unstable/PKGBUILD
(from rev 198789, kdebase-konsole/trunk/PKGBUILD)
  kdebase-runtime/kde-unstable/
  kdebase-runtime/kde-unstable/PKGBUILD
(from rev 198793, kdebase-runtime/trunk/PKGBUILD)
  kdebase/kde-unstable/
  kdebase/kde-unstable/PKGBUILD
(from rev 198792, kdebase/trunk/PKGBUILD)
  kdebindings-kimono/kde-unstable/
  kdebindings-kimono/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-kimono/trunk/PKGBUILD)
  kdebindings-korundum/kde-unstable/
  kdebindings-korundum/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-kross/kde-unstable/
  kdebindings-kross/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-kross/trunk/PKGBUILD)
  kdebindings-perlkde/kde-unstable/
  kdebindings-perlkde/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-perlkde/trunk/PKGBUILD)
  kdebindings-perlqt/kde-unstable/
  kdebindings-perlqt/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-perlqt/trunk/PKGBUILD)
  kdebindings-python/kde-unstable/
  kdebindings-python/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-python/trunk/PKGBUILD)
  kdebindings-qtruby/kde-unstable/
  kdebindings-qtruby/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-qtruby/trunk/PKGBUILD)
  kdebindings-qyoto/kde-unstable/
  kdebindings-qyoto/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-smokegen/kde-unstable/
  kdebindings-smokegen/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokekde/kde-unstable/
  kdebindings-smokekde/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokeqt/kde-unstable/
  kdebindings-smokeqt/kde-unstable/PKGBUILD
(from rev 198789, kdebindings-smokeqt/trunk/PKGBUILD)
  kdeedu-analitza/kde-unstable/
  kdeedu-analitza/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-analitza/trunk/PKGBUILD)
  kdeedu-blinken/kde-unstable/
  kdeedu-blinken/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-blinken/trunk/PKGBUILD)
  kdeedu-cantor/kde-unstable/
  kdeedu-cantor/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-cantor/trunk/PKGBUILD)
  kdeedu-kalgebra/kde-unstable/
  kdeedu-kalgebra/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kalgebra/trunk/PKGBUILD)
  kdeedu-kalzium/kde-unstable/
  kdeedu-kalzium/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kanagram/kde-unstable/
  kdeedu-kanagram/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kanagram/trunk/PKGBUILD)
  kdeedu-kbruch/kde-unstable/
  kdeedu-kbruch/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kbruch/trunk/PKGBUILD)
  kdeedu-kgeography/kde-unstable/
  kdeedu-kgeography/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kgeography/trunk/PKGBUILD)
  kdeedu-khangman/kde-unstable/
  kdeedu-khangman/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-khangman/trunk/PKGBUILD)
  kdeedu-kig/kde-unstable/
  kdeedu-kig/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kig/trunk/PKGBUILD)
  kdeedu-kiten/kde-unstable/
  kdeedu-kiten/kde-unstable/PKGBUILD
(from rev 198789, kdeedu-kiten/trunk/PKGBUILD)
  kdeedu-klettres/kde-unstable/
  

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 02:09:21
  Author: bisson
Revision: 199057

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 01:08:58 UTC (rev 199056)
+++ PKGBUILD2013-11-08 01:09:21 UTC (rev 199057)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -15,10 +15,10 @@
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
 makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
+sha1sums=('116f4cf0147320abd5253435c4be134a1d5eace8' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 02:08:58
  Author: andrea
Revision: 199056

upgpkg: kdelibs 4.11.80-1

KDE 4.12 Beta1

Added:
  kdelibs/kde-unstable/
  kdelibs/kde-unstable/PKGBUILD
(from rev 198988, kdelibs/trunk/PKGBUILD)
Deleted:
  kdelibs/kde-unstable/PKGBUILD

---+
 PKGBUILD  |   62 
 kde-unstable/PKGBUILD |   61 +++
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2013-11-02 09:32:00 UTC (rev 198724)
+++ kde-unstable/PKGBUILD   2013-11-08 01:08:58 UTC (rev 199056)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('f9aec4ec00389067e6d2ea37f5042c926c07fd6a'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i ${srcdir}/qt4.patch
-}
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF \
-   -DWITH_SOLID_UDISKS2=ON
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-}

Copied: kdelibs/kde-unstable/PKGBUILD (from rev 198988, kdelibs/trunk/PKGBUILD)
===
--- kde-unstable/PKGBUILD   (rev 0)
+++ kde-unstable/PKGBUILD   2013-11-08 01:08:58 UTC (rev 199056)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('24fafc0e3057a2d34a1a7515449bcb08a60d1726'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ${srcdir}/qt4.patch
+}
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 02:10:20
  Author: bisson
Revision: 199059

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199058, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199058, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199058, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199058, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199058, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199058, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 01:09:26 UTC (rev 199058)
+++ extra-i686/PKGBUILD 2013-11-08 01:10:20 UTC (rev 199059)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d'
-'conf')
-sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199058, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 01:10:20 UTC (rev 199059)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('116f4cf0147320abd5253435c4be134a1d5eace8' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+

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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 02:14:33
  Author: eric
Revision: 199060

Remove old ChangeLog, Clean up PKGBUILD

Modified:
  eventlog/trunk/PKGBUILD
Deleted:
  eventlog/trunk/ChangeLog

---+
 ChangeLog |   19 ---
 PKGBUILD  |   18 ++
 2 files changed, 6 insertions(+), 31 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-11-08 01:10:20 UTC (rev 199059)
+++ ChangeLog   2013-11-08 01:14:33 UTC (rev 199060)
@@ -1,19 +0,0 @@
-2011-11-02  Andrea Scarpino  and...@archlinux.org
-
-   * Sign package
-
-2011-04-05  Stéphane Gaudreault  steph...@archlinux.org
-
-* Rebuild of old package
-* Tidy up PKGBUILD
-
-2010-07-10  Dan McGee  d...@archlinux.org
-
-   * Updated PKGBUILD to be in line with standard style
-   * Upstream update
-
-2009-01-03  Eric Belanger  e...@archlinux.org
-
-   * eventlog 0.2.9-1
-   * Upstream update
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 01:10:20 UTC (rev 199059)
+++ PKGBUILD2013-11-08 01:14:33 UTC (rev 199060)
@@ -1,7 +1,5 @@
 # $Id$
-# Maintainer:
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=eventlog
 pkgver=0.2.12
@@ -11,21 +9,17 @@
 url=http://www.balabit.com/support/community/products/;
 license=('BSD')
 depends=('glibc')
-changelog=ChangeLog
-source=(http://www.balabit.com/downloads/files/${pkgname}/${pkgver%.*}/${pkgname}_${pkgver}.tar.gz;)
+source=(http://www.balabit.com/downloads/files/${pkgname}/${pkgver%.*}/${pkgname}_${pkgver}.tar.gz)
 sha1sums=('3e35a634e7de029ab9d36995a085bfcb00ed6a4d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 02:17:53
  Author: eric
Revision: 199061

Remove empty lines

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 01:14:33 UTC (rev 199060)
+++ PKGBUILD2013-11-08 01:17:53 UTC (rev 199061)
@@ -56,6 +56,4 @@
   install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
   install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
   install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-
-
 }



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 02:59:09
  Author: bisson
Revision: 199062

fix stuck at next playlist entry issue

Added:
  mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch
Modified:
  mpd/trunk/PKGBUILD

+
 77c63511d8809f7785328138e7e3a50303302730.patch |   53 +++
 PKGBUILD   |5 +-
 2 files changed, 57 insertions(+), 1 deletion(-)

Added: 77c63511d8809f7785328138e7e3a50303302730.patch
===
--- 77c63511d8809f7785328138e7e3a50303302730.patch  
(rev 0)
+++ 77c63511d8809f7785328138e7e3a50303302730.patch  2013-11-08 01:59:09 UTC 
(rev 199062)
@@ -0,0 +1,53 @@
+From 77c63511d8809f7785328138e7e3a50303302730 Mon Sep 17 00:00:00 2001
+From: Max Kellermann m...@duempel.org
+Date: Wed, 06 Nov 2013 22:30:29 +
+Subject: PlayerThread: reduce the number of DecoderThread wakeups
+
+After the number of decoded chunks has fallen below the threshold, the
+PlayerThread woke up the DecoderThread over and over.  This commit
+adds a boolean flag that avoids these duplicate wakeups, and thus
+reduces the number of system calls.
+---
+diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
+index e2e3ee3..cb3d6a9 100644
+--- a/src/PlayerThread.cxx
 b/src/PlayerThread.cxx
+@@ -69,6 +69,12 @@ class Player {
+   bool decoder_starting;
+ 
+   /**
++   * Did we wake up the DecoderThread recently?  This avoids
++   * duplicate wakeup calls.
++   */
++  bool decoder_woken;
++
++  /**
+* is the player paused?
+*/
+   bool paused;
+@@ -133,6 +139,7 @@ public:
+   :pc(_pc), dc(_dc), buffer(_buffer),
+buffering(true),
+decoder_starting(false),
++   decoder_woken(false),
+paused(false),
+queued(true),
+output_open(false),
+@@ -861,8 +868,13 @@ Player::PlayNextChunk()
+   pc.Lock();
+   if (!dc.IsIdle() 
+   dc.pipe-GetSize() = (pc.buffered_before_play +
+- buffer.GetSize() * 3) / 4)
+-  dc.Signal();
++ buffer.GetSize() * 3) / 4) {
++  if (!decoder_woken) {
++  decoder_woken = true;
++  dc.Signal();
++  }
++  } else
++  decoder_woken = false;
+   pc.Unlock();
+ 
+   return true;
+--
+cgit v0.9.1-27-gd5a4

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 01:17:53 UTC (rev 199061)
+++ PKGBUILD2013-11-08 01:59:09 UTC (rev 199062)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -16,9 +16,11 @@
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
 makedepends=('doxygen')
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'77c63511d8809f7785328138e7e3a50303302730.patch'
 'tmpfiles.d'
 'conf')
 sha1sums=('116f4cf0147320abd5253435c4be134a1d5eace8' 'SKIP'
+  '361122fa0267fbfc1a37cc953f9aadfa55fa0193'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 
@@ -27,6 +29,7 @@
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
+   patch -R -p1 -i ../77c63511d8809f7785328138e7e3a50303302730.patch # 
http://bugs.musicpd.org/view.php?id=3860
sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
 }
 



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 03:00:12
  Author: bisson
Revision: 199063

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

Added:
  mpd/repos/extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
  mpd/repos/extra-i686/PKGBUILD
(from rev 199062, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199062, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199062, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199062, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/77c63511d8809f7785328138e7e3a50303302730.patch
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199062, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199062, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199062, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199062, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  116 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   |   53 
 extra-i686/PKGBUILD |   55 
 extra-i686/conf |7 
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/77c63511d8809f7785328138e7e3a50303302730.patch |   53 
 extra-x86_64/PKGBUILD   |   55 
 extra-x86_64/conf   |7 
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 14 files changed, 260 insertions(+), 148 deletions(-)

Copied: mpd/repos/extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch 
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
===
--- extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   
(rev 0)
+++ extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   2013-11-08 
02:00:12 UTC (rev 199063)
@@ -0,0 +1,53 @@
+From 77c63511d8809f7785328138e7e3a50303302730 Mon Sep 17 00:00:00 2001
+From: Max Kellermann m...@duempel.org
+Date: Wed, 06 Nov 2013 22:30:29 +
+Subject: PlayerThread: reduce the number of DecoderThread wakeups
+
+After the number of decoded chunks has fallen below the threshold, the
+PlayerThread woke up the DecoderThread over and over.  This commit
+adds a boolean flag that avoids these duplicate wakeups, and thus
+reduces the number of system calls.
+---
+diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
+index e2e3ee3..cb3d6a9 100644
+--- a/src/PlayerThread.cxx
 b/src/PlayerThread.cxx
+@@ -69,6 +69,12 @@ class Player {
+   bool decoder_starting;
+ 
+   /**
++   * Did we wake up the DecoderThread recently?  This avoids
++   * duplicate wakeup calls.
++   */
++  bool decoder_woken;
++
++  /**
+* is the player paused?
+*/
+   bool paused;
+@@ -133,6 +139,7 @@ public:
+   :pc(_pc), dc(_dc), buffer(_buffer),
+buffering(true),
+decoder_starting(false),
++   decoder_woken(false),
+paused(false),
+queued(true),
+output_open(false),
+@@ -861,8 +868,13 @@ Player::PlayNextChunk()
+   pc.Lock();
+   if (!dc.IsIdle() 
+   dc.pipe-GetSize() = (pc.buffered_before_play +
+- buffer.GetSize() * 3) / 4)
+-  dc.Signal();
++ buffer.GetSize() * 3) / 4) {
++  if (!decoder_woken) {
++  decoder_woken = true;
++  dc.Signal();
++  }
++  } else
++  decoder_woken = false;
+   pc.Unlock();
+ 
+   return true;
+--
+cgit v0.9.1-27-gd5a4

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 01:59:09 UTC (rev 199062)
+++ extra-i686/PKGBUILD 2013-11-08 02:00:12 UTC (rev 199063)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: 

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 04:17:34
  Author: bisson
Revision: 199065

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 199064, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 199064, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 199064, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 199064, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 /PKGBUILD   |   88 +
 /PKGBUILD.cmake |   98 ++
 extra-i686/PKGBUILD |   46 ---
 extra-i686/PKGBUILD.cmake   |   49 -
 extra-x86_64/PKGBUILD   |   46 ---
 extra-x86_64/PKGBUILD.cmake |   49 -
 6 files changed, 186 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 03:16:54 UTC (rev 199064)
+++ extra-i686/PKGBUILD 2013-11-08 03:17:34 UTC (rev 199065)
@@ -1,46 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 199064, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 03:17:34 UTC (rev 199065)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: extra-i686/PKGBUILD.cmake
===
--- extra-i686/PKGBUILD.cmake   2013-11-08 03:16:54 UTC (rev 199064)
+++ extra-i686/PKGBUILD.cmake   2013-11-08 

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 04:16:54
  Author: bisson
Revision: 199064

implement FS#37646, remove unused alsa-lib dep

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 02:00:12 UTC (rev 199063)
+++ PKGBUILD2013-11-08 03:16:54 UTC (rev 199064)
@@ -1,24 +1,23 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
 # Contributor: James Rayner ja...@archlinux.org
 # Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=conky
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')
 arch=('i686' 'x86_64')
-options=('!emptydirs')
 makedepends=('docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
 
-replaces=('torsmo')
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,7 +30,6 @@
--enable-rss \
--enable-weather-xoap \
--enable-imlib2 \
-   --disable-lua \
--enable-wlan \
 
make



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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 04:58:22
  Author: eric
Revision: 100669

upgpkg: youtube-dl 2013.11.07-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 00:08:48 UTC (rev 100668)
+++ PKGBUILD2013-11-08 03:58:22 UTC (rev 100669)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.11.03
+pkgver=2013.11.07
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('6467e6d7eff74880d1d031a3eade3199a332c2ec'
+sha1sums=('103d354ad146cd0d1effaf7129654d5aa04351c5'
   'SKIP')
 
 prepare() {



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

2013-11-07 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 04:58:49
  Author: eric
Revision: 100670

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-08 03:58:22 UTC (rev 100669)
+++ PKGBUILD2013-11-08 03:58:49 UTC (rev 100670)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.11.03
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('6467e6d7eff74880d1d031a3eade3199a332c2ec'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 100669, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-08 03:58:49 UTC (rev 100670)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.11.07
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('103d354ad146cd0d1effaf7129654d5aa04351c5'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 05:03:47
  Author: bisson
Revision: 199066

implement FS#37655

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 03:17:34 UTC (rev 199065)
+++ PKGBUILD2013-11-08 04:03:47 UTC (rev 199066)
@@ -6,18 +6,23 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.18
-pkgrel=3
+pkgrel=4
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
 sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4')
 
-options=('!emptydirs')
+options=('!emptydirs' 'libtool')
 
 build() {
cd ${srcdir}/GraphicsMagick-${pkgver}
@@ -24,8 +29,9 @@
 
./configure \
--prefix=/usr \
+   --enable-shared \
+   --with-modules \
--with-perl \
-   --enable-shared \
--with-gs-font-dir=/usr/share/fonts/Type1 \
 
make



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 05:04:26
  Author: bisson
Revision: 199067

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

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

---+
 /PKGBUILD |  114 
 extra-i686/PKGBUILD   |   54 --
 extra-x86_64/PKGBUILD |   54 --
 3 files changed, 114 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 04:03:47 UTC (rev 199066)
+++ extra-i686/PKGBUILD 2013-11-08 04:04:26 UTC (rev 199067)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.18
-pkgrel=3
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4')
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --with-perl \
-   --enable-shared \
-   --disable-static \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 199066, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 04:04:26 UTC (rev 199067)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.18
+pkgrel=4
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor 

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

2013-11-07 Thread Dan McGee
Date: Friday, November 8, 2013 @ 05:35:28
  Author: dan
Revision: 199068

upgpkg: django 1.6-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 04:04:26 UTC (rev 199067)
+++ PKGBUILD2013-11-08 04:35:28 UTC (rev 199068)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.5.5
+pkgver=1.6
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('e33355ee4bb2cbb4ab3954d3dff5eddd')
-sha256sums=('6ae69c1dfbfc9d0c44ae80e2fbe48e59b70e8df66ad2b7029bd39947d71d')
+md5sums=('65db1bc313124c3754c89073942e38a8')
+sha256sums=('d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98')
 
 build() {
   cd $srcdir/Django-$pkgver



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 06:18:01
  Author: bisson
Revision: 199069

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 04:35:28 UTC (rev 199068)
+++ PKGBUILD2013-11-08 05:18:01 UTC (rev 199069)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=openssh
-pkgver=6.3p1
+pkgver=6.4p1
 pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
@@ -20,7 +20,7 @@
 'sshd.service'
 'sshd.socket'
 'sshd.pam')
-sha1sums=('70845ca79474258cab29dbefae13d93e41a83ccb'
+sha1sums=('cf5fe0eb118d7e4f9296fbc5d6884965885fc55d'
   '6df5be396f8c593bb511a249a1453294d18a01a6'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'



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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 06:19:07
  Author: bisson
Revision: 199070

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 199069, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/install
(from rev 199069, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.pam
(from rev 199069, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 199069, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 199069, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 199069, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 199069, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 199069, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/install
(from rev 199069, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 199069, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 199069, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 199069, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 199069, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 199069, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   87 +++
 testing-i686/install   |   10 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   15 ++
 testing-x86_64/PKGBUILD|   87 +++
 testing-x86_64/install |   10 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   15 ++
 14 files changed, 306 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 199069, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-08 05:19:07 UTC (rev 199070)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.4p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('cf5fe0eb118d7e4f9296fbc5d6884965885fc55d'
+  '6df5be396f8c593bb511a249a1453294d18a01a6'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make tests ||
+   grep $USER /etc/passwd | grep -q /bin/false
+   # connect.sh fails when run with stupid login shell
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   ln -sf ssh.1.gz ${pkgdir}/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENCE
+
+   install -Dm644 ../sshdgenkeys.service 
${pkgdir}/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd@.service 
${pkgdir}/usr/lib/systemd/system/sshd@.service
+

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD nss-pam-ldapd.install)

2013-11-07 Thread Federico Cinelli
Date: Friday, November 8, 2013 @ 06:41:04
  Author: cinelli
Revision: 100671

upgpkg: nss-pam-ldapd 0.8.13-5

Modified:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |2 +-
 nss-pam-ldapd.install |5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 03:58:49 UTC (rev 100670)
+++ PKGBUILD2013-11-08 05:41:04 UTC (rev 100671)
@@ -3,7 +3,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.8.13
-pkgrel=4
+pkgrel=5
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url=http://arthurdejong.org/$pkgname/;

Modified: nss-pam-ldapd.install
===
--- nss-pam-ldapd.install   2013-11-08 03:58:49 UTC (rev 100670)
+++ nss-pam-ldapd.install   2013-11-08 05:41:04 UTC (rev 100671)
@@ -1,12 +1,11 @@
 post_install() {
-getent passwd nslcd  /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+getent passwd nslcd  /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 post_upgrade() {
-getent passwd nslcd  /dev/null || useradd -r -M -s /bin/false nslcd
+getent passwd nslcd  /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 pre_remove() {
 userdel nslcd /dev/null 21 || true
 }
-



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

2013-11-07 Thread Felix Yan
Date: Friday, November 8, 2013 @ 07:10:36
  Author: fyan
Revision: 100672

upgrade xmind

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 05:41:04 UTC (rev 100671)
+++ PKGBUILD2013-11-08 06:10:36 UTC (rev 100672)
@@ -4,9 +4,9 @@
 # Contributor: Jelle van der Waa jellevd...@gmail.com
 
 pkgname=xmind
-pkgver=3.3.1
-_pkgdate=201212250029
-pkgrel=2
+pkgver=3.4.0
+_pkgdate=201311050558
+pkgrel=1
 pkgdesc=Brainstorming and Mind Mapping Software
 arch=('i686' 'x86_64')
 [ ${CARCH} = i686 ]  _arch=i386



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

2013-11-07 Thread Felix Yan
Date: Friday, November 8, 2013 @ 07:20:09
  Author: fyan
Revision: 100673

upgpkg: xmind 3.4.0-1

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 06:10:36 UTC (rev 100672)
+++ PKGBUILD2013-11-08 06:20:09 UTC (rev 100673)
@@ -17,8 +17,8 @@
 optdepends=('lame: needed for the feature audio notes')
 install=xmind.install
 
source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  md5sums=('53d55f189879b4d2f27eb214456c754b')
-[ ${CARCH} = x86_64 ]  md5sums=('a31c55dab417a8281ec4211f4ac111d7')
+[ ${CARCH} = i686 ]  md5sums=('7e5d4a8218397cdefa5a6c4ecaed7cbd')
+[ ${CARCH} = x86_64 ]  md5sums=('6dcaeb46ab9b88c1904f594b9b1eebc8')
 
 build() {
   cd ${srcdir}
@@ -54,3 +54,4 @@
   sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
 ${pkgdir}/usr/share/applications/xmind.desktop
 }
+



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

2013-11-07 Thread Jan Steffens
Date: Friday, November 8, 2013 @ 07:28:54
  Author: heftig
Revision: 100674

add json and xml

Modified:
  quvi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 06:20:09 UTC (rev 100673)
+++ PKGBUILD2013-11-08 06:28:54 UTC (rev 100674)
@@ -4,12 +4,12 @@
 
 pkgname=quvi
 pkgver=0.9.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Command-line tool for parsing video download links.'
 arch=('i686' 'x86_64')
 url='http://quvi.sourceforge.net/'
 license=('AGPL3')
-depends=('libquvi')
+depends=('libquvi' 'libxml2' 'json-glib')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('24b3173f8662a6bb33d9a8a58662764f'
  'SKIP')



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

2013-11-07 Thread Jan Steffens
Date: Friday, November 8, 2013 @ 07:29:29
  Author: heftig
Revision: 100675

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-08 06:28:54 UTC (rev 100674)
+++ community-i686/PKGBUILD 2013-11-08 06:29:29 UTC (rev 100675)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=2
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-i686/PKGBUILD (from rev 100674, 
quvi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-08 06:29:29 UTC (rev 100675)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=3
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-08 06:28:54 UTC (rev 100674)
+++ community-x86_64/PKGBUILD   2013-11-08 06:29:29 UTC (rev 100675)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=2
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-x86_64/PKGBUILD (from rev 100674, 
quvi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-08 06:29:29 UTC (rev 100675)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=3
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-07 Thread Felix Yan
Date: Friday, November 8, 2013 @ 07:37:33
  Author: fyan
Revision: 100676

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

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

+
 /PKGBUILD  |  114 +++
 /xmind.install |   32 ++
 community-i686/PKGBUILD|   56 ---
 community-i686/xmind.install   |   16 -
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/xmind.install |   16 -
 6 files changed, 146 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-08 06:29:29 UTC (rev 100675)
+++ community-i686/PKGBUILD 2013-11-08 06:37:33 UTC (rev 100676)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Christoph Drexler chrdr at gmx dot at
-# Contributor: Jelle van der Waa jellevd...@gmail.com
-
-pkgname=xmind
-pkgver=3.3.1
-_pkgdate=201212250029
-pkgrel=2
-pkgdesc=Brainstorming and Mind Mapping Software
-arch=('i686' 'x86_64')
-[ ${CARCH} = i686 ]  _arch=i386
-[ ${CARCH} = x86_64 ]  _arch=amd64
-url=http://www.xmind.net;
-license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
-optdepends=('lame: needed for the feature audio notes')
-install=xmind.install
-source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  md5sums=('53d55f189879b4d2f27eb214456c754b')
-[ ${CARCH} = x86_64 ]  md5sums=('a31c55dab417a8281ec4211f4ac111d7')
-
-build() {
-  cd ${srcdir}
-  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
-  bsdtar -xf data.tar.gz
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/xmind/
-  cp -a ${srcdir}/usr/local/xmind/* ${pkgdir}/usr/share/xmind/
-  cp -a ${srcdir}/usr/share/* ${pkgdir}/usr/share/
-  install -d ${pkgdir}/usr/bin/
-  cd ${pkgdir}/usr/bin/
-  ln -s ../../usr/share/xmind/XMind .
-
-  # getting the config files to the right place...
-  install -d ${pkgdir}/etc/xmind/
-  mv ${pkgdir}/usr/share/xmind/configuration/* \
-${pkgdir}/etc/xmind/
-  cd ${pkgdir}/usr/share/xmind/configuration/
-  ln -s ../../../../etc/xmind/* .
-  mv ${pkgdir}/usr/share/xmind/XMind.ini \
-${pkgdir}/etc/xmind/
-  cd ../
-  ln -s ../../../etc/xmind/XMind.ini .
-
-  # putting the png file where it belongs to
-  install -d ${pkgdir}/usr/share/pixmaps/
-  mv ${pkgdir}/usr/share/xmind/xmind-logo-36.png \
-${pkgdir}/usr/share/pixmaps/xmind.png
-  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
-${pkgdir}/usr/share/applications/xmind.desktop
-  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
-${pkgdir}/usr/share/applications/xmind.desktop
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 100675, 
xmind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-08 06:37:33 UTC (rev 100676)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.4.0
+_pkgdate=201311050558
+pkgrel=1
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+[ ${CARCH} = i686 ]  _arch=i386
+[ ${CARCH} = x86_64 ]  _arch=amd64
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
+[ ${CARCH} = i686 ]  md5sums=('7e5d4a8218397cdefa5a6c4ecaed7cbd')
+[ ${CARCH} = x86_64 ]  md5sums=('6dcaeb46ab9b88c1904f594b9b1eebc8')
+
+build() {
+  cd ${srcdir}
+  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/local/xmind/* ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/share/* ${pkgdir}/usr/share/
+  install -d ${pkgdir}/usr/bin/
+  cd ${pkgdir}/usr/bin/
+  ln -s ../../usr/share/xmind/XMind .
+
+  # getting the config files to the right place...
+  install -d ${pkgdir}/etc/xmind/
+  mv