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

2013-02-14 Thread Andrea Scarpino
Date: Thursday, February 14, 2013 @ 10:17:34
  Author: andrea
Revision: 178043

upgpkg: qtwebkit 2.3.beta2-1

Upstream release

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 04:59:48 UTC (rev 178042)
+++ PKGBUILD2013-02-14 09:17:34 UTC (rev 178043)
@@ -2,9 +2,9 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=qtwebkit
-pkgver=2.3.beta1
-_pkgver=2.3-beta1
-pkgrel=1.1
+pkgver=2.3.beta2
+_pkgver=2.3-beta2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
@@ -17,7 +17,7 @@
 
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
 'use-python2.patch'
 'qwebview.patch')
-sha1sums=('e5a8ffe62fc57dbbea2110241077bebbcd605fd2'
+sha1sums=('b1bfa9e3303ce9c95eec0a1e66b2b812b844bf08'
   'f5880f11c139d7d8d01ecb8d874535f7d9553198'
   '315b6ff603f35e5492a036f7082f6aa075dfb607'
   'fed0c1a90e3997b5575dbc83d6ea23bc46097a6f')



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

2013-02-14 Thread Andrea Scarpino
Date: Thursday, February 14, 2013 @ 10:17:43
  Author: andrea
Revision: 178044

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

Added:
  qtwebkit/repos/extra-x86_64/PKGBUILD
(from rev 178043, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/extra-x86_64/qwebview.patch
(from rev 178043, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/extra-x86_64/use-python2.patch
(from rev 178043, qtwebkit/trunk/use-python2.patch)
Deleted:
  qtwebkit/repos/extra-i686/qwebview.patch
  qtwebkit/repos/extra-i686/use-python2.patch
  qtwebkit/repos/extra-x86_64/PKGBUILD
  qtwebkit/repos/extra-x86_64/qwebview.patch
  qtwebkit/repos/extra-x86_64/use-python2.patch

+
 extra-i686/qwebview.patch  |   21 ---
 extra-i686/use-python2.patch   |   57 ---
 extra-x86_64/PKGBUILD  |  114 ---
 extra-x86_64/qwebview.patch|   42 +++---
 extra-x86_64/use-python2.patch |  114 +++
 5 files changed, 138 insertions(+), 210 deletions(-)

Deleted: extra-i686/qwebview.patch
===
--- extra-i686/qwebview.patch   2013-02-14 09:17:34 UTC (rev 178043)
+++ extra-i686/qwebview.patch   2013-02-14 09:17:43 UTC (rev 178044)
@@ -1,21 +0,0 @@
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
-+++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
-@@ -1,3 +1,6 @@
-+INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
-+LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
-+
- CONFIG += designer
- win32|mac: CONFIG+= debug_and_release
- QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro~ 
2013-01-09 12:55:43.598892405 +
-+++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro  
2013-01-09 12:55:53.352169136 +
-@@ -2,9 +2,4 @@
- CONFIG += ordered
- 
- REQUIRES = !CONFIG(static,shared|static)
--contains(QT_CONFIG, qt3support): SUBDIRS += widgets
--win32: SUBDIRS += activeqt
--# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
- contains(QT_CONFIG, webkit): SUBDIRS += qwebview
--contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
--contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview

Deleted: extra-i686/use-python2.patch
===
--- extra-i686/use-python2.patch2013-02-14 09:17:34 UTC (rev 178043)
+++ extra-i686/use-python2.patch2013-02-14 09:17:43 UTC (rev 178044)
@@ -1,57 +0,0 @@
 webkit-qtwebkit-23/Source/JavaScriptCore/DerivedSources.pri~   
2013-01-09 11:29:16.452266719 +
-+++ webkit-qtwebkit-23/Source/JavaScriptCore/DerivedSources.pri
2013-01-09 11:30:18.188538725 +
-@@ -85,14 +85,14 @@
- retgen.output = RegExpJitTables.h
- retgen.script = $$PWD/create_regex_tables
- retgen.input = retgen.script
--retgen.commands = python $$retgen.script  ${QMAKE_FILE_OUT}
-+retgen.commands = python2 $$retgen.script  ${QMAKE_FILE_OUT}
- GENERATORS += retgen
- 
- #GENERATOR: KeywordLookup.h: decision tree used by the lexer
- klgen.output = KeywordLookup.h
- klgen.script = $$PWD/KeywordLookupGenerator.py
- klgen.input = KEYWORDLUT_FILES
--klgen.commands = python $$klgen.script ${QMAKE_FILE_NAME}  ${QMAKE_FILE_OUT}
-+klgen.commands = python2 $$klgen.script ${QMAKE_FILE_NAME}  ${QMAKE_FILE_OUT}
- GENERATORS += klgen
- 
- EXTRACTOR_BINARY = LLIntOffsetsExtractor$$BIN_EXTENSION
-@@ -117,7 +117,7 @@
- disassembler.input = DISASSEMBLER_FILES
- disassembler.script = $$PWD/disassembler/udis86/itab.py
- disassembler.depends = $$DISASSEMBLER_DEPENDENCY
--disassembler.commands = python $$disassembler.script ${QMAKE_FILE_NAME} 
--outputDir ${QMAKE_FUNC_FILE_OUT_PATH}
-+disassembler.commands = python2 $$disassembler.script ${QMAKE_FILE_NAME} 
--outputDir ${QMAKE_FUNC_FILE_OUT_PATH}
- disassembler.CONFIG += no_link
- GENERATORS += disassembler
- }
 webkit-qtwebkit-23/Source/WebCore/DerivedSources.pri~  2013-01-09 
11:46:01.165612894 +
-+++ webkit-qtwebkit-23/Source/WebCore/DerivedSources.pri   2013-01-09 
11:46:27.465404725 +
-@@ -779,7 +779,7 @@
- inspectorValidate.output = InspectorProtocolVersion.h
- inspectorValidate.input = INSPECTOR_JSON
- inspectorValidate.script = $$PWD/inspector/generate-inspector-protocol-version
--inspectorValidate.commands = python $$inspectorValidate.script -o 
${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
-+inspectorValidate.commands = python2 $$inspectorValidate.script -o 
${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
- inspectorValidate.depends = 
$$PWD/inspector/generate-inspector-protocol-version
- inspectorValidate.add_output_to_sources = false
- GENERATORS += inspectorValidate
-@@ -787,7 +787,7 @@
- 

[arch-commits] Commit in qtwebkit/repos/extra-i686 (4 files)

2013-02-14 Thread Andrea Scarpino
Date: Thursday, February 14, 2013 @ 10:18:18
  Author: andrea
Revision: 178045

archrelease: copy trunk to extra-i686

Added:
  qtwebkit/repos/extra-i686/PKGBUILD
(from rev 178044, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/extra-i686/qwebview.patch
(from rev 178044, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/extra-i686/use-python2.patch
(from rev 178044, qtwebkit/trunk/use-python2.patch)
Deleted:
  qtwebkit/repos/extra-i686/PKGBUILD

---+
 PKGBUILD  |  120 ++--
 qwebview.patch|   21 +
 use-python2.patch |   57 
 3 files changed, 138 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 09:17:43 UTC (rev 178044)
+++ PKGBUILD2013-02-14 09:18:18 UTC (rev 178045)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qtwebkit
-pkgver=2.3.beta1
-_pkgver=2.3-beta1
-pkgrel=1.1
-arch=('i686' 'x86_64')
-url='http://trac.webkit.org/wiki/QtWebKit'
-pkgdesc='An open source web browser engine (Qt port)'
-license=('LGPL2.1' 'GPL3')
-depends=('qt' 'systemd' 'gstreamer0.10-base')
-makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
-conflicts=('qt4.8')
-_qtver=4.8.4
-source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver};
-
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
-'use-python2.patch'
-'qwebview.patch')
-sha1sums=('e5a8ffe62fc57dbbea2110241077bebbcd605fd2'
-  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
-  '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'fed0c1a90e3997b5575dbc83d6ea23bc46097a6f')
-
-build() {
-  cd webkit-qtwebkit-23
-
-  patch -p1 -i ${srcdir}/use-python2.patch
-
-  OPTS=--no-webkit2
-  if [ ${CARCH} = i686 ]; then
-  # FS#33418
-  OPTS=${OPTS} --no-sse2
-  fi
-
-  export QTDIR=/usr
-  Tools/Scripts/build-webkit --qt \
---makeargs=${MAKEFLAGS} \
---prefix=/usr \
-${OPTS}
-
-  cd ../
-
-  # Build the QWebView plugin (FS#27914)
-  cd qt-everywhere-opensource-src-${_qtver}
-  patch -p1 -i ${srcdir}/qwebview.patch
-  cd tools/designer/src/plugins/qwebview
-  qmake
-  make
-}
-
-package() {
-  cd webkit-qtwebkit-23
-  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
-
-  cd ../
-
-  cd qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
-  make INSTALL_ROOT=${pkgdir} install
-}

Copied: qtwebkit/repos/extra-i686/PKGBUILD (from rev 178044, 
qtwebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 09:18:18 UTC (rev 178045)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.3.beta2
+_pkgver=2.3-beta2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt4.8')
+_qtver=4.8.4
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver};
+
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('b1bfa9e3303ce9c95eec0a1e66b2b812b844bf08'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'fed0c1a90e3997b5575dbc83d6ea23bc46097a6f')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i ${srcdir}/use-python2.patch
+
+  OPTS=--no-webkit2
+  if [ ${CARCH} = i686 ]; then
+  # FS#33418
+  OPTS=${OPTS} --no-sse2
+  fi
+
+  export QTDIR=/usr
+  Tools/Scripts/build-webkit --qt \
+--makeargs=${MAKEFLAGS} \
+--prefix=/usr \
+${OPTS}
+
+  cd ../
+
+  # Build the QWebView plugin (FS#27914)
+  cd qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i ${srcdir}/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  cd ../
+
+  cd qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT=${pkgdir} install
+}

Copied: qtwebkit/repos/extra-i686/qwebview.patch (from rev 178044, 
qtwebkit/trunk/qwebview.patch)
===
--- qwebview.patch  (rev 0)
+++ qwebview.patch  2013-02-14 09:18:18 UTC (rev 178045)
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 

[arch-commits] Commit in (sysvinit-scripts)

2013-02-14 Thread Lukas Jirkovsky
Date: Thursday, February 14, 2013 @ 10:43:12
  Author: stativ
Revision: 84232

Move the sysvinit-scripts package to AUR

Deleted:
  sysvinit-scripts/



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

2013-02-14 Thread Sergej Pupykin
Date: Thursday, February 14, 2013 @ 12:54:15
  Author: spupykin
Revision: 84233

upgpkg: arch-wiki-docs 20130214-1

upd

Modified:
  arch-wiki-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 09:43:12 UTC (rev 84232)
+++ PKGBUILD2013-02-14 11:54:15 UTC (rev 84233)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=arch-wiki-docs
-pkgver=20121125
+pkgver=20130214
 pkgrel=1
 pkgdesc=Documentation from wiki.archlinux.org
 arch=('any')



[arch-commits] Commit in arch-wiki-docs/repos/community-any (8 files)

2013-02-14 Thread Sergej Pupykin
Date: Thursday, February 14, 2013 @ 12:54:29
  Author: spupykin
Revision: 84234

archrelease: copy trunk to community-any

Added:
  arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 84233, arch-wiki-docs/trunk/PKGBUILD)
  arch-wiki-docs/repos/community-any/filter.pl
(from rev 84233, arch-wiki-docs/trunk/filter.pl)
  arch-wiki-docs/repos/community-any/get.sh
(from rev 84233, arch-wiki-docs/trunk/get.sh)
  arch-wiki-docs/repos/community-any/index.pl
(from rev 84233, arch-wiki-docs/trunk/index.pl)
Deleted:
  arch-wiki-docs/repos/community-any/PKGBUILD
  arch-wiki-docs/repos/community-any/filter.pl
  arch-wiki-docs/repos/community-any/get.sh
  arch-wiki-docs/repos/community-any/index.pl

---+
 PKGBUILD  |   56 ++--
 filter.pl |   92 ++--
 get.sh|   50 
 index.pl  |   70 ++---
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 11:54:15 UTC (rev 84233)
+++ PKGBUILD2013-02-14 11:54:29 UTC (rev 84234)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=arch-wiki-docs
-pkgver=20121125
-pkgrel=1
-pkgdesc=Documentation from wiki.archlinux.org
-arch=('any')
-makedepends=('wget' 'perl' 'perl-json-xs')
-url=http://wiki.archlinux.org;
-license=('FDL')
-options=('docs' '!strip')
-source=(get.sh
-   index.pl
-   filter.pl)
-md5sums=('7f9aec77fbf319aa8247149319ff7f7c'
- 'dddb4258bd93acc1a0102bfee3e077f0'
- '6430f9db1d0f0be5999e2c247f4ca2a1')
-
-build() {
-  bash $srcdir/get.sh $srcdir $srcdir/pages
-  (cd $srcdir/pages  perl -w $srcdir/filter.pl)
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/arch-wiki/html
-  cp -r $srcdir/pages/* $pkgdir/usr/share/doc/arch-wiki/html/
-}

Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 84233, 
arch-wiki-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 11:54:29 UTC (rev 84234)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=arch-wiki-docs
+pkgver=20130214
+pkgrel=1
+pkgdesc=Documentation from wiki.archlinux.org
+arch=('any')
+makedepends=('wget' 'perl' 'perl-json-xs')
+url=http://wiki.archlinux.org;
+license=('FDL')
+options=('docs' '!strip')
+source=(get.sh
+   index.pl
+   filter.pl)
+md5sums=('7f9aec77fbf319aa8247149319ff7f7c'
+ 'dddb4258bd93acc1a0102bfee3e077f0'
+ '6430f9db1d0f0be5999e2c247f4ca2a1')
+
+build() {
+  bash $srcdir/get.sh $srcdir $srcdir/pages
+  (cd $srcdir/pages  perl -w $srcdir/filter.pl)
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/arch-wiki/html
+  cp -r $srcdir/pages/* $pkgdir/usr/share/doc/arch-wiki/html/
+}

Deleted: filter.pl
===
--- filter.pl   2013-02-14 11:54:15 UTC (rev 84233)
+++ filter.pl   2013-02-14 11:54:29 UTC (rev 84234)
@@ -1,46 +0,0 @@
-#!/usr/bin/perl -w
-
-%INDEX=();
-
-print Reading index\n;
-
-open FH, index.html || die;
-
-while(FH)
-{
-if(/HREF='([0-9]+).html'\(.+)\\/A\$/)
-{
-$INDEX{$1} = $2;
-}
-}
-
-close FH;
-
-sub fix_file {
-my $in = shift @_;
-
-open FH, $in || die;
-open FHO, tmpout.html || die;
-
-$_ = join , FH;
-
-foreach $i (keys %INDEX)
-{
-s/href=\\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
-
s/href=\htt\S+\/\/wiki.archlinux.org\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
-}
-print FHO;
-
-close FH;
-close FHO;
-
-rename(tmpout.html, $in);
-}
-
-@files=0*.html;
-
-foreach $f (@files)
-{
-print Fixing $f\n;
-fix_file($f);
-}

Copied: arch-wiki-docs/repos/community-any/filter.pl (from rev 84233, 
arch-wiki-docs/trunk/filter.pl)
===
--- filter.pl   (rev 0)
+++ filter.pl   2013-02-14 11:54:29 UTC (rev 84234)
@@ -0,0 +1,46 @@
+#!/usr/bin/perl -w
+
+%INDEX=();
+
+print Reading index\n;
+
+open FH, index.html || die;
+
+while(FH)
+{
+if(/HREF='([0-9]+).html'\(.+)\\/A\$/)
+{
+$INDEX{$1} = $2;
+}
+}
+
+close FH;
+
+sub fix_file {
+my $in = shift @_;
+
+open FH, $in || die;
+open FHO, tmpout.html || die;
+
+$_ = join , FH;
+
+foreach $i (keys %INDEX)
+{
+s/href=\\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
+
s/href=\htt\S+\/\/wiki.archlinux.org\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
+}
+print FHO;
+
+close FH;
+close FHO;
+
+rename(tmpout.html, $in);
+}
+
+@files=0*.html;
+
+foreach $f (@files)
+{
+print Fixing $f\n;
+fix_file($f);
+}

Deleted: get.sh

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

2013-02-14 Thread Sergej Pupykin
Date: Thursday, February 14, 2013 @ 15:25:45
  Author: spupykin
Revision: 84235

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 11:54:29 UTC (rev 84234)
+++ PKGBUILD2013-02-14 14:25:45 UTC (rev 84235)
@@ -10,10 +10,7 @@
 depends=('gmime24' 'libzdb' 'mhash' 'libevent')
 makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 
'postgresql-libs=8.4.1'
 'sqlite' 'libmysqlclient' 'libldap=2.4.18' 'libsieve')
-optdepends=('postgresql-libs: for PostgreSQL storage backend'
-   'sqlite: for SQLite storage backend'
-   'libmysqlclient: for MySQL storage backend'
-   'libldap: for LDAP authentication'
+optdepends=('libldap: for LDAP authentication'
'libsieve: for dbmail-sieve')
 url=http://www.dbmail.org;
 license=('GPL')



[arch-commits] Commit in (vlock)

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 15:53:34
  Author: ttoepper
Revision: 84236

Drop vlock, it was merged into kbd upstream.

Deleted:
  vlock/



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

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 16:04:05
  Author: ttoepper
Revision: 84237

upgpkg: mksh R42-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 14:53:34 UTC (rev 84236)
+++ PKGBUILD2013-02-14 15:04:05 UTC (rev 84237)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-pkgver=R41
+pkgver=R42
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -13,8 +13,8 @@
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
 depends=('gcc-libs')
-md5sums=('70eca50d9340412714ef09b7060ebde9'
- '124164b14263f5ee09d2135fffce7282')
+md5sums=('f1ad261f79f6ac45e8d5cc5bea191090'
+ '2ab409def9e4726f4835077f68c8c28b')
 
 build() {
   cd $srcdir/$pkgname



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

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 16:04:13
  Author: ttoepper
Revision: 84238

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

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

---+
 community-i686/PKGBUILD   |   70 
 community-i686/mksh.install   |   26 +++---
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mksh.install |   26 +++---
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-14 15:04:05 UTC (rev 84237)
+++ community-i686/PKGBUILD 2013-02-14 15:04:13 UTC (rev 84238)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R41
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-depends=('gcc-libs')
-md5sums=('70eca50d9340412714ef09b7060ebde9'
- '124164b14263f5ee09d2135fffce7282')
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-  ./test.sh
-  gzip -n9 mksh.1
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/bin/mksh
-  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 84237, mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-14 15:04:13 UTC (rev 84238)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+pkgver=R42
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+depends=('gcc-libs')
+md5sums=('f1ad261f79f6ac45e8d5cc5bea191090'
+ '2ab409def9e4726f4835077f68c8c28b')
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+  ./test.sh
+  gzip -n9 mksh.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/bin/mksh
+  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2013-02-14 15:04:05 UTC (rev 84237)
+++ community-i686/mksh.install 2013-02-14 15:04:13 UTC (rev 84238)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 84237, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2013-02-14 15:04:13 UTC (rev 84238)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-14 15:04:05 UTC (rev 84237)
+++ community-x86_64/PKGBUILD   2013-02-14 15:04:13 UTC (rev 84238)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R41

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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:09:41
  Author: dwallace
Revision: 84239

upgpkg: lib32-curl 7.29.0-2

upgpkg: lib32-curl 7.29.0-3

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:04:13 UTC (rev 84238)
+++ PKGBUILD2013-02-14 15:09:41 UTC (rev 84239)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
 # Contributor: Dave Reisner dreis...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Eric Belanger e...@archlinux.org
@@ -73,7 +74,8 @@
   rm -rf ${pkgdir}/usr/{share,bin}
   
   # license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
 
   # devel
   find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (3 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:12:09
  Author: dwallace
Revision: 84240

archrelease: copy trunk to multilib-x86_64

Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   81 
--
 curlbuild.h |9 -
 3 files changed, 129 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:09:41 UTC (rev 84239)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:12:09 UTC (rev 84240)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing li...@haxx.se
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi-closure_handle-dns.hostcache = multi-hostcache;
--Curl_hostcache_clean(multi-closure_handle);
-+if(multi-closure_handle) {
-+  multi-closure_handle-dns.hostcache = multi-hostcache;
-+  Curl_hostcache_clean(multi-closure_handle);
- 
--Curl_close(multi-closure_handle);
-+  Curl_close(multi-closure_handle);
-+}
- multi-closure_handle = NULL;
- 
- Curl_hash_destroy(multi-sockhash);
--- 
-1.8.1.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 15:09:41 UTC (rev 84239)
+++ PKGBUILD2013-02-14 15:12:09 UTC (rev 84240)
@@ -1,81 +0,0 @@
-# $Id$
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.29.0
-pkgrel=2
-pkgdesc=An URL retrieval utility and library
-arch=('i686' 'x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-
-depends=('lib32-libssh2' 'ca-certificates')
-options=('!libtool')
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc}
-0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
-curlbuild.h)
-md5sums=('4f57d3b4a3963038bd5e04dbff385390'
- '6283fbb36933cf8720acc34c43169f1d'
- '5bfd1899e8b19cfdd78774f6337f8b47'
- '751bd433ede935c8fae727377625a8ae')
-
-ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
-case $ptrsize in
-  8) _curlbuild=curlbuild-64.h ;;
-  4) _curlbuild=curlbuild-32.h ;;
-  *) error unknown pointer size for architecture: %s bytes $ptrsize
-exit 1
-;;
-esac
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  # workaround to avoid error during ./configure
-  
-  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
-  CPPFLAGS=$CPPFLAGS -D_FORTIFY_SOURCE=2
-
-  patch -Np1 
$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Deleted: curlbuild.h

[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (3 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:16:47
  Author: dwallace
Revision: 84241

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 84240, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 84240, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 84240, lib32-curl/trunk/curlbuild.h)

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   83 
++
 curlbuild.h |9 +
 3 files changed, 131 insertions(+)

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 84240, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:16:47 UTC (rev 84241)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing li...@haxx.se
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi-closure_handle-dns.hostcache = multi-hostcache;
+-Curl_hostcache_clean(multi-closure_handle);
++if(multi-closure_handle) {
++  multi-closure_handle-dns.hostcache = multi-hostcache;
++  Curl_hostcache_clean(multi-closure_handle);
+ 
+-Curl_close(multi-closure_handle);
++  Curl_close(multi-closure_handle);
++}
+ multi-closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi-sockhash);
+-- 
+1.8.1.3
+

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 84240, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 15:16:47 UTC (rev 84241)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.29.0
+pkgrel=2
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+
+depends=('lib32-libssh2' 'ca-certificates')
+options=('!libtool')
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc}
+0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '5bfd1899e8b19cfdd78774f6337f8b47'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error unknown pointer size for architecture: %s bytes $ptrsize
+exit 1
+;;
+esac
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  # workaround to avoid error during ./configure
+  
+  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
+  CPPFLAGS=$CPPFLAGS -D_FORTIFY_SOURCE=2
+
+  patch -Np1 
$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+

[arch-commits] Commit in (4 files)

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 16:18:23
  Author: ttoepper
Revision: 84242

Add perl-text-wrapi18n to [community]

Added:
  perl-text-wrapi18n/
  perl-text-wrapi18n/repos/
  perl-text-wrapi18n/trunk/
  perl-text-wrapi18n/trunk/PKGBUILD

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

Added: perl-text-wrapi18n/trunk/PKGBUILD
===
--- perl-text-wrapi18n/trunk/PKGBUILD   (rev 0)
+++ perl-text-wrapi18n/trunk/PKGBUILD   2013-02-14 15:18:23 UTC (rev 84242)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=5
+pkgdesc=Line wrapping module with support for multibyte, fullwidth, and 
combining characters and languages without whitespaces between words
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-text-charwidth')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz;)
+md5sums=('0799c16a00926e6c18d400c2e2861d5f')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd  ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove perllocal.pod, .packlist, and empty dirs:
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
+}



[arch-commits] Commit in perl-text-wrapi18n/repos (2 files)

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 16:20:14
  Author: ttoepper
Revision: 84243

archrelease: copy trunk to community-any

Added:
  perl-text-wrapi18n/repos/community-any/
  perl-text-wrapi18n/repos/community-any/PKGBUILD
(from rev 84242, perl-text-wrapi18n/trunk/PKGBUILD)

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

Copied: perl-text-wrapi18n/repos/community-any/PKGBUILD (from rev 84242, 
perl-text-wrapi18n/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-02-14 15:20:14 UTC (rev 84243)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=5
+pkgdesc=Line wrapping module with support for multibyte, fullwidth, and 
combining characters and languages without whitespaces between words
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-text-charwidth')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz;)
+md5sums=('0799c16a00926e6c18d400c2e2861d5f')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd  ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove perllocal.pod, .packlist, and empty dirs:
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
+}



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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:20:15
  Author: dwallace
Revision: 84244

upgpkg: lib32-curl 7.29.0-3

upgpkg: lib32-curl 7.29.0-3

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:20:14 UTC (rev 84243)
+++ PKGBUILD2013-02-14 15:20:15 UTC (rev 84244)
@@ -9,7 +9,7 @@
 pkgname=lib32-curl
 _pkgname=curl
 pkgver=7.29.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
 url=http://curl.haxx.se;



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (6 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:20:36
  Author: dwallace
Revision: 84245

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 84244, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 84244, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 84244, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   78 ++--
 PKGBUILD|  166 
+-
 curlbuild.h |   18 -
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:15 UTC (rev 84244)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:36 UTC (rev 84245)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing li...@haxx.se
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi-closure_handle-dns.hostcache = multi-hostcache;
--Curl_hostcache_clean(multi-closure_handle);
-+if(multi-closure_handle) {
-+  multi-closure_handle-dns.hostcache = multi-hostcache;
-+  Curl_hostcache_clean(multi-closure_handle);
- 
--Curl_close(multi-closure_handle);
-+  Curl_close(multi-closure_handle);
-+}
- multi-closure_handle = NULL;
- 
- Curl_hash_destroy(multi-sockhash);
--- 
-1.8.1.3
-

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 84244, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:36 UTC (rev 84245)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing li...@haxx.se
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi-closure_handle-dns.hostcache = multi-hostcache;
+-Curl_hostcache_clean(multi-closure_handle);
++if(multi-closure_handle) {
++  multi-closure_handle-dns.hostcache = multi-hostcache;
++  Curl_hostcache_clean(multi-closure_handle);
+ 
+-Curl_close(multi-closure_handle);
++  Curl_close(multi-closure_handle);
++}
+ multi-closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi-sockhash);
+-- 
+1.8.1.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 15:20:15 UTC (rev 84244)
+++ PKGBUILD2013-02-14 15:20:36 UTC (rev 84245)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 

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

2013-02-14 Thread Kyle Keen
Date: Thursday, February 14, 2013 @ 16:50:54
  Author: kkeen
Revision: 84246

upgpkg: aurphan 20130214-1

Modified:
  aurphan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:20:36 UTC (rev 84245)
+++ PKGBUILD2013-02-14 15:50:54 UTC (rev 84246)
@@ -1,8 +1,8 @@
 # $Id$
 # Contributor: Kyle Keen keen...@gmail.com
 pkgname=aurphan
-pkgver=20121118
-pkgrel=2
+pkgver=20130214
+pkgrel=1
 pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
 arch=('any')
 url=http://kmkeen.com/aurphan/;
@@ -10,7 +10,7 @@
 depends=('bash' 'curl' 'jshon' 'expac')
 makedepends=()
 source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('44a2e11cf1d2afbc65abab7f6f0f8834')
+md5sums=('683283a7ecba1aee58c4a2e270adf596')
 
 package() {
   cd $srcdir/$pkgname



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

2013-02-14 Thread Kyle Keen
Date: Thursday, February 14, 2013 @ 16:51:03
  Author: kkeen
Revision: 84247

archrelease: copy trunk to community-any

Added:
  aurphan/repos/community-any/PKGBUILD
(from rev 84246, aurphan/trunk/PKGBUILD)
Deleted:
  aurphan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 15:50:54 UTC (rev 84246)
+++ PKGBUILD2013-02-14 15:51:03 UTC (rev 84247)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Kyle Keen keen...@gmail.com
-pkgname=aurphan
-pkgver=20121118
-pkgrel=2
-pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
-arch=('any')
-url=http://kmkeen.com/aurphan/;
-license=('GPL')
-depends=('bash' 'curl' 'jshon' 'expac')
-makedepends=()
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('44a2e11cf1d2afbc65abab7f6f0f8834')
-
-package() {
-  cd $srcdir/$pkgname
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
-}
-

Copied: aurphan/repos/community-any/PKGBUILD (from rev 84246, 
aurphan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 15:51:03 UTC (rev 84247)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Kyle Keen keen...@gmail.com
+pkgname=aurphan
+pkgver=20130214
+pkgrel=1
+pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
+arch=('any')
+url=http://kmkeen.com/aurphan/;
+license=('GPL')
+depends=('bash' 'curl' 'jshon' 'expac')
+makedepends=()
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('683283a7ecba1aee58c4a2e270adf596')
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+}
+



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

2013-02-14 Thread Giovanni Scafora
Date: Thursday, February 14, 2013 @ 18:37:52
  Author: giovanni
Revision: 178047

upgpkg: live-media 2013.02.11-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 11:43:39 UTC (rev 178046)
+++ PKGBUILD2013-02-14 17:37:52 UTC (rev 178047)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2013.02.05
+pkgver=2013.02.11
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('ca18bcf954c6531b8de8e1a10be6df54')
+md5sums=('1dc7bc4dee0c63efe1eefe13478d168d')
 
 build() {
   cd ${srcdir}/live



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

2013-02-14 Thread Giovanni Scafora
Date: Thursday, February 14, 2013 @ 18:38:00
  Author: giovanni
Revision: 178048

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 178047, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 178047, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   76 
 extra-x86_64/PKGBUILD |   76 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-14 17:37:52 UTC (rev 178047)
+++ extra-i686/PKGBUILD 2013-02-14 17:38:00 UTC (rev 178048)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.02.05
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('ca18bcf954c6531b8de8e1a10be6df54')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 178047, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-14 17:38:00 UTC (rev 178048)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2013.02.11
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('1dc7bc4dee0c63efe1eefe13478d168d')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-14 17:37:52 UTC (rev 178047)
+++ extra-x86_64/PKGBUILD   2013-02-14 17:38:00 UTC (rev 178048)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.02.05
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('ca18bcf954c6531b8de8e1a10be6df54')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 178047, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-14 17:38:00 UTC (rev 178048)
@@ -0,0 +1,38 @@
+# $Id$
+# 

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

2013-02-14 Thread Dave Reisner
Date: Thursday, February 14, 2013 @ 18:59:16
  Author: dreisner
Revision: 178049

remove logoutd manpages, since we remove the binary

Modified:
  shadow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 17:38:00 UTC (rev 178048)
+++ PKGBUILD2013-02-14 17:59:16 UTC (rev 178049)
@@ -120,12 +120,13 @@
 
   # ...and their many man pages
   find $pkgdir/usr/share/man \
-  '(' -name 'chsh.1'  -o \
-  -name 'chfn.1'  -o \
-  -name 'su.1'-o \
-  -name 'login.1' -o \
-  -name 'vipw.8'  -o \
-  -name 'vigr.8'  -o \
+  '(' -name 'chsh.1'-o \
+  -name 'chfn.1'-o \
+  -name 'su.1'  -o \
+  -name 'logoutd.8' -o \
+  -name 'login.1'   -o \
+  -name 'vipw.8'-o \
+  -name 'vigr.8'-o \
   -name 'newgrp.1' ')' \
   -delete
   rmdir \



[arch-commits] Commit in gnome-shell/trunk (PKGBUILD fs33855.patch)

2013-02-14 Thread Jan Steffens
Date: Thursday, February 14, 2013 @ 19:45:48
  Author: heftig
Revision: 178050

3.6.3

Added:
  gnome-shell/trunk/fs33855.patch
Modified:
  gnome-shell/trunk/PKGBUILD

---+
 PKGBUILD  |9 +--
 fs33855.patch |   65 
 2 files changed, 71 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 17:59:16 UTC (rev 178049)
+++ PKGBUILD2013-02-14 18:45:48 UTC (rev 178050)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The next generation GNOME Shell
 arch=(i686 x86_64)
 url=http://live.gnome.org/GnomeShell;
@@ -17,11 +17,14 @@
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fs33855.patch)
+sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2'
+'259e69256ae597f1d04c7a0070c1c90cec20afbf494d6b89e72d86b8b9c7f0ba')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33855.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-shell \
   --localstatedir=/var --disable-static \

Added: fs33855.patch
===
--- fs33855.patch   (rev 0)
+++ fs33855.patch   2013-02-14 18:45:48 UTC (rev 178050)
@@ -0,0 +1,65 @@
+From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Fri, 30 Nov 2012 15:05:38 +
+Subject: MessageTray: fix notification height expansion
+
+MessageTray._tween removes all tweens now, so it removes also
+those setting the height to expanded for critical notifications.
+
+This is a regression from 1a27d7dfc02c06bd0ccf4258a9108207b8832ce4
+
+https://bugzilla.gnome.org/show_bug.cgi?id=689295
+---
+diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
+index ce61e25..ef0cc02 100644
+--- a/js/ui/messageTray.js
 b/js/ui/messageTray.js
+@@ -2200,40 +2200,28 @@ const MessageTray = new Lang.Class({
+ _updateShowingNotification: function() {
+ this._notification.acknowledged = true;
+ 
+-Tweener.removeTweens(this._notificationWidget);
+-
+ // We auto-expand notifications with CRITICAL urgency.
+-// We use Tweener.removeTweens() to remove a tween that was hiding 
the notification we are
+-// updating, in case that notification was in the process of being 
hidden. However,
+-// Tweener.removeTweens() would also remove a tween that was updating 
the position of the
+-// notification we are updating, in case that notification was 
already expanded and its height
+-// changed. Therefore we need to call this._expandNotification() for 
expanded notifications
+-// to make sure their position is updated.
+-if (this._notification.urgency == Urgency.CRITICAL || 
this._notification.expanded)
++if (this._notification.urgency == Urgency.CRITICAL)
+ this._expandNotification(true);
+ 
+ // We tween all notifications to full opacity. This ensures that both 
new notifications and
+ // notifications that might have been in the process of hiding get 
full opacity.
+ //
+-// We tween any notification showing in the banner mode to banner 
height
+-// (this._notificationWidget.y = -this._notificationWidget.height).
++// We tween any notification showing in the banner mode to the 
appropriate height
++// (which is banner height or expanded height, depending on the 
notification state)
+ // This ensures that both new notifications and notifications in the 
banner mode that might
+-// have been in the process of hiding are shown with the banner 
height.
++// have been in the process of hiding are shown with the correct 
height.
+ //
+ // We use this._showNotificationCompleted() onComplete callback to 
extend the time the updated
+ // notification is being shown.
+-//
+-// We don't set the y parameter for the tween for expanded 
notifications because
+-// this._expandNotification() will result in getting 
this._notificationWidget.y set to the appropriate
+-// fully expanded value.
++
+ let tweenParams = { opacity: 255,
++y: -this._notificationWidget.height,
+ time: ANIMATION_TIME,
+ transition: 'easeOutQuad',
+ onComplete: this._showNotificationCompleted,
+ onCompleteScope: this
+   

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

2013-02-14 Thread Jan Steffens
Date: Thursday, February 14, 2013 @ 19:47:31
  Author: heftig
Revision: 178051

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 178050, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/fs33855.patch
(from rev 178050, gnome-shell/trunk/fs33855.patch)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 178050, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 178050, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/fs33855.patch
(from rev 178050, gnome-shell/trunk/fs33855.patch)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 178050, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

--+
 extra-i686/PKGBUILD  |   73 +++--
 extra-i686/fs33855.patch |   65 
 extra-i686/gnome-shell.install   |   38 +--
 extra-x86_64/PKGBUILD|   73 +++--
 extra-x86_64/fs33855.patch   |   65 
 extra-x86_64/gnome-shell.install |   38 +--
 6 files changed, 244 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-14 18:45:48 UTC (rev 178050)
+++ extra-i686/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.6.3
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus 
libcroco mutter
- telepathy-logger telepathy-mission-control unzip gdm 
gnome-screensaver)
-makedepends=(intltool gnome-doc-utils docbook-xsl)
-optdepends=('gnome-control-center: System settings'
-'gnome-themes-standard: Default theme')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 178050, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus 
libcroco mutter
+ telepathy-logger telepathy-mission-control unzip gdm 
gnome-screensaver)
+makedepends=(intltool gnome-doc-utils docbook-xsl)
+optdepends=('gnome-control-center: System settings'
+'gnome-themes-standard: Default theme')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fs33855.patch)
+sha256sums=('05b2341a0f84835644881743873d3eaccaed12f00aa7b424d876780e81723db2'
+'259e69256ae597f1d04c7a0070c1c90cec20afbf494d6b89e72d86b8b9c7f0ba')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33855.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-shell/repos/extra-i686/fs33855.patch (from rev 178050, 
gnome-shell/trunk/fs33855.patch)
===
--- extra-i686/fs33855.patch(rev 0)
+++ extra-i686/fs33855.patch2013-02-14 18:47:31 UTC (rev 178051)
@@ -0,0 +1,65 @@
+From 9d931b5e013475be5733fc92bd105b3a691a4097 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Fri, 30 Nov 2012 15:05:38 +
+Subject: MessageTray: fix notification height 

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

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 20:07:25
  Author: ttoepper
Revision: 84248

upgpkg: po4a 0.42-2

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:51:03 UTC (rev 84247)
+++ PKGBUILD2013-02-14 19:07:25 UTC (rev 84248)
@@ -8,7 +8,7 @@
 _dlid=3723
 pkgname=po4a
 pkgver=0.42
-pkgrel=1
+pkgrel=2
 pkgdesc=tools for helping translation of documentation
 arch=('any')
 license=('GPL')
@@ -21,13 +21,13 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build.PL installdirs=vendor destdir=${pkgdir} create_packlist=0
+   perl Build.PL installdirs=vendor create_packlist=0
perl Build
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build install
+   perl Build destdir=${pkgdir} install
# remove perllocal.pod and .packlist
find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
 }



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

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 20:07:30
  Author: ttoepper
Revision: 84249

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 84248, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 19:07:25 UTC (rev 84248)
+++ PKGBUILD2013-02-14 19:07:30 UTC (rev 84249)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Francois Boulogne fboulogne at april dot org
-# Contributor: Andre Klitzing aklitzing () online () de
-# Contributor : Allan McRae mcrae_al...@hotmail.com
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
-
-_dlid=3723
-pkgname=po4a
-pkgver=0.42
-pkgrel=1
-pkgdesc=tools for helping translation of documentation
-arch=('any')
-license=('GPL')
-url=http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2d342f4831490cc17524fd6c40ca75')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build.PL installdirs=vendor destdir=${pkgdir} create_packlist=0
-   perl Build
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 84248, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 19:07:30 UTC (rev 84249)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Contributor: Andre Klitzing aklitzing () online () de
+# Contributor : Allan McRae mcrae_al...@hotmail.com
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
+
+_dlid=3723
+pkgname=po4a
+pkgver=0.42
+pkgrel=2
+pkgdesc=tools for helping translation of documentation
+arch=('any')
+license=('GPL')
+url=http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cf2d342f4831490cc17524fd6c40ca75')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build.PL installdirs=vendor create_packlist=0
+   perl Build
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (gimp-gap)

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 20:56:29
  Author: arodseth
Revision: 84250

Removing from [community], unmaintained and broken, see FS#33809

Deleted:
  gimp-gap/



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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:45:47
  Author: dwallace
Revision: 84251

upgpkg: steam 1.0.0.27-1

upgpkg: steam 1.0.0.27-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 19:56:29 UTC (rev 84250)
+++ PKGBUILD2013-02-14 20:45:47 UTC (rev 84251)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
+pkgver=1.0.0.27
+pkgrel=1
 pkgdesc=Digital distribution client - open beta - bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -34,7 +34,7 @@
 
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
  '30a45eb17a1b13049ce62586759309bf')
 
 



[arch-commits] Commit in steam/repos/community-i686 (PKGBUILD steam.install)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:46:06
  Author: dwallace
Revision: 84252

archrelease: copy trunk to community-i686

Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/steam.install

---+
 PKGBUILD  |   53 -
 steam.install |   26 --
 2 files changed, 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 20:45:47 UTC (rev 84251)
+++ PKGBUILD2013-02-14 20:46:06 UTC (rev 84252)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
-pkgdesc=Digital distribution client - open beta - bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
- '30a45eb17a1b13049ce62586759309bf')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Deleted: steam.install
===
--- steam.install   2013-02-14 20:45:47 UTC (rev 84251)
+++ steam.install   2013-02-14 20:46:06 UTC (rev 84252)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo if you are running x86_64, you need the lib32 opt depends for your 
driver
-  echo 
-  echo  if you are having problems with the steam license, remove .steam and 
.local/share/Steam
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:49:52
  Author: dwallace
Revision: 84253

upgpkg: steam 1.0.0.27-1

upgpkg: steam changed patch

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/lib32-flashplugin-path.patch

--+
 PKGBUILD |2 +-
 lib32-flashplugin-path.patch |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 20:46:06 UTC (rev 84252)
+++ PKGBUILD2013-02-14 20:49:52 UTC (rev 84253)
@@ -35,7 +35,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch')
 md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '30a45eb17a1b13049ce62586759309bf')
+ '5532b7f604fe9a73a7b6decab01e9a77')
 
 
 package() {

Modified: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-14 20:46:06 UTC (rev 84252)
+++ lib32-flashplugin-path.patch2013-02-14 20:49:52 UTC (rev 84253)
@@ -1,5 +1,5 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
+--- a/steam-1.0.0.27/steam 2013-02-14 14:03:49.0 -0500
 b/steam-1.0.0.27/steam 2013-02-14 15:48:06.766152022 -0500
 @@ -51,6 +51,7 @@
  
  function setup_variables()



[arch-commits] Commit in steam/repos/multilib-x86_64 (PKGBUILD steam.install)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:51:54
  Author: dwallace
Revision: 84254

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam.install

---+
 PKGBUILD  |   53 -
 steam.install |   26 --
 2 files changed, 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 20:49:52 UTC (rev 84253)
+++ PKGBUILD2013-02-14 20:51:54 UTC (rev 84254)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
-pkgdesc=Digital distribution client - open beta - bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
- '30a45eb17a1b13049ce62586759309bf')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Deleted: steam.install
===
--- steam.install   2013-02-14 20:49:52 UTC (rev 84253)
+++ steam.install   2013-02-14 20:51:54 UTC (rev 84254)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo if you are running x86_64, you need the lib32 opt depends for your 
driver
-  echo 
-  echo  if you are having problems with the steam license, remove .steam and 
.local/share/Steam
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



[arch-commits] Commit in steam/repos/community-i686 (PKGBUILD)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:58:06
  Author: dwallace
Revision: 84255

i686 PKGBUILD

Added:
  steam/repos/community-i686/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 20:58:06 UTC (rev 84255)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.27
+pkgrel=1
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch')
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
+ '5532b7f604fe9a73a7b6decab01e9a77')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et



[arch-commits] Commit in steam/repos/multilib-x86_64 (PKGBUILD)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:58:52
  Author: dwallace
Revision: 84256

steam multilib PKGBUILD

Added:
  steam/repos/multilib-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 20:58:52 UTC (rev 84256)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.27
+pkgrel=1
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch')
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
+ '5532b7f604fe9a73a7b6decab01e9a77')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et



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

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 22:04:55
  Author: arodseth
Revision: 84257

pkgdir TODO

Modified:
  caph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 20:58:52 UTC (rev 84256)
+++ PKGBUILD2013-02-14 21:04:55 UTC (rev 84257)
@@ -5,10 +5,10 @@
 pkgname=caph
 arch=('i686' 'x86_64')
 pkgver=1.1
-pkgrel=2
-pkgdesc=A sandbox game based on physics which uses doodles as a primary 
gameplay element
+pkgrel=3
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
 license=('GPL')
-url=http://sourceforge.net/projects/caphgame/;
+url='http://sourceforge.net/projects/caphgame/'
 depends=('sdl' 'libgl' 'libpng')
 makedepends=('mesa')
 
source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
@@ -18,13 +18,13 @@
 
 build() {
   cd $srcdir/caph-${pkgver}/src
-  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
   ./confg
   ./build
 }
 
 package() {
   cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
   install -D -m755 ./caph $pkgdir/usr/bin/caph
   install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
   install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true



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

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 22:05:08
  Author: arodseth
Revision: 84258

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

Added:
  caph/repos/community-i686/PKGBUILD
(from rev 84257, caph/trunk/PKGBUILD)
  caph/repos/community-i686/caph.desktop
(from rev 84257, caph/trunk/caph.desktop)
  caph/repos/community-x86_64/PKGBUILD
(from rev 84257, caph/trunk/PKGBUILD)
  caph/repos/community-x86_64/caph.desktop
(from rev 84257, caph/trunk/caph.desktop)
Deleted:
  caph/repos/community-i686/PKGBUILD
  caph/repos/community-i686/caph.desktop
  caph/repos/community-x86_64/PKGBUILD
  caph/repos/community-x86_64/caph.desktop

---+
 community-i686/PKGBUILD   |   72 
 community-i686/caph.desktop   |   14 +++
 community-x86_64/PKGBUILD |   72 
 community-x86_64/caph.desktop |   14 +++
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-14 21:04:55 UTC (rev 84257)
+++ community-i686/PKGBUILD 2013-02-14 21:05:08 UTC (rev 84258)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: jose jose1711 [at] gmail (dot) com
-
-pkgname=caph
-arch=('i686' 'x86_64')
-pkgver=1.1
-pkgrel=2
-pkgdesc=A sandbox game based on physics which uses doodles as a primary 
gameplay element
-license=('GPL')
-url=http://sourceforge.net/projects/caphgame/;
-depends=('sdl' 'libgl' 'libpng')
-makedepends=('mesa')
-source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
-caph.desktop)
-md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
- '79c6448995026f77fd912dd109b50287')
-
-build() {
-  cd $srcdir/caph-${pkgver}/src
-  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
-  ./confg
-  ./build
-}
-
-package() {
-  cd $srcdir/caph-${pkgver}/src
-  install -D -m755 ./caph $pkgdir/usr/bin/caph
-  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
-  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
-  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
-  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
-  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
-}
-
-# vim: sw=2:ts=2 et:

Copied: caph/repos/community-i686/PKGBUILD (from rev 84257, caph/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-14 21:05:08 UTC (rev 84258)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=3
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/caph.desktop
===
--- community-i686/caph.desktop 2013-02-14 21:04:55 UTC (rev 84257)
+++ community-i686/caph.desktop 2013-02-14 21:05:08 UTC (rev 84258)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Caph
-Comment=Sandbox game based on physics
-Exec=caph
-Icon=caph.png
-Categories=Game;LogicGame;

Copied: caph/repos/community-i686/caph.desktop (from rev 84257, 
caph/trunk/caph.desktop)
===
--- community-i686/caph.desktop (rev 0)
+++ community-i686/caph.desktop 2013-02-14 21:05:08 UTC (rev 84258)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph
+Icon=caph.png
+Categories=Game;LogicGame;

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 22:09:49
  Author: arodseth
Revision: 84259

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

Added:
  caph/repos/community-staging-i686/
  caph/repos/community-staging-i686/PKGBUILD
(from rev 84258, caph/trunk/PKGBUILD)
  caph/repos/community-staging-i686/caph.desktop
(from rev 84258, caph/trunk/caph.desktop)
  caph/repos/community-staging-x86_64/
  caph/repos/community-staging-x86_64/PKGBUILD
(from rev 84258, caph/trunk/PKGBUILD)
  caph/repos/community-staging-x86_64/caph.desktop
(from rev 84258, caph/trunk/caph.desktop)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/caph.desktop   |7 ++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/caph.desktop |7 ++
 4 files changed, 86 insertions(+)

Copied: caph/repos/community-staging-i686/PKGBUILD (from rev 84258, 
caph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-14 21:09:49 UTC (rev 84259)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=3
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Copied: caph/repos/community-staging-i686/caph.desktop (from rev 84258, 
caph/trunk/caph.desktop)
===
--- community-staging-i686/caph.desktop (rev 0)
+++ community-staging-i686/caph.desktop 2013-02-14 21:09:49 UTC (rev 84259)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph
+Icon=caph.png
+Categories=Game;LogicGame;

Copied: caph/repos/community-staging-x86_64/PKGBUILD (from rev 84258, 
caph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-14 21:09:49 UTC (rev 84259)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=3
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Copied: caph/repos/community-staging-x86_64/caph.desktop (from rev 84258, 
caph/trunk/caph.desktop)
===
--- community-staging-x86_64/caph.desktop   (rev 0)
+++ community-staging-x86_64/caph.desktop   2013-02-14 21:09:49 UTC (rev 
84259)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph

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

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 22:14:35
  Author: arodseth
Revision: 84260

pkgdir TODO

Modified:
  celt-0.7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 21:09:49 UTC (rev 84259)
+++ PKGBUILD2013-02-14 21:14:35 UTC (rev 84260)
@@ -6,16 +6,16 @@
 pkgname=celt-0.7
 _realname=celt
 pkgver=0.7.1
-pkgrel=3
-pkgdesc=Low-latency audio communication codec
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
 arch=('i686' 'x86_64')
-url=http://www.celt-codec.org;
+url='http://www.celt-codec.org'
 license=('BSD')
 depends=('libogg')
 #provides=('celt=$pkgver')
 conflicts=('celt')
 options=('!libtool')
-source=(http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz)
+source=(http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz;)
 md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
 
 build() {
@@ -23,12 +23,12 @@
 
   ./configure --prefix=/usr
   make
-  make DESTDIR=$pkgdir/ install
 }
 
 package() {
cd $srcdir/$_realname-$pkgver
 
+  make DESTDIR=$pkgdir/ install
   install -Dm644 COPYING \
 $pkgdir/usr/share/licenses/$pkgname/BSD
 }



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

2013-02-14 Thread Alexander Rødseth
Date: Thursday, February 14, 2013 @ 22:14:49
  Author: arodseth
Revision: 84261

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

Added:
  celt-0.7/repos/community-staging-i686/
  celt-0.7/repos/community-staging-i686/PKGBUILD
(from rev 84260, celt-0.7/trunk/PKGBUILD)
  celt-0.7/repos/community-staging-x86_64/
  celt-0.7/repos/community-staging-x86_64/PKGBUILD
(from rev 84260, celt-0.7/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: celt-0.7/repos/community-staging-i686/PKGBUILD (from rev 84260, 
celt-0.7/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-14 21:14:49 UTC (rev 84261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+
+pkgname=celt-0.7
+_realname=celt
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
+arch=('i686' 'x86_64')
+url='http://www.celt-codec.org'
+license=('BSD')
+depends=('libogg')
+#provides=('celt=$pkgver')
+conflicts=('celt')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz;)
+md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+   cd $srcdir/$_realname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/BSD
+}
+
+# vim:set ts=2 sw=2 et:

Copied: celt-0.7/repos/community-staging-x86_64/PKGBUILD (from rev 84260, 
celt-0.7/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-14 21:14:49 UTC (rev 84261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+
+pkgname=celt-0.7
+_realname=celt
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
+arch=('i686' 'x86_64')
+url='http://www.celt-codec.org'
+license=('BSD')
+depends=('libogg')
+#provides=('celt=$pkgver')
+conflicts=('celt')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz;)
+md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+   cd $srcdir/$_realname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/BSD
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-14 Thread Gaetan Bisson
Date: Thursday, February 14, 2013 @ 22:30:24
  Author: bisson
Revision: 178052

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 18:47:31 UTC (rev 178051)
+++ PKGBUILD2013-02-14 21:30:24 UTC (rev 178052)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 'imagemagick: support more file formats')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('efaeb598bd613f20b010c8f9c8a301e6878e2d9d')
+sha1sums=('d6effb0bb3074315114b2590722fae9712a531ad')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-14 Thread Gaetan Bisson
Date: Thursday, February 14, 2013 @ 22:32:25
  Author: bisson
Revision: 178053

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-14 21:30:24 UTC (rev 178052)
+++ extra-i686/PKGBUILD 2013-02-14 21:32:25 UTC (rev 178053)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.9
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
-'imagemagick: support more file formats')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('efaeb598bd613f20b010c8f9c8a301e6878e2d9d')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 178052, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-14 21:32:25 UTC (rev 178053)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama' 'libexif')
+optdepends=('perl: feh-cam, webcam wrapper for feh'
+'imagemagick: support more file formats')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d6effb0bb3074315114b2590722fae9712a531ad')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-14 21:30:24 UTC (rev 178052)
+++ extra-x86_64/PKGBUILD   2013-02-14 21:32:25 UTC (rev 178053)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.9
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
-'imagemagick: support more file formats')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('efaeb598bd613f20b010c8f9c8a301e6878e2d9d')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 178052, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-14 21:32:25 UTC (rev 178053)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama' 'libexif')
+optdepends=('perl: feh-cam, 

[arch-commits] Commit in catalyst-dkms/trunk (PKGBUILD kernel-3.8-fixes.patch)

2013-02-14 Thread Laurent Carlier
Date: Thursday, February 14, 2013 @ 23:46:50
  Author: lcarlier
Revision: 84262

upgpkg: catalyst-dkms 13.1-2

Add patch to support kernel 3.8

Added:
  catalyst-dkms/trunk/kernel-3.8-fixes.patch
Modified:
  catalyst-dkms/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 kernel-3.8-fixes.patch |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 21:14:49 UTC (rev 84261)
+++ PKGBUILD2013-02-14 22:46:50 UTC (rev 84262)
@@ -5,7 +5,7 @@
 
 pkgname=catalyst-dkms
 pkgver=13.1
-pkgrel=1
+pkgrel=2
 pkgdesc=AMD proprietary gpu kernel driver
 arch=('i686' 'x86_64')
 url=http://www.amd.com;
@@ -16,10 +16,12 @@
 replaces=('catalyst-lts-dkms') # useless
 
source=(http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${pkgver}-linux-x86.x86_64.zip
 dkms.conf
-   kernel-3.7-fixes.patch)
+   kernel-3.7-fixes.patch
+   kernel-3.8-fixes.patch)
 md5sums=('b5d9de9b000448dcc2a9eb74a889116d'
  '972049dc247a74a7162f2227078abcb0'
- '02d6442c31dd8413bc1d316308d1fa56')
+ '02d6442c31dd8413bc1d316308d1fa56'
+ '52a79bddac813f19f72fcb32acebb1b9')
 install=catalyst.install
 
 package() {
@@ -37,6 +39,7 @@
 
   cd fglrx-install
   patch -Np1 -i ../kernel-3.7-fixes.patch
+  patch -Np1 -i ../kernel-3.8-fixes.patch
 
   install -dm755 ${pkgdir}/usr/lib/modprobe.d
   install -dm755 ${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}

Added: kernel-3.8-fixes.patch
===
--- kernel-3.8-fixes.patch  (rev 0)
+++ kernel-3.8-fixes.patch  2013-02-14 22:46:50 UTC (rev 84262)
@@ -0,0 +1,13 @@
+--- 12.11/common/lib/modules/fglrx/build_mod/kcl_acpi.c2012-10-23 
22:44:52.0 +0200
 12.11/common/lib/modules/fglrx/build_mod/kcl_acpi.c2012-12-22 
22:11:30.289750331 +0100
+@@ -775,7 +775,9 @@
+ unsigned int ATI_API_CALL KCL_ACPI_GetHandles(kcl_match_info_t *pInfo)
+ {
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,12)
+-#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,8,0)
++pInfo-video_handle = pInfo-pcidev-dev.acpi_node.handle;
++#elif LINUX_VERSION_CODE  KERNEL_VERSION(2,6,19)
+ pInfo-video_handle = pInfo-pcidev-dev.archdata.acpi_handle;
+ #else 
+ pInfo-video_handle = pInfo-pcidev-dev.firmware_data;



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

2013-02-14 Thread Laurent Carlier
Date: Thursday, February 14, 2013 @ 23:47:03
  Author: lcarlier
Revision: 84263

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

Added:
  catalyst-dkms/repos/community-testing-i686/
  catalyst-dkms/repos/community-testing-i686/PKGBUILD
(from rev 84262, catalyst-dkms/trunk/PKGBUILD)
  catalyst-dkms/repos/community-testing-i686/catalyst.install
(from rev 84262, catalyst-dkms/trunk/catalyst.install)
  catalyst-dkms/repos/community-testing-i686/dkms.conf
(from rev 84262, catalyst-dkms/trunk/dkms.conf)
  catalyst-dkms/repos/community-testing-i686/kernel-3.7-fixes.patch
(from rev 84262, catalyst-dkms/trunk/kernel-3.7-fixes.patch)
  catalyst-dkms/repos/community-testing-i686/kernel-3.8-fixes.patch
(from rev 84262, catalyst-dkms/trunk/kernel-3.8-fixes.patch)
  catalyst-dkms/repos/community-testing-x86_64/
  catalyst-dkms/repos/community-testing-x86_64/PKGBUILD
(from rev 84262, catalyst-dkms/trunk/PKGBUILD)
  catalyst-dkms/repos/community-testing-x86_64/catalyst.install
(from rev 84262, catalyst-dkms/trunk/catalyst.install)
  catalyst-dkms/repos/community-testing-x86_64/dkms.conf
(from rev 84262, catalyst-dkms/trunk/dkms.conf)
  catalyst-dkms/repos/community-testing-x86_64/kernel-3.7-fixes.patch
(from rev 84262, catalyst-dkms/trunk/kernel-3.7-fixes.patch)
  catalyst-dkms/repos/community-testing-x86_64/kernel-3.8-fixes.patch
(from rev 84262, catalyst-dkms/trunk/kernel-3.8-fixes.patch)

-+
 community-testing-i686/PKGBUILD |   55 
 community-testing-i686/catalyst.install |   18 ++
 community-testing-i686/dkms.conf|7 +
 community-testing-i686/kernel-3.7-fixes.patch   |  150 ++
 community-testing-i686/kernel-3.8-fixes.patch   |   13 +
 community-testing-x86_64/PKGBUILD   |   55 
 community-testing-x86_64/catalyst.install   |   18 ++
 community-testing-x86_64/dkms.conf  |7 +
 community-testing-x86_64/kernel-3.7-fixes.patch |  150 ++
 community-testing-x86_64/kernel-3.8-fixes.patch |   13 +
 10 files changed, 486 insertions(+)

Copied: catalyst-dkms/repos/community-testing-i686/PKGBUILD (from rev 84262, 
catalyst-dkms/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-14 22:47:03 UTC (rev 84263)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vi0L0, wonder, Eduardo kensai Romero
+# Contributor: aidanlinz, Rip-Rip, OvsInc, Sebastian Siebert
+
+pkgname=catalyst-dkms
+pkgver=13.1
+pkgrel=2
+pkgdesc=AMD proprietary gpu kernel driver
+arch=('i686' 'x86_64')
+url=http://www.amd.com;
+license=('custom')
+depends=('dkms')
+optdepends=('linux-headers: build the module against Arch kernel'
+'linux-lts-headers: build the module against LTS Arch kernel')
+replaces=('catalyst-lts-dkms') # useless
+source=(http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${pkgver}-linux-x86.x86_64.zip
+dkms.conf
+   kernel-3.7-fixes.patch
+   kernel-3.8-fixes.patch)
+md5sums=('b5d9de9b000448dcc2a9eb74a889116d'
+ '972049dc247a74a7162f2227078abcb0'
+ '02d6442c31dd8413bc1d316308d1fa56'
+ '52a79bddac813f19f72fcb32acebb1b9')
+install=catalyst.install
+
+package() {
+  depends=(${depends[@]} catalyst-utils=${pkgver})
+
+  cd ${srcdir}
+  
+  if [ ${CARCH} = x86_64 ]; then
+_archdir=x86_64
+  else
+_archdir=x86
+  fi
+
+  sh ./amd-driver-installer*.run --extract fglrx-install
+
+  cd fglrx-install
+  patch -Np1 -i ../kernel-3.7-fixes.patch
+  patch -Np1 -i ../kernel-3.8-fixes.patch
+
+  install -dm755 ${pkgdir}/usr/lib/modprobe.d
+  install -dm755 ${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}
+  cp -r common/lib/modules/fglrx/build_mod/* 
${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/
+  cp arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a 
${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/
+  cp ${srcdir}/dkms.conf ${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/
+  sed -i -e s/@VERSION@/${pkgver}-${pkgrel}/ 
${pkgdir}/usr/src/fglrx-${pkgver}-${pkgrel}/dkms.conf
+  
+  echo blacklist radeon  ${pkgdir}/usr/lib/modprobe.d/catalyst.conf
+  
+  # license
+  install -Dm644 common/usr/share/doc/fglrx/LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT
+}

Copied: catalyst-dkms/repos/community-testing-i686/catalyst.install (from rev 
84262, catalyst-dkms/trunk/catalyst.install)
===
--- community-testing-i686/catalyst.install (rev 0)
+++ community-testing-i686/catalyst.install 2013-02-14 22:47:03 UTC (rev 
84263)
@@ -0,0 +1,18 @@
+post_install() {
+dkms install -m fglrx -v $1
+}
+
+pre_upgrade() {
+local curver=$2
+# $2 is unset due to 

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

2013-02-14 Thread Gaetan Bisson
Date: Friday, February 15, 2013 @ 00:39:12
  Author: bisson
Revision: 178054

fix FS#33857, ship misc tools

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 21:32:25 UTC (rev 178053)
+++ PKGBUILD2013-02-14 23:39:12 UTC (rev 178054)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.0.19
-pkgrel=5
+pkgrel=6
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -32,9 +32,18 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+
patch -p1 -i ../protect-tool-env.patch # FS#31900
patch -p1 -i ../valid-keyblock-packet.patch
-   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
make
 }
 



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

2013-02-14 Thread Gaetan Bisson
Date: Friday, February 15, 2013 @ 00:39:56
  Author: bisson
Revision: 178055

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 178054, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 178054, gnupg/trunk/install)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 178054, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-i686/valid-keyblock-packet.patch
(from rev 178054, gnupg/trunk/valid-keyblock-packet.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 178054, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 178054, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 178054, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/valid-keyblock-packet.patch
(from rev 178054, gnupg/trunk/valid-keyblock-packet.patch)

+
 testing-i686/PKGBUILD  |   62 +++
 testing-i686/install   |   20 
 testing-i686/protect-tool-env.patch|   28 
 testing-i686/valid-keyblock-packet.patch   |   61 ++
 testing-x86_64/PKGBUILD|   62 +++
 testing-x86_64/install |   20 
 testing-x86_64/protect-tool-env.patch  |   28 
 testing-x86_64/valid-keyblock-packet.patch |   61 ++
 8 files changed, 342 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 178054, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-14 23:39:56 UTC (rev 178055)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=6
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+'valid-keyblock-packet.patch'
+'protect-tool-env.patch')
+sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '474d827f1c2976bb107985047f61ac9096ae0953'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+   patch -p1 -i ../valid-keyblock-packet.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 178054, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-02-14 23:39:56 UTC (rev 178055)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: gnupg/repos/testing-i686/protect-tool-env.patch (from rev 178054, 
gnupg/trunk/protect-tool-env.patch)
===
--- testing-i686/protect-tool-env.patch (rev 0)
+++ testing-i686/protect-tool-env.patch 2013-02-14 23:39:56 UTC (rev 178055)
@@ -0,0 +1,28 @@
+diff -Naur 

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

2013-02-14 Thread Tom Gundersen
Date: Friday, February 15, 2013 @ 00:49:14
  Author: tomegun
Revision: 178056

upgpkg: wayland 1.0.5-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 23:39:56 UTC (rev 178055)
+++ PKGBUILD2013-02-14 23:49:14 UTC (rev 178056)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@
 makedepends=('doxygen')
 options=(!libtool)
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2f65654a54366cacd39a69bc5a41fea21b357e34')
 
 build() {
   cd $pkgname-$pkgver
@@ -29,3 +28,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('e2e9ebfbaf9b013471c620b99938d764')



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

2013-02-14 Thread Jan de Groot
Date: Friday, February 15, 2013 @ 00:51:26
  Author: jgc
Revision: 178057

Fix unicode space usage in libgbm description

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 23:49:14 UTC (rev 178056)
+++ PKGBUILD2013-02-14 23:51:26 UTC (rev 178057)
@@ -155,7 +155,7 @@
 
 package_libgbm() {
   depends=('systemd' 'libglapi' 'libdrm' 'libxcb')
-  pkgdesc=Mesa gbm library
+  pkgdesc=Mesa gbm library
 
   # fix linking because of splitted package
   make -C ${srcdir}/?esa-*/src/mapi/shared-glapi DESTDIR=${pkgdir} install



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

2013-02-14 Thread Tom Gundersen
Date: Friday, February 15, 2013 @ 00:59:28
  Author: tomegun
Revision: 178058

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

Added:
  wayland/repos/testing-i686/
  wayland/repos/testing-i686/PKGBUILD
(from rev 178057, wayland/trunk/PKGBUILD)
  wayland/repos/testing-x86_64/
  wayland/repos/testing-x86_64/PKGBUILD
(from rev 178057, wayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: wayland/repos/testing-i686/PKGBUILD (from rev 178057, 
wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-14 23:59:28 UTC (rev 178058)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('e2e9ebfbaf9b013471c620b99938d764')

Copied: wayland/repos/testing-x86_64/PKGBUILD (from rev 178057, 
wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-14 23:59:28 UTC (rev 178058)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('e2e9ebfbaf9b013471c620b99938d764')



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

2013-02-14 Thread Tom Gundersen
Date: Friday, February 15, 2013 @ 02:04:58
  Author: tomegun
Revision: 178059

upgpkg: hwids 20130214-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 23:59:28 UTC (rev 178058)
+++ PKGBUILD2013-02-15 01:04:58 UTC (rev 178059)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130209
+pkgver=20130214
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -10,10 +10,10 @@
 source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
 
 package() {
-  cd ${srcdir}/*
+  cd ${srcdir}/gentoo-hwids*
 
   for ids in pci.ids usb.ids; do
 install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
   done
 }
-md5sums=('1aa720471c223a2b8c081f5ba513d2da')
+md5sums=('d216db6a90df667fe11d58987b01651d')



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

2013-02-14 Thread Tom Gundersen
Date: Friday, February 15, 2013 @ 02:05:04
  Author: tomegun
Revision: 178060

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 178059, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 178059, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-15 01:05:04 UTC (rev 178060)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20130214
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/gentoo-hwids*
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
+  done
+}
+md5sums=('d216db6a90df667fe11d58987b01651d')



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

2013-02-14 Thread Stéphane Gaudreault
Date: Friday, February 15, 2013 @ 02:49:30
  Author: stephane
Revision: 178062

upgpkg: intel-tbb 4.1_20130116-1

upstream update

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 01:24:43 UTC (rev 178061)
+++ PKGBUILD2013-02-15 01:49:30 UTC (rev 178062)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez deuns.martinez AT gmail.com
 
 pkgname=intel-tbb
-pkgver=4.1_20121003
+pkgver=4.1_20130116
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('072333068fa278635582846eaaa22d51c0100e09')
+sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
 
 build() {
   cd ${srcdir}/tbb${pkgver/\./}oss



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

2013-02-14 Thread Stéphane Gaudreault
Date: Friday, February 15, 2013 @ 02:50:13
  Author: stephane
Revision: 178063

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

Added:
  intel-tbb/repos/testing-i686/
  intel-tbb/repos/testing-i686/PKGBUILD
(from rev 178062, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/testing-x86_64/
  intel-tbb/repos/testing-x86_64/PKGBUILD
(from rev 178062, intel-tbb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: intel-tbb/repos/testing-i686/PKGBUILD (from rev 178062, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-15 01:50:13 UTC (rev 178063)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20130116
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}

Copied: intel-tbb/repos/testing-x86_64/PKGBUILD (from rev 178062, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-15 01:50:13 UTC (rev 178063)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20130116
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}



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

2013-02-14 Thread Evangelos Foutras
Date: Friday, February 15, 2013 @ 03:39:55
  Author: foutrelis
Revision: 178064

upgpkg: linux 3.7.8-1

New upstream release.

Modified:
  linux/trunk/PKGBUILD  (contents, properties)
  linux/trunk/linux.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 01:50:13 UTC (rev 178063)
+++ PKGBUILD2013-02-15 02:39:55 UTC (rev 178064)
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $
+# $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.7
-pkgver=3.7.7
+pkgver=3.7.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'fat-3.6.x.patch')
 md5sums=('21223369d682bcf44bcdfe1521095983'
- 'e232d2535bbd36fe05c203bacc5b72ea'
+ 'bf62e0cbc13524bb802d2ed05c7e2e6a'
  '6a6b620836639fa5f989f9c9c2592d6e'
  '03666db0cd0a1f59c0b71b41eb2353eb'
  'eb14dcfd80c00852ef81ded6e826826a'


Property changes on: linux/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: linux.install
===
--- linux.install   2013-02-15 01:50:13 UTC (rev 178063)
+++ linux.install   2013-02-15 02:39:55 UTC (rev 178064)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.7.7-1-ARCH
+KERNEL_VERSION=3.7.8-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-14 Thread Evangelos Foutras
Date: Friday, February 15, 2013 @ 03:40:45
  Author: foutrelis
Revision: 178065

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 178064, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178064, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 178064, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 178064, linux/trunk/config.x86_64)
  linux/repos/testing-i686/drm-fix-track-free-areas-3.7.patch
(from rev 178064, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 178064, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/fix-watchdog-3.7.patch
(from rev 178064, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-i686/linux.install
(from rev 178064, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 178064, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 178064, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178064, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 178064, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 178064, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/drm-fix-track-free-areas-3.7.patch
(from rev 178064, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 178064, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/fix-watchdog-3.7.patch
(from rev 178064, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 178064, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 178064, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  324 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6040 +
 testing-i686/config.x86_64   | 5813 
 testing-i686/drm-fix-track-free-areas-3.7.patch  |  153 
 testing-i686/fat-3.6.x.patch |   33 
 testing-i686/fix-watchdog-3.7.patch  |   38 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  324 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6040 +
 testing-x86_64/config.x86_64 | 5813 
 testing-x86_64/drm-fix-track-free-areas-3.7.patch|  153 
 testing-x86_64/fat-3.6.x.patch   |   33 
 testing-x86_64/fix-watchdog-3.7.patch|   38 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 24984 insertions(+)

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


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

2013-02-14 Thread Evangelos Foutras
Date: Friday, February 15, 2013 @ 03:56:13
  Author: foutrelis
Revision: 178066

upgpkg: linux-lts 3.0.64-1

New upstream release.

Modified:
  linux-lts/trunk/PKGBUILD  (contents, properties)
  linux-lts/trunk/linux-lts.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 02:40:45 UTC (rev 178065)
+++ PKGBUILD2013-02-15 02:56:13 UTC (rev 178066)
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $
+# $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.63
+pkgver=3.0.64
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd51e51287d9b97508643792e7869acb4'
+ 'dd04b4e73d99bd13d503003970a099ae'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'


Property changes on: linux-lts/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: linux-lts.install
===
--- linux-lts.install   2013-02-15 02:40:45 UTC (rev 178065)
+++ linux-lts.install   2013-02-15 02:56:13 UTC (rev 178066)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.63-1-lts
+KERNEL_VERSION=3.0.64-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-14 Thread Evangelos Foutras
Date: Friday, February 15, 2013 @ 03:56:58
  Author: foutrelis
Revision: 178067

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 178066, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 178066, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178066, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 178066, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 178066, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 178066, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 178066, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 178066, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 178066, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 178066, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 178066, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 178066, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 178066, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178066, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 178066, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 178066, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 178066, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 178066, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 178066, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 178066, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 178066, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 178066, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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