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

2013-06-25 Thread Jan Steffens
Date: Tuesday, June 25, 2013 @ 09:40:05
  Author: heftig
Revision: 188909

3.8.3

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 04:58:22 UTC (rev 188908)
+++ PKGBUILD2013-06-25 07:40:05 UTC (rev 188909)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gedit
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=A text editor for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b7450cb194d4dadb7a82635d0e7f92da2b65a8487341e0410b676d9f33e19d2')
+sha256sums=('dfbc2d9cf975b247c6a6b8bd1ae1b72d8e8a1f862f5f3d084a404853092cf9d3')
 
 build() {
   cd $pkgname-$pkgver



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

2013-06-25 Thread Jan Steffens
Date: Tuesday, June 25, 2013 @ 09:42:51
  Author: heftig
Revision: 188910

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

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

+
 /PKGBUILD  |   66 +++
 /gedit.install |   36 +++
 extra-i686/PKGBUILD|   33 -
 extra-i686/gedit.install   |   18 ---
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/gedit.install |   18 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-25 07:40:05 UTC (rev 188909)
+++ extra-i686/PKGBUILD 2013-06-25 07:42:51 UTC (rev 188910)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=A text editor for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool 'zeitgeist=0.9.12')
-optdepends=('zeitgeist: Zeitgeist plugin')
-groups=(gnome-extra)
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b7450cb194d4dadb7a82635d0e7f92da2b65a8487341e0410b676d9f33e19d2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 188909, gedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-25 07:42:51 UTC (rev 188910)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool 'zeitgeist=0.9.12')
+optdepends=('zeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dfbc2d9cf975b247c6a6b8bd1ae1b72d8e8a1f862f5f3d084a404853092cf9d3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2013-06-25 07:40:05 UTC (rev 188909)
+++ extra-i686/gedit.install2013-06-25 07:42:51 UTC (rev 188910)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 188909, 
gedit/trunk/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2013-06-25 07:42:51 UTC (rev 188910)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

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

2013-06-25 Thread Laurent Carlier
Date: Tuesday, June 25, 2013 @ 09:56:04
  Author: lcarlier
Revision: 93118

upgpkg: winetricks 20130624-1

upstream release 20130624

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-24 21:58:26 UTC (rev 93117)
+++ PKGBUILD2013-06-25 07:56:04 UTC (rev 93118)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20130617
+pkgver=20130624
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 'kdebase-kdialog: GUI for KDE desktop')
 source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;

http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('6110ccc4c0800c3aba5098c4065108bb'
+md5sums=('e8782918a107b63f80656aebba9d6c4c'
  '0a2456fcacbca4c9db1e700d7b42207e')
 
 package() {



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

2013-06-25 Thread Laurent Carlier
Date: Tuesday, June 25, 2013 @ 09:56:12
  Author: lcarlier
Revision: 93119

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 93118, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 07:56:04 UTC (rev 93118)
+++ PKGBUILD2013-06-25 07:56:12 UTC (rev 93119)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: DsTr d...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=winetricks
-pkgver=20130617
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
-   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('6110ccc4c0800c3aba5098c4065108bb'
- '0a2456fcacbca4c9db1e700d7b42207e')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
-  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 93118, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-25 07:56:12 UTC (rev 93119)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: DsTr d...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=winetricks
+pkgver=20130624
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
+   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
+md5sums=('e8782918a107b63f80656aebba9d6c4c'
+ '0a2456fcacbca4c9db1e700d7b42207e')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
+  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
+}



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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 11:39:12
  Author: spupykin
Revision: 93121

archrelease: copy trunk to community-i686

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 93120, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 93120, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop

--+
 PKGBUILD |  133 +++--
 QCad.desktop |   18 +++
 2 files changed, 74 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 09:38:45 UTC (rev 93120)
+++ PKGBUILD2013-06-25 09:39:12 UTC (rev 93121)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.0.14.0
-pkgrel=2
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
-QCad.desktop)
-md5sums=('2c460838235a95a4d969e508a75b8206'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-
-  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-
-  qmake-qt4
-  make PREFIX=/usr CXX=g++ -fpermissive
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp release/* ${pkgdir}/usr/share/qcad
-
-  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 93120, qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-25 09:39:12 UTC (rev 93121)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.1.2.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.ribbonsoft.com/qcad.html;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('9741d2e4f01b59107a50c0c95af7b972'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4
+  make all
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
+  done
+  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
+  

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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 11:38:45
  Author: spupykin
Revision: 93120

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

Added:
  lua-zlib/repos/community-i686/ChangeLog
(from rev 93119, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-i686/PKGBUILD
(from rev 93119, lua-zlib/trunk/PKGBUILD)
  lua-zlib/repos/community-x86_64/ChangeLog
(from rev 93119, lua-zlib/trunk/ChangeLog)
  lua-zlib/repos/community-x86_64/PKGBUILD
(from rev 93119, lua-zlib/trunk/PKGBUILD)
Deleted:
  lua-zlib/repos/community-i686/ChangeLog
  lua-zlib/repos/community-i686/PKGBUILD
  lua-zlib/repos/community-x86_64/ChangeLog
  lua-zlib/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   84 +++
 /PKGBUILD  |   84 +++
 community-i686/ChangeLog   |   42 -
 community-i686/PKGBUILD|   49 -
 community-x86_64/ChangeLog |   42 -
 community-x86_64/PKGBUILD  |   49 -
 6 files changed, 168 insertions(+), 182 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-06-25 07:56:12 UTC (rev 93119)
+++ community-i686/ChangeLog2013-06-25 09:38:45 UTC (rev 93120)
@@ -1,42 +0,0 @@
-2010-02-18  Dwayne Bent  db...@liqd.org
-
-   * PKGBUILD:
-   Actually build the library
-   [b994a1eae8e4] [tip]
-
-2010-02-15  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20100215-1 for changeset 82cf8c12f58d
-   [5e6e628919ec]
-
-   * ChangeLog, PKGBUILD:
-   Added ChangeLog
-   [82cf8c12f58d] [v20100215-1]
-
-   * PKGBUILD:
-   Install license file
-   [470c65e1d08b]
-
-   * PKGBUILD:
-   Updated email address
-   [cf9fdc7b9cc5]
-
-   * PKGBUILD:
-   Change package name to reflect the type of package this actually is
-   [39b61ef661d7]
-
-   * PKGBUILD:
-   Clean up PKGBUILD
-   [183b11d1286e]
-
-2009-11-26  Dwayne Bent  db...@liqd.org
-
-   * .hgtags:
-   Added tag v20091125-1 for changeset 8e6cc75fb38b
-   [72c8c117a64c]
-
-   * Makefile, PKGBUILD:
-   Initial commit
-   [8e6cc75fb38b] [v20091125-1]
-

Copied: lua-zlib/repos/community-i686/ChangeLog (from rev 93119, 
lua-zlib/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-06-25 09:38:45 UTC (rev 93120)
@@ -0,0 +1,42 @@
+2010-02-18  Dwayne Bent  db...@liqd.org
+
+   * PKGBUILD:
+   Actually build the library
+   [b994a1eae8e4] [tip]
+
+2010-02-15  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20100215-1 for changeset 82cf8c12f58d
+   [5e6e628919ec]
+
+   * ChangeLog, PKGBUILD:
+   Added ChangeLog
+   [82cf8c12f58d] [v20100215-1]
+
+   * PKGBUILD:
+   Install license file
+   [470c65e1d08b]
+
+   * PKGBUILD:
+   Updated email address
+   [cf9fdc7b9cc5]
+
+   * PKGBUILD:
+   Change package name to reflect the type of package this actually is
+   [39b61ef661d7]
+
+   * PKGBUILD:
+   Clean up PKGBUILD
+   [183b11d1286e]
+
+2009-11-26  Dwayne Bent  db...@liqd.org
+
+   * .hgtags:
+   Added tag v20091125-1 for changeset 8e6cc75fb38b
+   [72c8c117a64c]
+
+   * Makefile, PKGBUILD:
+   Initial commit
+   [8e6cc75fb38b] [v20091125-1]
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-25 07:56:12 UTC (rev 93119)
+++ community-i686/PKGBUILD 2013-06-25 09:38:45 UTC (rev 93120)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=(lua-zlib lua51-zlib)
-pkgbase=lua-zlib
-pkgver=0.2
-pkgrel=5
-_gitver=8d07669
-url=http://github.com/brimworks/lua-zlib;
-pkgdesc='Simple streaming interface to zlib for Lua.'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake' 'lua' 'lua51' 'zlib')
-conflicts=('lua-lzlib')
-source=(lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver;)
-md5sums=('e6c780c0c4b6dcb88cf16949bb751be7')
-
-build() {
-  cp -a $srcdir/brimworks-lua-zlib-${_gitver} 
$srcdir/brimworks-lua51-zlib-${_gitver}
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  sed -i s#share/lua/cmod#lib/lua/5.2# CMakeLists.txt
-  cmake -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-
-  cd $srcdir/brimworks-lua51-zlib-${_gitver}
-#  sed -i s#share/lua/cmod#lib/lua/5.1# CMakeLists.txt
-#  cmake -DCMAKE_BUILD_TYPE=Release \
-#  -DCMAKE_INSTALL_PREFIX=/usr .
-  make linux
-}
-
-package_lua-zlib() {
-  depends=('zlib' 'lua')
-
-  cd $srcdir/brimworks-lua-zlib-${_gitver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 

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

2013-06-25 Thread Gaetan Bisson
Date: Tuesday, June 25, 2013 @ 12:40:52
  Author: bisson
Revision: 188912

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

Added:
  procps-ng/repos/core-i686/PKGBUILD
(from rev 188910, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/sysctl.conf
(from rev 188910, procps-ng/repos/testing-i686/sysctl.conf)
  procps-ng/repos/core-x86_64/PKGBUILD
(from rev 188910, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/sysctl.conf
(from rev 188910, procps-ng/repos/testing-x86_64/sysctl.conf)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/sysctl.conf
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/sysctl.conf
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

-+
 /PKGBUILD   |  106 ++
 /sysctl.conf|   76 
 core-i686/PKGBUILD  |   53 ---
 core-i686/sysctl.conf   |   41 -
 core-x86_64/PKGBUILD|   53 ---
 core-x86_64/sysctl.conf |   41 -
 6 files changed, 182 insertions(+), 188 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-06-25 10:40:51 UTC (rev 188911)
+++ core-i686/PKGBUILD  2013-06-25 10:40:52 UTC (rev 188912)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-
-pkgname=procps-ng
-pkgver=3.3.8
-pkgrel=1
-pkgdesc='Utilities for monitoring your system and its processes'
-url='http://gitorious.org/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('ncurses')
-backup=('etc/sysctl.conf')
-source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
-'sysctl.conf')
-sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
-  '97ff07bab9aa5daa8d54a1346f73ba74f8e12a53')
-
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-
-options=('!libtool')
-
-prepare() {
-   cd ${srcdir}/procps-procps
-   echo ${pkgver}  .tarball-version
-   ./autogen.sh
-}
-
-build() {
-   cd ${srcdir}/procps-procps
-   ./configure \
-   --prefix=/usr \
-   --exec-prefix=/ \
-   --sysconfdir=/etc \
-   --libdir=/usr/lib \
-   --bindir=/usr/bin \
-   --sbindir=/usr/bin \
-   --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/procps-procps
-   make DESTDIR=${pkgdir} install
-   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
-
-   # provided by util-linux
-   rm ${pkgdir}/usr/bin/kill
-   rm ${pkgdir}/usr/share/man/man1/kill.1
-}

Copied: procps-ng/repos/core-i686/PKGBUILD (from rev 188910, 
procps-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-06-25 10:40:52 UTC (rev 188912)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=2
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('ncurses')
+backup=('etc/sysctl.conf')
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
+'sysctl.conf')
+sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
+  'bc4e929a0ddcdcd627e8d15d30abcf185aa33fab')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+
+prepare() {
+   cd ${srcdir}/procps-procps
+   echo ${pkgver}  .tarball-version
+   ./autogen.sh
+}
+
+build() {
+   cd ${srcdir}/procps-procps
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/procps-procps
+   make DESTDIR=${pkgdir} install
+   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Deleted: core-i686/sysctl.conf
===
--- core-i686/sysctl.conf   2013-06-25 10:40:51 UTC (rev 188911)
+++ core-i686/sysctl.conf   2013-06-25 10:40:52 UTC (rev 188912)
@@ -1,41 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# Have the CD-ROM close when you use it, and 

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

2013-06-25 Thread Gaetan Bisson
Date: Tuesday, June 25, 2013 @ 12:40:51
  Author: bisson
Revision: 188911

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

Added:
  cronie/repos/core-i686/PKGBUILD
(from rev 188910, cronie/repos/testing-i686/PKGBUILD)
  cronie/repos/core-i686/deny
(from rev 188910, cronie/repos/testing-i686/deny)
  cronie/repos/core-i686/pam.d
(from rev 188910, cronie/repos/testing-i686/pam.d)
  cronie/repos/core-i686/service
(from rev 188910, cronie/repos/testing-i686/service)
  cronie/repos/core-x86_64/PKGBUILD
(from rev 188910, cronie/repos/testing-x86_64/PKGBUILD)
  cronie/repos/core-x86_64/deny
(from rev 188910, cronie/repos/testing-x86_64/deny)
  cronie/repos/core-x86_64/pam.d
(from rev 188910, cronie/repos/testing-x86_64/pam.d)
  cronie/repos/core-x86_64/service
(from rev 188910, cronie/repos/testing-x86_64/service)
Deleted:
  cronie/repos/core-i686/PKGBUILD
  cronie/repos/core-i686/cron.deny
  cronie/repos/core-i686/pam.d
  cronie/repos/core-i686/service
  cronie/repos/core-x86_64/PKGBUILD
  cronie/repos/core-x86_64/cron.deny
  cronie/repos/core-x86_64/pam.d
  cronie/repos/core-x86_64/service
  cronie/repos/testing-i686/
  cronie/repos/testing-x86_64/

---+
 /PKGBUILD |  132 
 /pam.d|   20 +++
 /service  |   22 
 core-i686/PKGBUILD|   73 --
 core-i686/cron.deny   |1 
 core-i686/deny|1 
 core-i686/pam.d   |   10 ---
 core-i686/service |   11 
 core-x86_64/PKGBUILD  |   73 --
 core-x86_64/cron.deny |1 
 core-x86_64/deny  |1 
 core-x86_64/pam.d |   10 ---
 core-x86_64/service   |   11 
 13 files changed, 176 insertions(+), 190 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-06-25 07:42:51 UTC (rev 188910)
+++ core-i686/PKGBUILD  2013-06-25 10:40:51 UTC (rev 188911)
@@ -1,73 +0,0 @@
-# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname='cronie'
-pkgver=1.4.9
-pkgrel=4
-pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron on battery power'
-'smtp-server: send job output via email'
-'smtp-forwarder: forward job output to email server')
-
-source=(https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'cron.deny'
-   'service'
-'pam.d')
-sha1sums=('40405cb30b62bd60323e4daf5198f26f0e65c4c4'
-  '0f279b8fb820340267d578dc85511c980715f91e'
-  'de455f11a310e64d6930390e57726ed70f3295d0'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221')
-
-backup=('etc/anacrontab'
-'etc/conf.d/crond'
-'etc/pam.d/crond'
-'etc/cron.deny')
-
-conflicts=('cron')
-provides=('cron')
-groups=('base')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:usr/sbin:usr/bin:g' -i contrib/0anacron
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --enable-anacron \
-   --with-inotify \
-   --with-pam \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chmod u+s ${pkgdir}/usr/bin/crontab
-   install -d ${pkgdir}/var/spool/{ana,}cron
-   install -d ${pkgdir}/etc/cron.{d,hourly,daily,weekly,monthly}
-
-   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/crond
-   install -Dm644 ../cron.deny ${pkgdir}/etc/cron.deny
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/cronie.service
-
-   install -Dm644 crond.sysconfig ${pkgdir}/etc/conf.d/crond
-   install -Dm644 contrib/anacrontab ${pkgdir}/etc/anacrontab
-   install -Dm644 contrib/0hourly ${pkgdir}/etc/cron.d/0hourly
-   install -Dm755 contrib/0anacron ${pkgdir}/etc/cron.hourly/0anacron
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
-}

Copied: cronie/repos/core-i686/PKGBUILD (from rev 188910, 
cronie/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-06-25 10:40:51 UTC (rev 188911)
@@ -0,0 +1,66 @@
+# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname='cronie'
+pkgver=1.4.9
+pkgrel=5
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'

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

2013-06-25 Thread Jan Steffens
Date: Tuesday, June 25, 2013 @ 13:06:24
  Author: heftig
Revision: 188913

22.0

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |   13 +++--
 mozconfig |6 --
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 10:40:52 UTC (rev 188912)
+++ PKGBUILD2013-06-25 11:06:24 UTC (rev 188913)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=21.0
+pkgver=22.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -13,15 +13,16 @@
  'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite'
   'libnotify' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
- 'xorg-server-xvfb')
-optdepends=('networkmanager: Location detection via available WiFi networks')
+ 'xorg-server-xvfb' 'libpulse')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libpulse: PulseAudio audio driver')
 install=firefox.install
 options=('!emptydirs' '!makeflags')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch
 firefox-20.0.1-fixed-loading-icon.png)
-sha256sums=('3909031cb5d403b12c796afb7775b4950f0347786ffd06028761852a1074d91c'
-'7329c6ccf6d61348b36d54f5e862c2f16281bba7a53b63b5dc4a039dbd511377'
+sha256sums=('040d4e7fb5076b6aa25f0d3851f8d98c2a2e72ef1599f4387f09f47f6096515e'
+'1d750088958ae2a2faf43f9bb3909c3e396f01c6504ba39f09b8ed7fc1b29492'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
 'ded67e8204bd5e1c0c5771c0d2c84ff80c998e1543711e7cd804cfe29e8dd1b0'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
@@ -51,7 +52,7 @@
   # Fix tab loading icon (flickers with libpng 1.6)
   # https://bugzilla.mozilla.org/show_bug.cgi?id=841734
   cp $srcdir/firefox-20.0.1-fixed-loading-icon.png \
-browser/themes/gnomestripe/tabbrowser/loading.png
+browser/themes/linux/tabbrowser/loading.png
 }
 
 build() {

Modified: mozconfig
===
--- mozconfig   2013-06-25 10:40:52 UTC (rev 188912)
+++ mozconfig   2013-06-25 11:06:24 UTC (rev 188913)
@@ -23,11 +23,13 @@
 # Features
 ac_add_options --enable-startup-notification
 #ac_add_options --enable-gstreamer
+ac_add_options --enable-pulseaudio
 
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
-ac_add_options --disable-tests
 ac_add_options --disable-installer
 
 # PGO
-mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) 
$(MOZ_OBJDIR)/_profile/pgo/profileserver.py 10'
+mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) 
pgo-profile-run'
+
+# vim:set ft=sh:



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

2013-06-25 Thread Guillaume Alaux
Date: Tuesday, June 25, 2013 @ 13:43:36
  Author: guillaume
Revision: 188914

Upstream release

Modified:
  hunspell-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 11:06:24 UTC (rev 188913)
+++ PKGBUILD2013-06-25 11:43:36 UTC (rev 188914)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 
 pkgname=hunspell-fr
-pkgver=4.10
+pkgver=4.11
 pkgrel=1
 pkgdesc='French (modern) hunspell dictionaries'
 arch=(any)
@@ -10,7 +10,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://www.dicollecte.org/download/fr/${pkgname/-fr/}-french-dictionaries-v${pkgver}.zip
 LICENSE)
-sha256sums=('2c003b2ea58ca3433b54f15720c6e1f6fa4824f7e7728e8ebdeff563ef02d644'
+sha256sums=('e6ba491b2603338af47b766e3f56f4a80442983ba21e043c2e63deda62fec570'
 'fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85')
 
 package() {



[arch-commits] Commit in hunspell-fr/repos/extra-any (4 files)

2013-06-25 Thread Guillaume Alaux
Date: Tuesday, June 25, 2013 @ 13:50:23
  Author: guillaume
Revision: 188915

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/LICENSE
(from rev 188914, hunspell-fr/trunk/LICENSE)
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 188914, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/LICENSE
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 LICENSE  |  746 ++---
 PKGBUILD |   88 +++
 2 files changed, 417 insertions(+), 417 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-06-25 11:43:36 UTC (rev 188914)
+++ LICENSE 2013-06-25 11:50:23 UTC (rev 188915)
@@ -1,373 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. Contributor
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. Contributor Version
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. Contribution
-means Covered Software of a particular Contributor.
-
-1.4. Covered Software
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. Incompatible With Secondary Licenses
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. Executable Form
-means any form of the work other than Source Code Form.
-
-1.7. Larger Work
-means a work that combines Covered Software with other material, in 
-a separate file or files, that is not Covered Software.
-
-1.8. License
-means this document.
-
-1.9. Licensable
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. Modifications
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. Patent Claims of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. Secondary License
-means either the GNU General Public License, Version 2.0, the GNU
-Lesser General Public License, Version 2.1, the GNU Affero General
-Public License, Version 3.0, or any later versions of those
-licenses.
-
-1.13. Source Code Form
-means the form of the work preferred for making modifications.
-
-1.14. You (or Your)
-means an individual or a legal entity exercising rights under this
-License. For legal entities, You includes any entity that
-controls, is controlled by, or is under common control with You. For
-purposes of this definition, control means (a) the power, direct
-or indirect, to cause the direction or management of such entity,
-whether by contract or otherwise, or (b) ownership of more than
-fifty percent (50%) of the outstanding shares or beneficial
-ownership of such entity.
-
-2. License Grants and Conditions
-
-
-2.1. Grants
-
-Each Contributor hereby grants You a world-wide, royalty-free,
-non-exclusive license:
-
-(a) under intellectual property rights (other than patent or trademark)
-Licensable by such Contributor to use, reproduce, make available,
-modify, display, perform, distribute, and otherwise exploit its
-Contributions, either on an unmodified basis, with Modifications, or
-as part of a Larger Work; and
-
-(b) under Patent Claims of such Contributor to make, use, sell, offer
-for sale, have made, import, and otherwise transfer either its
-Contributions or its Contributor Version.
-
-2.2. Effective Date
-
-The licenses granted in Section 2.1 with respect to any Contribution
-become effective for each Contribution on the date the Contributor first
-distributes such Contribution.
-
-2.3. Limitations on Grant Scope
-
-The licenses granted in this Section 2 are the only rights granted under
-this 

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

2013-06-25 Thread Alexander Rødseth
Date: Tuesday, June 25, 2013 @ 14:43:09
  Author: arodseth
Revision: 93122

Cleanup

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

---+
 PKGBUILD  |   43 ---
 winff.desktop |   10 --
 2 files changed, 28 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 09:39:12 UTC (rev 93121)
+++ PKGBUILD2013-06-25 12:43:09 UTC (rev 93122)
@@ -12,11 +12,19 @@
 arch=('x86_64' 'i686')
 depends=('ffmpeg' 'gtk2' 'xterm')
 makedepends=('lazarus' 'lazarus-gtk2')
-source=(http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz;
-   winff.desktop)
-sha256sums=('6d5deb2c4472150289753264ec791325'
-'261ebc61e1fe076d9f78f4fdf66537bf')
+source=(http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz;)
+sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
 
+prepare() {
+  cd $srcdir
+
+  gendesk -n \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
 build() {
   cd $srcdir/$pkgname
 
@@ -26,17 +34,22 @@
 package() {
   cd $srcdir
 
-  install -Dm 755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/winff
-  install -dm 755 ${pkgdir}/usr/share/winff/
-  find . -name *.xml -exec install -Dm 644 {} ${pkgdir}/usr/share/winff/ \; 
 /dev/null
-  install -Dm 644 $srcdir/winff.desktop 
$pkgdir/usr/share/applications/winff.desktop
-  install -Dm 644 $srcdir/$pkgname/winff-icons/16x16/winff.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/winff.png
-  install -Dm 644 $srcdir/$pkgname/winff-icons/24x24/winff.png 
$pkgdir/usr/share/icons/hicolor/24x24/apps/winff.png
-  install -Dm 644 $srcdir/$pkgname/winff-icons/32x32/winff.png 
$pkgdir/usr/share/icons/hicolor/32x32/apps/winff.png
-  install -Dm 644 $srcdir/$pkgname/winff-icons/48x48/winff.png 
$pkgdir/usr/share/icons/hicolor/48x48/apps/winff.png
-  install -dm 755 ${pkgdir}/usr/share/winff/languages/
-  find . -name *.po  -exec install -Dm 644 {} 
${pkgdir}/usr/share/winff/languages/ \;  /dev/null
-  rm ${srcdir}/$pkgname/presets.xml
+  install -Dm755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  install -dm755 $pkgdir/usr/share/winff/
+  find . -name *.xml \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
+  install -Dm644 $srcdir/winff.desktop \
+$pkgdir/usr/share/applications/winff.desktop
+  install -Dm644 $srcdir/$pkgname/winff-icons/48x48/winff.png \
+$pkgdir/usr/share/pixmaps/winff.png
+  for size in 16x16 24x24 32x32 48x48; do
+install -Dm644 $srcdir/$pkgname/winff-icons/$size/winff.png \
+  $pkgdir/usr/share/icons/hicolor/$size/apps/winff.png
+  done
+  install -dm755 $pkgdir/usr/share/winff/languages/
+  find . -name *.po \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/languages/ \;  
/dev/null
+  rm -f $srcdir/$pkgname/presets.xml
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: winff.desktop
===
--- winff.desktop   2013-06-25 09:39:12 UTC (rev 93121)
+++ winff.desktop   2013-06-25 12:43:09 UTC (rev 93122)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Winff
-Comment=GUI for ffmpeg
-Exec=winff
-Icon=winff
-Terminal=false
-StartupNotify=false
-Categories=Application;



[arch-commits] Commit in skype/repos/multilib-x86_64 (8 files)

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 15:22:55
  Author: bluewind
Revision: 93124

archrelease: copy trunk to multilib-x86_64

Added:
  skype/repos/multilib-x86_64/PERMISSION
(from rev 93123, skype/trunk/PERMISSION)
  skype/repos/multilib-x86_64/PKGBUILD
(from rev 93123, skype/trunk/PKGBUILD)
  skype/repos/multilib-x86_64/skype-wrapper
(from rev 93123, skype/trunk/skype-wrapper)
  skype/repos/multilib-x86_64/skype.install
(from rev 93123, skype/trunk/skype.install)
Deleted:
  skype/repos/multilib-x86_64/PERMISSION
  skype/repos/multilib-x86_64/PKGBUILD
  skype/repos/multilib-x86_64/skype-wrapper
  skype/repos/multilib-x86_64/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  164 +++
 skype-wrapper |   26 +--
 skype.install |   26 +--
 4 files changed, 300 insertions(+), 300 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2013-06-25 13:22:40 UTC (rev 93123)
+++ PERMISSION  2013-06-25 13:22:55 UTC (rev 93124)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to make sure 

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

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 15:22:40
  Author: bluewind
Revision: 93123

upgpkg: skype 4.2.0.11-2

fix FS#35690

Modified:
  skype/trunk/PKGBUILD
  skype/trunk/skype-wrapper

---+
 PKGBUILD  |4 ++--
 skype-wrapper |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 12:43:09 UTC (rev 93122)
+++ PKGBUILD2013-06-25 13:22:40 UTC (rev 93123)
@@ -3,7 +3,7 @@
 
 pkgname=skype
 pkgver=4.2.0.11
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 pkgdesc=P2P software for high-quality voice communication
 url=http://www.skype.com/;
@@ -30,7 +30,7 @@
 ftp://ftp.archlinux.org/other/$pkgname/qtwebkit-2.2.2-i686.tar.xz)
 md5sums=('6e9553a6368853c647b1c5ad7f3cc99b'
  '26e1772379d4d4df9471b6ed660a6d97'
- '66985be1d7b953fb9f73ba6ed749812b'
+ '805643ae4f284d689833a26b4c52af77'
  '42c01ffa98e32b59605403efb42c8821')
 
 package() {

Modified: skype-wrapper
===
--- skype-wrapper   2013-06-25 12:43:09 UTC (rev 93122)
+++ skype-wrapper   2013-06-25 13:22:40 UTC (rev 93123)
@@ -10,4 +10,4 @@
export 
LD_PRELOAD=${LD_PRELOAD:+$LD_PRELOAD:}/usr/share/skype/lib/libQtWebKit.so.4
 fi
 
-exec $LIBDIR/skype/skype $@
+exec PULSE_LATENCY_MSEC=30 $LIBDIR/skype/skype $@



[arch-commits] Commit in skype/repos/community-i686 (8 files)

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 15:23:49
  Author: bluewind
Revision: 93125

archrelease: copy trunk to community-i686

Added:
  skype/repos/community-i686/PERMISSION
(from rev 93124, skype/trunk/PERMISSION)
  skype/repos/community-i686/PKGBUILD
(from rev 93124, skype/trunk/PKGBUILD)
  skype/repos/community-i686/skype-wrapper
(from rev 93124, skype/trunk/skype-wrapper)
  skype/repos/community-i686/skype.install
(from rev 93124, skype/trunk/skype.install)
Deleted:
  skype/repos/community-i686/PERMISSION
  skype/repos/community-i686/PKGBUILD
  skype/repos/community-i686/skype-wrapper
  skype/repos/community-i686/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  164 +++
 skype-wrapper |   26 +--
 skype.install |   26 +--
 4 files changed, 300 insertions(+), 300 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2013-06-25 13:22:55 UTC (rev 93124)
+++ PERMISSION  2013-06-25 13:23:49 UTC (rev 93125)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to make sure you 

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

2013-06-25 Thread Dave Reisner
Date: Tuesday, June 25, 2013 @ 15:46:43
  Author: dreisner
Revision: 188916

upgpkg: dhcpcd 6.0.2-1

- drop unneeded patches and hacks

Modified:
  dhcpcd/trunk/PKGBUILD
Deleted:
  dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/trunk/remove_ifconfig.patch

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
 PKGBUILD  |   23 ++
 remove_ifconfig.patch |   20 -
 4 files changed, 11 insertions(+), 126 deletions(-)

Deleted: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   2013-06-25 
11:50:23 UTC (rev 188915)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2013-06-25 
13:46:43 UTC (rev 188916)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee d...@archlinux.org
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee d...@archlinux.org

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ need_hostname()
- try_hostname()
- {
-   if valid_domainname $1; then
--  hostname $1
-+  if [ -w /proc/sys/kernel/hostname ]; then
-+  echo $1  /proc/sys/kernel/hostname
-+  else
-+  hostname $1
-+  fi
-   else
-   syslog err Invalid hostname: $1
-   fi
--- 
-1.7.5.4
-

Deleted: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   2013-06-25 11:50:23 UTC 
(rev 188915)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2013-06-25 13:46:43 UTC 
(rev 188916)
@@ -1,61 +0,0 @@
-From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
-From: Dave Reisner d...@falconindy.com
-Date: Tue, 21 Jun 2011 09:32:47 -0400
-Subject: [PATCH] set MTU via sysfs if file is available
-
-On Linux, a network interface's MTU can be set by writing to
-/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
-
-Signed-off-by: Dave Reisner d...@falconindy.com

- dhcpcd-hooks/10-mtu |4 ++--
- dhcpcd-run-hooks.in |   11 +++
- 2 files changed, 13 insertions(+), 2 deletions(-)
-
-diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
-index 639697c..8763930 100644
 a/dhcpcd-hooks/10-mtu
-+++ b/dhcpcd-hooks/10-mtu
-@@ -7,7 +7,7 @@ if [ $reason = PREINIT -a -e $mtu_dir/$interface ]; then
- elif [ -n $new_interface_mtu ]  $if_up; then
-   # The smalled MTU dhcpcd can work with is 576
-   if [ $new_interface_mtu -ge 576 ]; then
--  if ifconfig $interface mtu $new_interface_mtu; then
-+  if set_mtu $interface $new_interface_mtu; then
-   syslog info $interface: MTU set to $new_interface_mtu
-   # Save the MTU so we can restore it later
-   if [ ! -e $mtu_dir/$interface ]; then
-@@ -21,7 +21,7 @@ elif [ -e $mtu_dir/$interface ]; then
-   # No MTU in this state, so restore the prior MTU
-   mtu=$(cat $mtu_dir/$interface)
-   syslog info $interface: MTU restored to $mtu
--  ifconfig $interface mtu $mtu
-+  set_mtu $interface $mtu
-   rm $mtu_dir/$interface
-   fi
- fi
-diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in
-index 0e60338..843f3ca 100644
 a/dhcpcd-run-hooks.in
-+++ b/dhcpcd-run-hooks.in
-@@ -215,6 +215,17 @@ service_condcommand()
-   service_exists $1  service_status $1  service_cmd $1 $2
- }
- 
-+# Set MTU for an interface
-+set_mtu() {
-+  local interface=$1 mtu=$2
-+
-+  if [ -e /sys/class/net/$interface/mtu ]; then
-+  echo $mtu  /sys/class/net/$interface/mtu
-+  else
-+  ifconfig $interface mtu $mtu
-+  fi
-+}
-+
- # We source each script into this one so that scripts run earlier can
- # remove variables from the environment so later scripts don't see them.
- # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
--- 
-1.7.5.4
-

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 11:50:23 UTC (rev 188915)
+++ PKGBUILD

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

2013-06-25 Thread Dave Reisner
Date: Tuesday, June 25, 2013 @ 15:47:08
  Author: dreisner
Revision: 188917

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 188916, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 188916, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 188916, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 188916, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 188916, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 188916, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/dhcpcd.service|   13 +
 testing-i686/dhcpcd_.service   |   15 +++
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/dhcpcd.service  |   13 +
 testing-x86_64/dhcpcd_.service |   15 +++
 6 files changed, 162 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 188916, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-25 13:47:08 UTC (rev 188917)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.0.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service' 'dhcpcd.service')
+sha1sums=('3adca5969fa4b81b827d3ddfd97b8a7bfde20530'
+  '6245b8db7e6f39a0305571726bb693a53901c400'
+  'e49e01041f831281a1cd0c97ca21204e0aa07fda')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 188916, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2013-06-25 13:47:08 UTC (rev 188917)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/sbin/dhcpcd -q -b
+ExecStop=/sbin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 188916, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2013-06-25 13:47:08 UTC (rev 188917)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/sbin/dhcpcd -q -w %I
+ExecStop=/usr/sbin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 188916, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-25 13:47:08 UTC (rev 188917)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.0.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')

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

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 16:19:47
  Author: bluewind
Revision: 93126

upgpkg: skype 4.2.0.11-3

fix FS#35926

Modified:
  skype/trunk/PKGBUILD
  skype/trunk/skype-wrapper

---+
 PKGBUILD  |4 ++--
 skype-wrapper |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 13:23:49 UTC (rev 93125)
+++ PKGBUILD2013-06-25 14:19:47 UTC (rev 93126)
@@ -3,7 +3,7 @@
 
 pkgname=skype
 pkgver=4.2.0.11
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 pkgdesc=P2P software for high-quality voice communication
 url=http://www.skype.com/;
@@ -30,7 +30,7 @@
 ftp://ftp.archlinux.org/other/$pkgname/qtwebkit-2.2.2-i686.tar.xz)
 md5sums=('6e9553a6368853c647b1c5ad7f3cc99b'
  '26e1772379d4d4df9471b6ed660a6d97'
- '805643ae4f284d689833a26b4c52af77'
+ 'd56f34d827a0754311c8681c6996dd41'
  '42c01ffa98e32b59605403efb42c8821')
 
 package() {

Modified: skype-wrapper
===
--- skype-wrapper   2013-06-25 13:23:49 UTC (rev 93125)
+++ skype-wrapper   2013-06-25 14:19:47 UTC (rev 93126)
@@ -10,4 +10,4 @@
export 
LD_PRELOAD=${LD_PRELOAD:+$LD_PRELOAD:}/usr/share/skype/lib/libQtWebKit.so.4
 fi
 
-exec PULSE_LATENCY_MSEC=30 $LIBDIR/skype/skype $@
+PULSE_LATENCY_MSEC=30 exec $LIBDIR/skype/skype $@



[arch-commits] Commit in skype/repos/multilib-x86_64 (8 files)

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 16:19:51
  Author: bluewind
Revision: 93127

archrelease: copy trunk to multilib-x86_64

Added:
  skype/repos/multilib-x86_64/PERMISSION
(from rev 93126, skype/trunk/PERMISSION)
  skype/repos/multilib-x86_64/PKGBUILD
(from rev 93126, skype/trunk/PKGBUILD)
  skype/repos/multilib-x86_64/skype-wrapper
(from rev 93126, skype/trunk/skype-wrapper)
  skype/repos/multilib-x86_64/skype.install
(from rev 93126, skype/trunk/skype.install)
Deleted:
  skype/repos/multilib-x86_64/PERMISSION
  skype/repos/multilib-x86_64/PKGBUILD
  skype/repos/multilib-x86_64/skype-wrapper
  skype/repos/multilib-x86_64/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  164 +++
 skype-wrapper |   26 +--
 skype.install |   26 +--
 4 files changed, 300 insertions(+), 300 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2013-06-25 14:19:47 UTC (rev 93126)
+++ PERMISSION  2013-06-25 14:19:51 UTC (rev 93127)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to make sure 

[arch-commits] Commit in skype/repos/community-i686 (8 files)

2013-06-25 Thread Florian Pritz
Date: Tuesday, June 25, 2013 @ 16:20:39
  Author: bluewind
Revision: 93128

archrelease: copy trunk to community-i686

Added:
  skype/repos/community-i686/PERMISSION
(from rev 93127, skype/trunk/PERMISSION)
  skype/repos/community-i686/PKGBUILD
(from rev 93127, skype/trunk/PKGBUILD)
  skype/repos/community-i686/skype-wrapper
(from rev 93127, skype/trunk/skype-wrapper)
  skype/repos/community-i686/skype.install
(from rev 93127, skype/trunk/skype.install)
Deleted:
  skype/repos/community-i686/PERMISSION
  skype/repos/community-i686/PKGBUILD
  skype/repos/community-i686/skype-wrapper
  skype/repos/community-i686/skype.install

---+
 PERMISSION|  384 
 PKGBUILD  |  164 +++
 skype-wrapper |   26 +--
 skype.install |   26 +--
 4 files changed, 300 insertions(+), 300 deletions(-)

Deleted: PERMISSION
===
--- PERMISSION  2013-06-25 14:19:51 UTC (rev 93127)
+++ PERMISSION  2013-06-25 14:20:39 UTC (rev 93128)
@@ -1,192 +0,0 @@
-From - Wed Jun 15 15:48:34 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b031af.80...@juvepoland.com
-Date: Wed, 15 Jun 2005 15:48:31 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To:  distribut...@skype.net
-Subject: Skype package for Arch Linux
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 7bit
-
-Hello,
-
-I represent the community of Arch Linux distribution. I'm interested in 
-making package with Skype (ie. repacking original tarball to fit our FHS 
-and be installable by our package manager). I'd like to ask you 
-permission to do that. Thanks in advance.
-
--- 
-Jaroslaw Swierczynski swier...@juvepoland.com
-
-From - Wed Jun 15 16:06:58 2005
-X-Account-Key: account2
-X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
-X-Mozilla-Status: 0213
-X-Mozilla-Status2: 
-Return-path: jaanus.k...@skype.net
-Envelope-to: swier...@juvepoland.com
-Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
-Received: from [195.215.8.149] (helo=mail.skype.net)
-   by net1.hostbank.com.pl with esmtp (Exim 4.50)
-   id 1DiYOf-0004NF-8e
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
-Received: from localhost (localhost.localdomain [127.0.0.1])
-   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
-Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
-   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
-   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
-Message-ID: 016201c571ba$85381cb0$7100a8c0@jkaset41
-From: Jaanus Kase jaanus.k...@skype.net
-To: Jaroslaw Swierczynski swier...@juvepoland.com
-References: 42b031af.80...@juvepoland.com
-Subject: Re: Skype package for Arch Linux
-Date: Wed, 15 Jun 2005 16:57:13 +0200
-MIME-Version: 1.0
-Content-Type: text/plain;
-   format=flowed;
-   charset=ISO-8859-2;
-   reply-type=response
-Content-Transfer-Encoding: 7bit
-X-Priority: 3
-X-MSMail-Priority: Normal
-X-Mailer: Microsoft Outlook Express 6.00.2900.2527
-X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
-
-Hi,
-
-thanks for letting us know. Repacking original tarball is fine.
-
-
--- 
-Information contained in this e-mail is confidential and proprietary.
-
-regards,
-Jaanus Kase, Skype
-jaanus.k...@skype.net
-Skype Name: terminuz
-
-
-- Original Message - 
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-To: distribut...@skype.net
-Sent: Wednesday, June 15, 2005 3:48 PM
-Subject: Skype package for Arch Linux
-
-
- Hello,
- 
- I represent the community of Arch Linux distribution. I'm interested in 
- making package with Skype (ie. repacking original tarball to fit our FHS 
- and be installable by our package manager). I'd like to ask you 
- permission to do that. Thanks in advance.
- 
- -- 
- Jaroslaw Swierczynski swier...@juvepoland.com
-
-
-From - Wed Jun 15 16:29:37 2005
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 0080
-Message-ID: 42b03b4d.5060...@juvepoland.com
-Date: Wed, 15 Jun 2005 16:29:33 +0200
-From: Jaroslaw Swierczynski swier...@juvepoland.com
-User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
-X-Accept-Language: pl, en-us, en
-MIME-Version: 1.0
-To: Jaanus Kase jaanus.k...@skype.net
-Subject: Re: Skype package for Arch Linux
-References: 42b031af.80...@juvepoland.com 
016201c571ba$85381cb0$7100a8c0@jkaset41
-In-Reply-To: 016201c571ba$85381cb0$7100a8c0@jkaset41
-Content-Type: text/plain; charset=ISO-8859-2; format=flowed
-Content-Transfer-Encoding: 8bit
-
-Jaanus Kase napisał(a):
- thanks for letting us know. Repacking original tarball is fine.
-
-Great! Thanks! Just to make sure you 

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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 16:39:20
  Author: spupykin
Revision: 93129

upgpkg: parole 0.5.1-2

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 14:20:39 UTC (rev 93128)
+++ PKGBUILD2013-06-25 14:39:20 UTC (rev 93129)
@@ -4,19 +4,18 @@
 
 pkgname=parole
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A modern media player based on the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/parole/;
 license=('GPL')
 depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils' 
'gst-plugins-good')
 makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
 optdepends=('xulrunner: browser plugin'
'gst-libav'
'gst-plugins-bad'
'gst-plugins-base'
-   'gst-plugins-good'
'gst-plugins-ugly')
 conflicts=('parole-media-player-git')
 options=('!libtool')



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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 16:39:40
  Author: spupykin
Revision: 93130

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

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

-+
 /PKGBUILD   |   74 ++
 /parole.install |   24 
 community-i686/PKGBUILD |   38 ---
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/parole.install |   12 --
 6 files changed, 98 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-25 14:39:20 UTC (rev 93129)
+++ community-i686/PKGBUILD 2013-06-25 14:39:40 UTC (rev 93130)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: TDY t...@gmx.com
-
-pkgname=parole
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=A modern media player based on the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner: browser plugin'
-   'gst-libav'
-   'gst-plugins-bad'
-   'gst-plugins-base'
-   'gst-plugins-good'
-   'gst-plugins-ugly')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('0236073ad67916092a75fcaa59583780')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
---enable-taglib --enable-libnotify --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 93129, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-25 14:39:40 UTC (rev 93130)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: TDY t...@gmx.com
+
+pkgname=parole
+pkgver=0.5.1
+pkgrel=2
+pkgdesc=A modern media player based on the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils' 
'gst-plugins-good')
+makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner: browser plugin'
+   'gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-ugly')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('0236073ad67916092a75fcaa59583780')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2013-06-25 14:39:20 UTC (rev 93129)
+++ community-i686/parole.install   2013-06-25 14:39:40 UTC (rev 93130)
@@ -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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 93129, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2013-06-25 14:39:40 UTC (rev 93130)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  

[arch-commits] Commit in qcad/repos/community-x86_64 (4 files)

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 16:39:54
  Author: spupykin
Revision: 93132

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 93131, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 93131, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

--+
 PKGBUILD |  133 +++--
 QCad.desktop |   18 +++
 2 files changed, 74 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 14:39:44 UTC (rev 93131)
+++ PKGBUILD2013-06-25 14:39:54 UTC (rev 93132)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.0.14.0
-pkgrel=2
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
-QCad.desktop)
-md5sums=('2c460838235a95a4d969e508a75b8206'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-
-  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-
-  qmake-qt4
-  make PREFIX=/usr CXX=g++ -fpermissive
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp release/* ${pkgdir}/usr/share/qcad
-
-  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 93131, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-25 14:39:54 UTC (rev 93132)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.1.2.0
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.ribbonsoft.com/qcad.html;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('9741d2e4f01b59107a50c0c95af7b972'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
+  done
+  for sofiles in 

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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 16:39:44
  Author: spupykin
Revision: 93131

upgpkg: qcad 3.1.2.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 14:39:40 UTC (rev 93130)
+++ PKGBUILD2013-06-25 14:39:44 UTC (rev 93131)
@@ -28,7 +28,7 @@
 build() {
   cd ${srcdir}/qcad-$pkgver
   qmake-qt4
-  make all
+  make all -j1
 }
 
 package() {



[arch-commits] Commit in krb5/trunk (5 files)

2013-06-25 Thread Eric Bélanger
Date: Tuesday, June 25, 2013 @ 16:51:45
  Author: eric
Revision: 188919

Fix path in service files (close FS#35550)

Modified:
  krb5/trunk/PKGBUILD
  krb5/trunk/krb5-kadmind.service
  krb5/trunk/krb5-kdc.service
  krb5/trunk/krb5-kpropd.service
  krb5/trunk/krb5-kpropd@.service

--+
 PKGBUILD |8 
 krb5-kadmind.service |2 +-
 krb5-kdc.service |2 +-
 krb5-kpropd.service  |2 +-
 krb5-kpropd@.service |2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 14:14:01 UTC (rev 188918)
+++ PKGBUILD2013-06-25 14:51:45 UTC (rev 188919)
@@ -22,10 +22,10 @@
 sha1sums=('df708a530a22ed09c7825742c108180319b10463'
   '78ec307c2b5e32481a6da401013c428e0b867f36'
   '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
-  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
-  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
-  '023a8164f8ee7066ac814486a68bc605e79f6101'
+  '59bbc7e686cbb4bcefddf0f134d928d7bd5e7722'
+  '2ef2476a8673b3b702e829d8f451c839c2273b02'
+  '74d66aefd291f22dd80799f0437cc03d83083ed5'
+  '6787c6ce2783b3f980c423e2dd4abf5236af670b'
   'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
 options=('!emptydirs')
 

Modified: krb5-kadmind.service
===
--- krb5-kadmind.service2013-06-25 14:14:01 UTC (rev 188918)
+++ krb5-kadmind.service2013-06-25 14:51:45 UTC (rev 188919)
@@ -2,7 +2,7 @@
 Description=Kerberos 5 administration server
 
 [Service]
-ExecStart=/usr/sbin/kadmind -nofork
+ExecStart=/usr/bin/kadmind -nofork
 
 [Install]
 WantedBy=multi-user.target

Modified: krb5-kdc.service
===
--- krb5-kdc.service2013-06-25 14:14:01 UTC (rev 188918)
+++ krb5-kdc.service2013-06-25 14:51:45 UTC (rev 188919)
@@ -2,7 +2,7 @@
 Description=Kerberos 5 KDC
 
 [Service]
-ExecStart=/usr/sbin/krb5kdc -n
+ExecStart=/usr/bin/krb5kdc -n
 Restart=always
 
 [Install]

Modified: krb5-kpropd.service
===
--- krb5-kpropd.service 2013-06-25 14:14:01 UTC (rev 188918)
+++ krb5-kpropd.service 2013-06-25 14:51:45 UTC (rev 188919)
@@ -2,7 +2,7 @@
 Description=Kerberos 5 propagation server
 
 [Service]
-ExecStart=/usr/sbin/kpropd -S
+ExecStart=/usr/bin/kpropd -S
 
 [Install]
 WantedBy=multi-user.target

Modified: krb5-kpropd@.service
===
--- krb5-kpropd@.service2013-06-25 14:14:01 UTC (rev 188918)
+++ krb5-kpropd@.service2013-06-25 14:51:45 UTC (rev 188919)
@@ -3,6 +3,6 @@
 Conflicts=krb5-kpropd.service
 
 [Service]
-ExecStart=/usr/sbin/kpropd
+ExecStart=/usr/bin/kpropd
 StandardInput=socket
 StandardError=syslog



[arch-commits] Commit in (4 files)

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:26:47
  Author: spupykin
Revision: 93133

Added:
  autoconf-archive/
  autoconf-archive/repos/
  autoconf-archive/trunk/
  autoconf-archive/trunk/PKGBUILD

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

Added: autoconf-archive/trunk/PKGBUILD
===
--- autoconf-archive/trunk/PKGBUILD (rev 0)
+++ autoconf-archive/trunk/PKGBUILD 2013-06-25 15:26:47 UTC (rev 93133)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Müllner muell...@math.stanford.edu
+
+pkgname=autoconf-archive
+pkgver=2013.06.09
+pkgrel=1
+epoch=1
+pkgdesc=A collection of freely re-usable Autoconf macros
+arch=('any')
+url=http://www.gnu.org/software/autoconf-archive/;
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+changelog='ChangeLog'
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a98d0a7bf74ee74754096e7233d4132baafe15d212b2c903dc0bfef41e7048b5'
+'c9494ca657eee33d108291675a53db89e781fa80d415b423162231eeb62d1e6a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:28:12
  Author: spupykin
Revision: 93135

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/
  autoconf-archive/repos/community-any/PKGBUILD
(from rev 93134, autoconf-archive/trunk/PKGBUILD)

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

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 93134, 
autoconf-archive/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-06-25 15:28:12 UTC (rev 93135)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel Müllner muell...@math.stanford.edu
+
+pkgname=autoconf-archive
+pkgver=2013.06.09
+pkgrel=1
+epoch=1
+pkgdesc=A collection of freely re-usable Autoconf macros
+arch=('any')
+url=http://www.gnu.org/software/autoconf-archive/;
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a98d0a7bf74ee74754096e7233d4132baafe15d212b2c903dc0bfef41e7048b5'
+'c9494ca657eee33d108291675a53db89e781fa80d415b423162231eeb62d1e6a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:28:03
  Author: spupykin
Revision: 93134

upgpkg: autoconf-archive 1:2013.06.09-1

upd

Modified:
  autoconf-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 15:26:47 UTC (rev 93133)
+++ PKGBUILD2013-06-25 15:28:03 UTC (rev 93134)
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('autoconf')
 optdepends=('automake: macros for use with it')
-changelog='ChangeLog'
 source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('a98d0a7bf74ee74754096e7233d4132baafe15d212b2c903dc0bfef41e7048b5'
 'c9494ca657eee33d108291675a53db89e781fa80d415b423162231eeb62d1e6a')



[arch-commits] Commit in grub/repos (34 files)

2013-06-25 Thread Tobias Powalowski
Date: Tuesday, June 25, 2013 @ 17:43:19
  Author: tpowa
Revision: 188920

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

Added:
  grub/repos/core-i686/60_memtest86+
(from rev 188919, grub/repos/testing-i686/60_memtest86+)
  grub/repos/core-i686/PKGBUILD
(from rev 188919, grub/repos/testing-i686/PKGBUILD)
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 188919, 
grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-i686/grub.cfg
(from rev 188919, grub/repos/testing-i686/grub.cfg)
  grub/repos/core-i686/grub.default
(from rev 188919, grub/repos/testing-i686/grub.default)
  grub/repos/core-i686/grub.install
(from rev 188919, grub/repos/testing-i686/grub.install)
  grub/repos/core-i686/grub_bzr_export.sh
(from rev 188919, grub/repos/testing-i686/grub_bzr_export.sh)
  grub/repos/core-x86_64/60_memtest86+
(from rev 188919, grub/repos/testing-x86_64/60_memtest86+)
  grub/repos/core-x86_64/PKGBUILD
(from rev 188919, grub/repos/testing-x86_64/PKGBUILD)
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 188919, 
grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-x86_64/grub.cfg
(from rev 188919, grub/repos/testing-x86_64/grub.cfg)
  grub/repos/core-x86_64/grub.default
(from rev 188919, grub/repos/testing-x86_64/grub.default)
  grub/repos/core-x86_64/grub.install
(from rev 188919, grub/repos/testing-x86_64/grub.install)
  grub/repos/core-x86_64/grub_bzr_export.sh
(from rev 188919, grub/repos/testing-x86_64/grub_bzr_export.sh)
Deleted:
  
grub/repos/core-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch
  grub/repos/core-i686/60_memtest86+
  grub/repos/core-i686/PKGBUILD
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-i686/grub-2.00-fix-docs.patch
  grub/repos/core-i686/grub.cfg
  grub/repos/core-i686/grub.default
  grub/repos/core-i686/grub.install
  grub/repos/core-i686/grub_bzr_export.sh
  
grub/repos/core-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch
  grub/repos/core-x86_64/60_memtest86+
  grub/repos/core-x86_64/PKGBUILD
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-x86_64/grub-2.00-fix-docs.patch
  grub/repos/core-x86_64/grub.cfg
  grub/repos/core-x86_64/grub.default
  grub/repos/core-x86_64/grub.install
  grub/repos/core-x86_64/grub_bzr_export.sh
  grub/repos/testing-i686/
  grub/repos/testing-x86_64/

-+
 /60_memtest86+  |  
 64 +
 /PKGBUILD   |  
478 ++
 /archlinux_grub_mkconfig_fixes.patch|  
286 +
 /grub.cfg   |  
278 +
 /grub.default   |  
 94 +
 /grub.install   |  
 66 +
 /grub_bzr_export.sh |  
226 
 core-i686/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch   |  
 50 -
 core-i686/60_memtest86+ |  
 32 
 core-i686/PKGBUILD  |  
252 -
 core-i686/archlinux_grub_mkconfig_fixes.patch   |  
143 --
 core-i686/grub-2.00-fix-docs.patch  |  
 21 
 core-i686/grub.cfg  |  
139 --
 core-i686/grub.default  |  
 47 
 core-i686/grub.install  |  
 33 
 core-i686/grub_bzr_export.sh|  
113 --
 core-x86_64/0069-Backport-gnulib-fixes-for-C11.-Fixes-Savannah-bug-37.patch |  
 50 -
 core-x86_64/60_memtest86+   |  
 32 
 core-x86_64/PKGBUILD|  
252 -
 core-x86_64/archlinux_grub_mkconfig_fixes.patch |  
143 --
 core-x86_64/grub-2.00-fix-docs.patch|  
 21 
 core-x86_64/grub.cfg|  
139 --
 core-x86_64/grub.default|  
 47 
 core-x86_64/grub.install|  
 33 
 core-x86_64/grub_bzr_export.sh  |  
113 --
 25 files changed, 1492 insertions(+), 1660 deletions(-)

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


[arch-commits] Commit in couchdb/trunk (PKGBUILD build-fix.patch erlang-r16b01.patch)

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:45:40
  Author: spupykin
Revision: 93136

upgpkg: couchdb 1.4.0pre-1

upd

Modified:
  couchdb/trunk/PKGBUILD
Deleted:
  couchdb/trunk/build-fix.patch
  couchdb/trunk/erlang-r16b01.patch

-+
 PKGBUILD|   28 
 build-fix.patch | 5568 --
 erlang-r16b01.patch |   12 
 3 files changed, 12 insertions(+), 5596 deletions(-)

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


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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:46:03
  Author: spupykin
Revision: 93137

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 93136, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 93136, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 93136, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 93136, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 93136, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 93136, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 93136, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 93136, couchdb/trunk/couchdb.tmpfiles)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/build-fix.patch
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-i686/erlang-r16b01.patch
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/build-fix.patch
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/erlang-r16b01.patch

--+
 /PKGBUILD|   96 
 /couchdb.install |   44 
 /couchdb.service |   24 
 /couchdb.tmpfiles|2 
 community-i686/PKGBUILD  |   52 
 community-i686/build-fix.patch   | 5568 -
 community-i686/couchdb.install   |   22 
 community-i686/couchdb.service   |   12 
 community-i686/couchdb.tmpfiles  |1 
 community-i686/erlang-r16b01.patch   |   12 
 community-x86_64/PKGBUILD|   52 
 community-x86_64/build-fix.patch | 5568 -
 community-x86_64/couchdb.install |   22 
 community-x86_64/couchdb.service |   12 
 community-x86_64/couchdb.tmpfiles|1 
 community-x86_64/erlang-r16b01.patch |   12 
 16 files changed, 166 insertions(+), 11334 deletions(-)

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


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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:54:03
  Author: spupykin
Revision: 93138

upgpkg: ejabberd 2.1.13-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 15:46:03 UTC (rev 93137)
+++ PKGBUILD2013-06-25 15:54:03 UTC (rev 93138)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=ejabberd
-pkgver=2.1.12
-pkgrel=5
+pkgver=2.1.13
+pkgrel=1
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -15,10 +15,10 @@
'etc/ejabberd/ejabberdctl.cfg'
'etc/logrotate.d/ejabberd')
 install=$pkgname.install
-source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
+source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/v$pkgver.tar.gz;
$pkgname.logrotate
ejabberd.service)
-md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
+md5sums=('2a7c3b711b4f7091f811c51b52beb735'
  'f97c8a96160f30e0aecc9526c12e6606'
  'df32aa17e40a7bc5d9946d3ba6fe5e16')
 



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

2013-06-25 Thread Sergej Pupykin
Date: Tuesday, June 25, 2013 @ 17:54:26
  Author: spupykin
Revision: 93139

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 93138, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 93138, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 93138, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 93138, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 93138, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 93138, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 93138, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 93138, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

-+
 /PKGBUILD   |   90 ++
 /ejabberd.install   |   50 ++
 /ejabberd.logrotate |   24 +
 /ejabberd.service   |   26 +
 community-i686/PKGBUILD |   45 -
 community-i686/ejabberd.install |   25 -
 community-i686/ejabberd.logrotate   |   12 
 community-i686/ejabberd.service |   13 
 community-x86_64/PKGBUILD   |   45 -
 community-x86_64/ejabberd.install   |   25 -
 community-x86_64/ejabberd.logrotate |   12 
 community-x86_64/ejabberd.service   |   13 
 12 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-25 15:54:03 UTC (rev 93138)
+++ community-i686/PKGBUILD 2013-06-25 15:54:26 UTC (rev 93139)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=2.1.12
-pkgrel=4
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
-backup=('etc/ejabberd/ejabberd.cfg'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
-   $pkgname.logrotate
-   ejabberd.service)
-md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'df32aa17e40a7bc5d9946d3ba6fe5e16')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-pam --enable-odbc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/$pkgname
-  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
-  chmod ug+r $pkgdir/etc/$pkgname/*
-  mkdir -p $pkgdir/usr/bin
-  mv $pkgdir/usr/sbin/ejabberdctl $pkgdir/usr/bin/ejabberdctl
-  chmod a+rx $pkgdir/usr/bin/ejabberdctl 
$pkgdir/usr/lib/ejabberd/priv/bin/captcha.sh
-  rm -rf $pkgdir/var/lock $pkgdir/usr/sbin
-  install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ejabberd/repos/community-i686/PKGBUILD (from rev 93138, 
ejabberd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-25 15:54:26 UTC (rev 93139)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=ejabberd
+pkgver=2.1.13
+pkgrel=1
+pkgdesc=Jabber server written in Erlang
+arch=('x86_64' 'i686')
+url=http://www.ejabberd.im/;
+license=(GPL)
+depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2')
+backup=('etc/ejabberd/ejabberd.cfg'
+   'etc/ejabberd/ejabberdctl.cfg'
+   'etc/logrotate.d/ejabberd')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/v$pkgver.tar.gz;
+   $pkgname.logrotate
+   ejabberd.service)
+md5sums=('2a7c3b711b4f7091f811c51b52beb735'
+ 

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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 18:41:20
  Author: andyrtr
Revision: 188922

upgpkg: dovecot 2.2.4-1

upstream update 2.2.4

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 16:24:01 UTC (rev 188921)
+++ PKGBUILD2013-06-25 16:41:20 UTC (rev 188922)
@@ -8,7 +8,7 @@
 # --- remember to rebuild/bump pigeonhole in one step ---
 
 pkgname=dovecot
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('306664f09560d2c6515ba80e1dd7f353'
+md5sums=('984cfc921a83c580c52c86e128e9dac2'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 



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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 18:41:40
  Author: andyrtr
Revision: 188923

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 188922, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 188922, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 188922, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 188922, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 188922, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 188922, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   88 +
 staging-i686/dovecot.install |   58 
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   88 +
 staging-x86_64/dovecot.install   |   58 
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 294 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 188922, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-25 16:41:40 UTC (rev 188923)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: GARETTE Emmanuel gnunux at laposte dot net
+
+
+# --- remember to rebuild/bump pigeonhole in one step ---
+
+pkgname=dovecot
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=An IMAP and POP3 server written with security primarily in mind
+arch=('i686' 'x86_64')
+url=http://dovecot.org/;
+license=(LGPL)
+depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmariadbclient'
+'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
+makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+   'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+options=('!libtool')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('984cfc921a83c580c52c86e128e9dac2'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # fix build with recent clucene (FC)
+  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
+  
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib --with-bzlib \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 188922, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2013-06-25 16:41:40 UTC (rev 188923)
@@ -0,0 +1,58 @@
+# arg 1:  the new package version
+post_install() {
+
+  # Make sure the group and user dovecot+dovenull exists on this system and 
have the correct 

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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 18:49:04
  Author: andyrtr
Revision: 188924

upgpkg: pigeonhole 0.4.0-5

dovecot upstream update 2.2.4 rebuild

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 16:41:40 UTC (rev 188923)
+++ PKGBUILD2013-06-25 16:49:04 UTC (rev 188924)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.3
+_dcpkgver=2.2.4
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Sieve implementation for Dovecot
 arch=('i686' 'x86_64')
 url=http://pigeonhole.dovecot.org/;



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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 18:49:18
  Author: andyrtr
Revision: 188925

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 188924, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 188924, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 188924, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 188924, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   44 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   44 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 90 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 188924, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-25 16:49:18 UTC (rev 188925)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.4
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.0
+pkgrel=5
+pkgdesc=Sieve implementation for Dovecot
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 188924, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2013-06-25 16:49:18 UTC (rev 188925)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 188924, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-25 16:49:18 UTC (rev 188925)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.4
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.0
+pkgrel=5
+pkgdesc=Sieve implementation for Dovecot
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 188924, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-x86_64/dovecot.conf (rev 0)
+++ staging-x86_64/dovecot.conf 2013-06-25 16:49:18 UTC (rev 188925)
@@ -0,0 +1 @@
+/usr/lib/dovecot



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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 19:06:14
  Author: andyrtr
Revision: 188928

upgpkg: xorg-server 1.14.2-1

upstream update 1.14.2

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 16:51:15 UTC (rev 188927)
+++ PKGBUILD2013-06-25 17:06:14 UTC (rev 188928)
@@ -4,7 +4,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,7 +23,7 @@
 xvfb-run.1
 10-quirks.conf
 git-fixes.patch)
-sha256sums=('a5adb02571efb7d7459dde83286a3adb77dfd1a52a7348e75d2dc72d6f8d28aa'
+sha256sums=('f6ddfb3f1cfff2d69d45657aec626ebe8b5847810154ff7df7ed2072b076c86b'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'e033f9bcc21980f7f0428e6ed6c362a3d55ad293b05fd6e6c6c1933b86f9e63a'



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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 19:07:01
  Author: andyrtr
Revision: 188929

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 188928, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 188928, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 188928, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 188928, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/bug59825.patch
(from rev 188928, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 188928, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 188928, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 188928, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 188928, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 188928, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 188928, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 188928, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 188928, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/bug59825.patch
(from rev 188928, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 188928, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 188928, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 188928, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 188928, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/bug59825.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/bug59825.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

---+
 /10-quirks.conf   |   20 
 /PKGBUILD |  428 
 /autoconfig-nvidia.patch  |   56 +
 /autoconfig-sis.patch |   42 +
 /bug59825.patch   |   24 
 /git-fixes.patch  |   54 +
 /xserver-1.6.0-less-acpi-brokenness.patch |   50 +
 /xvfb-run |  360 ++
 /xvfb-run.1   |  564 
 extra-i686/10-quirks.conf |   10 
 extra-i686/PKGBUILD   |  214 --
 extra-i686/autoconfig-nvidia.patch|   28 
 extra-i686/autoconfig-sis.patch   |   21 
 extra-i686/bug59825.patch |   12 
 extra-i686/git-fixes.patch|   27 
 extra-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   25 
 extra-i686/xvfb-run   |  180 -
 extra-i686/xvfb-run.1 |  282 
 extra-x86_64/10-quirks.conf   |   10 
 extra-x86_64/PKGBUILD |  214 --
 extra-x86_64/autoconfig-nvidia.patch  |   28 
 extra-x86_64/autoconfig-sis.patch |   21 
 extra-x86_64/bug59825.patch   |   12 
 extra-x86_64/git-fixes.patch  |   27 
 extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch |   25 
 extra-x86_64/xvfb-run |  180 -
 extra-x86_64/xvfb-run.1   |  282 
 27 files changed, 1598 insertions(+), 1598 deletions(-)

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


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

2013-06-25 Thread Lukas Fleischer
Date: Tuesday, June 25, 2013 @ 20:50:42
  Author: lfleischer
Revision: 93141

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 93140, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 93140, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +--
 PKGBUILD |   66 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-06-25 18:50:23 UTC (rev 93140)
+++ LICENSE 2013-06-25 18:50:42 UTC (rev 93141)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 93140, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-06-25 18:50:42 UTC (rev 93141)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 18:50:23 UTC (rev 93140)
+++ PKGBUILD2013-06-25 18:50:42 UTC (rev 93141)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.9.4
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(http://github.com/boto/boto/archive/$pkgver.tar.gz;
-'LICENSE')
-md5sums=('deb99a55b8a80b637be75e53ca0f8ddc'
- '35ebd993c05c79ba78e9f4fb3e65e547')
-
-build() {
-  cd $srcdir/boto-$pkgver
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd $srcdir/boto-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 93140, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-25 18:50:42 UTC (rev 93141)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.9.6
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+depends=('python2')
+conflicts=('python-boto=2.5.2-1')

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

2013-06-25 Thread Lukas Fleischer
Date: Tuesday, June 25, 2013 @ 20:50:23
  Author: lfleischer
Revision: 93140

upgpkg: python-boto 2.9.6-1

Upstream update.

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 15:54:26 UTC (rev 93139)
+++ PKGBUILD2013-06-25 18:50:23 UTC (rev 93140)
@@ -4,7 +4,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.9.4
+pkgver=2.9.6
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('python-boto=2.5.2-1')
 source=(http://github.com/boto/boto/archive/$pkgver.tar.gz;
 'LICENSE')
-md5sums=('deb99a55b8a80b637be75e53ca0f8ddc'
+md5sums=('c53078cc657234d03c5e544cc6eb8a07'
  '35ebd993c05c79ba78e9f4fb3e65e547')
 
 build() {



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

2013-06-25 Thread Alexander Rødseth
Date: Tuesday, June 25, 2013 @ 20:51:28
  Author: arodseth
Revision: 93143

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

Added:
  winff/repos/community-i686/PKGBUILD
(from rev 93142, winff/trunk/PKGBUILD)
  winff/repos/community-i686/winff.install
(from rev 93142, winff/trunk/winff.install)
  winff/repos/community-x86_64/PKGBUILD
(from rev 93142, winff/trunk/PKGBUILD)
  winff/repos/community-x86_64/winff.install
(from rev 93142, winff/trunk/winff.install)

+
 community-i686/PKGBUILD|   56 +++
 community-i686/winff.install   |   14 +
 community-x86_64/PKGBUILD  |   56 +++
 community-x86_64/winff.install |   14 +
 4 files changed, 140 insertions(+)

Copied: winff/repos/community-i686/PKGBUILD (from rev 93142, 
winff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-25 18:51:28 UTC (rev 93143)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Paolo Stivanin admin AT polslinux DOT it
+
+pkgname=winff
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='http://code.google.com/p/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+install=$pkgname.install
+source=(http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz;)
+sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
+
+prepare() {
+  cd $srcdir
+
+  gendesk -n \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  cd $srcdir
+
+  install -Dm755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  install -dm755 $pkgdir/usr/share/winff/
+  find . -name *.xml \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
+  install -Dm644 $srcdir/winff.desktop \
+$pkgdir/usr/share/applications/winff.desktop
+  install -Dm644 $srcdir/$pkgname/winff-icons/48x48/winff.png \
+$pkgdir/usr/share/pixmaps/winff.png
+  for size in 16x16 24x24 32x32 48x48; do
+install -Dm644 $srcdir/$pkgname/winff-icons/$size/winff.png \
+  $pkgdir/usr/share/icons/hicolor/$size/apps/winff.png
+  done
+  install -dm755 $pkgdir/usr/share/winff/languages/
+  find . -name *.po \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/languages/ \;  
/dev/null
+  rm -f $srcdir/$pkgname/presets.xml
+}
+
+# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/winff.install (from rev 93142, 
winff/trunk/winff.install)
===
--- community-i686/winff.install(rev 0)
+++ community-i686/winff.install2013-06-25 18:51:28 UTC (rev 93143)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-x86_64/PKGBUILD (from rev 93142, 
winff/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-25 18:51:28 UTC (rev 93143)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Paolo Stivanin admin AT polslinux DOT it
+
+pkgname=winff
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='http://code.google.com/p/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+install=$pkgname.install
+source=(http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz;)
+sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
+
+prepare() {
+  cd $srcdir
+
+  gendesk -n \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  cd $srcdir
+
+  install -Dm755 $srcdir/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  install -dm755 $pkgdir/usr/share/winff/
+  find . -name *.xml \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
+  install -Dm644 $srcdir/winff.desktop \
+$pkgdir/usr/share/applications/winff.desktop
+  install -Dm644 

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

2013-06-25 Thread Alexander Rødseth
Date: Tuesday, June 25, 2013 @ 20:51:18
  Author: arodseth
Revision: 93142

upgpkg: winff 1.5.0-1

Added:
  winff/trunk/winff.install
Modified:
  winff/trunk/PKGBUILD

---+
 PKGBUILD  |5 +++--
 winff.install |   14 ++
 2 files changed, 17 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 18:50:42 UTC (rev 93141)
+++ PKGBUILD2013-06-25 18:51:18 UTC (rev 93142)
@@ -10,8 +10,9 @@
 url='http://code.google.com/p/winff/'
 license=('GPL3')
 arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'xterm')
-makedepends=('lazarus' 'lazarus-gtk2')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+install=$pkgname.install
 source=(http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz;)
 sha256sums=('e94e5a4c11038e9a30fc3f5ea9094f86415d02bd1f1a746808513bbd47ea5766')
 

Added: winff.install
===
--- winff.install   (rev 0)
+++ winff.install   2013-06-25 18:51:18 UTC (rev 93142)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-06-25 Thread Andreas Radke
Date: Tuesday, June 25, 2013 @ 21:58:19
  Author: andyrtr
Revision: 188930

fix FS#35930

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 17:07:01 UTC (rev 188929)
+++ PKGBUILD2013-06-25 19:58:19 UTC (rev 188930)
@@ -9,8 +9,8 @@
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
-# depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 
'glib2' 'mesa=9.1' 'libgl' 'sh') 
-makedepends=('mesa=9.1' 'mesa-libgl=9.1' 'librsvg' 'gtk2' 'poppler-glib' 
'libspectre' 'gtk-doc' 'valgrind'
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'mesa=9.1' 'libgl' 'sh' 'lzo2')
+makedepends=('mesa-libgl=9.1' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
  # for the test suite:
  'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
 #optdepends=('xcb-util: for XCB backend') # really needed?
@@ -54,8 +54,6 @@
 #}
 
 package() {
-  depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 
'glib2' 'mesa=9.1' 'libgl' 'sh' 'lzo2')
-
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-06-25 Thread Evangelos Foutras
Date: Tuesday, June 25, 2013 @ 22:16:28
  Author: foutrelis
Revision: 188932

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 188931, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 188931, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 188931, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 188931, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 188931, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 188931, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 188931, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 188931, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 188931, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 188931, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 188931, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 188931, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  140 +++
 /mozconfig |   80 +++
 /thunderbird-install-dir.patch |   94 ++
 /thunderbird.desktop   |   26 +
 /thunderbird.install   |   24 
 /vendor.js |   18 +++
 extra-i686/PKGBUILD|   70 -
 extra-i686/mozconfig   |   40 ---
 extra-i686/thunderbird-install-dir.patch   |   47 -
 extra-i686/thunderbird.desktop |   13 --
 extra-i686/thunderbird.install |   12 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   70 -
 extra-x86_64/mozconfig |   40 ---
 extra-x86_64/thunderbird-install-dir.patch |   47 -
 extra-x86_64/thunderbird.desktop   |   13 --
 extra-x86_64/thunderbird.install   |   12 --
 extra-x86_64/vendor.js |9 -
 18 files changed, 382 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-25 20:15:27 UTC (rev 188931)
+++ extra-i686/PKGBUILD 2013-06-25 20:16:28 UTC (rev 188932)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=17.0.6
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js)
-options=(!emptydirs)
-sha256sums=('be4dc30abec38e323ba758584a381644c2ca2b4511b61f4c55edabba3b77ec01'
-'5b8da0121d73707f9ae7b331f822a368a782c5108671d57a14c6e8b778adaac1'
-'d506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
-'929a7ceca0e90d0635a2099b7df24033e865fb5b5b8c5824468c4561c21c377d'
-'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
-
-prepare() {
-  cd comm-esr17
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  # configure script misdetects the 

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

2013-06-25 Thread Evangelos Foutras
Date: Tuesday, June 25, 2013 @ 22:16:48
  Author: foutrelis
Revision: 188933

upgpkg: thunderbird-i18n 17.0.7-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 20:16:28 UTC (rev 188932)
+++ PKGBUILD2013-06-25 20:16:48 UTC (rev 188933)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=17.0.6
+pkgver=17.0.7
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -94,58 +94,58 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('f5874c152b64284b7287b98da4cc2752'
- 'dd8b69ab89e4ab9f9856ee561969e719'
- '43a0d37fe238bf92cbf6d9951aec6c42'
- '8d83666028f97b0ca31272e2646b8f41'
- 'fa447dfef59831757dfd6c49c0e1bf76'
- '8dc906fed5306d0cefb6e0ae486861e6'
- '894b0a7e990a2199c62d4465e575da45'
- '850309ad92efad5aeb204d4d067a0493'
- 'fbbf8c5c8385f1a5fda309c049cbf2a6'
- 'c06da3cbecd7815f9fdfae5d5f28de9d'
- '65a5354e8a4ec8f9296bd8c0fdacd51b'
- 'b7a645e10bf7a915df2a7d6611e6fe10'
- 'a555e28a542bd0d691dd224321e0ff31'
- '56b80faa0e929613dbc8ce307270c22a'
- '41eedc8523a908837405b8ae804cfbbd'
- '4bf792c1a0b6d6dade28ab6b945db43a'
- 'f374a89c60259f383b9a067b59c96961'
- '77238f5936597e9f6e37606c9e359512'
- '96f8e3d273bfc736fd40959ca0b73f06'
- '378b4eaeae1b7877487859b600f5733a'
- 'fe10debfac2e1b25de359c02837c3ae9'
- 'c67eaa6e5a537c4787e934f291c3df4d'
- 'f43ac719b63108a3f3804df55b37'
- '1e404c0d3adfcd8656501651623849b4'
- '51191d8be9db0d1320b5b64af64109dc'
- 'a5e11f696af698d0c4f7766d030b2399'
- 'df559c92727276acea650a0ebb351538'
- '5bad484687f26f25b2fbd5060a6646d4'
- '1e1ea1913758cf020661fec27a02ddb6'
- '8479dc2b86f4a7b52dbf871423ef11de'
- '4b0673ff7a2048e0829704bf84d16031'
- 'c764376508c3c99b12c81a76013927ad'
- '5deec9263bbc4f3661e834d35079c153'
- 'f30ee5ce145db605e776d1c247cc709b'
- '0ef69ae55807a33a9b513d81d8ec10ea'
- 'dc41ebd2b87a783daadba0b313ed8e72'
- '2c4977f14e6dc045495f2d80d4acc8f2'
- '0b8a90721676065a093ea68d3474af85'
- 'aa73d1a59b0297ad8f9b70cd209433aa'
- 'e18f772698ddc4b145c76a5d969632fa'
- '1cc64def4f80bfc36d222cb77b6eb14a'
- '8900d15934f025e12c80577f096d4baa'
- 'bcac89973d249689300986ed5a381ccc'
- 'ab52bbbd439b89c9eb916868a4be5553'
- '4a3af60c400ef857a05c0ca94ba8d687'
- '90993b32e0cd968a337d532b5da2c57f'
- 'a78eacf474fe1b97440f5384f3158983'
- '60ce0e649a8b940b3f318c7897d0dca6'
- 'bccae1e95cc6ad4e6cbde475c8218ca1'
- '2a482696c844316fe19471b921d1c9b9'
- '3445c2a242cb2edb00fa20205486a3c7'
- '3f7258e5ba083db60bbb3f023d483ecb'
- '26e5ea0cfee2172378eb3c8e98941718'
- '6a85cc01e1fd2dcc449c787729d8f477'
- '4d193991f318c02c192a2c431ddc3e07')
+md5sums=('fb33f8da3bc9f0906baf5222098e9359'
+ '0ceada37eed6ea7986fdffd6b0ea5aac'
+ '612dcc6e280b547efe9d6cebf82a1eb5'
+ 'fcc841359ef595fb58e6ef2333453ca0'
+ '69c31584fd7b442b655e58e4556f5034'
+ '479b6a37772b6885c52f26187818c542'
+ 'b723a4ae893838f4d332c5118bacd2fb'
+ '8cae26bd3354071f96faaa58f633f7f3'
+ '99fcd0609b232ba167d22200df617ce4'
+ '14e0224981659188f41d15d8a2a116bf'
+ '1da89ba6776c5be68851ab6782809b25'
+ '4e5e74537f138c0a5cfef02931e57c6b'
+ '67bb0b85fd5fd3f7344982cb0f93cc60'
+ 'a7120022d3a957f152044f5d7ce155e2'
+ '44a35e42bc9682b42f7fad416f803b83'
+ '149da69e91a018b8c2d2341b62091b18'
+ 'e78c3749605674623a5ebd455d1da5e6'
+ '18d4429db86023c3cff4cdfdb3c7db61'
+ '327f085c787a61c95b7904f1d68ba8ba'
+ 'c7f83c1d5fac8bae0257f5269d6318a9'
+ '2d8f1bf1e814fc984d791a95c4ef8811'
+ '2513698f14cbc85651c5b752845a9d7f'
+ '5d727ff5a17e105abe44b1e970868ea2'
+ 'e233b53dce6072308c190cdb83cb3d08'
+ 'f8c1f680d62c76607c12cf517fb4d9b1'
+ '124a5110c4e807bae739fa5542b21e6f'
+ '8031d7162eeb68343d0879550653c13d'
+ 'af6f26ef85012c84fb28279230a6bf47'
+ '93a25ac664d66deb4e0e88a9dd0f601f'
+ 'f834580781619b97659dc95d8f203d2b'
+ 'd54e1e7ed5c5d88db1ef2445bc0c9948'
+ '7a899329dafb829075f735990171823f'
+ '46fb6882a4350a86616dd0859b230602'
+ '80492e996b180062f56f9005d4083608'
+ '9fab024f293084e98e00639bb156b7aa'
+ 'a24adcb523efdfb836d7aa8dcb192a8b'
+ '3742697f98cec4bb7c565cdede33263f'
+ 

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

2013-06-25 Thread Evangelos Foutras
Date: Tuesday, June 25, 2013 @ 22:16:57
  Author: foutrelis
Revision: 188934

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 188933, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  302 ++---
 1 file changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 20:16:48 UTC (rev 188933)
+++ PKGBUILD2013-06-25 20:16:57 UTC (rev 188934)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=17.0.6
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('f5874c152b64284b7287b98da4cc2752'
- 'dd8b69ab89e4ab9f9856ee561969e719'
- '43a0d37fe238bf92cbf6d9951aec6c42'
- '8d83666028f97b0ca31272e2646b8f41'
- 'fa447dfef59831757dfd6c49c0e1bf76'
- '8dc906fed5306d0cefb6e0ae486861e6'
- '894b0a7e990a2199c62d4465e575da45'
- '850309ad92efad5aeb204d4d067a0493'
- 'fbbf8c5c8385f1a5fda309c049cbf2a6'
- 'c06da3cbecd7815f9fdfae5d5f28de9d'
- '65a5354e8a4ec8f9296bd8c0fdacd51b'
- 'b7a645e10bf7a915df2a7d6611e6fe10'
- 'a555e28a542bd0d691dd224321e0ff31'
- '56b80faa0e929613dbc8ce307270c22a'
- '41eedc8523a908837405b8ae804cfbbd'
- '4bf792c1a0b6d6dade28ab6b945db43a'
- 'f374a89c60259f383b9a067b59c96961'
- '77238f5936597e9f6e37606c9e359512'
- '96f8e3d273bfc736fd40959ca0b73f06'
- '378b4eaeae1b7877487859b600f5733a'
- 'fe10debfac2e1b25de359c02837c3ae9'
- 'c67eaa6e5a537c4787e934f291c3df4d'
- 'f43ac719b63108a3f3804df55b37'
- '1e404c0d3adfcd8656501651623849b4'
- '51191d8be9db0d1320b5b64af64109dc'
- 'a5e11f696af698d0c4f7766d030b2399'
- 'df559c92727276acea650a0ebb351538'
- '5bad484687f26f25b2fbd5060a6646d4'
- '1e1ea1913758cf020661fec27a02ddb6'
- '8479dc2b86f4a7b52dbf871423ef11de'
- '4b0673ff7a2048e0829704bf84d16031'
- 'c764376508c3c99b12c81a76013927ad'
- '5deec9263bbc4f3661e834d35079c153'
- 'f30ee5ce145db605e776d1c247cc709b'
- '0ef69ae55807a33a9b513d81d8ec10ea'
- 'dc41ebd2b87a783daadba0b313ed8e72'
- '2c4977f14e6dc045495f2d80d4acc8f2'
- '0b8a90721676065a093ea68d3474af85'
- 'aa73d1a59b0297ad8f9b70cd209433aa'
- 'e18f772698ddc4b145c76a5d969632fa'
- '1cc64def4f80bfc36d222cb77b6eb14a'
- '8900d15934f025e12c80577f096d4baa'
- 'bcac89973d249689300986ed5a381ccc'
- 'ab52bbbd439b89c9eb916868a4be5553'
- '4a3af60c400ef857a05c0ca94ba8d687'
- '90993b32e0cd968a337d532b5da2c57f'
- 

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

2013-06-25 Thread Alexander Rødseth
Date: Tuesday, June 25, 2013 @ 22:18:00
  Author: arodseth
Revision: 93144

upgpkg: processing 2.0.1-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 18:51:28 UTC (rev 93143)
+++ PKGBUILD2013-06-25 20:18:00 UTC (rev 93144)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=processing
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming language and environment for creating images, animations 
and interactions'
@@ -12,17 +12,17 @@
 makedepends=('gendesk')
 options=(!strip)
 
-if [ $CARCH == x86_64 ]; then
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz;
+#if [ $CARCH == x86_64 ]; then
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
+  
sha256sums=('cd1c723e3521b679b8e36d4f04718adcf515d759cb69fc9dfe9020e1a1b2ad1b'
 '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
+#else
+#  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
+#  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+#  
sha256sums=('99c3e49d235a70c59da3f032c59ca5271177b076aa8f2bff1735a14b7c4adfec'
+#  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+#fi
 
 prepare() {
   cd $srcdir



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

2013-06-25 Thread Alexander Rødseth
Date: Tuesday, June 25, 2013 @ 22:18:20
  Author: arodseth
Revision: 93145

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-25 20:18:00 UTC (rev 93144)
+++ community-i686/PKGBUILD 2013-06-25 20:18:20 UTC (rev 93145)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming language and environment for creating images, animations 
and interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'sh' 'libxxf86vm')
-makedepends=('gendesk')
-options=(!strip)
-
-if [ $CARCH == x86_64 ]; then
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
-
-prepare() {
-  cd $srcdir
-
-  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
-  cp -r * $pkgdir/usr/share/$pkgname/
-  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 93144, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-25 20:18:20 UTC (rev 93145)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=processing
+pkgver=2.0.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming language and environment for creating images, animations 
and interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'sh' 'libxxf86vm')
+makedepends=('gendesk')
+options=(!strip)
+
+#if [ $CARCH == x86_64 ]; then
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('cd1c723e3521b679b8e36d4f04718adcf515d759cb69fc9dfe9020e1a1b2ad1b'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+#else
+#  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
+#  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+#  
sha256sums=('99c3e49d235a70c59da3f032c59ca5271177b076aa8f2bff1735a14b7c4adfec'
+#  
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+#fi
+
+prepare() {
+  cd $srcdir
+
+  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
+  cp -r * $pkgdir/usr/share/$pkgname/
+  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-25 20:18:00 UTC (rev 93144)
+++ community-x86_64/PKGBUILD   2013-06-25 20:18:20 UTC (rev 93145)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0
-pkgrel=1
-arch=('x86_64' 'i686')

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

2013-06-25 Thread Evangelos Foutras
Date: Tuesday, June 25, 2013 @ 22:15:27
  Author: foutrelis
Revision: 188931

upgpkg: thunderbird 17.0.7-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 19:58:19 UTC (rev 188930)
+++ PKGBUILD2013-06-25 20:15:27 UTC (rev 188931)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=17.0.6
+pkgver=17.0.7
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-sha256sums=('be4dc30abec38e323ba758584a381644c2ca2b4511b61f4c55edabba3b77ec01'
+sha256sums=('682707e21c6ef1ee325983e30a05f254cfe31c98692eb632f3d6ca8f4682eece'
 '5b8da0121d73707f9ae7b331f822a368a782c5108671d57a14c6e8b778adaac1'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
 '929a7ceca0e90d0635a2099b7df24033e865fb5b5b8c5824468c4561c21c377d'



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

2013-06-25 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 00:45:41
  Author: foutrelis
Revision: 188935

upgpkg: firefox 22.0-1

New upstream release.

Added:
  firefox/trunk/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
Modified:
  firefox/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch |   36 ++
 2 files changed, 47 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 20:16:57 UTC (rev 188934)
+++ PKGBUILD2013-06-25 22:45:41 UTC (rev 188935)
@@ -20,6 +20,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch
+firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
 firefox-20.0.1-fixed-loading-icon.png)
 sha256sums=('040d4e7fb5076b6aa25f0d3851f8d98c2a2e72ef1599f4387f09f47f6096515e'
 '1d750088958ae2a2faf43f9bb3909c3e396f01c6504ba39f09b8ed7fc1b29492'
@@ -27,6 +28,7 @@
 'ded67e8204bd5e1c0c5771c0d2c84ff80c998e1543711e7cd804cfe29e8dd1b0'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
+'2baebe5514aafdeacc5727cdaa5e84433dcbdb06228de546bfe051ab7c061b34'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
 
 prepare() {
@@ -36,6 +38,10 @@
   patch -Np1 -i ../firefox-install-dir.patch
   patch -Np1 -i ../shared-libs.patch
 
+  # Should be fixed in Firefox 23
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=817533
+  patch -Np1 -i ../firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
+
   # Fix PRE_RELEASE_SUFFIX
   sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
 browser/base/Makefile.in
@@ -62,6 +68,11 @@
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
   export PYTHON=/usr/bin/python2
 
+  # Work around memory address space exhaustion during linking on i686
+  if [[ $CARCH == i686 ]]; then
+LDFLAGS+=' -Wl,--no-keep-memory'
+  fi
+
   export DISPLAY=:99
   Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY 
 

Added: firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
===
--- firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch 
(rev 0)
+++ firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch 2013-06-25 
22:45:41 UTC (rev 188935)
@@ -0,0 +1,36 @@
+
+# HG changeset patch
+# User Patrick McManus mcma...@ducksong.com
+# Date 1365623297 14400
+# Node ID 85f1d207f52546e0e5fe78990cdefe6efae485fb
+# Parent  2bb26d742f5ffd2d946291fd3c688dc3d6d34f67
+bug 817533 - failed system proxy lookups should not fallback to manual configs 
r=jduell
+
+diff --git a/netwerk/base/src/nsProtocolProxyService.cpp 
b/netwerk/base/src/nsProtocolProxyService.cpp
+--- a/netwerk/base/src/nsProtocolProxyService.cpp
 b/netwerk/base/src/nsProtocolProxyService.cpp
+@@ -1553,17 +1553,22 @@ nsProtocolProxyService::Resolve_Internal
+ 
+ // Proxy auto config magic...
+ if (mProxyConfig == PROXYCONFIG_PAC || mProxyConfig == PROXYCONFIG_WPAD) {
+ // Do not query PAC now.
+ *usePACThread = true;
+ return NS_OK;
+ }
+ 
+-// proxy info values
++// If we aren't in manual proxy configuration mode then we don't
++// want to honor any manual specific prefs that might be still set
++if (mProxyConfig != PROXYCONFIG_MANUAL)
++return NS_OK;
++
++// proxy info values for manual configuration mode
+ const char *type = nullptr;
+ const nsACString *host = nullptr;
+ int32_t port = -1;
+ 
+ uint32_t proxyFlags = 0;
+ 
+ if ((flags  RESOLVE_PREFER_SOCKS_PROXY) 
+ !mSOCKSProxyHost.IsEmpty()  mSOCKSProxyPort  0) {
+



[arch-commits] Commit in firefox/repos (34 files)

2013-06-25 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 00:46:37
  Author: foutrelis
Revision: 188938

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 188935, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
(from rev 188935, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  
firefox/repos/extra-i686/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
(from rev 188935, 
firefox/trunk/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 188935, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 188935, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 188935, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 188935, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 188935, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 188935, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 188936, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
(from rev 188936, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  
firefox/repos/extra-x86_64/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch
(from rev 188936, 
firefox/trunk/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 188936, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 188936, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 188936, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 188936, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 188936, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 188936, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

--+
 /PKGBUILD|  
236 +
 /firefox-install-dir.patch   |   
60 ++
 /firefox.desktop |  
242 ++
 /firefox.install |   
26 +
 /mozconfig   |   
70 ++
 /shared-libs.patch   |   
24 
 /vendor.js   |   
18 
 extra-i686/PKGBUILD  |  
106 
 extra-i686/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch   |   
36 +
 extra-i686/firefox-install-dir.patch |   
30 -
 extra-i686/firefox.desktop   |  
121 -
 extra-i686/firefox.install   |   
13 
 extra-i686/mozconfig |   
33 -
 extra-i686/shared-libs.patch |   
12 
 extra-i686/vendor.js |
9 
 extra-x86_64/PKGBUILD|  
106 
 extra-x86_64/firefox-22.0-do-not-fallback-to-manual-proxy-settings.patch |   
36 +
 extra-x86_64/firefox-install-dir.patch   |   
30 -
 extra-x86_64/firefox.desktop |  
121 -
 extra-x86_64/firefox.install |   
13 
 extra-x86_64/mozconfig   |   
33 -
 extra-x86_64/shared-libs.patch   |   
12 
 extra-x86_64/vendor.js   |
9 
 23 files changed, 748 insertions(+), 648 deletions(-)

The diff is longer than the limit 

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

2013-06-25 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 00:46:16
  Author: foutrelis
Revision: 188936

upgpkg: firefox-i18n 22.0-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 22:45:41 UTC (rev 188935)
+++ PKGBUILD2013-06-25 22:46:16 UTC (rev 188936)
@@ -5,8 +5,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=21.0
-pkgrel=2
+pkgver=22.0
+pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
 url=http://www.mozilla.com/;
@@ -128,92 +128,92 @@
   install -Dm644 firefox-i18n-$pkgver-$1.xpi \
 
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
-md5sums=('1cf24f692ee3609cb92478fa2b8bb680'
- '7de53f50a6626ca63655bc5b3111229a'
- '8c851d7d5d8de567dd63d45e52731c0b'
- '36b45cbe089b6040c2151e7e69f9fb5a'
- '5741e0e8b3e7eb163e915e5a987c29cb'
- '0be48a02964408a3b96463cd972a3077'
- '4fb654e166f6a639419a2695448dccca'
- '38f85d106db26f65318c62d6dbcababa'
- 'b6a5c4fb20b528aa1fc79e2320cc89a0'
- '26cce3b7e40225bc15735c8cc43995ae'
- 'acc4181fbaa9bc264079948aa298379a'
- 'bffb1d15d934d48f9f71090366c0186d'
- '4305a30de2fc97adcc6be47f67497cab'
- 'f421e916237ff61b311dd529f6d6d8c4'
- '01e95d23a1de9d8d1af41b88c375893b'
- '7eac1382bf007ee55cca64e5370540b3'
- '9ea2cb2ecfc7886ff637ed3b333b72b6'
- 'c875bf6bef07e7df75707010089bc2fc'
- '2a2b970e78feb15043e190c56cf47df7'
- '8a0c04d4c6208ffdf69a34b654f49083'
- '89e4fdf178ca2422e3eccf0918f93940'
- '12323f41498d4c51aa7e458c10d8a1f7'
- '653aa6ca25be33f55802c20127e0f269'
- '2c027c507b300e403f6f8bcd376d120c'
- 'bce7a8dd0ed1c862c35ed447f0d52402'
- 'cdc72254e5e49c2962efa76ba5dca17f'
- '4232428a13968be3a24e19294e7ed279'
- '203a7b05ee53d1e07cd33f06405cb761'
- 'a83da95542f16588c420f749331d67be'
- 'af6606aa94f82aa0337f9d1c2c6369dc'
- 'ef1b8e8cfb2632fea7e051524407cfd2'
- '2f421bdb613413630ec1bba6ad8753dc'
- '9fad317f0123f29ee5d65c68903e6cee'
- 'cd44c7c9f2e4a7eb71ea9882689b6dd8'
- '32ec011d15769db42255e3f2020c8762'
- 'bddf7244bd9215c48a463bd20f096de5'
- '20863fabc3c53ce41dd13f3cfd980e1b'
- '9f3cd04455fbaaa817eb8321e8e793f3'
- '3c2bbc55467d2431095de177a7f7fec3'
- 'a91968b071747b3461c4fd2543f78b95'
- 'c5e551d368b200f11409078185770421'
- '184b934105d5c82db9d1fc807a4e8881'
- 'e14c33cdd8385406c764cb4c3b9b3eb5'
- 'db5439e85dc16d7b21a31fdafceb8b2d'
- '1d1824b06ab35cd20ce4d680d1bcdc04'
- '5e43b6a6fd3ce90ef84394fcf2ed0068'
- 'cd3e6126be81492b0309d708894d8274'
- '87b87bfe37ace8251e4d5269d9d5fbc0'
- 'e689252f90538ee49c6d7386513ea2ee'
- 'a0f1512a371d7ea146ae62afbf863a4c'
- '200a527347c685aa46e5b5fa55c4252c'
- '05cfc39626a7097abaa057c30b21bb68'
- '7e2baff18bb32bc411386de2ce8a3323'
- '87a165c94b14ed73aba01cc8fc84cab9'
- '76f588a461947d0c236ba1a8730dd4b7'
- '8d3f4fbdb2feacd7e81b737fb4b19ffa'
- 'b2d8d4f10b69f64d063bd27dfbd9331f'
- 'd6f18a967e3a5bf79888407149672d17'
- 'e7c662787bbe23e494e28d5ba989c626'
- '88563dade83fd757bfe75fcfbf8d9e62'
- 'b32db0e7c2f3ac34493c1bcded8f5bca'
- '183f426bd4c1a696c20658a6218f7d57'
- '388a3fc28a77bbfb7791f11dddf7fd4e'
- '14b07beff7621ab1308d081b257dc4e8'
- '0e0c53cf6f76bf8c792c2144bcffd654'
- '14a336b4e5d49fbd23ead985d5329aed'
- 'df26dd893440c27f2f86dce5ac4ea0a3'
- 'ba0bbbe8e080095224d665c5593a94a2'
- 'da0b21948efa32ac7e16bc9e31dc21f0'
- '7f421940f7011a1ed0063fa2f2df0eb3'
- 'ea11232e80a99c1171d7d157b0420961'
- '72b400416c6ce6c6b5c69a965b0eb559'
- 'b9405408cabdc5f08ed3a4322eaa06d8'
- '8ea8ec787b826455b47de934aef170bf'
- '9d5d303e6bbe2c19369ca09ad4e51ff1'
- '22ba8fd6ca260c6e22e63f605c824b24'
- '5fe0e048a8f44f355278544264111949'
- '6e16f04c894798ef6c686b7776e7f6d8'
- '570efabb8836308f5831c11a424f1189'
- 'ffc76ba0b30f36260e8f18623c506eaa'
- '032f255321c26f2dd42072b7f6a874d4'
- 'd4d855ddd862f6730d6ce767d5bfdfc6'
- '294c12431a5e2fa0be60b952e0247ab8'
- '8cac094f585ce457fbd8df0edf8efec8'
- '1d1e02948553f7ec7f3d30a31a29398e'
- 'd49de87ac9a039ab6368d4742710c47e'
- 'b61456aaa664d1c755f9328fcd2ca11d'
- 'fd2f515caa43f8edbb44f8cdfe050b76'
- '66baf5768e8a16e550a93a50ce750a07')
+md5sums=('36b3a86f24623945a96b1c758e82535d'
+ '4313598daa45351713f0415ba5f20a74'
+ 

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

2013-06-25 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 00:46:32
  Author: foutrelis
Revision: 188937

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 188936, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  438 ++---
 1 file changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-25 22:46:16 UTC (rev 188936)
+++ PKGBUILD2013-06-25 22:46:32 UTC (rev 188937)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=21.0
-pkgrel=2
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-
-_languages=(
-  'achAcoli'
-  'af Afrikaans'
-  'ak Akan'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'en-ZA  English (South Africa)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fula'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'ku Kurdish'
-  'lg Ganda'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'nsoNorthern Sotho (Sesotho sa lebowa)'
-  'or Oriya'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sl Slovenian'
-  'sonSonghai'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-  'zu Zulu'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-md5sums=('1cf24f692ee3609cb92478fa2b8bb680'
- '7de53f50a6626ca63655bc5b3111229a'
- '8c851d7d5d8de567dd63d45e52731c0b'
- '36b45cbe089b6040c2151e7e69f9fb5a'
- '5741e0e8b3e7eb163e915e5a987c29cb'
- '0be48a02964408a3b96463cd972a3077'
- '4fb654e166f6a639419a2695448dccca'
- '38f85d106db26f65318c62d6dbcababa'
- 'b6a5c4fb20b528aa1fc79e2320cc89a0'
- '26cce3b7e40225bc15735c8cc43995ae'
- 'acc4181fbaa9bc264079948aa298379a'
- 'bffb1d15d934d48f9f71090366c0186d'
- '4305a30de2fc97adcc6be47f67497cab'
- 'f421e916237ff61b311dd529f6d6d8c4'
- '01e95d23a1de9d8d1af41b88c375893b'
- '7eac1382bf007ee55cca64e5370540b3'
- '9ea2cb2ecfc7886ff637ed3b333b72b6'
- 'c875bf6bef07e7df75707010089bc2fc'
- '2a2b970e78feb15043e190c56cf47df7'
- '8a0c04d4c6208ffdf69a34b654f49083'
- '89e4fdf178ca2422e3eccf0918f93940'
- '12323f41498d4c51aa7e458c10d8a1f7'
- '653aa6ca25be33f55802c20127e0f269'
- '2c027c507b300e403f6f8bcd376d120c'
- 'bce7a8dd0ed1c862c35ed447f0d52402'
- 'cdc72254e5e49c2962efa76ba5dca17f'
- '4232428a13968be3a24e19294e7ed279'
- '203a7b05ee53d1e07cd33f06405cb761'
- 'a83da95542f16588c420f749331d67be'
- 

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

2013-06-25 Thread Evangelos Foutras
Date: Wednesday, June 26, 2013 @ 01:31:02
  Author: foutrelis
Revision: 188939

Update url

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-25 22:46:37 UTC (rev 188938)
+++ PKGBUILD2013-06-25 23:31:02 UTC (rev 188939)
@@ -8,7 +8,7 @@
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-url=http://www.mozilla.org/projects/firefox;
+url=https://www.mozilla.org/firefox/;
 depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
  'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite'
   'libnotify' 'desktop-file-utils' 'hicolor-icon-theme')