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

2013-08-21 Thread Felix Yan
Date: Wednesday, August 21, 2013 @ 08:12:24
  Author: fyan
Revision: 96182

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 96181, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 96181, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 96181, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 96181, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 96181, mongodb/trunk/mongodb.service)
  mongodb/repos/community-i686/removeWerror.patch
(from rev 96181, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 96181, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 96181, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 96181, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 96181, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 96181, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/removeWerror.patch
(from rev 96181, mongodb/trunk/removeWerror.patch)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-i686/removeWerror.patch
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service
  mongodb/repos/community-x86_64/removeWerror.patch

--+
 /PKGBUILD|  164 +
 /SConscript.client.patch |   26 
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +++
 /mongodb.service |   20 +++
 /removeWerror.patch  |   42 +++
 community-i686/PKGBUILD  |   82 --
 community-i686/SConscript.client.patch   |   13 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 -
 community-i686/mongodb.service   |   10 -
 community-i686/removeWerror.patch|   21 ---
 community-x86_64/PKGBUILD|   82 --
 community-x86_64/SConscript.client.patch |   13 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 -
 community-x86_64/mongodb.service |   10 -
 community-x86_64/removeWerror.patch  |   21 ---
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 05:18:20 UTC (rev 96181)
+++ community-i686/PKGBUILD 2013-08-21 06:12:24 UTC (rev 96182)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.4.5
-pkgrel=2
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i $srcdir/removeWerror.patch
-
-  scons all \
---use-system-boost \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---ssl \
---sharedclient
-# --use-sasl-client doesn't work
-# --use-system-v8 doesn't work
-}
-
-COMMENT
-check() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smokeAll --smokedbprefix=$srcdir
-}
-COMMENT
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install \
---use-system-boost \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---ssl \
-

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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 10:55:25
  Author: andrea
Revision: 193480

Move the sendlateragent in libkdepim (FS#36614)

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 05:49:52 UTC (rev 193479)
+++ PKGBUILD2013-08-21 08:55:25 UTC (rev 193480)
@@ -21,7 +21,7 @@
  'kdepim-ktnef'
  'kdepim-libkdepim')
 pkgver=4.11.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -154,7 +154,7 @@
  'kdepim-mimelib' 'kdepim-plugins')
for i in kmail doc/kmail kmailcvt archivemailagent \
importwizard ksendemail libksieve messagelist mailfilteragent \
-   ontologies kontact/plugins/kmail headerthemeeditor sendlateragent; do
+   ontologies kontact/plugins/kmail headerthemeeditor; do
cd ${srcdir}/build/${i}
make DESTDIR=${pkgdir} install
done
@@ -256,7 +256,7 @@
for i in akonadi_next calendarsupport incidenceeditor-ng \
kdgantt2 libkdepim libkdepimdbusinterfaces libkleo libkpgp \
mailcommon mailimporter messagecomposer messagecore messageviewer \
-   icons templateparser plugins/messageviewer grammar \
+   icons templateparser plugins/messageviewer grammar sendlateragent \
plugins/ktexteditor pimactivity pimcommon pimsettingexporter; do
cd ${srcdir}/build/${i}
make DESTDIR=${pkgdir} install



[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD plasma-desktop-dbus.patch)

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 10:56:02
  Author: andrea
Revision: 193481

Fix slow plasma startup (FS#36610)

Added:
  kdebase-workspace/trunk/plasma-desktop-dbus.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 plasma-desktop-dbus.patch |   27 +++
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 08:55:25 UTC (rev 193480)
+++ PKGBUILD2013-08-21 08:56:02 UTC (rev 193481)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -27,7 +27,8 @@
 backup=('usr/share/config/kdm/kdmrc')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
-'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
+'plasma-desktop-dbus.patch')
 sha1sums=('3e877c9f82ad4b3d10c0752adbb50240707d632d'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
@@ -36,7 +37,8 @@
   'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
   'c079ebd157c836ba996190f0d2bcea1a7828d02c'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514')
+  'd509dac592bd8b310df27991b208c95b6d907514'
+  '57315ab3adf4d7eed9410c4494f0a63204122763')
 
 prepare() {
 cd ${_pkgname}-${pkgver}
@@ -48,6 +50,8 @@
 
 # KDEBUG#202629
 patch -p0 -i ${srcdir}/terminate-server.patch
+# KDEBUG#321695
+patch -p1 -i ${srcdir}/plasma-desktop-dbus.patch
 }
 
 build() {

Added: plasma-desktop-dbus.patch
===
--- plasma-desktop-dbus.patch   (rev 0)
+++ plasma-desktop-dbus.patch   2013-08-21 08:56:02 UTC (rev 193481)
@@ -0,0 +1,27 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Tue, 20 Aug 2013 11:35:57 +
+Subject: Partially revert commit 83d3018
+X-Git-Url: 
http://quickgit.kde.org/?p=kde-workspace.gita=commitdiffh=bb2bddb083eb293786206ac91ae1feeaf942db32
+---
+Partially revert commit 83d3018
+
+Somehow unique made ksplash quit too soon and/or plasma start
+too late
+
+REVIEW: 112073
+BUG: 321695
+FIXED-IN: 4.11.1
+---
+
+
+--- a/plasma/desktop/shell/data/plasma-desktop.desktop
 b/plasma/desktop/shell/data/plasma-desktop.desktop
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Exec=plasma-desktop
+-X-DBUS-StartupType=unique
++X-DBUS-StartupType=multi
+ Name=Plasma Desktop Workspace
+ Name[ar]=مساحة عمل بلازما
+ Name[ast]=Espaciu de trabayu del escritoriu Plasma
+



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

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:35
  Author: schiv
Revision: 193482

upgpkg: eric4 4.5.14-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 08:56:02 UTC (rev 193481)
+++ PKGBUILD2013-08-21 09:15:35 UTC (rev 193482)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.13
+pkgver=4.5.14
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('de0247fa94aaa441ab27611762f49896'
+md5sums=('3bd5a0c211ffe5f9e26163b2598d9ec6'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 package() {



[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:51
  Author: schiv
Revision: 193485

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 193483, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 193483, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 193483, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 193483, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-08-21 09:15:49 UTC (rev 193484)
+++ .contrib2013-08-21 09:15:51 UTC (rev 193485)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 193483, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-08-21 09:15:51 UTC (rev 193485)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 09:15:49 UTC (rev 193484)
+++ PKGBUILD2013-08-21 09:15:51 UTC (rev 193485)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.5
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 193483, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 09:15:51 UTC (rev 193485)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.6
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('711605f5dbce63cc2065a5050e8d45a3'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during 

[arch-commits] Commit in eric4/repos/extra-any (8 files)

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:49
  Author: schiv
Revision: 193484

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 193483, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 193483, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 193483, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 193483, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 +++---
 PKGBUILD  |   66 
 eric4.desktop |   20 
 eric4.install |   20 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: .contrib
===
--- .contrib2013-08-21 09:15:38 UTC (rev 193483)
+++ .contrib2013-08-21 09:15:49 UTC (rev 193484)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 193483, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-08-21 09:15:49 UTC (rev 193484)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 09:15:38 UTC (rev 193483)
+++ PKGBUILD2013-08-21 09:15:49 UTC (rev 193484)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.13
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('de0247fa94aaa441ab27611762f49896'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 193483, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 09:15:49 UTC (rev 193484)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.14
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('3bd5a0c211ffe5f9e26163b2598d9ec6'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2013-08-21 09:15:38 UTC (rev 193483)
+++ eric4.desktop   2013-08-21 09:15:49 UTC (rev 193484)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 193483, 
eric4/trunk/eric4.desktop)
===
--- eric4.desktop   (rev 0)
+++ eric4.desktop   2013-08-21 09:15:49 UTC (rev 193484)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x  Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Deleted: eric4.install

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

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:38
  Author: schiv
Revision: 193483

upgpkg: eric 5.3.6-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 09:15:35 UTC (rev 193482)
+++ PKGBUILD2013-08-21 09:15:38 UTC (rev 193483)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.5
+pkgver=5.3.6
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
+md5sums=('711605f5dbce63cc2065a5050e8d45a3'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



[arch-commits] Commit in kdebase-workspace/repos (42 files)

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 11:33:33
  Author: andrea
Revision: 193487

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 193486, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 193486, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 193486, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 193486, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 193486, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 193486, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 193486, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 193486, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 193486, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/plasma-desktop-dbus.patch
(from rev 193486, kdebase-workspace/trunk/plasma-desktop-dbus.patch)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 193486, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 193486, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 193486, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 193486, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 193486, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 193486, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 193486, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 193486, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 193486, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 193486, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/plasma-desktop-dbus.patch
(from rev 193486, kdebase-workspace/trunk/plasma-desktop-dbus.patch)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 193486, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 /PKGBUILD  |  178 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   62 ++
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /kscreensaver.pam  |2 
 /terminate-server.patch|   22 +++
 extra-i686/PKGBUILD|   85 --
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   31 -
 extra-i686/kdm-xinitrd.patch   |   18 ---
 extra-i686/kdm.logrotate   |6 -
 extra-i686/kdm.service |9 -
 extra-i686/kscreensaver.pam|1 
 extra-i686/plasma-desktop-dbus.patch   |   27 
 extra-i686/terminate-server.patch  |   11 -
 extra-x86_64/PKGBUILD   

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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 11:32:53
  Author: andrea
Revision: 193486

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

Added:
  kdepim/repos/extra-i686/PKGBUILD
(from rev 193485, kdepim/trunk/PKGBUILD)
  kdepim/repos/extra-i686/kdepim-akregator.install
(from rev 193485, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/extra-i686/kdepim-kleopatra.install
(from rev 193485, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/extra-i686/kdepim-kmail.install
(from rev 193485, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/extra-i686/kdepim-knode.install
(from rev 193485, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/extra-i686/kdepim-korganizer.install
(from rev 193485, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/extra-i686/kdepim-ktnef.install
(from rev 193485, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/extra-i686/kdepim.install
(from rev 193485, kdepim/trunk/kdepim.install)
  kdepim/repos/extra-x86_64/PKGBUILD
(from rev 193485, kdepim/trunk/PKGBUILD)
  kdepim/repos/extra-x86_64/kdepim-akregator.install
(from rev 193485, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/extra-x86_64/kdepim-kleopatra.install
(from rev 193485, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/extra-x86_64/kdepim-kmail.install
(from rev 193485, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/extra-x86_64/kdepim-knode.install
(from rev 193485, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/extra-x86_64/kdepim-korganizer.install
(from rev 193485, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/extra-x86_64/kdepim-ktnef.install
(from rev 193485, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/extra-x86_64/kdepim.install
(from rev 193485, kdepim/trunk/kdepim.install)
Deleted:
  kdepim/repos/extra-i686/PKGBUILD
  kdepim/repos/extra-i686/kdepim-akregator.install
  kdepim/repos/extra-i686/kdepim-kleopatra.install
  kdepim/repos/extra-i686/kdepim-kmail.install
  kdepim/repos/extra-i686/kdepim-knode.install
  kdepim/repos/extra-i686/kdepim-korganizer.install
  kdepim/repos/extra-i686/kdepim-ktnef.install
  kdepim/repos/extra-i686/kdepim.install
  kdepim/repos/extra-x86_64/PKGBUILD
  kdepim/repos/extra-x86_64/kdepim-akregator.install
  kdepim/repos/extra-x86_64/kdepim-kleopatra.install
  kdepim/repos/extra-x86_64/kdepim-kmail.install
  kdepim/repos/extra-x86_64/kdepim-knode.install
  kdepim/repos/extra-x86_64/kdepim-korganizer.install
  kdepim/repos/extra-x86_64/kdepim-ktnef.install
  kdepim/repos/extra-x86_64/kdepim.install

+
 /PKGBUILD  |  528 +++
 /kdepim-akregator.install  |   24 +
 /kdepim-kleopatra.install  |   24 +
 /kdepim-kmail.install  |   24 +
 /kdepim-knode.install  |   24 +
 /kdepim-korganizer.install |   24 +
 /kdepim-ktnef.install  |   24 +
 /kdepim.install|   22 +
 extra-i686/PKGBUILD|  264 ---
 extra-i686/kdepim-akregator.install|   12 
 extra-i686/kdepim-kleopatra.install|   12 
 extra-i686/kdepim-kmail.install|   12 
 extra-i686/kdepim-knode.install|   12 
 extra-i686/kdepim-korganizer.install   |   12 
 extra-i686/kdepim-ktnef.install|   12 
 extra-i686/kdepim.install  |   11 
 extra-x86_64/PKGBUILD  |  264 ---
 extra-x86_64/kdepim-akregator.install  |   12 
 extra-x86_64/kdepim-kleopatra.install  |   12 
 extra-x86_64/kdepim-kmail.install  |   12 
 extra-x86_64/kdepim-knode.install  |   12 
 extra-x86_64/kdepim-korganizer.install |   12 
 extra-x86_64/kdepim-ktnef.install  |   12 
 extra-x86_64/kdepim.install|   11 
 24 files changed, 694 insertions(+), 694 deletions(-)

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


[arch-commits] Commit in (4 files)

2013-08-21 Thread Ángel Velásquez
Date: Wednesday, August 21, 2013 @ 11:50:12
  Author: angvp
Revision: 193488

Add python-astroid (dependency of pylint)

Added:
  python-astroid/
  python-astroid/repos/
  python-astroid/trunk/
  python-astroid/trunk/PKGBUILD

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

Added: python-astroid/trunk/PKGBUILD
===
--- python-astroid/trunk/PKGBUILD   (rev 0)
+++ python-astroid/trunk/PKGBUILD   2013-08-21 09:50:12 UTC (rev 193488)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
+sha1sums=('2ebba76d115cb8a2d84d8777d8535ddac86daaa6')
+
+build() {
+  cd ${srcdir}
+
+  cp -a astroid-${pkgver}{,-py3}
+
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-astroid() {
+  depends=('python2')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-astroid() {
+  depends=('python')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}


Property changes on: python-astroid/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-08-21 Thread Ángel Velásquez
Date: Wednesday, August 21, 2013 @ 11:52:18
  Author: angvp
Revision: 193489

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/
  python-astroid/repos/testing-any/PKGBUILD
(from rev 193488, python-astroid/trunk/PKGBUILD)

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

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 193488, 
python-astroid/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-21 09:52:18 UTC (rev 193489)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
+sha1sums=('2ebba76d115cb8a2d84d8777d8535ddac86daaa6')
+
+build() {
+  cd ${srcdir}
+
+  cp -a astroid-${pkgver}{,-py3}
+
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-astroid() {
+  depends=('python2')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-astroid() {
+  depends=('python')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+  cd ${srcdir}/astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2013-08-21 Thread Ángel Velásquez
Date: Wednesday, August 21, 2013 @ 12:05:44
  Author: angvp
Revision: 193490

upgpkg: pylint 1.0.0-3

Add python-astroid instead of astng FS#36625

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 09:52:18 UTC (rev 193489)
+++ PKGBUILD2013-08-21 10:05:44 UTC (rev 193490)
@@ -6,14 +6,13 @@
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Analyzes Python code looking for bugs and signs of poor quality
 arch=('any')
 url=http://www.logilab.org/project/pylint;
 license=('GPL')
-makedepends=('python2-logilab-astng' 'python-logilab-astng') 
+makedepends=('python2-astroid' 'python-astroid') 
 optdepends=('tk: Pylint GUI')
-conflicts=('pylint=0.26.0-2')
 
source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
 sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
 
@@ -33,8 +32,7 @@
 }
 
 package_python2-pylint() {
-  replaces=('pylint=0.26.0-2')
-  depends=('python2-logilab-astng' 'python2-setuptools')
+  depends=('python2-astroid' 'python2-setuptools')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
 
@@ -50,7 +48,7 @@
 }
 
 package_python-pylint() {
-  depends=('python-logilab-astng' 'python-setuptools')
+  depends=('python-astroid' 'python-setuptools')
 
   cd ${srcdir}/${pkgbase}-${pkgver}-py3
 



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

2013-08-21 Thread Ángel Velásquez
Date: Wednesday, August 21, 2013 @ 12:06:29
  Author: angvp
Revision: 193491

archrelease: copy trunk to testing-any

Added:
  pylint/repos/testing-any/PKGBUILD
(from rev 193490, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  120 +
 1 file changed, 59 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 10:05:44 UTC (rev 193490)
+++ PKGBUILD2013-08-21 10:06:29 UTC (rev 193491)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=pylint
-pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Analyzes Python code looking for bugs and signs of poor quality
-arch=('any')
-url=http://www.logilab.org/project/pylint;
-license=('GPL')
-makedepends=('python2-logilab-astng' 'python-logilab-astng') 
-optdepends=('tk: Pylint GUI')
-conflicts=('pylint=0.26.0-2')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
-
-build() {
-  cd ${srcdir}
-  cp -a ${pkgbase}-${pkgver}{,-py3}
-
-  cd ${pkgbase}-${pkgver}
-
-  sed -i s|/usr/bin/env python|/usr/bin/env python2| epylint.py
-  python2 setup.py build
-
-  cd ../${pkgbase}-${pkgver}-py3
-
-  sed -i s|/usr/bin/env python|/usr/bin/env python3| epylint.py
-  python3 setup.py build
-}
-
-package_python2-pylint() {
-  replaces=('pylint=0.26.0-2')
-  depends=('python2-logilab-astng' 'python2-setuptools')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
-
-  install -d ${pkgdir}/usr/share/man/man1
-  install -m644 man/* ${pkgdir}/usr/share/man/man1
-
-  for i in epylint pylint pylint-gui pyreverse symilar; do
- mv ${pkgdir}/usr/bin/${i}{,2}
- mv ${pkgdir}/usr/share/man/man1/${i}{,2}.1
-  done
-}
-
-package_python-pylint() {
-  depends=('python-logilab-astng' 'python-setuptools')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py3
-
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
-
-  install -d ${pkgdir}/usr/share/man/man1
-  install -m644 man/* ${pkgdir}/usr/share/man/man1
-}

Copied: pylint/repos/testing-any/PKGBUILD (from rev 193490, 
pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 10:06:29 UTC (rev 193491)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.0.0
+pkgrel=3
+pkgdesc=Analyzes Python code looking for bugs and signs of poor quality
+arch=('any')
+url=http://www.logilab.org/project/pylint;
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid') 
+optdepends=('tk: Pylint GUI')
+source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
+
+build() {
+  cd ${srcdir}
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}
+
+  sed -i s|/usr/bin/env python|/usr/bin/env python2| epylint.py
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+
+  sed -i s|/usr/bin/env python|/usr/bin/env python3| epylint.py
+  python3 setup.py build
+}
+
+package_python2-pylint() {
+  depends=('python2-astroid' 'python2-setuptools')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+  install -d ${pkgdir}/usr/share/man/man1
+  install -m644 man/* ${pkgdir}/usr/share/man/man1
+
+  for i in epylint pylint pylint-gui pyreverse symilar; do
+ mv ${pkgdir}/usr/bin/${i}{,2}
+ mv ${pkgdir}/usr/share/man/man1/${i}{,2}.1
+  done
+}
+
+package_python-pylint() {
+  depends=('python-astroid' 'python-setuptools')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py3
+
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+  install -d ${pkgdir}/usr/share/man/man1
+  install -m644 man/* ${pkgdir}/usr/share/man/man1
+}



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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 12:23:41
  Author: tpowa
Revision: 193492

upgpkg: prebootloader 20130206-2

#36575 add KeyTool.efi

Modified:
  prebootloader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 10:06:29 UTC (rev 193491)
+++ PKGBUILD2013-08-21 10:23:41 UTC (rev 193492)
@@ -3,14 +3,15 @@
 
 pkgname=prebootloader
 pkgver=20130206
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux Foundation UEFI secure boot system
 
url=http://www.linuxfoundation.org/news-media/blogs/browse/2012/10/linux-foundation-uefi-secure-boot-system-open-source;
 arch=('any')
 license=('GPL' 'LGPL2.1')
 options=('!strip')
 source=(http://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi
-http://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi)
+http://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi
+http://blog.hansenpartnership.com/wp-uploads/2013/KeyTool.efi)
 
 package() {
# http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
@@ -19,6 +20,8 @@
# 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
install -D -m0644 ${srcdir}/PreLoader.efi 
${pkgdir}/usr/lib/prebootloader/PreLoader.efi
install -D -m0644 ${srcdir}/HashTool.efi 
${pkgdir}/usr/lib/prebootloader/HashTool.efi
+install -D -m0644 ${srcdir}/KeyTool.efi 
${pkgdir}/usr/lib/prebootloader/KeyTool.efi
 }
 md5sums=('4f7a4f566781869d252a09dc84923a82'
- '45639d23aa5f2a394b03a65fc732acf2')
+ '45639d23aa5f2a394b03a65fc732acf2'
+ 'b80145dc9d21c822a14a048f1361e36f')



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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 12:23:53
  Author: tpowa
Revision: 193493

archrelease: copy trunk to extra-any

Added:
  prebootloader/repos/extra-any/PKGBUILD
(from rev 193492, prebootloader/trunk/PKGBUILD)
Deleted:
  prebootloader/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 10:23:41 UTC (rev 193492)
+++ PKGBUILD2013-08-21 10:23:53 UTC (rev 193493)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=prebootloader
-pkgver=20130206
-pkgrel=1
-pkgdesc=Linux Foundation UEFI secure boot system
-url=http://www.linuxfoundation.org/news-media/blogs/browse/2012/10/linux-foundation-uefi-secure-boot-system-open-source;
-arch=('any')
-license=('GPL' 'LGPL2.1')
-options=('!strip')
-source=(http://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi
-http://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi)
-
-package() {
-   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-   # http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git
-   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-   install -D -m0644 ${srcdir}/PreLoader.efi 
${pkgdir}/usr/lib/prebootloader/PreLoader.efi
-   install -D -m0644 ${srcdir}/HashTool.efi 
${pkgdir}/usr/lib/prebootloader/HashTool.efi
-}
-md5sums=('4f7a4f566781869d252a09dc84923a82'
- '45639d23aa5f2a394b03a65fc732acf2')

Copied: prebootloader/repos/extra-any/PKGBUILD (from rev 193492, 
prebootloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 10:23:53 UTC (rev 193493)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=prebootloader
+pkgver=20130206
+pkgrel=2
+pkgdesc=Linux Foundation UEFI secure boot system
+url=http://www.linuxfoundation.org/news-media/blogs/browse/2012/10/linux-foundation-uefi-secure-boot-system-open-source;
+arch=('any')
+license=('GPL' 'LGPL2.1')
+options=('!strip')
+source=(http://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi
+http://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi
+http://blog.hansenpartnership.com/wp-uploads/2013/KeyTool.efi)
+
+package() {
+   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+   # http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git
+   # http://blog.hansenpartnership.com/uefi-secure-boot/
+   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+   install -D -m0644 ${srcdir}/PreLoader.efi 
${pkgdir}/usr/lib/prebootloader/PreLoader.efi
+   install -D -m0644 ${srcdir}/HashTool.efi 
${pkgdir}/usr/lib/prebootloader/HashTool.efi
+install -D -m0644 ${srcdir}/KeyTool.efi 
${pkgdir}/usr/lib/prebootloader/KeyTool.efi
+}
+md5sums=('4f7a4f566781869d252a09dc84923a82'
+ '45639d23aa5f2a394b03a65fc732acf2'
+ 'b80145dc9d21c822a14a048f1361e36f')



[arch-commits] Commit in qt5/trunk (PKGBUILD bison3.patch)

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:10:19
  Author: andrea
Revision: 193494

Fix build with bison 3.x; libmng rebuild

Added:
  qt5/trunk/bison3.patch
Modified:
  qt5/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 bison3.patch |   38 ++
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 10:23:53 UTC (rev 193493)
+++ PKGBUILD2013-08-21 11:10:19 UTC (rev 193494)
@@ -20,7 +20,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -35,13 +35,15 @@
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch')
+'use-python2.patch'
+'bison3.patch')
 md5sums=('44a507beebef73eb364b5a2ec7bbe090'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
  '322b419b16c75d4de0ee7ad0a246caa1'
- '92831f79144d5cb8121915423ba47575')
+ '92831f79144d5cb8121915423ba47575'
+ '6b162cd2bc104f0ae83ca039401be7bf')
 
 prepare() {
   cd ${_pkgfqn}
@@ -55,6 +57,10 @@
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')
+
+  # Fix build with bison 3.x
+  cd qtwebkit
+  patch -p1 -i ${srcdir}/bison3.patch
 }
 
 build() {

Added: bison3.patch
===
--- bison3.patch(rev 0)
+++ bison3.patch2013-08-21 11:10:19 UTC (rev 193494)
@@ -0,0 +1,38 @@
+From 60ba8bd5b3575d0c7740571fbb4e681b21a49a82 Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen allan.jen...@digia.com
+Date: Fri, 16 Aug 2013 18:27:07 +0200
+Subject: [PATCH] ANGLE doesn't build with bison 3.0
+
+https://bugs.webkit.org/show_bug.cgi?id=119798
+
+Reviewed by Antti Koivisto.
+
+Make glslang.y compatible with bison 3.0
+by using %lex-param to set YYLEX_PARAM.
+
+* src/compiler/glslang.y:
+
+git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154109 
268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+Task-number: QTBUG-32913
+Change-Id: I15505d31f0588c4d558b73befdb9d2358e29c1a3
+Reviewed-by: Jocelyn Turcotte jocelyn.turco...@digia.com
+---
+ Source/ThirdParty/ANGLE/src/compiler/glslang.y |1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/Source/ThirdParty/ANGLE/src/compiler/glslang.y 
b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+index 3cad335..b41e95a 100644
+--- a/Source/ThirdParty/ANGLE/src/compiler/glslang.y
 b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+@@ -47,6 +47,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND 
glslang_tab.h).
+ %expect 1 /* One shift reduce conflict because of if | else */
+ %pure-parser
+ %parse-param {TParseContext* context}
++%lex-param {YYLEX_PARAM}
+ 
+ %union {
+ struct {
+-- 
+1.7.1
+



[arch-commits] Commit in qt5/repos (9 files)

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:33:31
  Author: andrea
Revision: 193495

archrelease: copy trunk to staging-x86_64

Added:
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 193494, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 193494, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/bison3.patch
(from rev 193494, qt5/trunk/bison3.patch)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 193494, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 193494, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qdbusviewer.desktop
(from rev 193494, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 193494, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/use-python2.patch
(from rev 193494, qt5/trunk/use-python2.patch)

-+
 PKGBUILD|  362 ++
 assistant.desktop   |8 +
 bison3.patch|   38 +
 designer.desktop|   10 +
 linguist.desktop|9 +
 qdbusviewer.desktop |9 +
 qt5-tools.install   |   12 +
 use-python2.patch   |  118 
 8 files changed, 566 insertions(+)

Copied: qt5/repos/staging-x86_64/PKGBUILD (from rev 193494, qt5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-21 11:33:31 UTC (rev 193495)
@@ -0,0 +1,362 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=qt5
+pkgname=('qt5-base'
+ 'qt5-declarative'
+ 'qt5-graphicaleffects'
+ 'qt5-imageformats'
+ 'qt5-jsbackend'
+ 'qt5-multimedia'
+ 'qt5-quick1'
+ 'qt5-quickcontrols'
+ 'qt5-script'
+ 'qt5-sensors'
+ 'qt5-serialport'
+ 'qt5-svg'
+ 'qt5-tools'
+ 'qt5-translations'
+ 'qt5-webkit'
+ 'qt5-x11extras'
+ 'qt5-xmlpatterns')
+pkgver=5.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
+'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
+'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
+'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
+'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
+'libmng' 'openal' 'gtk2' 'libxkbcommon')
+groups=('qt' 'qt5')
+options=('!libtool')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
+'use-python2.patch'
+'bison3.patch')
+md5sums=('44a507beebef73eb364b5a2ec7bbe090'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '9638a78e502719ef8fe5f8d10d0361a9'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1'
+ '92831f79144d5cb8121915423ba47575'
+ '6b162cd2bc104f0ae83ca039401be7bf')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  sed -i s|-O2|${CXXFLAGS}| qtbase/mkspecs/common/{g++,gcc}-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
qtbase/mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g 
qtbase/mkspecs/common/gcc-base.conf
+
+  # Use python2 for Python 2.x
+  patch -p1 -i ${srcdir}/use-python2.patch
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  # Fix build with bison 3.x
+  cd qtwebkit
+  patch -p1 -i ${srcdir}/bison3.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export QTDIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake docs \
+-nomake examples \
+-nomake tests \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-reduce-relocations
+
+  make
+}
+
+package_qt5-base() {
+  pkgdesc='A cross-platform application and UI framework'
+  depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
+   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
+   'icu' 'qtchooser' 'libxkbcommon')
+  optdepends=('postgresql-libs: PostgreSQL 

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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:57:30
  Author: andrea
Revision: 193496

upgpkg: calligra 2.7.2-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 11:33:31 UTC (rev 193495)
+++ PKGBUILD2013-08-21 11:57:30 UTC (rev 193496)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
 # Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Ronald van Haren ronald.archlinux.org
 
 pkgbase=calligra
 pkgname=('calligra-braindump'
@@ -17,7 +17,7 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
@@ -28,7 +28,7 @@
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('9cf909ddf57ecb16d4370cc1062d0f7f')
+md5sums=('645886d0fff6b1dd865850f3187004a6')
 
 prepare() {
   mkdir build



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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:58:14
  Author: andrea
Revision: 193497

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 193496, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 193496, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-extras.install
(from rev 193496, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 193496, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 193496, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 193496, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 193496, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 193496, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 193496, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 193496, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 193496, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 193496, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 193496, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 193496, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 193496, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 193496, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
(from rev 193496, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 193496, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 193496, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 193496, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 193496, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 193496, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 193496, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 193496, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 193496, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 193496, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 193496, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 193496, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-extras.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 /PKGBUILD   |  458 ++
 /calligra-braindump.install |   24 +
 /calligra-extras.install|   22 +
 /calligra-filters.install   |   22 +
 /calligra-flow.install   

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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:59:22
  Author: andrea
Revision: 193499

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 193498, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  634 ++---
 1 file changed, 312 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 11:59:02 UTC (rev 193498)
+++ PKGBUILD2013-08-21 11:59:22 UTC (rev 193499)
@@ -1,322 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-cs'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sl'
-   'calligra-l10n-sv'
-   'calligra-l10n-tr'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.7.1
-pkgrel=1
-pkgdesc=Localization for Calligra
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-md5sums=('329bace77407d2aa4260e72625bb05f3'
- 'fd08f80d572b7aad30e27e460986bcbe'
- '7bdc5b166a0609194b1d48ed413d3df0'
- '9fb58bb6e88911f7b5b78f56dbf0ab90'
- '40b09095a141b2a2b796729b9b69cd86'
- 'ea603dd4b7d907aad698fde4b86d8548'
- '390a9f0551b4f666435020b7f9fa5d97'
- '53dac459d7b5009756235f01152c7c90'
- 'f57f226915d0d63b742f8fd675be5743'
- '59a5a7e38c25408db8535634ef6bd8b4'
- 'efc3833d62dee2aa60ebc98dafeab2e2'
- 'e4499cf8bf66f7e1b6940ba05db6f3b4'
- 

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

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 13:59:02
  Author: andrea
Revision: 193498

upgpkg: calligra-l10n 2.7.2-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 11:58:14 UTC (rev 193497)
+++ PKGBUILD2013-08-21 11:59:02 UTC (rev 193498)
@@ -4,7 +4,6 @@
 pkgbase=calligra-l10n
 pkgname=('calligra-l10n-bs'
'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
'calligra-l10n-cs'
'calligra-l10n-da'
'calligra-l10n-de'
@@ -31,7 +30,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -41,7 +40,6 @@
 options=('docs')
 
source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
@@ -68,38 +66,37 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-md5sums=('329bace77407d2aa4260e72625bb05f3'
- 'fd08f80d572b7aad30e27e460986bcbe'
- '7bdc5b166a0609194b1d48ed413d3df0'
- '9fb58bb6e88911f7b5b78f56dbf0ab90'
- '40b09095a141b2a2b796729b9b69cd86'
- 'ea603dd4b7d907aad698fde4b86d8548'
- '390a9f0551b4f666435020b7f9fa5d97'
- '53dac459d7b5009756235f01152c7c90'
- 'f57f226915d0d63b742f8fd675be5743'
- '59a5a7e38c25408db8535634ef6bd8b4'
- 'efc3833d62dee2aa60ebc98dafeab2e2'
- 'e4499cf8bf66f7e1b6940ba05db6f3b4'
- 'd5425ba2a2608171f15216b0ad195141'
- 'd99495dca290aeb2c8ba32dcbf8020b7'
- 'bc1efa2ca0c79b0cde69cdc7d564a195'
- '0f0357c2a3ca6b1ca776d5af7413ab59'
- '0c4a812b4dde531b3756529526ec3011'
- 'b946f2342eae0fc230210e5e2996838b'
- 'd9525bc2bf4a50dcc931ecfaee212c17'
- '6ebeaf278ec07b0271fbbe85d9a51146'
- '38f42619c9da5be4adcc95249dc3bf23'
- 'de96d3a0f574f13d3e9ae591058c79cb'
- '06e3f446884285c6709a0d9909fcfc3e'
- '666b762a9f65153cee5aaff4299bc3b2'
- 'd27384b167790c3ec4e35473d69b96b1'
- 'a44310f6b7bef020a7383ae36da1bb49'
- 'adbb251c373a507fa83bafe200c2937a'
- '876081f523b7345ce60808345e6e619b'
- '2acc0dae80a2bf5404ffa6e040afebdc')
+md5sums=('f151cfae8b866b50af6f245e6363e622'
+ 'b57fe01fecae82505564899f93a04aa0'
+ 'a01f17a1b849ab95f087106167c3e56d'
+ 'beeb72c6c62b52aecd41cb88dadeab2a'
+ '0598934b03c212f30e0816bf8a67dadc'
+ 'e835fadf6eeae6c83bb0b016928a'
+ '795f331d82d8649688b92011ae92e090'
+ '9f1054b8be7fd0be273954a1983f3f49'
+ 'c04eb16355fed1a8a70f849739d287bc'
+ '1211e1fc6e61c4648b700a2fe75e0d5e'
+ '6a8edd0897f1da346ed7e1114b3c94a3'
+ '73716ca6c91cab50da6f5115a072a969'
+ 'a5bc56cd74c374264823cdb4046c5e5e'
+ '98defb2f3300299bb354f7e0925aefbb'
+ '0312df40699b7849cd9f2d55e0b85df2'
+ '1dd87fc5eca98d44f6184212f8c502e9'
+ 'c00b41f813cec88f01d5fb16053ff94a'
+ '65901df62d5d4b2097ad82e5b44737ae'
+ '78125c69d93b8cf28cba239fbdf7cafb'
+ 'cb8de91f82f44d75a2d74417bf6fd6d2'
+ '73416d8bf124f63e358390ccd1c06339'
+ 'b707ea466968493a0e1d024c4bd09abc'
+ '93de610cdf1322489ace816115ca6b0f'
+ 'a2817ce38ca5c799bb138f530726d732'
+ 'e6a7a25c7bde953d3b6f8b0f6f504dab'
+ 'd15861b93c5f2bdad0c2742c3783749a'
+ 'c9c3daebc6f5da0cd779a08c1be8ccc7'
+ 'dc0ef0223e3f9bd586155dca24a619ad')
 
 build() {
-  for lang in bs ca ca@valencia cs da de el es et fi fr gl hu it kk nb nds \
+  for lang in bs ca cs da de el es et fi fr gl hu it kk nb nds \
 nl pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW; do
 mkdir -p build/$lang
 cd build/$lang
@@ -125,13 +122,6 @@
   make DESTDIR=${pkgdir} install
 }
 
-package_calligra-l10n-ca@valencia() {
-pkgdesc=('Catalan (Valencia) Localization for Calligra')
-  replaces=('koffice-l10n-ca@valencia')
-  cd ${srcdir}/build/ca@valencia
-  make DESTDIR=${pkgdir} install
-}
-
 package_calligra-l10n-cs() {
   pkgdesc=('Czech Localization for 

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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:14:15
  Author: tpowa
Revision: 193500

upgpkg: samba 4.0.9-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 11:59:22 UTC (rev 193499)
+++ PKGBUILD2013-08-21 12:14:15 UTC (rev 193500)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.8
+pkgver=4.0.9
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.0.8
+_realver=4.0.9
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -245,8 +245,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-
-md5sums=('03819bc1132e417feac1b39299365b73'
+md5sums=('f5f2ad0e2aabf024e2e3e2f297a0631a'
  '5697da77590ec092cc8a883bae06093c'
  'ee8507839745cf17d2fb5401be7da6a8'
  '96f82c38f3f540b53f3e5144900acf17'



[arch-commits] Commit in samba/repos (64 files)

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:14:53
  Author: tpowa
Revision: 193501

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 193500, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 193500, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 193500, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 193500, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 193500, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 193500, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 193500, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 193500, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 193500, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 193500, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 193500, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 193500, samba/trunk/smbd@.service)
  samba/repos/extra-i686/swat.socket
(from rev 193500, samba/trunk/swat.socket)
  samba/repos/extra-i686/swat.xinetd
(from rev 193500, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/swat@.service
(from rev 193500, samba/trunk/swat@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 193500, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 193500, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 193500, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 193500, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 193500, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 193500, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 193500, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 193500, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 193500, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 193500, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 193500, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 193500, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 193500, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/swat.socket
(from rev 193500, samba/trunk/swat.socket)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 193500, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/swat@.service
(from rev 193500, samba/trunk/swat@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 193500, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/swat.socket
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/swat@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/swat.socket
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/swat@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  522 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service 

[arch-commits] Commit in qt5/repos (9 files)

2013-08-21 Thread Andrea Scarpino
Date: Wednesday, August 21, 2013 @ 14:19:54
  Author: andrea
Revision: 193502

archrelease: copy trunk to staging-i686

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 193501, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 193501, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/bison3.patch
(from rev 193501, qt5/trunk/bison3.patch)
  qt5/repos/staging-i686/designer.desktop
(from rev 193501, qt5/trunk/designer.desktop)
  qt5/repos/staging-i686/linguist.desktop
(from rev 193501, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qdbusviewer.desktop
(from rev 193501, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 193501, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-i686/use-python2.patch
(from rev 193501, qt5/trunk/use-python2.patch)

-+
 PKGBUILD|  362 ++
 assistant.desktop   |8 +
 bison3.patch|   38 +
 designer.desktop|   10 +
 linguist.desktop|9 +
 qdbusviewer.desktop |9 +
 qt5-tools.install   |   12 +
 use-python2.patch   |  118 
 8 files changed, 566 insertions(+)

Copied: qt5/repos/staging-i686/PKGBUILD (from rev 193501, qt5/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-21 12:19:54 UTC (rev 193502)
@@ -0,0 +1,362 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=qt5
+pkgname=('qt5-base'
+ 'qt5-declarative'
+ 'qt5-graphicaleffects'
+ 'qt5-imageformats'
+ 'qt5-jsbackend'
+ 'qt5-multimedia'
+ 'qt5-quick1'
+ 'qt5-quickcontrols'
+ 'qt5-script'
+ 'qt5-sensors'
+ 'qt5-serialport'
+ 'qt5-svg'
+ 'qt5-tools'
+ 'qt5-translations'
+ 'qt5-webkit'
+ 'qt5-x11extras'
+ 'qt5-xmlpatterns')
+pkgver=5.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
+'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
+'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
+'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
+'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
+'libmng' 'openal' 'gtk2' 'libxkbcommon')
+groups=('qt' 'qt5')
+options=('!libtool')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
+'use-python2.patch'
+'bison3.patch')
+md5sums=('44a507beebef73eb364b5a2ec7bbe090'
+ 'b2897dd6a2967bccf8f10e397aafee55'
+ '9638a78e502719ef8fe5f8d10d0361a9'
+ '188da8f4c87316e730ebf1c6217bf5a0'
+ '322b419b16c75d4de0ee7ad0a246caa1'
+ '92831f79144d5cb8121915423ba47575'
+ '6b162cd2bc104f0ae83ca039401be7bf')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  sed -i s|-O2|${CXXFLAGS}| qtbase/mkspecs/common/{g++,gcc}-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
qtbase/mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g 
qtbase/mkspecs/common/gcc-base.conf
+
+  # Use python2 for Python 2.x
+  patch -p1 -i ${srcdir}/use-python2.patch
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  # Fix build with bison 3.x
+  cd qtwebkit
+  patch -p1 -i ${srcdir}/bison3.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export QTDIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-bindir /usr/lib/qt/bin \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake docs \
+-nomake examples \
+-nomake tests \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-reduce-relocations
+
+  make
+}
+
+package_qt5-base() {
+  pkgdesc='A cross-platform application and UI framework'
+  depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
+   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
+   'icu' 'qtchooser' 'libxkbcommon')
+  optdepends=('postgresql-libs: PostgreSQL driver'
+  

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

2013-08-21 Thread Sergej Pupykin
Date: Wednesday, August 21, 2013 @ 14:27:34
  Author: spupykin
Revision: 96183

upgpkg: poedit 1.5.7-4

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 06:12:24 UTC (rev 96182)
+++ PKGBUILD2013-08-21 12:27:34 UTC (rev 96183)
@@ -6,7 +6,7 @@
 
 pkgname=poedit
 pkgver=1.5.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;



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

2013-08-21 Thread Sergej Pupykin
Date: Wednesday, August 21, 2013 @ 14:27:48
  Author: spupykin
Revision: 96184

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

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

-+
 /PKGBUILD   |   62 ++
 /poedit.install |   24 ++
 community-i686/PKGBUILD |   31 ---
 community-i686/poedit.install   |   12 ---
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/poedit.install |   12 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 12:27:34 UTC (rev 96183)
+++ community-i686/PKGBUILD 2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.5.7
-pkgrel=3
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
-makedepends=('pkgconfig' 'boost')
-install=poedit.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 96183, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.5.7
+pkgrel=4
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('custom')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+makedepends=('pkgconfig' 'boost')
+install=poedit.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2013-08-21 12:27:34 UTC (rev 96183)
+++ community-i686/poedit.install   2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 96183, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2013-08-21 12:27:48 UTC (rev 96184)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-21 12:27:34 UTC (rev 96183)
+++ community-x86_64/PKGBUILD   2013-08-21 12:27:48 UTC (rev 96184)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# 

[arch-commits] Commit in prosody/trunk (PKGBUILD fix-config.patch prosody.install)

2013-08-21 Thread Sergej Pupykin
Date: Wednesday, August 21, 2013 @ 14:27:54
  Author: spupykin
Revision: 96185

upgpkg: prosody 0.9.0-1

upd

Modified:
  prosody/trunk/PKGBUILD
  prosody/trunk/fix-config.patch
  prosody/trunk/prosody.install

--+
 PKGBUILD |8 
 fix-config.patch |   36 +++-
 prosody.install  |1 +
 3 files changed, 24 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:27:48 UTC (rev 96184)
+++ PKGBUILD2013-08-21 12:27:54 UTC (rev 96185)
@@ -4,8 +4,8 @@
 # Contributor: Paul-Sebastian Manole brokenth...@gmail.com
 
 pkgname=prosody
-pkgver=0.8.2
-pkgrel=9
+pkgver=0.9.0
+pkgrel=1
 pkgdesc=Lightweight and extensible Jabber/XMPP server written in Lua.
 arch=('i686' 'x86_64')
 url=http://prosody.im/;
@@ -20,9 +20,9 @@
'fix-config.patch'
'prosody.tmpfile.d'
'prosody.service')
-md5sums=('6e907bf0d0acf24f1011083020ba6ffb'
+md5sums=('cf0dd4f3389ab666d2d2b3a43464afc4'
  '5b44aee99f1fa9e7f055e067688cafbd'
- 'a4a5b968b5809037f83465c571eb9afe'
+ 'a21d6a6efef8a08ae21109c2aa9c2fc7'
  'e2f5a1df410b05696a30dcb058841084'
  'e74045f27cb60908d535969906781f75')
 

Modified: fix-config.patch
===
--- fix-config.patch2013-08-21 12:27:48 UTC (rev 96184)
+++ fix-config.patch2013-08-21 12:27:54 UTC (rev 96185)
@@ -1,32 +1,34 @@
-diff -wbBur prosody-0.8.0/prosody.cfg.lua.dist 
prosody-0.8.0.my/prosody.cfg.lua.dist
 prosody-0.8.0/prosody.cfg.lua.dist 2011-04-05 13:47:06.0 +
-+++ prosody-0.8.0.my/prosody.cfg.lua.dist  2011-04-07 16:03:42.0 
+
-@@ -21,6 +21,8 @@
- -- (see http://prosody.im/doc/creating_accounts for info)
- -- Example: admins = { us...@example.com, us...@example.net }
- admins = { }
+diff -wbBur prosody-0.9.0.q/prosody.cfg.lua.dist 
prosody-0.9.0/prosody.cfg.lua.dist
+--- prosody-0.9.0.q/prosody.cfg.lua.dist   2013-08-19 23:37:36.0 
+0400
 prosody-0.9.0/prosody.cfg.lua.dist 2013-08-21 16:17:49.175521891 +0400
+@@ -11,6 +11,8 @@
+ -- The only thing left to do is rename this file to remove the .dist ending, 
and fill in the
+ -- blanks. Good luck, and happy Jabbering!
+ 
 +daemonize = true
 +pidfile = /run/prosody/prosody.pid
  
- -- Enable use of libevent for better performance under high load
- -- For more information see: http://prosody.im/doc/libevent
-@@ -59,7 +61,7 @@
-   --admin_telnet; -- Opens telnet console interface on 
localhost port 5582
+ -- Server-wide settings --
+ -- Settings in this section apply to the whole server and are the default 
settings
+@@ -63,7 +65,7 @@
+   --http_files; -- Serve static files from a directory over HTTP
  
-- Other specific functionality
 -  --posix; -- POSIX functionality, sends server to background, 
enables syslog, etc.
 +  posix; -- POSIX functionality, sends server to background, 
enables syslog, etc.
-   --bosh; -- Enable BOSH clients, aka Jabber over HTTP
-   --httpserver; -- Serve static files from a directory over HTTP
--groups; -- Shared roster support
-@@ -123,8 +125,8 @@
+   --announce; -- Send announcement to all online users
+   --welcome; -- Welcome users who register accounts
+@@ -139,9 +141,9 @@
  -- Logging configuration
  -- For advanced logging see http://prosody.im/doc/logging
  log = {
 -  info = prosody.log; -- Change 'info' to 'debug' for verbose logging
 -  error = prosody.err;
-+  info = /var/log/prosody/prosody.log; -- Change 'info' to 'debug' for 
verbose logging
-+  error = /var/log/prosody/prosody.err;
-   -- *syslog; -- Uncomment this for logging to syslog
+-  -- *syslog; -- Uncomment this for logging to syslog
++  -- info = prosody.log; -- Change 'info' to 'debug' for verbose logging
++  -- error = prosody.err;
++  *syslog; -- Uncomment this for logging to syslog
-- *console; -- Log to the console, useful for debugging with 
daemonize=false
  }
+ 

Modified: prosody.install
===
--- prosody.install 2013-08-21 12:27:48 UTC (rev 96184)
+++ prosody.install 2013-08-21 12:27:54 UTC (rev 96185)
@@ -16,6 +16,7 @@
 
 post_upgrade() {
 post_install $1
+echo Now prosody logs to syslog by default
 }
 
 post_remove() {



[arch-commits] Commit in prosody/repos (28 files)

2013-08-21 Thread Sergej Pupykin
Date: Wednesday, August 21, 2013 @ 14:28:21
  Author: spupykin
Revision: 96186

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

Added:
  prosody/repos/community-i686/ChangeLog
(from rev 96185, prosody/trunk/ChangeLog)
  prosody/repos/community-i686/PKGBUILD
(from rev 96185, prosody/trunk/PKGBUILD)
  prosody/repos/community-i686/fix-config.patch
(from rev 96185, prosody/trunk/fix-config.patch)
  prosody/repos/community-i686/prosody.install
(from rev 96185, prosody/trunk/prosody.install)
  prosody/repos/community-i686/prosody.logrotated
(from rev 96185, prosody/trunk/prosody.logrotated)
  prosody/repos/community-i686/prosody.service
(from rev 96185, prosody/trunk/prosody.service)
  prosody/repos/community-i686/prosody.tmpfile.d
(from rev 96185, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/ChangeLog
(from rev 96185, prosody/trunk/ChangeLog)
  prosody/repos/community-x86_64/PKGBUILD
(from rev 96185, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/fix-config.patch
(from rev 96185, prosody/trunk/fix-config.patch)
  prosody/repos/community-x86_64/prosody.install
(from rev 96185, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 96185, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 96185, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 96185, prosody/trunk/prosody.tmpfile.d)
Deleted:
  prosody/repos/community-i686/ChangeLog
  prosody/repos/community-i686/PKGBUILD
  prosody/repos/community-i686/fix-config.patch
  prosody/repos/community-i686/prosody.install
  prosody/repos/community-i686/prosody.logrotated
  prosody/repos/community-i686/prosody.service
  prosody/repos/community-i686/prosody.tmpfile.d
  prosody/repos/community-x86_64/ChangeLog
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/fix-config.patch
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d

-+
 /ChangeLog  |  796 ++
 /PKGBUILD   |  118 +
 /fix-config.patch   |   68 ++
 /prosody.install|   76 +++
 /prosody.logrotated |   18 
 /prosody.service|   26 +
 /prosody.tmpfile.d  |2 
 community-i686/ChangeLog|  398 -
 community-i686/PKGBUILD |   59 --
 community-i686/fix-config.patch |   32 -
 community-i686/prosody.install  |   37 -
 community-i686/prosody.logrotated   |9 
 community-i686/prosody.service  |   13 
 community-i686/prosody.tmpfile.d|1 
 community-x86_64/ChangeLog  |  398 -
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/fix-config.patch   |   32 -
 community-x86_64/prosody.install|   37 -
 community-x86_64/prosody.logrotated |9 
 community-x86_64/prosody.service|   13 
 community-x86_64/prosody.tmpfile.d  |1 
 21 files changed, 1104 insertions(+), 1098 deletions(-)

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


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

2013-08-21 Thread Sergej Pupykin
Date: Wednesday, August 21, 2013 @ 14:31:52
  Author: spupykin
Revision: 96187

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:28:21 UTC (rev 96186)
+++ PKGBUILD2013-08-21 12:31:52 UTC (rev 96187)
@@ -62,9 +62,6 @@
   touch $pkgdir/var/log/unrealircd/ircd.log
   ln -s /var/log/unrealircd/ircd.log $pkgdir/etc/unrealircd/ircd.log
 
-  mkdir -p $pkgdir/etc/conf.d/
-  echo 'UNREALIRCD_USER=root' $pkgdir/etc/conf.d/unrealircd
-
   find $pkgdir/usr -type f -exec chmod ugo+r {} \;
   find $pkgdir/usr -type d -exec chmod ugo+rx {} \;
 



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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:43:35
  Author: tpowa
Revision: 193503

upgpkg: linux 3.10.9-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:19:54 UTC (rev 193502)
+++ PKGBUILD2013-08-21 12:43:35 UTC (rev 193503)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.8
+pkgver=3.10.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'f62214b2847eef5fc22cfc9f1e2d28a3'
+ '868d7f5315f95da5e48ed56691a36263'
  '09aad29932fe0d1aa765b314800db9a8'
  '5ffd739d5b3e7c68bf07472aaceca400'
  'eb14dcfd80c00852ef81ded6e826826a'



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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:44:09
  Author: tpowa
Revision: 193504

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

Added:
  linux/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 193503, linux/trunk/3.10.6-logitech-dj.patch)
  linux/repos/testing-i686/3.10.6-reset-superseed-xhci-hcd.patch
(from rev 193503, linux/trunk/3.10.6-reset-superseed-xhci-hcd.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 193503, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 193503, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 193503, linux/trunk/config)
  linux/repos/testing-i686/config.3.11
(from rev 193503, linux/trunk/config.3.11)
  linux/repos/testing-i686/config.x86_64
(from rev 193503, linux/trunk/config.x86_64)
  linux/repos/testing-i686/config.x86_64.3.11
(from rev 193503, linux/trunk/config.x86_64.3.11)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 193503, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 193503, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 193503, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 193503, linux/trunk/3.10.6-logitech-dj.patch)
  linux/repos/testing-x86_64/3.10.6-reset-superseed-xhci-hcd.patch
(from rev 193503, linux/trunk/3.10.6-reset-superseed-xhci-hcd.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 193503, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 193503, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 193503, linux/trunk/config)
  linux/repos/testing-x86_64/config.3.11
(from rev 193503, linux/trunk/config.3.11)
  linux/repos/testing-x86_64/config.x86_64
(from rev 193503, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/config.x86_64.3.11
(from rev 193503, linux/trunk/config.x86_64.3.11)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 193503, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 193503, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 193503, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/3.10.6-logitech-dj.patch
  linux/repos/testing-i686/3.10.6-reset-superseed-xhci-hcd.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.3.11
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/config.x86_64.3.11
  linux/repos/testing-i686/criu-no-expert.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/3.10.6-logitech-dj.patch
  linux/repos/testing-x86_64/3.10.6-reset-superseed-xhci-hcd.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.3.11
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/config.x86_64.3.11
  linux/repos/testing-x86_64/criu-no-expert.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /3.10.6-logitech-dj.patch|  344 
 /3.10.6-reset-superseed-xhci-hcd.patch   |   48 
 /PKGBUILD|  682 
 /change-default-console-loglevel.patch   |   24 
 /config  |12680 
 /config.3.11 |12904 +
 /config.x86_64   |12280 
 /config.x86_64.3.11  |12508 
 /criu-no-expert.patch|   44 
 /linux.install   |   62 
 /linux.preset|   28 
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/3.10.6-reset-superseed-xhci-hcd.patch   |   24 
 testing-i686/PKGBUILD|  341 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6340 
 testing-i686/config.3.11 | 6452 
 testing-i686/config.x86_64   | 6140 
 testing-i686/config.x86_64.3.11  | 6254 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 

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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:56:13
  Author: tpowa
Revision: 193505

upgpkg: archboot 2013.08-2

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:44:09 UTC (rev 193504)
+++ PKGBUILD2013-08-21 12:56:13 UTC (rev 193505)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2013.08
-pkgrel=1
+pkgrel=2
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -24,7 +24,7 @@
 'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
 'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
 'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
+'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.4.0-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
 'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
 'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
 'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
@@ -70,7 +70,7 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-1
+  cd $srcdir/$pkgname-$pkgver-2
   mv * $pkgdir/
 }
-md5sums=('e71586b2686288055df8b365e4c680e0')
+md5sums=('1708bd5ea82e20b34b46fd5699291703')



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

2013-08-21 Thread Sébastien Luttringer
Date: Wednesday, August 21, 2013 @ 14:56:52
  Author: seblu
Revision: 96189

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/00-fix-readonly.patch
(from rev 96188, offlineimap/trunk/00-fix-readonly.patch)
  offlineimap/repos/community-any/PKGBUILD
(from rev 96188, offlineimap/trunk/PKGBUILD)
Deleted:
  offlineimap/repos/community-any/PKGBUILD

---+
 00-fix-readonly.patch |   14 +
 PKGBUILD  |   74 +++-
 2 files changed, 57 insertions(+), 31 deletions(-)

Copied: offlineimap/repos/community-any/00-fix-readonly.patch (from rev 96188, 
offlineimap/trunk/00-fix-readonly.patch)
===
--- 00-fix-readonly.patch   (rev 0)
+++ 00-fix-readonly.patch   2013-08-21 12:56:52 UTC (rev 96189)
@@ -0,0 +1,14 @@
+# Seblu - 2013-08-21
+# http://comments.gmane.org/gmane.mail.imap.offlineimap.general/5838
+
+--- a/offlineimap/repository/Base.py   2012-06-02 13:41:46.0 +0200
 b/offlineimap/repository/Base.py   2013-08-21 14:34:44.58500 +0200
+@@ -134,7 +134,7 @@
+ 
+ It is disabled by either setting the whole repository
+ 'readonly' or by using the 'createfolders' setting.  
+-return self._readonly or self.getconfboolean('createfolders', True)
++return (not self._readonly) and self.getconfboolean('createfolders', 
True)
+ 
+ def makefolder(self, foldername):
+ Create a new folder

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 12:56:47 UTC (rev 96188)
+++ PKGBUILD2013-08-21 12:56:52 UTC (rev 96189)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Callan Barrett wizzomafi...@gmail.com
-# Contributor: mucknert muckn...@gmx.net
-
-pkgname=offlineimap
-pkgver=6.5.4
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2')
-makedepends=('python2-docutils')
-source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v${pkgver}.tar.gz;)
-sha1sums=('a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a')
-
-package() {
-   cd ${srcdir}/spaetz-offlineimap-*
-
-   python2 setup.py build install --root=${pkgdir}
-
-   sed 's/env python/env python2/' -i 
${pkgdir}/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py
-
-   sed -i 's/\^/=/g' docs/MANUAL.rst
-   rst2man2 docs/MANUAL.rst offlineimap.1
-   install -Dm644 offlineimap.1 
${pkgdir}/usr/share/man/man1/offlineimap.1
-   install -Dm644 offlineimap.conf 
${pkgdir}/usr/share/offlineimap/offlineimap.conf
-   install -Dm644 offlineimap.conf.minimal 
${pkgdir}/usr/share/offlineimap/offlineimap.conf.minimal
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 96188, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 12:56:52 UTC (rev 96189)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Callan Barrett wizzomafi...@gmail.com
+# Contributor: mucknert muckn...@gmx.net
+
+pkgname=offlineimap
+pkgver=6.5.4
+pkgrel=2
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-docutils')
+source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v$pkgver.tar.gz;
+'00-fix-readonly.patch')
+sha1sums=('a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a'
+  'a9faa6d857b0d46a485f7551a3e56f44546370f8')
+
+prepare() {
+cd spaetz-offlineimap-*
+patch -p1 -i $srcdir/00-fix-readonly.patch
+find . -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+sed -i 's/\^/=/g' docs/MANUAL.rst
+}
+
+build() {
+cd spaetz-offlineimap-*
+python2 setup.py build
+rst2man2 docs/MANUAL.rst offlineimap.1
+}
+
+package() {
+cd spaetz-offlineimap-*
+python2 setup.py install --root=$pkgdir --optimize=1
+install -Dm644 offlineimap.1 $pkgdir/usr/share/man/man1/offlineimap.1
+install -Dm644 offlineimap.conf 
$pkgdir/usr/share/offlineimap/offlineimap.conf
+install -Dm644 offlineimap.conf.minimal 
$pkgdir/usr/share/offlineimap/offlineimap.conf.minimal
+}
+
+# vim:set ts=4 sw=4 et:



[arch-commits] Commit in archboot/repos/testing-any (4 files)

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 14:56:27
  Author: tpowa
Revision: 193506

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 193505, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 193505, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  152 ++---
 archboot.install |   48 
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 12:56:13 UTC (rev 193505)
+++ PKGBUILD2013-08-21 12:56:27 UTC (rev 193506)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.08
-pkgrel=1
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6' 
'dnsutils=9.9.2.P1-1'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'v86d=0.1.10-2' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
-'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'intel-ucode=20120606-1' 'arch-install-scripts=5-1' 'zsh=5.0.0-2' 
'gdbm=1.10-1'
- 

[arch-commits] Commit in offlineimap/trunk (00-fix-readonly.patch PKGBUILD)

2013-08-21 Thread Sébastien Luttringer
Date: Wednesday, August 21, 2013 @ 14:56:47
  Author: seblu
Revision: 96188

upgpkg: offlineimap 6.5.4-2

- fix readonly mode create directories. See:
http://comments.gmane.org/gmane.mail.imap.offlineimap.general/5838

Added:
  offlineimap/trunk/00-fix-readonly.patch
Modified:
  offlineimap/trunk/PKGBUILD

---+
 00-fix-readonly.patch |   14 ++
 PKGBUILD  |   38 +-
 2 files changed, 39 insertions(+), 13 deletions(-)

Added: 00-fix-readonly.patch
===
--- 00-fix-readonly.patch   (rev 0)
+++ 00-fix-readonly.patch   2013-08-21 12:56:47 UTC (rev 96188)
@@ -0,0 +1,14 @@
+# Seblu - 2013-08-21
+# http://comments.gmane.org/gmane.mail.imap.offlineimap.general/5838
+
+--- a/offlineimap/repository/Base.py   2012-06-02 13:41:46.0 +0200
 b/offlineimap/repository/Base.py   2013-08-21 14:34:44.58500 +0200
+@@ -134,7 +134,7 @@
+ 
+ It is disabled by either setting the whole repository
+ 'readonly' or by using the 'createfolders' setting.  
+-return self._readonly or self.getconfboolean('createfolders', True)
++return (not self._readonly) and self.getconfboolean('createfolders', 
True)
+ 
+ def makefolder(self, foldername):
+ Create a new folder

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:31:52 UTC (rev 96187)
+++ PKGBUILD2013-08-21 12:56:47 UTC (rev 96188)
@@ -6,26 +6,38 @@
 
 pkgname=offlineimap
 pkgver=6.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
 url='http://offlineimap.org/'
 license=('GPL')
 depends=('python2')
 makedepends=('python2-docutils')
-source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v${pkgver}.tar.gz;)
-sha1sums=('a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a')
+source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v$pkgver.tar.gz;
+'00-fix-readonly.patch')
+sha1sums=('a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a'
+  'a9faa6d857b0d46a485f7551a3e56f44546370f8')
 
-package() {
-   cd ${srcdir}/spaetz-offlineimap-*
+prepare() {
+cd spaetz-offlineimap-*
+patch -p1 -i $srcdir/00-fix-readonly.patch
+find . -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+sed -i 's/\^/=/g' docs/MANUAL.rst
+}
 
-   python2 setup.py build install --root=${pkgdir}
+build() {
+cd spaetz-offlineimap-*
+python2 setup.py build
+rst2man2 docs/MANUAL.rst offlineimap.1
+}
 
-   sed 's/env python/env python2/' -i 
${pkgdir}/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py
+package() {
+cd spaetz-offlineimap-*
+python2 setup.py install --root=$pkgdir --optimize=1
+install -Dm644 offlineimap.1 $pkgdir/usr/share/man/man1/offlineimap.1
+install -Dm644 offlineimap.conf 
$pkgdir/usr/share/offlineimap/offlineimap.conf
+install -Dm644 offlineimap.conf.minimal 
$pkgdir/usr/share/offlineimap/offlineimap.conf.minimal
+}
 
-   sed -i 's/\^/=/g' docs/MANUAL.rst
-   rst2man2 docs/MANUAL.rst offlineimap.1
-   install -Dm644 offlineimap.1 
${pkgdir}/usr/share/man/man1/offlineimap.1
-   install -Dm644 offlineimap.conf 
${pkgdir}/usr/share/offlineimap/offlineimap.conf
-   install -Dm644 offlineimap.conf.minimal 
${pkgdir}/usr/share/offlineimap/offlineimap.conf.minimal
-}
+# vim:set ts=4 sw=4 et:



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

2013-08-21 Thread Felix Yan
Date: Wednesday, August 21, 2013 @ 15:06:15
  Author: fyan
Revision: 96190

upgpkg: cgminer 3.4.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:56:52 UTC (rev 96189)
+++ PKGBUILD2013-08-21 13:06:15 UTC (rev 96190)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.3.4
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -58,6 +58,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('cceed50022ee8f63bf6f6416551290c7'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')
+sha512sums=('2f308c9285755b62608da4a6be3942d08b6cfff218238dbb4c15da7d02c8f2ac46cd7a9fbd69b7a46faa11962a937ba6327aa03852c291e69ff6158e50c1e5b6'
+
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 15:08:50
  Author: tpowa
Revision: 193507

upgpkg: linux-lts 3.0.93-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 12:56:27 UTC (rev 193506)
+++ PKGBUILD2013-08-21 13:08:50 UTC (rev 193507)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.92
+pkgver=3.0.93
 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'
- '3743ca28052169bc61985cf929a8150e'
+ 'f7a222034f051683c92a86ae3abb6997'
  'a5186d7ee7b7c79fa27bbb56e2d3b823'
  'a0a497460f41850068b3a90c073768c2'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -329,3 +329,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ 'f7a222034f051683c92a86ae3abb6997'
+ 'a5186d7ee7b7c79fa27bbb56e2d3b823'
+ 'a0a497460f41850068b3a90c073768c2'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')



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

2013-08-21 Thread Felix Yan
Date: Wednesday, August 21, 2013 @ 15:08:32
  Author: fyan
Revision: 96191

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

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

--+
 /PKGBUILD|  126 +
 /cgminer.conf.d  |   22 ++
 /cgminer.service |   16 
 community-i686/PKGBUILD  |   63 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   63 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 13:06:15 UTC (rev 96190)
+++ community-i686/PKGBUILD 2013-08-21 13:08:32 UTC (rev 96191)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.3.4
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  #./autogen.sh
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('cceed50022ee8f63bf6f6416551290c7'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 96190, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 13:08:32 UTC (rev 96191)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl' 'libusbx' 'jansson')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
+$pkgname.conf.d
+

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

2013-08-21 Thread Tobias Powalowski
Date: Wednesday, August 21, 2013 @ 15:09:24
  Author: tpowa
Revision: 193508

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

Added:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 193507, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 193507, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 193507, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 193507, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 193507, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 193507, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 193507, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 193507, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 193507, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 193507, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 193507, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 193507, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 193507, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 193507, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 193507, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 193507, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 193507, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 193507, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 193507, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 193507, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 193507, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 193507, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 193507, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 193507, linux-lts/trunk/module-symbol-waiting-3.0.patch)
Deleted:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/ext4-options.patch
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/ext4-options.patch
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch

-+
 /3.0.54-ptrace-i686-build.patch
 |   82 
 /PKGBUILD  
 |  682 
 /change-default-console-loglevel.patch 
 |   24 
 /config
 |11150 ++
 /config.x86_64 

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

2013-08-21 Thread Felix Yan
Date: Wednesday, August 21, 2013 @ 15:12:09
  Author: fyan
Revision: 96192

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

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

--+
 /PKGBUILD|  126 +
 /cgminer.conf.d  |   22 ++
 /cgminer.service |   16 
 community-i686/PKGBUILD  |   63 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   63 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 13:08:32 UTC (rev 96191)
+++ community-i686/PKGBUILD 2013-08-21 13:12:09 UTC (rev 96192)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  #./autogen.sh
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('2f308c9285755b62608da4a6be3942d08b6cfff218238dbb4c15da7d02c8f2ac46cd7a9fbd69b7a46faa11962a937ba6327aa03852c291e69ff6158e50c1e5b6'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 96191, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 13:12:09 UTC (rev 96192)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl' 'libusbx' 'jansson')

[arch-commits] Commit in (4 files)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 15:41:36
  Author: alucryd
Revision: 96193

Add elementary-icon-theme

Added:
  elementary-icon-theme/
  elementary-icon-theme/trunk/
  elementary-icon-theme/trunk/PKGBUILD
  elementary-icon-theme/trunk/elementary-icon-theme.install

---+
 PKGBUILD  |   24 
 elementary-icon-theme.install |   13 +
 2 files changed, 37 insertions(+)

Added: elementary-icon-theme/trunk/PKGBUILD
===
--- elementary-icon-theme/trunk/PKGBUILD(rev 0)
+++ elementary-icon-theme/trunk/PKGBUILD2013-08-21 13:41:36 UTC (rev 
96193)
@@ -0,0 +1,24 @@
+# Maintainer: alucryd lucryd at gmail dot com
+# Contributor: Diego Principe cdprincipe at gmail dot com
+# Contributor: paterbrown paterbrown at silberhelme dot de
+# Contributor: Josip josipponjavic at gmail dot com
+
+pkgname=elementary-icon-theme
+pkgver=3.1
+pkgrel=1
+pkgdesc=elementary icon theme
+arch=('any')
+url=https://launchpad.net/elementaryicons;
+license=('GPL3')
+depends=()
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
+sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/share/icons
+  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: elementary-icon-theme/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: elementary-icon-theme/trunk/elementary-icon-theme.install
===
--- elementary-icon-theme/trunk/elementary-icon-theme.install   
(rev 0)
+++ elementary-icon-theme/trunk/elementary-icon-theme.install   2013-08-21 
13:41:36 UTC (rev 96193)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in elementary-icon-theme (4 files)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 15:41:51
  Author: alucryd
Revision: 96194

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/
  elementary-icon-theme/repos/community-any/
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 96193, elementary-icon-theme/trunk/PKGBUILD)
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install
(from rev 96193, elementary-icon-theme/trunk/elementary-icon-theme.install)

---+
 PKGBUILD  |   24 
 elementary-icon-theme.install |   13 +
 2 files changed, 37 insertions(+)

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 96193, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2013-08-21 13:41:51 UTC (rev 96194)
@@ -0,0 +1,24 @@
+# Maintainer: alucryd lucryd at gmail dot com
+# Contributor: Diego Principe cdprincipe at gmail dot com
+# Contributor: paterbrown paterbrown at silberhelme dot de
+# Contributor: Josip josipponjavic at gmail dot com
+
+pkgname=elementary-icon-theme
+pkgver=3.1
+pkgrel=1
+pkgdesc=elementary icon theme
+arch=('any')
+url=https://launchpad.net/elementaryicons;
+license=('GPL3')
+depends=()
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
+sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/share/icons
+  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
+}
+
+# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install 
(from rev 96193, elementary-icon-theme/trunk/elementary-icon-theme.install)
===
--- repos/community-any/elementary-icon-theme.install   
(rev 0)
+++ repos/community-any/elementary-icon-theme.install   2013-08-21 13:41:51 UTC 
(rev 96194)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in elementary-icon-theme/repos/community-any (4 files)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 15:46:04
  Author: alucryd
Revision: 96196

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 96195, elementary-icon-theme/trunk/PKGBUILD)
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install
(from rev 96195, elementary-icon-theme/trunk/elementary-icon-theme.install)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install

---+
 PKGBUILD  |   48 
 elementary-icon-theme.install |   26 ++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 13:45:55 UTC (rev 96195)
+++ PKGBUILD2013-08-21 13:46:04 UTC (rev 96196)
@@ -1,24 +0,0 @@
-# Maintainer: alucryd lucryd at gmail dot com
-# Contributor: Diego Principe cdprincipe at gmail dot com
-# Contributor: paterbrown paterbrown at silberhelme dot de
-# Contributor: Josip josipponjavic at gmail dot com
-
-pkgname=elementary-icon-theme
-pkgver=3.1
-pkgrel=1
-pkgdesc=elementary icon theme
-arch=('any')
-url=https://launchpad.net/elementaryicons;
-license=('GPL3')
-depends=()
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
-sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
-
-package() {
-  install -dm 755 ${pkgdir}/usr/share/icons
-  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 96195, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 13:46:04 UTC (rev 96196)
@@ -0,0 +1,24 @@
+# Maintainer: alucryd lucryd at gmail dot com
+# Contributor: Diego Principe cdprincipe at gmail dot com
+# Contributor: paterbrown paterbrown at silberhelme dot de
+# Contributor: Josip josipponjavic at gmail dot com
+
+pkgname=elementary-icon-theme
+pkgver=3.1
+pkgrel=2
+pkgdesc=elementary icon theme
+arch=('any')
+url=https://launchpad.net/elementaryicons;
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)
+sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/share/icons
+  cp -dr --no-preserve=ownership elementaryicons${pkgver} 
${pkgdir}/usr/share/icons/elementary
+}
+
+# vim: ts=2 sw=2 et:

Deleted: elementary-icon-theme.install
===
--- elementary-icon-theme.install   2013-08-21 13:45:55 UTC (rev 96195)
+++ elementary-icon-theme.install   2013-08-21 13:46:04 UTC (rev 96196)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/elementary
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install 
(from rev 96195, elementary-icon-theme/trunk/elementary-icon-theme.install)
===
--- elementary-icon-theme.install   (rev 0)
+++ elementary-icon-theme.install   2013-08-21 13:46:04 UTC (rev 96196)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 15:45:55
  Author: alucryd
Revision: 96195

upgpkg: elementary-icon-theme 3.1-2

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 13:41:51 UTC (rev 96194)
+++ PKGBUILD2013-08-21 13:45:55 UTC (rev 96195)
@@ -5,12 +5,12 @@
 
 pkgname=elementary-icon-theme
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=elementary icon theme
 arch=('any')
 url=https://launchpad.net/elementaryicons;
 license=('GPL3')
-depends=()
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
 options=('!emptydirs')
 install=${pkgname}.install
 
source=(http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz;)



[arch-commits] Commit in pambase/trunk (4 files)

2013-08-21 Thread Thomas Bächler
Date: Wednesday, August 21, 2013 @ 15:54:39
  Author: thomas
Revision: 193509

upgpkg: pambase 20130821-1

The pam_env manpage says:
Since setting of PAM environment variables can have side 
effects to other modules, this module should be the last
one on the stack.
Honor that by moving it to the end everywhere. This also
makes pam_env much more useful, since you can use
${XDG_RUNTIME_DIR} in pam_env.conf.

Modified:
  pambase/trunk/PKGBUILD
  pambase/trunk/system-auth
  pambase/trunk/system-login
  pambase/trunk/system-services

-+
 PKGBUILD|8 
 system-auth |4 ++--
 system-login|2 +-
 system-services |2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 13:09:24 UTC (rev 193508)
+++ PKGBUILD2013-08-21 13:54:39 UTC (rev 193509)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=pambase
-pkgver=20130113
+pkgver=20130821
 pkgrel=1
 pkgdesc=Base PAM configuration for services
 arch=('any')
@@ -20,11 +20,11 @@
 'etc/pam.d/system-remote-login'
 'etc/pam.d/system-services'
 'etc/pam.d/other')
-md5sums=('5f169a4ffe7ed69f58e106cdd2d760df'
+md5sums=('11bbad48a4a84e136f5e692b8867bec0'
  '477237985820117a0e6e1b13a86eb599'
- '560c6575b1272508c8818219ce023c10'
+ '7464f86d346b22dd07b433c341a33aab'
  '477237985820117a0e6e1b13a86eb599'
- '30fe7d41e054ee43fab7855bf88a07e5'
+ '6969307eef026979703a6eba33c2e3eb'
  '6e6c8719e5989d976a14610f340bd33a')
 
 package() {

Modified: system-auth
===
--- system-auth 2013-08-21 13:09:24 UTC (rev 193508)
+++ system-auth 2013-08-21 13:54:39 UTC (rev 193509)
@@ -1,8 +1,8 @@
 #%PAM-1.0
 
-auth  required  pam_env.so
 auth  required  pam_unix.so try_first_pass nullok
 auth  optional  pam_permit.so
+auth  required  pam_env.so
 
 account   required  pam_unix.so
 account   optional  pam_permit.so
@@ -12,6 +12,6 @@
 password  optional  pam_permit.so
 
 session   required  pam_limits.so
-session   required  pam_env.so
 session   required  pam_unix.so
 session   optional  pam_permit.so
+session   required  pam_env.so

Modified: system-login
===
--- system-login2013-08-21 13:09:24 UTC (rev 193508)
+++ system-login2013-08-21 13:54:39 UTC (rev 193509)
@@ -12,8 +12,8 @@
 password   includesystem-auth
 
 sessionoptional   pam_loginuid.so
-sessionrequired   pam_env.so
 sessionincludesystem-auth
 sessionoptional   pam_motd.so  motd=/etc/motd
 sessionoptional   pam_mail.so  dir=/var/spool/mail standard quiet
 -session   optional   pam_systemd.so
+sessionrequired   pam_env.so

Modified: system-services
===
--- system-services 2013-08-21 13:09:24 UTC (rev 193508)
+++ system-services 2013-08-21 13:54:39 UTC (rev 193509)
@@ -6,6 +6,6 @@
 
 session   optionalpam_loginuid.so
 session   requiredpam_limits.so
-session   requiredpam_env.so
 session   requiredpam_unix.so
 session   optionalpam_permit.so
+session   requiredpam_env.so



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

2013-08-21 Thread Thomas Bächler
Date: Wednesday, August 21, 2013 @ 15:54:52
  Author: thomas
Revision: 193510

archrelease: copy trunk to testing-any

Added:
  pambase/repos/testing-any/
  pambase/repos/testing-any/PKGBUILD
(from rev 193509, pambase/trunk/PKGBUILD)
  pambase/repos/testing-any/other
(from rev 193509, pambase/trunk/other)
  pambase/repos/testing-any/system-auth
(from rev 193509, pambase/trunk/system-auth)
  pambase/repos/testing-any/system-local-login
(from rev 193509, pambase/trunk/system-local-login)
  pambase/repos/testing-any/system-login
(from rev 193509, pambase/trunk/system-login)
  pambase/repos/testing-any/system-remote-login
(from rev 193509, pambase/trunk/system-remote-login)
  pambase/repos/testing-any/system-services
(from rev 193509, pambase/trunk/system-services)

-+
 PKGBUILD|   35 +++
 other   |5 +
 system-auth |   17 +
 system-local-login  |6 ++
 system-login|   19 +++
 system-remote-login |6 ++
 system-services |   11 +++
 7 files changed, 99 insertions(+)

Copied: pambase/repos/testing-any/PKGBUILD (from rev 193509, 
pambase/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-21 13:54:52 UTC (rev 193510)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=pambase
+pkgver=20130821
+pkgrel=1
+pkgdesc=Base PAM configuration for services
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+md5sums=('11bbad48a4a84e136f5e692b8867bec0'
+ '477237985820117a0e6e1b13a86eb599'
+ '7464f86d346b22dd07b433c341a33aab'
+ '477237985820117a0e6e1b13a86eb599'
+ '6969307eef026979703a6eba33c2e3eb'
+ '6e6c8719e5989d976a14610f340bd33a')
+
+package() {
+  install -dm755 $pkgdir/etc/pam.d
+  install -m644 -t $pkgdir/etc/pam.d ${source[@]}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pambase/repos/testing-any/other (from rev 193509, pambase/trunk/other)
===
--- testing-any/other   (rev 0)
+++ testing-any/other   2013-08-21 13:54:52 UTC (rev 193510)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pambase/repos/testing-any/system-auth (from rev 193509, 
pambase/trunk/system-auth)
===
--- testing-any/system-auth (rev 0)
+++ testing-any/system-auth 2013-08-21 13:54:52 UTC (rev 193510)
@@ -0,0 +1,17 @@
+#%PAM-1.0
+
+auth  required  pam_unix.so try_first_pass nullok
+auth  optional  pam_permit.so
+auth  required  pam_env.so
+
+account   required  pam_unix.so
+account   optional  pam_permit.so
+account   required  pam_time.so
+
+password  required  pam_unix.so try_first_pass nullok sha512 shadow
+password  optional  pam_permit.so
+
+session   required  pam_limits.so
+session   required  pam_unix.so
+session   optional  pam_permit.so
+session   required  pam_env.so

Copied: pambase/repos/testing-any/system-local-login (from rev 193509, 
pambase/trunk/system-local-login)
===
--- testing-any/system-local-login  (rev 0)
+++ testing-any/system-local-login  2013-08-21 13:54:52 UTC (rev 193510)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+auth  include   system-login
+account   include   system-login
+password  include   system-login
+session   include   system-login

Copied: pambase/repos/testing-any/system-login (from rev 193509, 
pambase/trunk/system-login)
===
--- testing-any/system-login(rev 0)
+++ testing-any/system-login2013-08-21 13:54:52 UTC (rev 193510)
@@ -0,0 +1,19 @@
+#%PAM-1.0
+
+auth   required   pam_tally.so onerr=succeed file=/var/log/faillog
+auth   required   pam_shells.so
+auth   requisite  pam_nologin.so
+auth   includesystem-auth
+
+accountrequired   pam_access.so
+accountrequired   pam_nologin.so
+accountincludesystem-auth
+
+password   includesystem-auth
+
+sessionoptional   pam_loginuid.so
+sessionincludesystem-auth
+sessionoptional

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

2013-08-21 Thread Jan de Groot
Date: Wednesday, August 21, 2013 @ 16:33:46
  Author: jgc
Revision: 193511

upgpkg: iagno 3.8.2-1

No need for desktop-file-utils, no mimetypes in desktop file

Modified:
  iagno/trunk/PKGBUILD
  iagno/trunk/iagno.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 13:54:52 UTC (rev 193510)
+++ PKGBUILD2013-08-21 14:33:46 UTC (rev 193511)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=iagno
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Dominate the board in a classic version of Reversi
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Iagno;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+sha256sums=('c4687214262c9fd838e40ea27fac8ed7c23db32690ef2d0f569373a8eaeb1de7')
 
 build() {
   cd $pkgname-$pkgver

Modified: iagno.install
===
--- iagno.install   2013-08-21 13:54:52 UTC (rev 193510)
+++ iagno.install   2013-08-21 14:33:46 UTC (rev 193511)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2013-08-21 Thread Jan de Groot
Date: Wednesday, August 21, 2013 @ 16:33:53
  Author: jgc
Revision: 193512

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   13 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   13 
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-i686/PKGBUILD 2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 193511, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-21 14:33:53 UTC (rev 193512)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4687214262c9fd838e40ea27fac8ed7c23db32690ef2d0f569373a8eaeb1de7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/iagno.install
===
--- extra-i686/iagno.install2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-i686/iagno.install2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 193511, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2013-08-21 14:33:53 UTC (rev 193512)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-x86_64/PKGBUILD   2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of 

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

2013-08-21 Thread Alexander Rødseth
Date: Wednesday, August 21, 2013 @ 17:11:15
  Author: arodseth
Revision: 96198

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

Added:
  python-pymongo/repos/community-i686/PKGBUILD
(from rev 96197, python-pymongo/trunk/PKGBUILD)
  python-pymongo/repos/community-x86_64/PKGBUILD
(from rev 96197, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-i686/PKGBUILD
  python-pymongo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 15:11:05 UTC (rev 96197)
+++ community-i686/PKGBUILD 2013-08-21 15:11:15 UTC (rev 96198)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='Python driver for MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc')
-
-build() {
-  cd $srcdir
-
-  cp -a pymongo-$pkgver pymongo2-$pkgver
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd $srcdir/pymongo2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd $srcdir/pymongo-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 96197, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 15:11:15 UTC (rev 96198)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.6
+pkgrel=1
+pkgdesc='Python driver for MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a')
+
+build() {
+  cd $srcdir
+
+  cp -a pymongo-$pkgver pymongo2-$pkgver
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+
+  cd $srcdir/pymongo2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd $srcdir/pymongo-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-21 15:11:05 UTC (rev 96197)
+++ community-x86_64/PKGBUILD   2013-08-21 15:11:15 UTC (rev 96198)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='Python driver for MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc')
-
-build() {
-  cd $srcdir
-
-  cp -a pymongo-$pkgver pymongo2-$pkgver
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd $srcdir/pymongo2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd $srcdir/pymongo-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-x86_64/PKGBUILD (from rev 96197, 
python-pymongo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-21 15:11:15 UTC (rev 96198)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa 

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

2013-08-21 Thread Alexander Rødseth
Date: Wednesday, August 21, 2013 @ 17:11:05
  Author: arodseth
Revision: 96197

upgpkg: python-pymongo 2.6-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 13:46:04 UTC (rev 96196)
+++ PKGBUILD2013-08-21 15:11:05 UTC (rev 96197)
@@ -5,15 +5,15 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.6
+pkgrel=1
 pkgdesc='Python driver for MongoDB'
 arch=('x86_64' 'i686')
 license=('APACHE')
 url='http://pypi.python.org/pypi/pymongo/'
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc')
+sha256sums=('0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a')
 
 build() {
   cd $srcdir



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

2013-08-21 Thread Laurent Carlier
Date: Wednesday, August 21, 2013 @ 17:28:19
  Author: lcarlier
Revision: 193513

upgpkg: xf86-video-intel 2.21.15-1

upstream update 2.21.15

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 14:33:53 UTC (rev 193512)
+++ PKGBUILD2013-08-21 15:28:19 UTC (rev 193513)
@@ -3,14 +3,14 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.21.14
-pkgrel=2
+pkgver=2.21.15
+pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 install=$pkgname.install
 pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
 replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
 provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cc74d482dfd1f6b87773233a6d5c36118039b42fe7f8d99ee28bda7b78aa3b49')
+sha256sums=('7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-intel/repos (6 files)

2013-08-21 Thread Laurent Carlier
Date: Wednesday, August 21, 2013 @ 17:28:31
  Author: lcarlier
Revision: 193514

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 193513, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 193513, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 193513, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 193513, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   41 ++
 testing-i686/xf86-video-intel.install   |   19 +
 testing-x86_64/PKGBUILD |   41 ++
 testing-x86_64/xf86-video-intel.install |   19 +
 4 files changed, 120 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 193513, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-21 15:28:31 UTC (rev 193514)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.15
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-dri \
+--with-default-accel=sna
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
193513, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2013-08-21 15:28:31 UTC (rev 
193514)
@@ -0,0 +1,19 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15)  0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat MSG
+ This driver now uses SNA as the default acceleration method. You can
+still fall back to UXA if you run into trouble. To do so, save a file
+with the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section Device
+Identifier  Intel Graphics
+Driver  intel
+Option  AccelMethod  uxa
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 193513, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-21 15:28:31 UTC (rev 193514)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.15
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc')
+
+build() {
+  cd 

[arch-commits] Commit in wifi-radar/repos/community-any (5 files)

2013-08-21 Thread Jelle van der Waa
Date: Wednesday, August 21, 2013 @ 19:21:17
  Author: jelle
Revision: 96200

archrelease: copy trunk to community-any

Added:
  wifi-radar/repos/community-any/PKGBUILD
(from rev 96199, wifi-radar/trunk/PKGBUILD)
  wifi-radar/repos/community-any/org.archlinux.pkexec.wifi-radar.policy
(from rev 96199, wifi-radar/trunk/org.archlinux.pkexec.wifi-radar.policy)
Deleted:
  wifi-radar/repos/community-any/PKGBUILD
  wifi-radar/repos/community-any/org.archlinux.pkexec.wifi-radar.policy
  wifi-radar/repos/community-any/wifi-radar.install

+
 PKGBUILD   |   96 +++
 wifi-radar.install |4 --
 2 files changed, 51 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 17:20:23 UTC (rev 96199)
+++ PKGBUILD2013-08-21 17:21:17 UTC (rev 96200)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dtw dibble.at.thewrecker.dot.net
-# Contributor: shawnifoley http://bbs.archlinux.org/viewtopic.php?t=11492
-# Contributor: sebastien le guillerm geeki...@tele2.fr
-
-pkgname=wifi-radar
-pkgver=2.0.s08
-pkgrel=6
-pkgdesc=A PyGTK2 utility for managing WiFi profiles
-arch=('any')
-url=http://wifi-radar.berlios.de/;
-license=('GPL')
-depends=('net-tools' 'pygtk' 'wireless_tools')
-optdepends=('polkit-gnome: needed if you launch wifi-radar from menu')
-backup=('etc/wifi-radar.conf')
-install=$pkgname.install
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2
-org.archlinux.pkexec.wifi-radar.policy)
-md5sums=('cbad24805d5dc6696e38dc1df619c819'
- 'b66236233a5644a75e638ab6fdcc54fc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $pkgname
-
-  # Fix iwlist and iwconfig path
-  sed -i 's|/sbin/iwlist|/usr/bin/iwlist|' $pkgname
-  sed -i 's|/sbin/iwconfig|/usr/bin/iwconfig|' $pkgname
-
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/usr sysconfdir=$pkgdir/etc 
sbindir=$pkgdir/usr/bin install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.wifi-radar.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.wifi-radar.policy
-
-  # Modify desktop file
-  sed -i -e s/^Exec=.*/Exec=pkexec --disable-internal-agent wifi-radar/ 
${pkgdir}/usr/share/applications/wifi-radar.desktop
-}

Copied: wifi-radar/repos/community-any/PKGBUILD (from rev 96199, 
wifi-radar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 17:21:17 UTC (rev 96200)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dtw dibble.at.thewrecker.dot.net
+# Contributor: shawnifoley http://bbs.archlinux.org/viewtopic.php?t=11492
+# Contributor: sebastien le guillerm geeki...@tele2.fr
+
+pkgname=wifi-radar
+pkgver=2.0.s08
+pkgrel=7
+pkgdesc=A PyGTK2 utility for managing WiFi profiles
+arch=('any')
+url=http://wifi-radar.berlios.de/;
+license=('GPL')
+depends=('net-tools' 'pygtk' 'wireless_tools')
+optdepends=('polkit-gnome: needed if you launch wifi-radar from menu')
+backup=('etc/wifi-radar.conf')
+source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2
+org.archlinux.pkexec.wifi-radar.policy)
+md5sums=('cbad24805d5dc6696e38dc1df619c819'
+ 'b66236233a5644a75e638ab6fdcc54fc')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $pkgname
+
+  # Fix iwlist and iwconfig path
+   sed -i -e 's|/sbin/iwlist|/usr/bin/iwlist|' \
+ -i -e 's|/sbin/iwconfig|/usr/bin/iwconfig|' \
+ -i -e 's|/sbin/ifconfig|/usr/bin/ifconfig|' \
+ -i -e 's|/sbin/route|/usr/bin/route|' \
+ -i -e 's|/sbin/dhcpcd|/usr/bin/dhcpcd|' \
+ -i -e 's|/usr/sbin/wpa_supplicant|/usr/bin/wpa_supplicant|' $pkgname
+
+  make
+}
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/usr sysconfdir=$pkgdir/etc 
sbindir=$pkgdir/usr/bin install
+
+  # remove empty /etc dir
+  rmdir $pkgdir/etc
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.wifi-radar.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.wifi-radar.policy
+
+  # Modify desktop file
+  sed -i -e s/^Exec=.*/Exec=pkexec --disable-internal-agent wifi-radar/ 
${pkgdir}/usr/share/applications/wifi-radar.desktop
+}

Deleted: org.archlinux.pkexec.wifi-radar.policy
===
(Binary files differ)

Copied: wifi-radar/repos/community-any/org.archlinux.pkexec.wifi-radar.policy 
(from rev 96199, wifi-radar/trunk/org.archlinux.pkexec.wifi-radar.policy)

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

2013-08-21 Thread Jelle van der Waa
Date: Wednesday, August 21, 2013 @ 19:20:23
  Author: jelle
Revision: 96199

upgpkg: wifi-radar 2.0.s08-7

fix FS#35823 and  FS#35822

Modified:
  wifi-radar/trunk/PKGBUILD
Deleted:
  wifi-radar/trunk/wifi-radar.install

+
 PKGBUILD   |   14 ++
 wifi-radar.install |4 
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 15:11:15 UTC (rev 96198)
+++ PKGBUILD2013-08-21 17:20:23 UTC (rev 96199)
@@ -7,7 +7,7 @@
 
 pkgname=wifi-radar
 pkgver=2.0.s08
-pkgrel=6
+pkgrel=7
 pkgdesc=A PyGTK2 utility for managing WiFi profiles
 arch=('any')
 url=http://wifi-radar.berlios.de/;
@@ -15,7 +15,6 @@
 depends=('net-tools' 'pygtk' 'wireless_tools')
 optdepends=('polkit-gnome: needed if you launch wifi-radar from menu')
 backup=('etc/wifi-radar.conf')
-install=$pkgname.install
 source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2
 org.archlinux.pkexec.wifi-radar.policy)
 md5sums=('cbad24805d5dc6696e38dc1df619c819'
@@ -28,8 +27,12 @@
   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $pkgname
 
   # Fix iwlist and iwconfig path
-  sed -i 's|/sbin/iwlist|/usr/bin/iwlist|' $pkgname
-  sed -i 's|/sbin/iwconfig|/usr/bin/iwconfig|' $pkgname
+   sed -i -e 's|/sbin/iwlist|/usr/bin/iwlist|' \
+ -i -e 's|/sbin/iwconfig|/usr/bin/iwconfig|' \
+ -i -e 's|/sbin/ifconfig|/usr/bin/ifconfig|' \
+ -i -e 's|/sbin/route|/usr/bin/route|' \
+ -i -e 's|/sbin/dhcpcd|/usr/bin/dhcpcd|' \
+ -i -e 's|/usr/sbin/wpa_supplicant|/usr/bin/wpa_supplicant|' $pkgname
 
   make
 }
@@ -37,6 +40,9 @@
   cd ${srcdir}/$pkgname-$pkgver
   make DESTDIR=$pkgdir/usr sysconfdir=$pkgdir/etc 
sbindir=$pkgdir/usr/bin install
 
+  # remove empty /etc dir
+  rmdir $pkgdir/etc
+
   # Install policy file
   install -Dm644 ${srcdir}/org.archlinux.pkexec.wifi-radar.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.wifi-radar.policy
 

Deleted: wifi-radar.install
===
--- wifi-radar.install  2013-08-21 15:11:15 UTC (rev 96198)
+++ wifi-radar.install  2013-08-21 17:20:23 UTC (rev 96199)
@@ -1,4 +0,0 @@
-post_remove(){
-  rm etc/wifi-radar.conf  /dev/null
-  rm var/log/wifi-radar.log  /dev/null
-}



[arch-commits] Commit in gens/trunk (PKGBUILD gens.desktop)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 19:55:32
  Author: alucryd
Revision: 96201

FS#23387: gens 2.15.5-9

Modified:
  gens/trunk/PKGBUILD
Deleted:
  gens/trunk/gens.desktop

--+
 PKGBUILD |   42 +-
 gens.desktop |9 -
 2 files changed, 21 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 17:21:17 UTC (rev 96200)
+++ PKGBUILD2013-08-21 17:55:32 UTC (rev 96201)
@@ -5,53 +5,53 @@
 
 pkgname=gens
 pkgver=2.15.5
-pkgrel=8
+pkgrel=9
 pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
 arch=('i686' 'x86_64')
 url='http://gens.sourceforge.net'
 license=('GPL')
 if [[ $CARCH == x86_64 ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
   optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
   'lib32-libpulse: Sound support for PulseAudio')
 else
   depends=('gtk2' 'sdl')
-  makedepends=('nasm')
 fi
+makedepends+=('gendesk' 'nasm')
 options=('!buildflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gens.desktop')
-sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a'
-'146a0e98780b909877b3937c9132c85f5aba9450ef9f748bd1374ae8c9dfb751')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
 
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name='Gens' 
--exec='gens'
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Multilib
   if [[ $CARCH == x86_64 ]]; then
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
   fi
 
-# Build
-  export LDFLAGS=-Wl,-z,noexecstack
-  ./configure --host=i686-unknown-linux-gnu --prefix=/usr
+  export LDFLAGS='-Wl,-z,noexecstack'
+  ./configure --host='i686-unknown-linux-gnu' --prefix='/usr'
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Multilib
   if [[ $CARCH == x86_64 ]]; then
 depends=('lib32-gtk2' 'lib32-sdl')
   fi
 
-# Install
-  make DESTDIR=${pkgdir} install
-  install -dm 755 ${pkgdir}/usr/share/applications
-  install -m 644 ../gens.desktop 
${pkgdir}/usr/share/applications/gens.desktop
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
+  ln -s /usr/share/gens/Gens2.ico ${pkgdir}/usr/share/pixmaps/${pkgname}.ico
 }
 
 # vim: ts=2 sw=2 et:

Deleted: gens.desktop
===
--- gens.desktop2013-08-21 17:21:17 UTC (rev 96200)
+++ gens.desktop2013-08-21 17:55:32 UTC (rev 96201)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Gens
-Type=Application
-GenericName=A Sega Genesis / Sega CD / Sega 32X emulator
-Comment=A Sega Genesis / Sega CD / Sega 32X emulator
-Exec=gens
-Icon=/usr/share/gens/Gens2.ico
-Categories=Application;Game;Emulator;



[arch-commits] Commit in gens/repos/community-i686 (PKGBUILD PKGBUILD gens.desktop)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 19:55:40
  Author: alucryd
Revision: 96202

archrelease: copy trunk to community-i686

Added:
  gens/repos/community-i686/PKGBUILD
(from rev 96201, gens/trunk/PKGBUILD)
Deleted:
  gens/repos/community-i686/PKGBUILD
  gens/repos/community-i686/gens.desktop

--+
 PKGBUILD |  114 -
 gens.desktop |9 
 2 files changed, 57 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 17:55:32 UTC (rev 96201)
+++ PKGBUILD2013-08-21 17:55:40 UTC (rev 96202)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: trya tryagainp...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=gens
-pkgver=2.15.5
-pkgrel=8
-pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
-arch=('i686' 'x86_64')
-url='http://gens.sourceforge.net'
-license=('GPL')
-if [[ $CARCH == x86_64 ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
-  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
-  'lib32-libpulse: Sound support for PulseAudio')
-else
-  depends=('gtk2' 'sdl')
-  makedepends=('nasm')
-fi
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gens.desktop')
-sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a'
-'146a0e98780b909877b3937c9132c85f5aba9450ef9f748bd1374ae8c9dfb751')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Multilib
-  if [[ $CARCH == x86_64 ]]; then
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-# Build
-  export LDFLAGS=-Wl,-z,noexecstack
-  ./configure --host=i686-unknown-linux-gnu --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Multilib
-  if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-gtk2' 'lib32-sdl')
-  fi
-
-# Install
-  make DESTDIR=${pkgdir} install
-  install -dm 755 ${pkgdir}/usr/share/applications
-  install -m 644 ../gens.desktop 
${pkgdir}/usr/share/applications/gens.desktop
-}
-
-# vim: ts=2 sw=2 et:

Copied: gens/repos/community-i686/PKGBUILD (from rev 96201, gens/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 17:55:40 UTC (rev 96202)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=gens
+pkgver=2.15.5
+pkgrel=9
+pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
+arch=('i686' 'x86_64')
+url='http://gens.sourceforge.net'
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+fi
+makedepends+=('gendesk' 'nasm')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
+
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name='Gens' 
--exec='gens'
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  fi
+
+  export LDFLAGS='-Wl,-z,noexecstack'
+  ./configure --host='i686-unknown-linux-gnu' --prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
+  ln -s /usr/share/gens/Gens2.ico ${pkgdir}/usr/share/pixmaps/${pkgname}.ico
+}
+
+# vim: ts=2 sw=2 et:

Deleted: gens.desktop
===
--- gens.desktop2013-08-21 17:55:32 UTC (rev 96201)
+++ gens.desktop2013-08-21 17:55:40 UTC (rev 96202)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Gens
-Type=Application
-GenericName=A Sega Genesis / Sega CD / Sega 32X emulator
-Comment=A Sega Genesis / Sega CD / Sega 32X emulator
-Exec=gens
-Icon=/usr/share/gens/Gens2.ico
-Categories=Application;Game;Emulator;



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

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 20:19:00
  Author: alucryd
Revision: 96203

upgpkg: gens 2.15.5-10

Modified:
  gens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 17:55:40 UTC (rev 96202)
+++ PKGBUILD2013-08-21 18:19:00 UTC (rev 96203)
@@ -5,7 +5,7 @@
 
 pkgname=gens
 pkgver=2.15.5
-pkgrel=9
+pkgrel=10
 pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
 arch=('i686' 'x86_64')
 url='http://gens.sourceforge.net'
@@ -17,7 +17,7 @@
 else
   depends=('gtk2' 'sdl')
 fi
-makedepends+=('gendesk' 'nasm')
+makedepends+=('gendesk' 'imagemagick' 'nasm')
 options=('!buildflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
@@ -51,7 +51,7 @@
 
   install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
   install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
-  ln -s /usr/share/gens/Gens2.ico ${pkgdir}/usr/share/pixmaps/${pkgname}.ico
+  convert ${pkgdir}/usr/share/{gens/Gens2.ico[1],pixmaps/${pkgname}.png}
 }
 
 # vim: ts=2 sw=2 et:



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

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 20:24:19
  Author: alucryd
Revision: 96205

archrelease: copy trunk to community-i686

Added:
  gens/repos/community-i686/PKGBUILD
(from rev 96204, gens/trunk/PKGBUILD)

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

Copied: gens/repos/community-i686/PKGBUILD (from rev 96204, gens/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 18:24:19 UTC (rev 96205)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=gens
+pkgver=2.15.5
+pkgrel=10
+pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
+arch=('i686' 'x86_64')
+url='http://gens.sourceforge.net'
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+fi
+makedepends+=('gendesk' 'imagemagick' 'nasm')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
+
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name='Gens' 
--exec='gens'
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  fi
+
+  export LDFLAGS='-Wl,-z,noexecstack'
+  ./configure --host='i686-unknown-linux-gnu' --prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
+  convert ${pkgdir}/usr/share/{gens/Gens2.ico[1],pixmaps/${pkgname}.png}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 20:23:57
  Author: alucryd
Revision: 96204

hope that works

Modified:
  higan-gtk/trunk/PKGBUILD
  higan-qt/trunk/PKGBUILD
Deleted:
  gens/repos/community-i686/PKGBUILD

+
 gens/repos/community-i686/PKGBUILD |   57 ---
 higan-gtk/trunk/PKGBUILD   |   12 +++
 higan-qt/trunk/PKGBUILD|2 -
 3 files changed, 7 insertions(+), 64 deletions(-)

Deleted: gens/repos/community-i686/PKGBUILD
===
--- gens/repos/community-i686/PKGBUILD  2013-08-21 18:19:00 UTC (rev 96203)
+++ gens/repos/community-i686/PKGBUILD  2013-08-21 18:23:57 UTC (rev 96204)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: trya tryagainp...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=gens
-pkgver=2.15.5
-pkgrel=9
-pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
-arch=('i686' 'x86_64')
-url='http://gens.sourceforge.net'
-license=('GPL')
-if [[ $CARCH == x86_64 ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
-  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
-  'lib32-libpulse: Sound support for PulseAudio')
-else
-  depends=('gtk2' 'sdl')
-fi
-makedepends+=('gendesk' 'nasm')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
-
-prepare() {
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name='Gens' 
--exec='gens'
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ $CARCH == x86_64 ]]; then
-export CC='gcc -m32'
-export CXX='g++ -m32'
-export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  fi
-
-  export LDFLAGS='-Wl,-z,noexecstack'
-  ./configure --host='i686-unknown-linux-gnu' --prefix='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-gtk2' 'lib32-sdl')
-  fi
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
-  ln -s /usr/share/gens/Gens2.ico ${pkgdir}/usr/share/pixmaps/${pkgname}.ico
-}
-
-# vim: ts=2 sw=2 et:

Modified: higan-gtk/trunk/PKGBUILD
===
--- higan-gtk/trunk/PKGBUILD2013-08-21 18:19:00 UTC (rev 96203)
+++ higan-gtk/trunk/PKGBUILD2013-08-21 18:23:57 UTC (rev 96204)
@@ -17,11 +17,11 @@
 'higan'
 'higan.desktop'
 'purify.desktop')
-sha1sums=('a1a117159a9c2c6b10a239b870479f520e45408d'
-  '2aa16f492c879d2cc1d4ffa28f4729a5ed5bb1c3'
-  '931baedc3bbdd343d2decda72c13b7d0efdcba3c'
-  '55f4de0a65d6428840d013f9b003d88158c131c7'
-  '093643998a2fb676d795c316e35d49cf6293ce86')
+sha256sums=('6ad526ab7ac16a5b814f84235fbcd48946310af8645c42980b0063e3270ec538'
+'2020f0b5a744f08c24085a15a6c2ec1d7c4424bba6727f244e513b95c4247e38'
+'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048'
+'e9daf06d65fc95e3bfca4e9b9953dcc16830014ba895053c5553d5972031ffbc'
+'5f24cc7884d19721b6f9ad14c14a98347de209a2791f4c830be83bd032f693f8')
 
 _profiles=accuracy balanced performance
 
@@ -65,7 +65,7 @@
   ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
 
 # Install higan
-  for _profile in ${_profiles} ; do
+  for _profile in ${_profiles}; do
 install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
   done
 

Modified: higan-qt/trunk/PKGBUILD
===
--- higan-qt/trunk/PKGBUILD 2013-08-21 18:19:00 UTC (rev 96203)
+++ higan-qt/trunk/PKGBUILD 2013-08-21 18:23:57 UTC (rev 96204)
@@ -74,7 +74,7 @@
   ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
 
 # Install higan
-  for _profile in ${_profiles} ; do
+  for _profile in ${_profiles}; do
 install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
   done
 



[arch-commits] Commit in gens/repos/multilib-x86_64 (PKGBUILD PKGBUILD gens.desktop)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 20:28:26
  Author: alucryd
Revision: 96206

archrelease: copy trunk to multilib-x86_64

Added:
  gens/repos/multilib-x86_64/PKGBUILD
(from rev 96205, gens/trunk/PKGBUILD)
Deleted:
  gens/repos/multilib-x86_64/PKGBUILD
  gens/repos/multilib-x86_64/gens.desktop

--+
 PKGBUILD |  114 -
 gens.desktop |9 
 2 files changed, 57 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 18:24:19 UTC (rev 96205)
+++ PKGBUILD2013-08-21 18:28:26 UTC (rev 96206)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: trya tryagainp...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=gens
-pkgver=2.15.5
-pkgrel=8
-pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
-arch=('i686' 'x86_64')
-url='http://gens.sourceforge.net'
-license=('GPL')
-if [[ $CARCH == x86_64 ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
-  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
-  'lib32-libpulse: Sound support for PulseAudio')
-else
-  depends=('gtk2' 'sdl')
-  makedepends=('nasm')
-fi
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gens.desktop')
-sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a'
-'146a0e98780b909877b3937c9132c85f5aba9450ef9f748bd1374ae8c9dfb751')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Multilib
-  if [[ $CARCH == x86_64 ]]; then
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-# Build
-  export LDFLAGS=-Wl,-z,noexecstack
-  ./configure --host=i686-unknown-linux-gnu --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Multilib
-  if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-gtk2' 'lib32-sdl')
-  fi
-
-# Install
-  make DESTDIR=${pkgdir} install
-  install -dm 755 ${pkgdir}/usr/share/applications
-  install -m 644 ../gens.desktop 
${pkgdir}/usr/share/applications/gens.desktop
-}
-
-# vim: ts=2 sw=2 et:

Copied: gens/repos/multilib-x86_64/PKGBUILD (from rev 96205, 
gens/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 18:28:26 UTC (rev 96206)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=gens
+pkgver=2.15.5
+pkgrel=10
+pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
+arch=('i686' 'x86_64')
+url='http://gens.sourceforge.net'
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+fi
+makedepends+=('gendesk' 'imagemagick' 'nasm')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a')
+
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name='Gens' 
--exec='gens'
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  fi
+
+  export LDFLAGS='-Wl,-z,noexecstack'
+  ./configure --host='i686-unknown-linux-gnu' --prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 {..,${pkgdir}/usr/share/applications}/${pkgname}.desktop
+  convert ${pkgdir}/usr/share/{gens/Gens2.ico[1],pixmaps/${pkgname}.png}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: gens.desktop
===
--- gens.desktop2013-08-21 18:24:19 UTC (rev 96205)
+++ gens.desktop2013-08-21 18:28:26 UTC (rev 96206)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Gens
-Type=Application
-GenericName=A Sega Genesis / Sega CD / Sega 32X emulator
-Comment=A Sega Genesis / Sega CD / Sega 32X emulator
-Exec=gens
-Icon=/usr/share/gens/Gens2.ico
-Categories=Application;Game;Emulator;



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 20:30:55
  Author: bluewind
Revision: 96207

upgpkg: inxi 1.9.14-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 18:28:26 UTC (rev 96206)
+++ PKGBUILD2013-08-21 18:30:55 UTC (rev 96207)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.9.13
+pkgver=1.9.14
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('163f613bb6458b33fedfb9c4f9a956c6')
+md5sums=('8665cdb034dd49d51f65c0249c978d18')
 
 package() {
   cd $srcdir



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 20:31:06
  Author: bluewind
Revision: 96208

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 96207, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 96207, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 18:30:55 UTC (rev 96207)
+++ PKGBUILD2013-08-21 18:31:06 UTC (rev 96208)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.9.13
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('163f613bb6458b33fedfb9c4f9a956c6')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 96207, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 18:31:06 UTC (rev 96208)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.9.14
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8665cdb034dd49d51f65c0249c978d18')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-08-21 18:30:55 UTC (rev 96207)
+++ upgpkg  2013-08-21 18:31:06 UTC (rev 96208)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 96207, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-08-21 18:31:06 UTC (rev 96208)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



[arch-commits] Commit in higan-gtk/trunk (PKGBUILD higan.desktop purify.desktop)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 21:09:02
  Author: alucryd
Revision: 96209

FS#23387: higan-gtk 093-2

Modified:
  higan-gtk/trunk/PKGBUILD
Deleted:
  higan-gtk/trunk/higan.desktop
  higan-gtk/trunk/purify.desktop

+
 PKGBUILD   |   51 ++-
 higan.desktop  |8 
 purify.desktop |8 
 3 files changed, 26 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 18:31:06 UTC (rev 96208)
+++ PKGBUILD2013-08-21 19:09:02 UTC (rev 96209)
@@ -3,29 +3,28 @@
 
 pkgname=higan-gtk
 pkgver=093
-pkgrel=1
+pkgrel=2
 pkgdesc=Nintendo multi-system emulator - GTK version
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/higan/;
 license=('GPL3')
 depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
-makedepends=('mesa')
+makedepends=('gendesk' 'mesa')
 optdepends=('beat: Delta patcher')
 conflicts=('higan-qt')
 source=(http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz;
 http://higan.googlecode.com/files/purify_v03-source.tar.xz;
-'higan'
-'higan.desktop'
-'purify.desktop')
+'higan')
 sha256sums=('6ad526ab7ac16a5b814f84235fbcd48946310af8645c42980b0063e3270ec538'
 '2020f0b5a744f08c24085a15a6c2ec1d7c4424bba6727f244e513b95c4247e38'
-'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048'
-'e9daf06d65fc95e3bfca4e9b9953dcc16830014ba895053c5553d5972031ffbc'
-'5f24cc7884d19721b6f9ad14c14a98347de209a2791f4c830be83bd032f693f8')
+'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
 
 _profiles=accuracy balanced performance
 
 prepare() {
+  gendesk -n --pkgname higan --pkgdesc ${pkgdesc} --name='higan' 
--exec='higan %u'
+  gendesk -n --pkgname purify --pkgdesc ROM Purifier - GTK version 
--name='purify' --exec='purify'
+
   cd higan_v${pkgver}-source
 
   sed -i s/flags   += -I. -O3 -fomit-frame-pointer/flags   += -I. 
-fomit-frame-pointer -std=gnu++11/
@@ -33,46 +32,48 @@
 }
 
 build() {
-# Compile libananke
-  cd ${srcdir}/higan_v${pkgver}-source/ananke
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11
+  cd ${srcdir}/higan_v${pkgver}-source
 
-# Compile higan
-  cd ${srcdir}/higan_v${pkgver}-source
+# libananke
+  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11 -C ananke
+
+# higan
   for _profile in ${_profiles}; do
 make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
-mv out/higan out/higan-${_profile}
+mv out/higan{,-${_profile}}
 make clean
   done
 
-# Compile purify
+# purify
   cd ${srcdir}/purify_v03-source/purify
   make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I. 
-fomit-frame-pointer -std=gnu++11 link='-s -lX11 -ldl -Wl,-export-dynamic'
 }
 
 package() {
-# Install common files
   cd ${srcdir}/higan_v${pkgver}-source
+
+# Common files
   install -dm 755 
${pkgdir}/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 ../higan ${pkgdir}/usr/bin/higan
-  install -m 644 ../higan.desktop 
${pkgdir}/usr/share/applications/higan.desktop
+  install -m 755 {..,${pkgdir}/usr/bin}/higan
+  install -m 644 {..,${pkgdir}/usr/share/applications}/higan.desktop
   install -m 644 data/higan512.png ${pkgdir}/usr/share/pixmaps/higan.png
   cp -dr --no-preserve=ownership profile/* data/cheats.bml 
${pkgdir}/usr/share/higan/
   cp -dr --no-preserve=ownership shaders/*.shader 
${pkgdir}/usr/share/higan/Video\ Shaders/
 
-# Install libananke
+# libananke
   install -m 644 ananke/libananke.so ${pkgdir}/usr/lib/libananke.so.1
-  ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
+  ln -s libananke.so.1 ${pkgdir}/usr/lib/libananke.so
 
-# Install higan
+# higan
   for _profile in ${_profiles}; do
-install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
+install -m 755 {out,${pkgdir}/usr/bin}/higan-${_profile}
   done
 
-# Install purify
+# purify
   cd ${srcdir}/purify_v03-source/purify
-  install -m 755 purify ${pkgdir}/usr/bin/purify
-  install -m 644 ${srcdir}/purify.desktop 
${pkgdir}/usr/share/applications/purify.desktop
+  install -m 755 {,${pkgdir}/usr/bin/}purify
+  install -m 644 {../..,${pkgdir}/usr/share/applications}/purify.desktop
+  ln -s higan.png ${pkgdir}/usr/share/pixmaps/purify.png
 
 # Fix permissions
   find ${pkgdir}/usr/share/higan/ -type d -exec chmod 755 {} +

Deleted: higan.desktop
===
--- higan.desktop   2013-08-21 18:31:06 UTC (rev 96208)
+++ higan.desktop   2013-08-21 19:09:02 UTC (rev 96209)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=higan
-Comment=Nintendo multi-system emulator
-Exec=higan %u
-Icon=higan
-Terminal=false
-Type=Application
-Categories=Game;Emulator;

Deleted: purify.desktop

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

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 21:09:14
  Author: alucryd
Revision: 96210

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

Added:
  higan-gtk/repos/community-i686/PKGBUILD
(from rev 96209, higan-gtk/trunk/PKGBUILD)
  higan-gtk/repos/community-i686/higan
(from rev 96209, higan-gtk/trunk/higan)
  higan-gtk/repos/community-x86_64/PKGBUILD
(from rev 96209, higan-gtk/trunk/PKGBUILD)
  higan-gtk/repos/community-x86_64/higan
(from rev 96209, higan-gtk/trunk/higan)
Deleted:
  higan-gtk/repos/community-i686/PKGBUILD
  higan-gtk/repos/community-i686/higan
  higan-gtk/repos/community-i686/higan.desktop
  higan-gtk/repos/community-i686/purify.desktop
  higan-gtk/repos/community-x86_64/PKGBUILD
  higan-gtk/repos/community-x86_64/higan
  higan-gtk/repos/community-x86_64/higan.desktop
  higan-gtk/repos/community-x86_64/purify.desktop

-+
 /PKGBUILD   |  166 ++
 /higan  |   26 +
 community-i686/PKGBUILD |   82 --
 community-i686/higan|   13 --
 community-i686/higan.desktop|8 -
 community-i686/purify.desktop   |8 -
 community-x86_64/PKGBUILD   |   82 --
 community-x86_64/higan  |   13 --
 community-x86_64/higan.desktop  |8 -
 community-x86_64/purify.desktop |8 -
 10 files changed, 192 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 19:09:02 UTC (rev 96209)
+++ community-i686/PKGBUILD 2013-08-21 19:09:14 UTC (rev 96210)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=higan-gtk
-pkgver=093
-pkgrel=1
-pkgdesc=Nintendo multi-system emulator - GTK version
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/higan/;
-license=('GPL3')
-depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
-makedepends=('mesa')
-optdepends=('beat: Delta patcher')
-conflicts=('higan-qt')
-source=(http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz;
-http://higan.googlecode.com/files/purify_v03-source.tar.xz;
-'higan'
-'higan.desktop'
-'purify.desktop')
-sha1sums=('a1a117159a9c2c6b10a239b870479f520e45408d'
-  '2aa16f492c879d2cc1d4ffa28f4729a5ed5bb1c3'
-  '931baedc3bbdd343d2decda72c13b7d0efdcba3c'
-  '55f4de0a65d6428840d013f9b003d88158c131c7'
-  '093643998a2fb676d795c316e35d49cf6293ce86')
-
-_profiles=accuracy balanced performance
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  sed -i s/flags   += -I. -O3 -fomit-frame-pointer/flags   += -I. 
-fomit-frame-pointer -std=gnu++11/
-  s/flags += -march=native/flags += $CXXFLAGS/g Makefile
-}
-
-build() {
-# Compile libananke
-  cd ${srcdir}/higan_v${pkgver}-source/ananke
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11
-
-# Compile higan
-  cd ${srcdir}/higan_v${pkgver}-source
-  for _profile in ${_profiles}; do
-make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
-mv out/higan out/higan-${_profile}
-make clean
-  done
-
-# Compile purify
-  cd ${srcdir}/purify_v03-source/purify
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I. 
-fomit-frame-pointer -std=gnu++11 link='-s -lX11 -ldl -Wl,-export-dynamic'
-}
-
-package() {
-# Install common files
-  cd ${srcdir}/higan_v${pkgver}-source
-  install -dm 755 
${pkgdir}/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 ../higan ${pkgdir}/usr/bin/higan
-  install -m 644 ../higan.desktop 
${pkgdir}/usr/share/applications/higan.desktop
-  install -m 644 data/higan512.png ${pkgdir}/usr/share/pixmaps/higan.png
-  cp -dr --no-preserve=ownership profile/* data/cheats.bml 
${pkgdir}/usr/share/higan/
-  cp -dr --no-preserve=ownership shaders/*.shader 
${pkgdir}/usr/share/higan/Video\ Shaders/
-
-# Install libananke
-  install -m 644 ananke/libananke.so ${pkgdir}/usr/lib/libananke.so.1
-  ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
-
-# Install higan
-  for _profile in ${_profiles} ; do
-install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
-  done
-
-# Install purify
-  cd ${srcdir}/purify_v03-source/purify
-  install -m 755 purify ${pkgdir}/usr/bin/purify
-  install -m 644 ${srcdir}/purify.desktop 
${pkgdir}/usr/share/applications/purify.desktop
-
-# Fix permissions
-  find ${pkgdir}/usr/share/higan/ -type d -exec chmod 755 {} +
-  find ${pkgdir}/usr/share/higan/ -type f -exec chmod 644 {} +
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan-gtk/repos/community-i686/PKGBUILD (from rev 96209, 
higan-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 19:09:14 UTC (rev 96210)
@@ -0,0 

[arch-commits] Commit in higan-qt/trunk (PKGBUILD higan.desktop purify.desktop)

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 21:21:49
  Author: alucryd
Revision: 96211

FS#23387: higan-qt 093-2

Modified:
  higan-qt/trunk/PKGBUILD
Deleted:
  higan-qt/trunk/higan.desktop
  higan-qt/trunk/purify.desktop

+
 PKGBUILD   |   55 ++-
 higan.desktop  |8 
 purify.desktop |8 
 3 files changed, 26 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 19:09:14 UTC (rev 96210)
+++ PKGBUILD2013-08-21 19:21:49 UTC (rev 96211)
@@ -3,85 +3,82 @@
 
 pkgname=higan-qt
 pkgver=093
-pkgrel=1
+pkgrel=2
 pkgdesc=Nintendo multi-system emulator - Qt version
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/higan/;
 license=('GPL3')
 depends=('libao' 'libpulse' 'openal' 'qt4' 'sdl' 'xdialog')
-makedepends=('mesa')
+makedepends=('gendesk' 'mesa')
 optdepends=('beat: Delta patcher')
 conflicts=('higan-gtk')
 source=(http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz;
 http://higan.googlecode.com/files/purify_v03-source.tar.xz;
-'higan'
-'higan.desktop'
-'purify.desktop')
+'higan')
 sha256sums=('6ad526ab7ac16a5b814f84235fbcd48946310af8645c42980b0063e3270ec538'
 '2020f0b5a744f08c24085a15a6c2ec1d7c4424bba6727f244e513b95c4247e38'
-'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048'
-'e9daf06d65fc95e3bfca4e9b9953dcc16830014ba895053c5553d5972031ffbc'
-'5f24cc7884d19721b6f9ad14c14a98347de209a2791f4c830be83bd032f693f8')
+'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
 
 _profiles=accuracy balanced performance
 
 prepare() {
+  gendesk -n --pkgname higan --pkgdesc ${pkgdesc} --name='higan' 
--exec='higan %u'
+  gendesk -n --pkgname purify --pkgdesc ROM Purifier - GTK version 
--name='purify' --exec='purify'
+
   cd ${srcdir}/higan_v${pkgver}-source
 
-# Qt 4.8 fix
   moc-qt4 -i -Iphoenix/qt/ -o phoenix/qt/platform.moc 
phoenix/qt/platform.moc.hpp
-
-# Use $CXXFLAGS
   sed -i s/flags   += -I. -O3 -fomit-frame-pointer/flags   += -I. 
-fomit-frame-pointer -std=gnu++11/
   s/flags += -march=native/flags += $CXXFLAGS/g Makefile
 
   cd ${srcdir}/purify_v03-source
 
-# Qt 4.8 fix
   moc-qt4 -i -Ipurify/phoenix/qt/ -o purify/phoenix/qt/platform.moc 
purify/phoenix/qt/platform.moc.hpp
 }
 
 build() {
-# Compile libananke
-  cd ${srcdir}/higan_v${pkgver}-source/ananke
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11
+  cd ${srcdir}/higan_v${pkgver}-source
 
-# Compile higan
-  cd ${srcdir}/higan_v${pkgver}-source
+# libananke
+  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11 -C ananke
+
+# higan
   for _profile in ${_profiles}; do
 make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
-mv out/higan out/higan-${_profile}
+mv out/higan{,-${_profile}}
 make clean
   done
 
-# Compile purify
+# purify
   cd ${srcdir}/purify_v03-source/purify
   make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I. 
-fomit-frame-pointer -std=gnu++11 link='-s -lX11 -ldl -Wl,-export-dynamic'
 }
 
 package() {
-# Install common files
   cd ${srcdir}/higan_v${pkgver}-source
+
+# Common files
   install -dm 755 
${pkgdir}/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 ../higan ${pkgdir}/usr/bin/higan
-  install -m 644 ../higan.desktop 
${pkgdir}/usr/share/applications/higan.desktop
+  install -m 755 {..,${pkgdir}/usr/bin}/higan
+  install -m 644 {..,${pkgdir}/usr/share/applications}/higan.desktop
   install -m 644 data/higan512.png ${pkgdir}/usr/share/pixmaps/higan.png
   cp -dr --no-preserve=ownership profile/* data/cheats.bml 
${pkgdir}/usr/share/higan/
   cp -dr --no-preserve=ownership shaders/*.shader 
${pkgdir}/usr/share/higan/Video\ Shaders/
 
-# Install libananke
+# libananke
   install -m 644 ananke/libananke.so ${pkgdir}/usr/lib/libananke.so.1
-  ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
+  ln -s libananke.so.1 ${pkgdir}/usr/lib/libananke.so
 
-# Install higan
+# higan
   for _profile in ${_profiles}; do
-install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
+install -m 755 {out,${pkgdir}/usr/bin}/higan-${_profile}
   done
 
-# Install purify
+# purify
   cd ${srcdir}/purify_v03-source/purify
-  install -m 755 purify ${pkgdir}/usr/bin/purify
-  install -m 644 ${srcdir}/purify.desktop 
${pkgdir}/usr/share/applications/purify.desktop
+  install -m 755 {,${pkgdir}/usr/bin/}purify
+  install -m 644 {../..,${pkgdir}/usr/share/applications}/purify.desktop
+  ln -s higan.png ${pkgdir}/usr/share/pixmaps/purify.png
 
 # Fix permissions
   find ${pkgdir}/usr/share/higan/ -type d -exec chmod 755 {} +

Deleted: higan.desktop
===
--- 

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

2013-08-21 Thread Maxime Gauduin
Date: Wednesday, August 21, 2013 @ 21:22:00
  Author: alucryd
Revision: 96212

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

Added:
  higan-qt/repos/community-i686/PKGBUILD
(from rev 96211, higan-qt/trunk/PKGBUILD)
  higan-qt/repos/community-i686/higan
(from rev 96211, higan-qt/trunk/higan)
  higan-qt/repos/community-x86_64/PKGBUILD
(from rev 96211, higan-qt/trunk/PKGBUILD)
  higan-qt/repos/community-x86_64/higan
(from rev 96211, higan-qt/trunk/higan)
Deleted:
  higan-qt/repos/community-i686/PKGBUILD
  higan-qt/repos/community-i686/higan
  higan-qt/repos/community-i686/higan.desktop
  higan-qt/repos/community-i686/purify.desktop
  higan-qt/repos/community-x86_64/PKGBUILD
  higan-qt/repos/community-x86_64/higan
  higan-qt/repos/community-x86_64/higan.desktop
  higan-qt/repos/community-x86_64/purify.desktop

-+
 /PKGBUILD   |  176 ++
 /higan  |   26 +
 community-i686/PKGBUILD |   91 ---
 community-i686/higan|   13 --
 community-i686/higan.desktop|8 -
 community-i686/purify.desktop   |8 -
 community-x86_64/PKGBUILD   |   91 ---
 community-x86_64/higan  |   13 --
 community-x86_64/higan.desktop  |8 -
 community-x86_64/purify.desktop |8 -
 10 files changed, 202 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 19:21:49 UTC (rev 96211)
+++ community-i686/PKGBUILD 2013-08-21 19:22:00 UTC (rev 96212)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=higan-qt
-pkgver=093
-pkgrel=1
-pkgdesc=Nintendo multi-system emulator - Qt version
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/higan/;
-license=('GPL3')
-depends=('libao' 'libpulse' 'openal' 'qt4' 'sdl' 'xdialog')
-makedepends=('mesa')
-optdepends=('beat: Delta patcher')
-conflicts=('higan-gtk')
-source=(http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz;
-http://higan.googlecode.com/files/purify_v03-source.tar.xz;
-'higan'
-'higan.desktop'
-'purify.desktop')
-sha256sums=('6ad526ab7ac16a5b814f84235fbcd48946310af8645c42980b0063e3270ec538'
-'2020f0b5a744f08c24085a15a6c2ec1d7c4424bba6727f244e513b95c4247e38'
-'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048'
-'e9daf06d65fc95e3bfca4e9b9953dcc16830014ba895053c5553d5972031ffbc'
-'5f24cc7884d19721b6f9ad14c14a98347de209a2791f4c830be83bd032f693f8')
-
-_profiles=accuracy balanced performance
-
-prepare() {
-  cd ${srcdir}/higan_v${pkgver}-source
-
-# Qt 4.8 fix
-  moc-qt4 -i -Iphoenix/qt/ -o phoenix/qt/platform.moc 
phoenix/qt/platform.moc.hpp
-
-# Use $CXXFLAGS
-  sed -i s/flags   += -I. -O3 -fomit-frame-pointer/flags   += -I. 
-fomit-frame-pointer -std=gnu++11/
-  s/flags += -march=native/flags += $CXXFLAGS/g Makefile
-
-  cd ${srcdir}/purify_v03-source
-
-# Qt 4.8 fix
-  moc-qt4 -i -Ipurify/phoenix/qt/ -o purify/phoenix/qt/platform.moc 
purify/phoenix/qt/platform.moc.hpp
-}
-
-build() {
-# Compile libananke
-  cd ${srcdir}/higan_v${pkgver}-source/ananke
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I.. 
-fomit-frame-pointer -std=gnu++11
-
-# Compile higan
-  cd ${srcdir}/higan_v${pkgver}-source
-  for _profile in ${_profiles}; do
-make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
-mv out/higan out/higan-${_profile}
-make clean
-  done
-
-# Compile purify
-  cd ${srcdir}/purify_v03-source/purify
-  make compiler=g++ platform=x phoenix=gtk flags=$CXXFLAGS -I. 
-fomit-frame-pointer -std=gnu++11 link='-s -lX11 -ldl -Wl,-export-dynamic'
-}
-
-package() {
-# Install common files
-  cd ${srcdir}/higan_v${pkgver}-source
-  install -dm 755 
${pkgdir}/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 ../higan ${pkgdir}/usr/bin/higan
-  install -m 644 ../higan.desktop 
${pkgdir}/usr/share/applications/higan.desktop
-  install -m 644 data/higan512.png ${pkgdir}/usr/share/pixmaps/higan.png
-  cp -dr --no-preserve=ownership profile/* data/cheats.bml 
${pkgdir}/usr/share/higan/
-  cp -dr --no-preserve=ownership shaders/*.shader 
${pkgdir}/usr/share/higan/Video\ Shaders/
-
-# Install libananke
-  install -m 644 ananke/libananke.so ${pkgdir}/usr/lib/libananke.so.1
-  ln -s /usr/lib/libananke.so.1 ${pkgdir}/usr/lib/libananke.so
-
-# Install higan
-  for _profile in ${_profiles} ; do
-install -m 755 out/higan-${_profile} ${pkgdir}/usr/bin/higan-${_profile}
-  done
-
-# Install purify
-  cd ${srcdir}/purify_v03-source/purify
-  install -m 755 purify ${pkgdir}/usr/bin/purify
-  install -m 644 ${srcdir}/purify.desktop 
${pkgdir}/usr/share/applications/purify.desktop
-
-# Fix permissions
-  find ${pkgdir}/usr/share/higan/ -type d -exec chmod 755 

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

2013-08-21 Thread speps
Date: Wednesday, August 21, 2013 @ 21:30:16
  Author: speps
Revision: 96213

upgpkg: caps 0.9.10-1

Modified:
  caps/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 19:22:00 UTC (rev 96212)
+++ PKGBUILD2013-08-21 19:30:16 UTC (rev 96213)
@@ -3,7 +3,7 @@
 # Contributor: DonVla don...@users.sourceforge.net
 
 pkgname=caps
-pkgver=0.9.8
+pkgver=0.9.10
 pkgrel=1
 pkgdesc=The LADSPA C* Audio Plugin Suite
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('ladspa-plugins')
 depends=('ladspa')
 source=(http://quitte.de/dsp/caps_$pkgver.tar.bz2;)
-md5sums=('e3bfcb4c53670dcc3c8ba3ce3639d002')
+md5sums=('dac87bf3a967b6f6ddcea1d90b6f4808')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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


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

2013-08-21 Thread speps
Date: Wednesday, August 21, 2013 @ 21:31:33
  Author: speps
Revision: 96214

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 19:30:16 UTC (rev 96213)
+++ community-i686/PKGBUILD 2013-08-21 19:31:33 UTC (rev 96214)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=caps
-pkgver=0.9.8
-pkgrel=1
-pkgdesc=The LADSPA C* Audio Plugin Suite
-arch=('i686' 'x86_64')
-url=http://quitte.de/dsp/caps.html;
-license=('GPL3')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=(http://quitte.de/dsp/caps_$pkgver.tar.bz2;)
-md5sums=('e3bfcb4c53670dcc3c8ba3ce3639d002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # use a minimum of optimization required to build
-  export _CFLAGS='-msse -mfpmath=sse'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
- 
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}

Copied: caps/repos/community-i686/PKGBUILD (from rev 96213, caps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-21 19:31:33 UTC (rev 96214)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=caps
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=The LADSPA C* Audio Plugin Suite
+arch=('i686' 'x86_64')
+url=http://quitte.de/dsp/caps.html;
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=(http://quitte.de/dsp/caps_$pkgver.tar.bz2;)
+md5sums=('dac87bf3a967b6f6ddcea1d90b6f4808')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+ 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-21 19:30:16 UTC (rev 96213)
+++ community-x86_64/PKGBUILD   2013-08-21 19:31:33 UTC (rev 96214)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=caps
-pkgver=0.9.8
-pkgrel=1
-pkgdesc=The LADSPA C* Audio Plugin Suite
-arch=('i686' 'x86_64')
-url=http://quitte.de/dsp/caps.html;
-license=('GPL3')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=(http://quitte.de/dsp/caps_$pkgver.tar.bz2;)
-md5sums=('e3bfcb4c53670dcc3c8ba3ce3639d002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # use a minimum of optimization required to build
-  export _CFLAGS='-msse -mfpmath=sse'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
- 
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}

Copied: caps/repos/community-x86_64/PKGBUILD (from rev 96213, 
caps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-21 19:31:33 UTC (rev 96214)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=caps
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=The LADSPA C* Audio Plugin Suite
+arch=('i686' 'x86_64')
+url=http://quitte.de/dsp/caps.html;
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=(http://quitte.de/dsp/caps_$pkgver.tar.bz2;)
+md5sums=('dac87bf3a967b6f6ddcea1d90b6f4808')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+ 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 23:10:47
  Author: bluewind
Revision: 96215

upgpkg: lib32-gettext 0.18.3.1-1

upstream update

Modified:
  lib32-gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 19:31:33 UTC (rev 96214)
+++ PKGBUILD2013-08-21 21:10:47 UTC (rev 96215)
@@ -3,7 +3,7 @@
 # Contributor: Joakim Hernberg jhernberg at alchemy dot lu
 _pkgbasename=gettext
 pkgname=lib32-$_pkgbasename
-pkgver=0.18.3
+pkgver=0.18.3.1
 pkgrel=1
 pkgdesc=GNU internationalization library (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('cvs: for autopoint tool')
 options=(!libtool !docs)
 
source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
-md5sums=('3fa4236c41b7e837355de144210207ec'
+md5sums=('3fc808f7d25487fc72b5759df7419e02'
  'SKIP')
 
 build() {



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 23:10:50
  Author: bluewind
Revision: 96216

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gettext/repos/multilib-x86_64/PKGBUILD
(from rev 96215, lib32-gettext/trunk/PKGBUILD)
Deleted:
  lib32-gettext/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 21:10:47 UTC (rev 96215)
+++ PKGBUILD2013-08-21 21:10:50 UTC (rev 96216)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Joakim Hernberg jhernberg at alchemy dot lu
-_pkgbasename=gettext
-pkgname=lib32-$_pkgbasename
-pkgver=0.18.3
-pkgrel=1
-pkgdesc=GNU internationalization library (32-bit)
-arch=('x86_64')
-url=http://www.gnu.org/software/gettext/;
-license=('GPL')
-depends=('lib32-acl' lib32-gcc-libs $_pkgbasename)
-makedepends=(gcc-multilib)
-optdepends=('cvs: for autopoint tool')
-options=(!libtool !docs)
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
-md5sums=('3fa4236c41b7e837355de144210207ec'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
- cd ${srcdir}/${_pkgbasename}-${pkgver}
- make check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gettext/repos/multilib-x86_64/PKGBUILD (from rev 96215, 
lib32-gettext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 21:10:50 UTC (rev 96216)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Joakim Hernberg jhernberg at alchemy dot lu
+_pkgbasename=gettext
+pkgname=lib32-$_pkgbasename
+pkgver=0.18.3.1
+pkgrel=1
+pkgdesc=GNU internationalization library (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+depends=('lib32-acl' lib32-gcc-libs $_pkgbasename)
+makedepends=(gcc-multilib)
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+md5sums=('3fc808f7d25487fc72b5759df7419e02'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+ cd ${srcdir}/${_pkgbasename}-${pkgver}
+ make check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 23:20:03
  Author: bluewind
Revision: 96217

upgpkg: lib32-glib2 2.36.4-1

upstream update

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 21:10:50 UTC (rev 96216)
+++ PKGBUILD2013-08-21 21:20:03 UTC (rev 96217)
@@ -5,8 +5,8 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.36.3
-pkgrel=2
+pkgver=2.36.4
+pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
 url=http://www.gtk.org/;
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib' python2)
 options=('!libtool' '!docs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
-sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e')
+sha256sums=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e')
 
 build() {
   export CC=gcc -m32
@@ -23,6 +23,7 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/glib-${pkgver}
+  touch -r NEWS gtk-doc.make
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
   --enable-static --enable-shared --with-pcre=system --disable-fam
   make



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

2013-08-21 Thread Florian Pritz
Date: Wednesday, August 21, 2013 @ 23:20:07
  Author: bluewind
Revision: 96218

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD
(from rev 96217, lib32-glib2/trunk/PKGBUILD)
Deleted:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 21:20:03 UTC (rev 96217)
+++ PKGBUILD2013-08-21 21:20:07 UTC (rev 96218)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=glib2
-pkgname=lib32-$_pkgbasename
-pkgver=2.36.3
-pkgrel=2
-pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
-url=http://www.gtk.org/;
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-pcre' 'lib32-zlib' 'lib32-dbus-core' lib32-libffi 
$_pkgbasename)
-makedepends=('gcc-multilib' python2)
-options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
-sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/glib-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
-  --enable-static --enable-shared --with-pcre=system --disable-fam
-  make
-}
-
-package() {
-  cd ${srcdir}/glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/{share,include}}
-
-  cd ${pkgdir}/usr/bin
-  mv gio-querymodules gio-querymodules-32
-  rm -f gdbus glib* gobject-query gsettings gtester*
-  rm -rf $pkgdir/usr/lib32/gdbus-2.0
-  find $pkgdir/usr/bin -type f -not -name gio-querymodules-32 -delete
-}

Copied: lib32-glib2/repos/multilib-x86_64/PKGBUILD (from rev 96217, 
lib32-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 21:20:07 UTC (rev 96218)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.36.4
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
+url=http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-pcre' 'lib32-zlib' 'lib32-dbus-core' lib32-libffi 
$_pkgbasename)
+makedepends=('gcc-multilib' python2)
+options=('!libtool' '!docs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
+sha256sums=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/glib-${pkgver}
+  touch -r NEWS gtk-doc.make
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
+  --enable-static --enable-shared --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd ${srcdir}/glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{share,include}}
+
+  cd ${pkgdir}/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf $pkgdir/usr/lib32/gdbus-2.0
+  find $pkgdir/usr/bin -type f -not -name gio-querymodules-32 -delete
+}



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

2013-08-21 Thread Eric Bélanger
Date: Wednesday, August 21, 2013 @ 23:57:33
  Author: eric
Revision: 96219

upgpkg: cpanminus 1.6941-1

Upstream update

Modified:
  cpanminus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 21:20:07 UTC (rev 96218)
+++ PKGBUILD2013-08-21 21:57:33 UTC (rev 96219)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=cpanminus
-pkgver=1.6940
+pkgver=1.6941
 pkgrel=1
 pkgdesc='Get, unpack, build and install modules from CPAN'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('beae192aed24ebcdc4e01b2cfca1da06')
+sha1sums=('9d7cd3ed4758ca2b282be6020b9394ff3549d794')
 
 build() {
   cd App-cpanminus-$pkgver



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

2013-08-21 Thread Eric Bélanger
Date: Wednesday, August 21, 2013 @ 23:58:14
  Author: eric
Revision: 96220

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 96219, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 21:57:33 UTC (rev 96219)
+++ PKGBUILD2013-08-21 21:58:14 UTC (rev 96220)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6940
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('beae192aed24ebcdc4e01b2cfca1da06')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 96219, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 21:58:14 UTC (rev 96220)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.6941
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('9d7cd3ed4758ca2b282be6020b9394ff3549d794')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-08-21 Thread Gaetan Bisson
Date: Thursday, August 22, 2013 @ 00:25:01
  Author: bisson
Revision: 193522

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 193521, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 193521, gnupg/repos/testing-i686/install)
  gnupg/repos/core-i686/protect-tool-env.patch
(from rev 193521, gnupg/repos/testing-i686/protect-tool-env.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 193521, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 193521, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/protect-tool-env.patch
(from rev 193521, gnupg/repos/testing-x86_64/protect-tool-env.patch)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/protect-tool-env.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/protect-tool-env.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

+
 /PKGBUILD  |  122 +++
 /install   |   40 +++
 /protect-tool-env.patch|   56 
 core-i686/PKGBUILD |   61 -
 core-i686/install  |   20 -
 core-i686/protect-tool-env.patch   |   28 
 core-x86_64/PKGBUILD   |   61 -
 core-x86_64/install|   20 -
 core-x86_64/protect-tool-env.patch |   28 
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-08-21 22:20:00 UTC (rev 193521)
+++ core-i686/PKGBUILD  2013-08-21 22:25:01 UTC (rev 193522)
@@ -1,61 +0,0 @@
-# $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.20
-pkgrel=2
-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}
-'protect-tool-env.patch')
-sha1sums=('7ddfefa37ee9da89a8aaa8f9059d251b4cd02562' 'SKIP'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../protect-tool-env.patch # FS#31900
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --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/core-i686/PKGBUILD (from rev 193521, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-08-21 22:25:01 UTC (rev 193522)
@@ -0,0 +1,61 @@
+# $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.21
+pkgrel=1
+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}
+'protect-tool-env.patch')
+sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})

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

2013-08-21 Thread Maxime Gauduin
Date: Thursday, August 22, 2013 @ 01:56:46
  Author: alucryd
Revision: 96227

FS#23387: rbutil 1.3.1-4

Modified:
  rbutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 22:24:45 UTC (rev 96226)
+++ PKGBUILD2013-08-21 23:56:46 UTC (rev 96227)
@@ -5,37 +5,36 @@
 
 pkgname=rbutil
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Rockbox Utility
 arch=('i686' 'x86_64')
 url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
 license=(GPL)
-depends=('qt4' 'libusb')
+depends=('qt4' 'libusbx')
+makedepends=('gendesk')
 optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;
 ${pkgname}.desktop)
-sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca'
-'539285237af16fbc60a7501963e8c2f584e58a31f2613481e6b42d21337b7a25')
+source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
+sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca')
 
+prepare() {
+  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
+}
+
 build() {
-  cd ${srcdir}/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
 
-# Build
   lrelease-qt4 rbutilqt.pro
   qmake-qt4
   make
 }
 
 package(){
-  cd ${srcdir}/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
 
-# Install
-  install -dm 755 ${pkgdir}/usr/{bin,share/pixmaps}
-  install -m 644 icons/rockbox-64.png ${pkgdir}/usr/share/pixmaps/rbutil.png
-  install -m 755 RockboxUtility ${pkgdir}/usr/bin/rbutil
-
-# Desktop file
-  install -dm 755 ${pkgdir}/usr/share/applications
-  install -m 644 ${srcdir}/rbutil.desktop 
${pkgdir}/usr/share/applications/rbutil.desktop
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
+  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
+  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
 }
 
 #vim: ts=2 sw=2 et:



[arch-commits] Commit in rbutil/repos/community-i686 (4 files)

2013-08-21 Thread Maxime Gauduin
Date: Thursday, August 22, 2013 @ 01:56:53
  Author: alucryd
Revision: 96228

archrelease: copy trunk to community-i686

Added:
  rbutil/repos/community-i686/PKGBUILD
(from rev 96227, rbutil/trunk/PKGBUILD)
  rbutil/repos/community-i686/rbutil.desktop
(from rev 96227, rbutil/trunk/rbutil.desktop)
Deleted:
  rbutil/repos/community-i686/PKGBUILD
  rbutil/repos/community-i686/rbutil.desktop

+
 PKGBUILD   |   81 +++
 rbutil.desktop |   22 +++---
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 23:56:46 UTC (rev 96227)
+++ PKGBUILD2013-08-21 23:56:53 UTC (rev 96228)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: said atvordho...@gmail.com
-# Contributor: clinx clinx.hac...@googlemail.com
-
-pkgname=rbutil
-pkgver=1.3.1
-pkgrel=3
-pkgdesc=Rockbox Utility
-arch=('i686' 'x86_64')
-url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
-license=(GPL)
-depends=('qt4' 'libusb')
-optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;
 ${pkgname}.desktop)
-sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca'
-'539285237af16fbc60a7501963e8c2f584e58a31f2613481e6b42d21337b7a25')
-
-build() {
-  cd ${srcdir}/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-# Build
-  lrelease-qt4 rbutilqt.pro
-  qmake-qt4
-  make
-}
-
-package(){
-  cd ${srcdir}/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-# Install
-  install -dm 755 ${pkgdir}/usr/{bin,share/pixmaps}
-  install -m 644 icons/rockbox-64.png ${pkgdir}/usr/share/pixmaps/rbutil.png
-  install -m 755 RockboxUtility ${pkgdir}/usr/bin/rbutil
-
-# Desktop file
-  install -dm 755 ${pkgdir}/usr/share/applications
-  install -m 644 ${srcdir}/rbutil.desktop 
${pkgdir}/usr/share/applications/rbutil.desktop
-}
-
-#vim: ts=2 sw=2 et:

Copied: rbutil/repos/community-i686/PKGBUILD (from rev 96227, 
rbutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 23:56:53 UTC (rev 96228)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: said atvordho...@gmail.com
+# Contributor: clinx clinx.hac...@googlemail.com
+
+pkgname=rbutil
+pkgver=1.3.1
+pkgrel=4
+pkgdesc=Rockbox Utility
+arch=('i686' 'x86_64')
+url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
+license=(GPL)
+depends=('qt4' 'libusbx')
+makedepends=('gendesk')
+optdepends=('speex: voice files support')
+source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
+sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca')
+
+prepare() {
+  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
+}
+
+build() {
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  lrelease-qt4 rbutilqt.pro
+  qmake-qt4
+  make
+}
+
+package(){
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
+  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
+  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
+}
+
+#vim: ts=2 sw=2 et:

Deleted: rbutil.desktop
===
--- rbutil.desktop  2013-08-21 23:56:46 UTC (rev 96227)
+++ rbutil.desktop  2013-08-21 23:56:53 UTC (rev 96228)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Rockbox Utility
-GenericName=Rockbox Utility
-Comment=Configure Rockbox
-Encoding=UTF-8
-Exec=rbutil
-Icon=rbutil.png
-Categories=Application;Qt;AudioVideo;Audio;
-StartupNotify=false
-Terminal=false
-Type=Application

Copied: rbutil/repos/community-i686/rbutil.desktop (from rev 96227, 
rbutil/trunk/rbutil.desktop)
===
--- rbutil.desktop  (rev 0)
+++ rbutil.desktop  2013-08-21 23:56:53 UTC (rev 96228)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Rockbox Utility
+GenericName=Rockbox Utility
+Comment=Configure Rockbox
+Encoding=UTF-8
+Exec=rbutil
+Icon=rbutil.png
+Categories=Application;Qt;AudioVideo;Audio;
+StartupNotify=false
+Terminal=false
+Type=Application



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

2013-08-21 Thread Maxime Gauduin
Date: Thursday, August 22, 2013 @ 02:02:57
  Author: alucryd
Revision: 96229

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

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

-+
 /PKGBUILD   |   80 ++
 /rbutil.desktop |   22 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/rbutil.desktop   |   11 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/rbutil.desktop |   11 -
 6 files changed, 102 insertions(+), 103 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-21 23:56:53 UTC (rev 96228)
+++ community-i686/PKGBUILD 2013-08-22 00:02:57 UTC (rev 96229)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: said atvordho...@gmail.com
-# Contributor: clinx clinx.hac...@googlemail.com
-
-pkgname=rbutil
-pkgver=1.3.1
-pkgrel=4
-pkgdesc=Rockbox Utility
-arch=('i686' 'x86_64')
-url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
-license=(GPL)
-depends=('qt4' 'libusbx')
-makedepends=('gendesk')
-optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
-sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca')
-
-prepare() {
-  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
-}
-
-build() {
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  lrelease-qt4 rbutilqt.pro
-  qmake-qt4
-  make
-}
-
-package(){
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
-  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
-  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
-}
-
-#vim: ts=2 sw=2 et:

Copied: rbutil/repos/community-i686/PKGBUILD (from rev 96228, 
rbutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-22 00:02:57 UTC (rev 96229)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: said atvordho...@gmail.com
+# Contributor: clinx clinx.hac...@googlemail.com
+
+pkgname=rbutil
+pkgver=1.3.1
+pkgrel=4
+pkgdesc=Rockbox Utility
+arch=('i686' 'x86_64')
+url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
+license=(GPL)
+depends=('qt4' 'libusbx')
+makedepends=('gendesk')
+optdepends=('speex: voice files support')
+source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
+sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca')
+
+prepare() {
+  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
+}
+
+build() {
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  lrelease-qt4 rbutilqt.pro
+  qmake-qt4
+  make
+}
+
+package(){
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
+  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
+  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-i686/rbutil.desktop
===
--- community-i686/rbutil.desktop   2013-08-21 23:56:53 UTC (rev 96228)
+++ community-i686/rbutil.desktop   2013-08-22 00:02:57 UTC (rev 96229)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Rockbox Utility
-GenericName=Rockbox Utility
-Comment=Configure Rockbox
-Encoding=UTF-8
-Exec=rbutil
-Icon=rbutil.png
-Categories=Application;Qt;AudioVideo;Audio;
-StartupNotify=false
-Terminal=false
-Type=Application

Copied: rbutil/repos/community-i686/rbutil.desktop (from rev 96228, 
rbutil/trunk/rbutil.desktop)
===
--- community-i686/rbutil.desktop   (rev 0)
+++ 

[arch-commits] Commit in openldap/trunk (PKGBUILD openldap-nssov.patch)

2013-08-21 Thread Eric Bélanger
Date: Thursday, August 22, 2013 @ 07:24:48
  Author: eric
Revision: 193523

upgpkg: openldap 2.4.36-1

Upstream update, Remove old patch

Modified:
  openldap/trunk/PKGBUILD
Deleted:
  openldap/trunk/openldap-nssov.patch

--+
 PKGBUILD |   14 ++
 openldap-nssov.patch |   30 --
 2 files changed, 6 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 22:25:01 UTC (rev 193522)
+++ PKGBUILD2013-08-22 05:24:48 UTC (rev 193523)
@@ -3,25 +3,23 @@
 
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
-pkgver=2.4.35
-pkgrel=5
+pkgver=2.4.36
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.openldap.org/;
 license=('custom')
 makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath')
 options=('!makeflags')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
-slapd.service slapd.tmpfiles openldap-ntlm.patch openldap-nssov.patch)
-sha1sums=('db02243150b050baac6a8ea4145ad73a1f6d2266'
+slapd.service slapd.tmpfiles openldap-ntlm.patch)
+sha1sums=('da0e18a28a5dade5c98d9a382fd8f0a676a12aca'
   '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
   '59241a813d7508294e4ef1cec3bfe1f5495e109d'
-  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef'
-  'b2d11b4c522750ad9da3409333094fb599ac2c85')
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
   patch -p1 -i ${srcdir}/openldap-ntlm.patch
-  patch -p0 -i ${srcdir}/openldap-nssov.patch
   sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
   sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
   sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
@@ -48,7 +46,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  #make test
+  make test
 }
 
 package_libldap() {

Deleted: openldap-nssov.patch
===
--- openldap-nssov.patch2013-08-21 22:25:01 UTC (rev 193522)
+++ openldap-nssov.patch2013-08-22 05:24:48 UTC (rev 193523)
@@ -1,30 +0,0 @@
 contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h  2013-03-28 
11:41:51.0 -0400
-+++ contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h  2012-07-08 
04:34:12.0 -0400
-@@ -71,6 +71,16 @@
-1.0 release of nss-pam-ldapd is made. */
- #define NSLCD_VERSION 1
- 
-+/* Get a NSLCD configuration option. There is one request parameter:
-+INT32   NSLCD_CONFIG_*
-+  the result value is:
-+STRING  value, interpretation depending on request */
-+#define NSLCD_ACTION_CONFIG_GET20006
-+
-+/* return the message, if any, that is presented to the user when password
-+   modification through PAM is prohibited */
-+#define NSLCD_CONFIG_PAM_PASSWORD_PROHIBIT_MESSAGE  852
-+
- /* Email alias (/etc/aliases) NSS requests. The result values for a
-single entry are:
-  STRING  alias name
-@@ -249,8 +262,10 @@
- #define NSLCD_PAM_NEW_AUTHTOK_REQD   12 /* Password expired */
- #define NSLCD_PAM_ACCT_EXPIRED   13 /* Account expired */
- #define NSLCD_PAM_SESSION_ERR14 /* Cannot make/remove session record 
*/
-+#define NSLCD_PAM_AUTHTOK_ERR20 /* Authentication token manipulation 
error */
- #define NSLCD_PAM_AUTHTOK_DISABLE_AGING 23 /* Password aging disabled */
- #define NSLCD_PAM_IGNORE 25 /* Ignore module */
- #define NSLCD_PAM_ABORT  26 /* Fatal error */
-+#define NSLCD_PAM_AUTHTOK_EXPIRED27 /* authentication token has expired */
- 
- #endif /* not _NSLCD_H */



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

2013-08-21 Thread Eric Bélanger
Date: Thursday, August 22, 2013 @ 07:26:12
  Author: eric
Revision: 193524

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

Added:
  openldap/repos/testing-i686/
  openldap/repos/testing-i686/PKGBUILD
(from rev 193523, openldap/trunk/PKGBUILD)
  openldap/repos/testing-i686/openldap-ntlm.patch
(from rev 193523, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/testing-i686/openldap.install
(from rev 193523, openldap/trunk/openldap.install)
  openldap/repos/testing-i686/slapd.service
(from rev 193523, openldap/trunk/slapd.service)
  openldap/repos/testing-i686/slapd.tmpfiles
(from rev 193523, openldap/trunk/slapd.tmpfiles)
  openldap/repos/testing-x86_64/
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 193523, openldap/trunk/PKGBUILD)
  openldap/repos/testing-x86_64/openldap-ntlm.patch
(from rev 193523, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/testing-x86_64/openldap.install
(from rev 193523, openldap/trunk/openldap.install)
  openldap/repos/testing-x86_64/slapd.service
(from rev 193523, openldap/trunk/slapd.service)
  openldap/repos/testing-x86_64/slapd.tmpfiles
(from rev 193523, openldap/trunk/slapd.tmpfiles)

+
 testing-i686/PKGBUILD  |  112 +
 testing-i686/openldap-ntlm.patch   |  230 +++
 testing-i686/openldap.install  |   20 +++
 testing-i686/slapd.service |9 +
 testing-i686/slapd.tmpfiles|1 
 testing-x86_64/PKGBUILD|  112 +
 testing-x86_64/openldap-ntlm.patch |  230 +++
 testing-x86_64/openldap.install|   20 +++
 testing-x86_64/slapd.service   |9 +
 testing-x86_64/slapd.tmpfiles  |1 
 10 files changed, 744 insertions(+)

Copied: openldap/repos/testing-i686/PKGBUILD (from rev 193523, 
openldap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-22 05:26:12 UTC (rev 193524)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.36
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.openldap.org/;
+license=('custom')
+makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath')
+options=('!makeflags')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd.service slapd.tmpfiles openldap-ntlm.patch)
+sha1sums=('da0e18a28a5dade5c98d9a382fd8f0a676a12aca'
+  '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
+  '59241a813d7508294e4ef1cec3bfe1f5495e109d'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i ${srcdir}/openldap-ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP run LDAP_DIRSEP 
ldapi|#define LDAPI_SOCK LDAP_DIRSEP run LDAP_DIRSEP openldap LDAP_DIRSEP 
ldapi|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
+--enable-ipv6 --enable-syslog --enable-local \
+--enable-bdb --enable-hdb \
+--enable-crypt --enable-dynamic \
+--with-threads --disable-wrappers \
+--without-fetch \
+--enable-spasswd --with-cyrus-sasl \
+--enable-overlays=mod --enable-modules=yes
+  make
+
+  cd contrib/slapd-modules/nssov
+  make prefix=/usr libexecdir=/usr/lib sysconfdir=/etc/openldap
+  chrpath -d .libs/nssov.so
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make test
+}
+
+package_libldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries
+  depends=('libsasl' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+  options=('!libtool')
+
+  cd ${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR=${pkgdir} install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
${pkgdir}/usr/share/man/man5/ldap.conf.5
+  
+# get rid of duplicate default conf files
+  rm ${pkgdir}/etc/openldap/*.default
+
+  ln -sf liblber.so ${pkgdir}/usr/lib/liblber.so.2
+  ln -sf libldap.so ${pkgdir}/usr/lib/libldap.so.2
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_openldap() {
+  pkgdesc=Lightweight Directory Access Protocol (LDAP) client and server
+  depends=(libldap=${pkgver} 'libltdl')
+  backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif')
+  options=('!libtool' 'emptydirs')
+  install=openldap.install
+
+  cd