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

2014-10-28 Thread Felix Yan
Date: Tuesday, October 28, 2014 @ 07:54:05
  Author: fyan
Revision: 121505

upgpkg: bcloud 3.5.6-2

fix dependency on gtk3

Modified:
  bcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 06:31:12 UTC (rev 121504)
+++ PKGBUILD2014-10-28 06:54:05 UTC (rev 121505)
@@ -8,13 +8,13 @@
 
 pkgname=bcloud
 pkgver=3.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
 license=('GPL3')
 url=https://github.com/LiuLang/bcloud;
 depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
 optdepends=('gnome-keyring: To store password in GNOME Keyring'
 'libgnome-keyring: To store password in GNOME Keyring'
 'kdebindings-python: To store password in KWallet'


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

2014-10-28 Thread Felix Yan
Date: Tuesday, October 28, 2014 @ 07:54:22
  Author: fyan
Revision: 121506

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   68 +++
 bcloud.install |   24 +--
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 06:54:05 UTC (rev 121505)
+++ PKGBUILD2014-10-28 06:54:22 UTC (rev 121506)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Contributor: MJsaka qiuxue...@gmail.com
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.6
-pkgrel=1
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url=https://github.com/LiuLang/bcloud;
-depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
-optdepends=('gnome-keyring: To store password in GNOME Keyring'
-'libgnome-keyring: To store password in GNOME Keyring'
-'kdebindings-python: To store password in KWallet'
-'kwallet: To store password in KWallet')
-install=bcloud.install
-source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f903777ce4a882c08a38083f715f2985')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root=$pkgdir
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 121505, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 06:54:22 UTC (rev 121506)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Contributor: MJsaka qiuxue...@gmail.com
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.6
+pkgrel=2
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url=https://github.com/LiuLang/bcloud;
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
+install=bcloud.install
+source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f903777ce4a882c08a38083f715f2985')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root=$pkgdir
+}

Deleted: bcloud.install
===
--- bcloud.install  2014-10-28 06:54:05 UTC (rev 121505)
+++ bcloud.install  2014-10-28 06:54:22 UTC (rev 121506)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 121505, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2014-10-28 06:54:22 UTC (rev 121506)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-10-28 Thread Evgeniy Alekseev
Date: Tuesday, October 28, 2014 @ 08:24:55
  Author: arcanis
Revision: 121507

upgpkg: eric 5.5.0-1
create python2-eric package

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |4 ++
 PKGBUILD  |   92 +++-
 2 files changed, 59 insertions(+), 37 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-10-28 06:54:22 UTC (rev 121506)
+++ ChangeLog   2014-10-28 07:24:55 UTC (rev 121507)
@@ -1,2 +1,6 @@
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
 5.4.7-1:
 upstream update. Create eric-common package

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 06:54:22 UTC (rev 121506)
+++ PKGBUILD2014-10-28 07:24:55 UTC (rev 121507)
@@ -5,77 +5,95 @@
 # See .contrib for older/other contributors
 
 pkgbase=eric
-pkgname=('eric-common' 'eric')
-pkgver=5.4.7
+pkgname=('eric-common' 'eric' 'python2-eric')
+pkgver=5.5.0
 pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+pkgdesc=A full-featured Python and Ruby IDE in PyQt4
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
-depends=('python-qscintilla')
+depends=('python-qscintilla' 'python2-qscintilla')
 install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
-${pkgbase}.desktop)
-md5sums=('774d2bd1eadd694feceb129d4556c644'
- '8aa446c29e6de54e85410e040e754c6e')
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
+md5sums=('87a7b69e688418e3f0d51c044508')
+changelog=ChangeLog
 
 prepare() {
-  cd ${srcdir}/eric5-${pkgver}
+  cp -r ${srcdir}/eric5-${pkgver}{,_py2}
 
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ ${i}
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -Dm644 ${srcdir}/${pkgbase}.desktop eric/${pkgbase}.desktop
+  cd ${srcdir}/eric5-${pkgver}_py2/eric
+  find . -name '*.py' -exec \
+sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
+  # fix py2 and py3 compatibility
+  sed -i s/eric5.desktop/eric5_py2.desktop/g eric5.appdata.xml
+  sed -i s/Exec=eric5/Exec=eric5_py2/g eric5.desktop
+  sed -i s/Exec=eric5_webbrowser/Exec=eric5_webbrowser_py2/g 
eric5_webbrowser.desktop
 }
 
 package_eric-common() {
   depends=()
 
-  cd ${srcdir}/eric5-${pkgver}
+  cd ${srcdir}/eric5-${pkgver}/eric
+  # eric APIs
+  install -Dm644 APIs/Python3/eric5.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.api
+  install -Dm644 APIs/Python3/eric5.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.bas
   # pyqt APIs
-  install -Dm644 eric/APIs/Python3/PyQt4.bas \
+  install -Dm644 APIs/Python3/PyQt4_Qt4.bas \
  ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
+  # qss APIs
+  install -Dm644 APIs/QSS/qss.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
   # qscintilla APIs
-  install -Dm644 eric/APIs/Python3/QScintilla2.bas \
+  install -Dm644 APIs/Python3/QScintilla2.bas \
  ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
   # zope APIs
-  install -Dm644 eric/APIs/Python/zope-2.10.7.api \
+  install -Dm644 APIs/Python/zope-2.10.7.api \
  ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  install -Dm644 eric/APIs/Python/zope-2.11.2.api \
+  install -Dm644 APIs/Python/zope-2.11.2.api \
  ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  install -Dm644 eric/APIs/Python/zope-3.3.1.api \
+  install -Dm644 APIs/Python/zope-3.3.1.api \
  ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
   # ruby APIs
-  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.api \
+  install -Dm644 APIs/Ruby/Ruby-1.8.7.api \
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-  install -Dm644 eric/APIs/Ruby/Ruby-1.8.7.bas \
+  install -Dm644 APIs/Ruby/Ruby-1.8.7.bas \
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas
-  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.api \
+  install -Dm644 APIs/Ruby/Ruby-1.9.1.api \
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
-  install -Dm644 eric/APIs/Ruby/Ruby-1.9.1.bas \
+  install -Dm644 APIs/Ruby/Ruby-1.9.1.bas \
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
+  # pixmaps
+  install -Dm644 icons/default/eric.png \
+ ${pkgdir}/usr/share/pixmaps/eric.png
+  install -Dm644 icons/default/ericWeb.png \
+ ${pkgdir}/usr/share/pixmaps/ericWeb.png
 }
 
 package_eric() {
-  depends+=('eric-common')
+  depends=('eric-common' 'python-qscintilla')
 
   cd 

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

2014-10-28 Thread Evgeniy Alekseev
Date: Tuesday, October 28, 2014 @ 08:26:23
  Author: arcanis
Revision: 121508

remove eric.desktop

Deleted:
  eric/trunk/eric.desktop

--+
 eric.desktop |   10 --
 1 file changed, 10 deletions(-)

Deleted: eric.desktop
===
--- eric.desktop2014-10-28 07:24:55 UTC (rev 121507)
+++ eric.desktop2014-10-28 07:26:23 UTC (rev 121508)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric5
-MimeType=application/x-eric5;
-Icon=eric
-Terminal=false
-Name=Eric 5
-Comment=Python 3.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true


[arch-commits] Commit in eric/repos (5 files)

2014-10-28 Thread Evgeniy Alekseev
Date: Tuesday, October 28, 2014 @ 08:27:12
  Author: arcanis
Revision: 121509

archrelease: copy trunk to community-testing-any

Added:
  eric/repos/community-testing-any/
  eric/repos/community-testing-any/.contrib
(from rev 121508, eric/trunk/.contrib)
  eric/repos/community-testing-any/ChangeLog
(from rev 121508, eric/trunk/ChangeLog)
  eric/repos/community-testing-any/PKGBUILD
(from rev 121508, eric/trunk/PKGBUILD)
  eric/repos/community-testing-any/eric.install
(from rev 121508, eric/trunk/eric.install)

--+
 .contrib |7 
 ChangeLog|6 +++
 PKGBUILD |   99 +
 eric.install |9 +
 4 files changed, 121 insertions(+)

Copied: eric/repos/community-testing-any/.contrib (from rev 121508, 
eric/trunk/.contrib)
===
--- community-testing-any/.contrib  (rev 0)
+++ community-testing-any/.contrib  2014-10-28 07:27:12 UTC (rev 121509)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Copied: eric/repos/community-testing-any/ChangeLog (from rev 121508, 
eric/trunk/ChangeLog)
===
--- community-testing-any/ChangeLog (rev 0)
+++ community-testing-any/ChangeLog 2014-10-28 07:27:12 UTC (rev 121509)
@@ -0,0 +1,6 @@
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Copied: eric/repos/community-testing-any/PKGBUILD (from rev 121508, 
eric/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-28 07:27:12 UTC (rev 121509)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Ray Rashif schiv at archlinux dot org
+# Contributor: Brad Fanella bradfanellaat archlinux dot us
+# See .contrib for older/other contributors
+
+pkgbase=eric
+pkgname=('eric-common' 'eric' 'python2-eric')
+pkgver=5.5.0
+pkgrel=1
+pkgdesc=A full-featured Python and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla' 'python2-qscintilla')
+install=${pkgbase}.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
+md5sums=('87a7b69e688418e3f0d51c044508')
+changelog=ChangeLog
+
+prepare() {
+  cp -r ${srcdir}/eric5-${pkgver}{,_py2}
+
+  cd ${srcdir}/eric5-${pkgver}_py2/eric
+  find . -name '*.py' -exec \
+sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
+  # fix py2 and py3 compatibility
+  sed -i s/eric5.desktop/eric5_py2.desktop/g eric5.appdata.xml
+  sed -i s/Exec=eric5/Exec=eric5_py2/g eric5.desktop
+  sed -i s/Exec=eric5_webbrowser/Exec=eric5_webbrowser_py2/g 
eric5_webbrowser.desktop
+}
+
+package_eric-common() {
+  depends=()
+
+  cd ${srcdir}/eric5-${pkgver}/eric
+  # eric APIs
+  install -Dm644 APIs/Python3/eric5.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.api
+  install -Dm644 APIs/Python3/eric5.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.bas
+  # pyqt APIs
+  install -Dm644 APIs/Python3/PyQt4_Qt4.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
+  # qss APIs
+  install -Dm644 APIs/QSS/qss.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
+  # qscintilla APIs
+  install -Dm644 APIs/Python3/QScintilla2.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
+  # zope APIs
+  install -Dm644 APIs/Python/zope-2.10.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
+  install -Dm644 APIs/Python/zope-2.11.2.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
+  install -Dm644 APIs/Python/zope-3.3.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
+  # ruby APIs
+  install -Dm644 APIs/Ruby/Ruby-1.8.7.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
+  install -Dm644 APIs/Ruby/Ruby-1.8.7.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.bas
+  install -Dm644 APIs/Ruby/Ruby-1.9.1.api \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
+  install -Dm644 APIs/Ruby/Ruby-1.9.1.bas \
+ ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
+  # pixmaps
+  install -Dm644 icons/default/eric.png \
+ ${pkgdir}/usr/share/pixmaps/eric.png
+  install -Dm644 icons/default/ericWeb.png \
+ ${pkgdir}/usr/share/pixmaps/ericWeb.png
+}
+
+package_eric() {
+  

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

2014-10-28 Thread Bartłomiej Piotrowski
Date: Tuesday, October 28, 2014 @ 08:49:51
  Author: bpiotrowski
Revision: 121511

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 121510, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 121510, fail2ban/trunk/fail2ban.install)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/failban-0.9.0-fix-indentation.patch

-+
 PKGBUILD|   98 +++---
 fail2ban.install|6 +-
 failban-0.9.0-fix-indentation.patch |   39 -
 3 files changed, 47 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 07:49:43 UTC (rev 121510)
+++ PKGBUILD2014-10-28 07:49:51 UTC (rev 121511)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: michalzxc
-# Contributor: nbags neilb...@gmail.com
-
-pkgname=fail2ban
-pkgver=0.9.0
-pkgrel=4
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
-backup=(etc/fail2ban/fail2ban.conf)
-install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-failban-0.9.0-fix-indentation.patch)
-md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
- '3b22b9d826c82a503df31a24f10d58a6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root $pkgdir --optimize=1
-
-  install -Dm644 files/fail2ban.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
- install -Dm644 files/fail2ban-logrotate \
-$pkgdir/etc/logrotate.d/fail2ban
-  install -Dm644 files/bash-completion \
-$pkgdir/usr/share/bash-completion/completions/fail2ban
-
-  # avoid conflict with filesystem=2012.06
-  rm -r $pkgdir/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-$pkgdir/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-$pkgdir/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-$pkgdir/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 121510, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 07:49:51 UTC (rev 121511)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: michalzxc
+# Contributor: nbags neilb...@gmail.com
+
+pkgname=fail2ban
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
+backup=(etc/fail2ban/fail2ban.conf)
+install=fail2ban.install
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('3554cc3de3f06ddfd7f90f8305b765b8')
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root $pkgdir --optimize=1
+
+  install -Dm644 files/fail2ban.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+ install -Dm644 files/fail2ban-logrotate \
+$pkgdir/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+$pkgdir/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+$pkgdir/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+$pkgdir/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+$pkgdir/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
+}

Deleted: fail2ban.install
===
--- fail2ban.install2014-10-28 07:49:43 UTC (rev 121510)
+++ fail2ban.install2014-10-28 07:49:51 UTC (rev 121511)
@@ -1,3 +0,0 @@

[arch-commits] Commit in fail2ban/trunk (PKGBUILD failban-0.9.0-fix-indentation.patch)

2014-10-28 Thread Bartłomiej Piotrowski
Date: Tuesday, October 28, 2014 @ 08:49:43
  Author: bpiotrowski
Revision: 121510

upgpkg: fail2ban 0.9.1-1

new upstream release

Modified:
  fail2ban/trunk/PKGBUILD
Deleted:
  fail2ban/trunk/failban-0.9.0-fix-indentation.patch

-+
 PKGBUILD|   18 +++
 failban-0.9.0-fix-indentation.patch |   39 --
 2 files changed, 4 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 07:27:12 UTC (rev 121509)
+++ PKGBUILD2014-10-28 07:49:43 UTC (rev 121510)
@@ -5,8 +5,8 @@
 # Contributor: nbags neilb...@gmail.com
 
 pkgname=fail2ban
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.9.1
+pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -14,16 +14,9 @@
 depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
 backup=(etc/fail2ban/fail2ban.conf)
 install=fail2ban.install
-source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz
-failban-0.9.0-fix-indentation.patch)
-md5sums=('c8e0df39cbc32ee8646b82be9b7b5e53'
- '3b22b9d826c82a503df31a24f10d58a6')
+source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('3554cc3de3f06ddfd7f90f8305b765b8')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../failban-0.9.0-fix-indentation.patch
-}
-
 package() {
   cd $pkgname-$pkgver
   python setup.py install --prefix /usr --root $pkgdir --optimize=1
@@ -37,9 +30,6 @@
   install -Dm644 files/bash-completion \
 $pkgdir/usr/share/bash-completion/completions/fail2ban
 
-  # avoid conflict with filesystem=2012.06
-  rm -r $pkgdir/var/run
-
   # fix sendmail location
   sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
 

Deleted: failban-0.9.0-fix-indentation.patch
===
--- failban-0.9.0-fix-indentation.patch 2014-10-28 07:27:12 UTC (rev 121509)
+++ failban-0.9.0-fix-indentation.patch 2014-10-28 07:49:43 UTC (rev 121510)
@@ -1,39 +0,0 @@
-From e193e67718b77a1603a91079d7ab4d2307570a8e Mon Sep 17 00:00:00 2001
-From: Steven Hiscocks ste...@hiscocks.me.uk
-Date: Sun, 16 Mar 2014 18:25:16 +
-Subject: [PATCH] BF: fail2ban-regex mix of tabs and spaces
-

- bin/fail2ban-regex | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/bin/fail2ban-regex b/bin/fail2ban-regex
-index 270b70d..4317d06 100755
 a/bin/fail2ban-regex
-+++ b/bin/fail2ban-regex
-@@ -395,7 +395,7 @@ class Fail2banRegex(object):
-   if lines  self._maxlines or getattr(self, 
'_print_all_' + ltype):
-   ans = [[]]
-   for arg in [l, regexlist]:
--  ans = [ x + [y] for x in ans for y 
in arg ]
-+  ans = [ x + [y] for x in ans 
for y in arg ]
-   b = map(lambda a: a[0] +  ' | ' + 
a[1].getFailRegex() + ' |  ' + debuggexURL(a[0], a[1].getFailRegex()), ans)
-   pprint_list([x.rstrip() for x in b], 
header)
-   else:
-@@ -466,11 +466,11 @@ if __name__ == __main__:
-   if opts.print_no_missed and opts.print_all_missed:
-   sys.stderr.write(ERROR: --print-no-missed and 
--print-all-missed are mutually exclusive.\n\n)
-   parser.print_help()
--  sys.exit(-1)
-+  sys.exit(-1)
-   if opts.print_no_ignored and opts.print_all_ignored:
-   sys.stderr.write(ERROR: --print-no-ignored and 
--print-all-ignored are mutually exclusive.\n\n)
-   parser.print_help()
--  sys.exit(-1)
-+  sys.exit(-1)
- 
-   print
-   print Running tests
--- 
-1.8.5.5
-


[arch-commits] Commit in (eric4)

2014-10-28 Thread Evgeniy Alekseev
Date: Tuesday, October 28, 2014 @ 09:17:29
  Author: arcanis
Revision: 121513

Deleted:
  eric4/


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

2014-10-28 Thread Gaetan Bisson
Date: Tuesday, October 28, 2014 @ 09:33:18
  Author: bisson
Revision: 121514

fix FS#42545

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 08:17:29 UTC (rev 121513)
+++ PKGBUILD2014-10-28 08:33:18 UTC (rev 121514)
@@ -5,13 +5,13 @@
 
 pkgname=picard
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('python2-pyqt' 'mutagen')
-optdepends=('libdiscid: CD lookup'
+optdepends=('python2-discid: CD lookup'
 'chromaprint: fingerprinting')
 
source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')


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

2014-10-28 Thread Gaetan Bisson
Date: Tuesday, October 28, 2014 @ 09:33:57
  Author: bisson
Revision: 121515

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

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 121514, picard/trunk/PKGBUILD)
  picard/repos/community-i686/install
(from rev 121514, picard/trunk/install)
  picard/repos/community-x86_64/PKGBUILD
(from rev 121514, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/install
(from rev 121514, picard/trunk/install)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-i686/install
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/install

---+
 /PKGBUILD |   60 
 /install  |   24 +
 community-i686/PKGBUILD   |   30 --
 community-i686/install|   12 
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/install  |   12 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-28 08:33:18 UTC (rev 121514)
+++ community-i686/PKGBUILD 2014-10-28 08:33:57 UTC (rev 121515)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('libdiscid: CD lookup'
-'chromaprint: fingerprinting')
-source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')
-
-install=install
-
-build() {
-   cd ${srcdir}/picard-${pkgver}
-   python2 setup.py config
-}
-
-package() {
-   cd ${srcdir}/picard-${pkgver}
-   python2 setup.py install --root=${pkgdir}
-   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 121514, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-28 08:33:57 UTC (rev 121515)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt' 'mutagen')
+optdepends=('python2-discid: CD lookup'
+'chromaprint: fingerprinting')
+source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')
+
+install=install
+
+build() {
+   cd ${srcdir}/picard-${pkgver}
+   python2 setup.py config
+}
+
+package() {
+   cd ${srcdir}/picard-${pkgver}
+   python2 setup.py install --root=${pkgdir}
+   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
+}

Deleted: community-i686/install
===
--- community-i686/install  2014-10-28 08:33:18 UTC (rev 121514)
+++ community-i686/install  2014-10-28 08:33:57 UTC (rev 121515)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor /dev/null
-   update-desktop-database -q /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picard/repos/community-i686/install (from rev 121514, 
picard/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2014-10-28 08:33:57 UTC (rev 121515)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor /dev/null
+   update-desktop-database -q /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-28 08:33:18 UTC (rev 121514)
+++ community-x86_64/PKGBUILD   2014-10-28 08:33:57 UTC (rev 121515)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('libdiscid: CD lookup'
-'chromaprint: fingerprinting')

[arch-commits] Commit in perl-net-dns-sec/trunk (PKGBUILD)

2014-10-28 Thread Felix Yan
Date: Tuesday, October 28, 2014 @ 10:23:35
  Author: fyan
Revision: 121516

upgpkg: perl-net-dns-sec 0.21-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 08:33:57 UTC (rev 121515)
+++ PKGBUILD2014-10-28 09:23:35 UTC (rev 121516)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 pkgdesc=DNSSEC extensions to Net::DNS
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-pod')
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
 
source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('8ed4e5b1498d05ec39b104daad1b0be0b44d0c6dac08cf6a2997025e7b93c09d3dc6828690749214061e8887632519f02c92c44469df786aa6c51bf3757439a0')
+sha512sums=('8b7dbedba9467b68f9ccf47a2e8353a52c7e2aaab0937b9058aea7379249c5e24466327ef61976045233806325a0a50374e1fd657fa78216418dc12d9704d314')
 _distdir=Net-DNS-SEC-$pkgver
 
 build() {


[arch-commits] Commit in perl-net-dns-sec/repos/community-any (PKGBUILD PKGBUILD)

2014-10-28 Thread Felix Yan
Date: Tuesday, October 28, 2014 @ 10:31:29
  Author: fyan
Revision: 121517

archrelease: copy trunk to community-any

Added:
  perl-net-dns-sec/repos/community-any/PKGBUILD
(from rev 121516, perl-net-dns-sec/trunk/PKGBUILD)
Deleted:
  perl-net-dns-sec/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 09:23:35 UTC (rev 121516)
+++ PKGBUILD2014-10-28 09:31:29 UTC (rev 121517)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=0.20
-pkgrel=1
-pkgdesc=DNSSEC extensions to Net::DNS
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('8ed4e5b1498d05ec39b104daad1b0be0b44d0c6dac08cf6a2997025e7b93c09d3dc6828690749214061e8887632519f02c92c44469df786aa6c51bf3757439a0')
-_distdir=Net-DNS-SEC-$pkgver
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $srcdir/$_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $srcdir/$_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $srcdir/$_distdir
-  make install
-
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-net-dns-sec/repos/community-any/PKGBUILD (from rev 121516, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 09:31:29 UTC (rev 121517)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=0.21
+pkgrel=1
+pkgdesc=DNSSEC extensions to Net::DNS
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+source=(http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('8b7dbedba9467b68f9ccf47a2e8353a52c7e2aaab0937b9058aea7379249c5e24466327ef61976045233806325a0a50374e1fd657fa78216418dc12d9704d314')
+_distdir=Net-DNS-SEC-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/$_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $srcdir/$_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/$_distdir
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:20:52
  Author: spupykin
Revision: 121518

upgpkg: mingw-w64-headers 3.3.0-1

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 09:31:29 UTC (rev 121517)
+++ PKGBUILD2014-10-28 10:20:52 UTC (rev 121518)
@@ -5,7 +5,7 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname='mingw-w64-headers'
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows
 arch=('any')
@@ -14,7 +14,7 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('cae9125a531f346afb49c4efea391c53')
+md5sums=('3c56901ca7be60beba6d58caff168240')
 
 build() {
   for _target in ${_targets}; do


[arch-commits] Commit in mingw-w64-headers-bootstrap/trunk (PKGBUILD)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:21:10
  Author: spupykin
Revision: 121520

upgpkg: mingw-w64-headers-bootstrap 3.3.0-1

upd

Modified:
  mingw-w64-headers-bootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 10:21:04 UTC (rev 121519)
+++ PKGBUILD2014-10-28 10:21:10 UTC (rev 121520)
@@ -6,7 +6,7 @@
 _dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
 
 pkgname=mingw-w64-headers-bootstrap
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows (bootstrap)
 arch=('any')
@@ -20,6 +20,7 @@
 md5sums=()
 md5sums=()
 md5sums=()
+md5sums=()
 
 build() {
   mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy


[arch-commits] Commit in mingw-w64-headers/repos/community-any (4 files)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:21:04
  Author: spupykin
Revision: 121519

archrelease: copy trunk to community-any

Added:
  
mingw-w64-headers/repos/community-any/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
(from rev 121518, 
mingw-w64-headers/trunk/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch)
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 121518, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  
mingw-w64-headers/repos/community-any/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
  mingw-w64-headers/repos/community-any/PKGBUILD

+
 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch |  122 +++
 PKGBUILD   |   86 
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
===
--- 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2014-10-28 10:20:52 UTC 
(rev 121518)
+++ 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2014-10-28 10:21:04 UTC 
(rev 121519)
@@ -1,61 +0,0 @@
-From 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c Mon Sep 17 00:00:00 2001
-From: cjacek cjacek@4407c894-4637-0410-b4f5-ada5f102cad1
-Date: Thu, 13 Mar 2014 14:51:52 +
-Subject: [PATCH] intrin.h: Fixed mm3dnow.h conflict with recent GCC trunk.
-
-git-svn-id: https://svn.code.sf.net/p/mingw-w64/code@6525 
4407c894-4637-0410-b4f5-ada5f102cad1

- trunk/mingw-w64-headers/crt/intrin.h | 16 ++--
- 1 file changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/trunk/mingw-w64-headers/crt/intrin.h 
b/trunk/mingw-w64-headers/crt/intrin.h
-index 2348e09..593b5f2 100644
 a/trunk/mingw-w64-headers/crt/intrin.h
-+++ b/trunk/mingw-w64-headers/crt/intrin.h
-@@ -105,6 +105,16 @@ extern C {
- #endif
- #endif
- 
-+#if defined(__3dNOW__) || defined(__MINGW_FORCE_SYS_INTRINS)
-+#if defined(__cplusplus)
-+extern C {
-+#endif
-+#include mm3dnow.h
-+#if defined(__cplusplus)
-+}
-+#endif
-+#endif
-+
- /* NOTE: it's not included by MS version, but we do it to try work around 
C++/C linkage differences */
- #if defined(__SSE__) || defined(__MINGW_FORCE_SYS_INTRINS)
- #if defined(__cplusplus)
-@@ -642,8 +652,6 @@ extern C {
- __MACHINEX86X_NOX64(__m64 _m_pavgw(__m64,__m64))
- __MACHINEX86X_NOX64(__m64 _m_psadbw(__m64,__m64))
- #endif
--__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
--__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- #if !defined(__GNUC__) || (!defined(__SSE__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ss(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ps(__m128,__m128))
-@@ -745,6 +753,9 @@ extern C {
- __MACHINEX86X_NOIA64(__m128 _mm_movelh_ps(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_movehl_ps(__m128,__m128))
- #endif
-+#if !defined(__GNUC__) || (!defined(__3dNOW__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
-+__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
-+__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- __MACHINEX86X_NOIA64(void _m_prefetch(void*))
- __MACHINEX86X_NOIA64(void _m_prefetchw(void*_Source))
- __MACHINEX86X_NOWIN64(void _m_femms(void))
-@@ -767,6 +778,7 @@ extern C {
- __MACHINEX86X_NOWIN64(__m64 _m_pfsubr(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pi2fd(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pmulhrw(__m64,__m64))
-+#endif
- __MACHINEX86X_NOWIN64(__m64 _m_pf2iw(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfnacc(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfpnacc(__m64,__m64))
--- 
-1.9.3
-

Copied: 
mingw-w64-headers/repos/community-any/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
 (from rev 121518, 
mingw-w64-headers/trunk/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch)
===
--- 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  
(rev 0)
+++ 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2014-10-28 10:21:04 UTC 
(rev 121519)
@@ -0,0 +1,61 @@
+From 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c Mon Sep 17 00:00:00 2001
+From: cjacek cjacek@4407c894-4637-0410-b4f5-ada5f102cad1
+Date: Thu, 13 Mar 2014 14:51:52 +
+Subject: [PATCH] intrin.h: Fixed mm3dnow.h conflict with recent GCC trunk.
+
+git-svn-id: https://svn.code.sf.net/p/mingw-w64/code@6525 
4407c894-4637-0410-b4f5-ada5f102cad1
+---
+ trunk/mingw-w64-headers/crt/intrin.h | 16 ++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
+diff --git a/trunk/mingw-w64-headers/crt/intrin.h 
b/trunk/mingw-w64-headers/crt/intrin.h
+index 2348e09..593b5f2 100644
+--- a/trunk/mingw-w64-headers/crt/intrin.h
 b/trunk/mingw-w64-headers/crt/intrin.h
+@@ -105,6 +105,16 @@ extern C {
+ #endif
+ #endif
+ 
++#if defined(__3dNOW__) || defined(__MINGW_FORCE_SYS_INTRINS)
++#if defined(__cplusplus)
++extern C {
++#endif
++#include mm3dnow.h
++#if defined(__cplusplus)
++}

[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:21:21
  Author: spupykin
Revision: 121522

upgpkg: mingw-w64-winpthreads 3.3.0-1

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 10:21:18 UTC (rev 121521)
+++ PKGBUILD2014-10-28 10:21:21 UTC (rev 121522)
@@ -5,7 +5,7 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-winpthreads
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='MinGW-w64 winpthreads library'
 arch=('any')
@@ -18,7 +18,7 @@
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('cae9125a531f346afb49c4efea391c53')
+md5sums=('3c56901ca7be60beba6d58caff168240')
 
 build() {
   for _target in ${_targets}; do


[arch-commits] Commit in mingw-w64-headers-bootstrap/repos/community-any (2 files)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:21:18
  Author: spupykin
Revision: 121521

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD
(from rev 121520, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 10:21:10 UTC (rev 121520)
+++ PKGBUILD2014-10-28 10:21:18 UTC (rev 121521)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-_dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
-
-pkgname=mingw-w64-headers-bootstrap
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=MinGW-w64 headers for Windows (bootstrap)
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-bootstrap' 'mingw-w64')
-makedepends=('mingw-w64-headers')
-conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
-options=('!strip' '!libtool' '!emptydirs')
-source=()
-md5sums=()
-md5sums=()
-md5sums=()
-
-build() {
-  mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy
-  echo ${_dummystring}  pthread_signal.h
-  echo ${_dummystring}  pthread_time.h
-  echo ${_dummystring}  pthread_unistd.h
-}
-
-package() {
-  for _target in ${_targets}; do
-install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
-install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
-install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-}

Copied: mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD (from rev 
121520, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 10:21:18 UTC (rev 121521)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+_dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
+
+pkgname=mingw-w64-headers-bootstrap
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=MinGW-w64 headers for Windows (bootstrap)
+arch=('any')
+url=http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-bootstrap' 'mingw-w64')
+makedepends=('mingw-w64-headers')
+conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
+options=('!strip' '!libtool' '!emptydirs')
+source=()
+md5sums=()
+md5sums=()
+md5sums=()
+md5sums=()
+
+build() {
+  mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy
+  echo ${_dummystring}  pthread_signal.h
+  echo ${_dummystring}  pthread_time.h
+  echo ${_dummystring}  pthread_unistd.h
+}
+
+package() {
+  for _target in ${_targets}; do
+install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
+install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
+install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+}


[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 11:21:30
  Author: spupykin
Revision: 121523

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 121522, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 10:21:21 UTC (rev 121522)
+++ PKGBUILD2014-10-28 10:21:30 UTC (rev 121523)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-winpthreads
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('cae9125a531f346afb49c4efea391c53')
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} winpthreads...
-mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 121522, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 10:21:30 UTC (rev 121523)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-winpthreads
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
+md5sums=('3c56901ca7be60beba6d58caff168240')
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} winpthreads...
+mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}
\ No newline at end of file


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

2014-10-28 Thread Andreas Radke
Date: Tuesday, October 28, 2014 @ 13:24:54
  Author: andyrtr
Revision: 225402

upgpkg: cups-filters 1.0.61-2

use cups 2.0.0 service naming

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 03:16:14 UTC (rev 225401)
+++ PKGBUILD2014-10-28 12:24:54 UTC (rev 225402)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.61
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -47,6 +47,7 @@
   # add upstream systemd support file
   install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
   sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|cups.service|org.cups.cupsd.service|g 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
   
   # use lp group from cups pkg FS#36769
   chgrp -R lp ${pkgdir}/etc/cups


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

2014-10-28 Thread Andreas Radke
Date: Tuesday, October 28, 2014 @ 13:25:11
  Author: andyrtr
Revision: 225403

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

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 225402, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 225402, cups-filters/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 225402, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-28 12:25:11 UTC (rev 225403)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.61
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('3d77ee5eb9c6ee82036c0f7b67d5c3c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|cups.service|org.cups.cupsd.service|g 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 225402, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-28 12:25:11 UTC (rev 225403)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.61
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('3d77ee5eb9c6ee82036c0f7b67d5c3c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 

[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2014-10-28 Thread Andreas Radke
Date: Tuesday, October 28, 2014 @ 13:33:56
  Author: andyrtr
Revision: 225404

upgpkg: system-config-printer 1.5.3-3

use cups 2.0.0 service naming

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 12:25:11 UTC (rev 225403)
+++ PKGBUILD2014-10-28 12:33:56 UTC (rev 225404)
@@ -4,7 +4,7 @@
 
 pkgname=system-config-printer
 pkgver=1.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
@@ -36,4 +36,7 @@
   find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
   # Compile *.pyo
   find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
 }


[arch-commits] Commit in system-config-printer/repos (4 files)

2014-10-28 Thread Andreas Radke
Date: Tuesday, October 28, 2014 @ 13:34:05
  Author: andyrtr
Revision: 225405

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

Added:
  system-config-printer/repos/testing-i686/
  system-config-printer/repos/testing-i686/PKGBUILD
(from rev 225404, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/testing-x86_64/
  system-config-printer/repos/testing-x86_64/PKGBUILD
(from rev 225404, system-config-printer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: system-config-printer/repos/testing-i686/PKGBUILD (from rev 225404, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-28 12:34:05 UTC (rev 225405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.5.3
+pkgrel=3
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
+ 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+   'python-packagekit: to install drivers with PackageKit')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Compile *.pyc
+  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}

Copied: system-config-printer/repos/testing-x86_64/PKGBUILD (from rev 225404, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-28 12:34:05 UTC (rev 225405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.5.3
+pkgrel=3
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
+ 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+   'python-packagekit: to install drivers with PackageKit')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ffedc4d9d175163e1b0e9ddfef51578d'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Compile *.pyc
+  find ${pkgdir} -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find ${pkgdir} -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i s|cups.socket|org.cups.cupsd.socket|g 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}


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

2014-10-28 Thread Maxime Gauduin
Date: Tuesday, October 28, 2014 @ 14:51:08
  Author: alucryd
Revision: 121524

upgpkg: numix-themes 2.4-1

Modified:
  numix-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 10:21:30 UTC (rev 121523)
+++ PKGBUILD2014-10-28 13:51:08 UTC (rev 121524)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Diego cdprinc...@gmail.com
 
 pkgname=numix-themes
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
 arch=('any')
@@ -10,8 +10,8 @@
 url='http://numixproject.org/'
 license=('GPL3')
 depends=('gtk-engine-murrine')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('98bfdfb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')
+source=(numix-themes-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('a9a4e896884da34dbfdbc45dbea849dc332b5f8a22b253f77b8344fd0caec367')
 
 package() {
   cd Numix-${pkgver}


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

2014-10-28 Thread Maxime Gauduin
Date: Tuesday, October 28, 2014 @ 14:51:18
  Author: alucryd
Revision: 121525

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/community-any/PKGBUILD
(from rev 121524, numix-themes/trunk/PKGBUILD)
Deleted:
  numix-themes/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 13:51:08 UTC (rev 121524)
+++ PKGBUILD2014-10-28 13:51:18 UTC (rev 121525)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Diego cdprinc...@gmail.com
-
-pkgname=numix-themes
-pkgver=2.3
-pkgrel=1
-pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
-arch=('any')
-url='http://numixproject.org/'
-license=('GPL3')
-depends=('gtk-engine-murrine')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('98bfdfb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')
-
-package() {
-  cd Numix-${pkgver}
-
-  install -dm 755 $pkgdir/usr/share/themes/Numix
-  rm -rf .git .gitignore CREDITS LICENSE README.md
-  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
-}
-
-# vim: ts=2 sw=2 et:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 121524, 
numix-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 13:51:18 UTC (rev 121525)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Diego cdprinc...@gmail.com
+
+pkgname=numix-themes
+pkgver=2.4
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=(numix-themes-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('a9a4e896884da34dbfdbc45dbea849dc332b5f8a22b253f77b8344fd0caec367')
+
+package() {
+  cd Numix-${pkgver}
+
+  install -dm 755 $pkgdir/usr/share/themes/Numix
+  rm -rf .git .gitignore CREDITS LICENSE README.md
+  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 16:45:31
  Author: spupykin
Revision: 121526

add mkenvimage and ncb tools

Modified:
  uboot-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 13:51:18 UTC (rev 121525)
+++ PKGBUILD2014-10-28 15:45:31 UTC (rev 121526)
@@ -22,6 +22,6 @@
 
 package() {
   install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
   install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
 }


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 18:35:47
  Author: andrea
Revision: 225406

Those are needed by startkde

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 12:34:05 UTC (rev 225405)
+++ PKGBUILD2014-10-28 17:35:47 UTC (rev 225406)
@@ -12,7 +12,8 @@
 license=('LGPL')
 depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
  'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze')
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
+ 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
 optdepends=('plasma-workspace-wallpapers: additional wallpapers'
 'kwin: KDE Window Manager'


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 18:58:34
  Author: andrea
Revision: 121527

upgpkg: cantata 1.5.0-1

Upstream release

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 15:45:31 UTC (rev 121526)
+++ PKGBUILD2014-10-28 17:58:34 UTC (rev 121527)
@@ -5,7 +5,7 @@
 # Contributor: MisterFred mister.fred[at]free[dot]fr
 
 pkgname=cantata
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')
@@ -12,19 +12,21 @@
 url='https://code.google.com/p/cantata/'
 license=('GPL')
 depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
- 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
+ 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info')
 optdepends=('perl-uri: dynamic playlist'
 'mpd: playback')
 makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
 install=$pkgname.install
-source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
-md5sums=('SKIP')
+source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
 
-build() {
-  cd $pkgname-$pkgver
+prepare() {
   mkdir build
+}
 
-  cmake . \
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DENABLE_HTTP_STREAM_PLAYBACK=ON \
@@ -34,6 +36,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir PREFIX=/usr install
+  cd build
+  make DESTDIR=$pkgdir install
 }


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 18:58:41
  Author: andrea
Revision: 121528

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

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

--+
 /PKGBUILD|   82 +
 /cantata.install |   24 ++
 community-i686/PKGBUILD  |   39 -
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   39 -
 community-x86_64/cantata.install |   12 -
 6 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-28 17:58:34 UTC (rev 121527)
+++ community-i686/PKGBUILD 2014-10-28 17:58:41 UTC (rev 121528)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/cantata/'
-license=('GPL')
-depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
- 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 121527, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-28 17:58:41 UTC (rev 121528)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
+ 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-10-28 17:58:34 UTC (rev 121527)
+++ community-i686/cantata.install  2014-10-28 17:58:41 UTC (rev 121528)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: cantata/repos/community-i686/cantata.install (from rev 121527, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-10-28 17:58:41 UTC (rev 121528)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+

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

2014-10-28 Thread Jaroslav Lichtblau
Date: Tuesday, October 28, 2014 @ 19:10:25
  Author: jlichtblau
Revision: 121529

upgpkg: vifm 0.7.8-1

Modified:
  vifm/trunk/PKGBUILD
  vifm/trunk/vifm.changelog

+
 PKGBUILD   |   12 ++--
 vifm.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 17:58:41 UTC (rev 121528)
+++ PKGBUILD2014-10-28 18:10:25 UTC (rev 121529)
@@ -2,19 +2,19 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=vifm
-pkgver=0.7.7
+pkgver=0.7.8
 pkgrel=1
 pkgdesc=Ncurses based file manager with vi like keybindings
 arch=('i686' 'x86_64')
-url=http://vifm.sourceforge.net/;
+url=http://vifm.info/;
 license=('GPL')
 depends=('ncurses')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1')
+sha256sums=('5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603')
 
 build() {
-   cd ${srcdir}/$pkgname-$pkgver
+   cd ${srcdir}/$pkgname-$pkgver
 
./configure --prefix=/usr
make 
@@ -21,7 +21,7 @@
 }
 
 package() {
-   cd ${srcdir}/$pkgname-$pkgver
+   cd ${srcdir}/$pkgname-$pkgver
 
-   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install
 }

Modified: vifm.changelog
===
--- vifm.changelog  2014-10-28 17:58:41 UTC (rev 121528)
+++ vifm.changelog  2014-10-28 18:10:25 UTC (rev 121529)
@@ -1,3 +1,6 @@
+2014-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.8-1
+
 2014-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* vifm 0.7.7-1
 


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

2014-10-28 Thread Jaroslav Lichtblau
Date: Tuesday, October 28, 2014 @ 19:10:34
  Author: jlichtblau
Revision: 121530

archrelease: copy trunk to community-x86_64

Added:
  vifm/repos/community-x86_64/PKGBUILD
(from rev 121529, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 121529, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog

+
 PKGBUILD   |   54 ++---
 vifm.changelog |   79 ---
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 18:10:25 UTC (rev 121529)
+++ PKGBUILD2014-10-28 18:10:34 UTC (rev 121530)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=vifm
-pkgver=0.7.7
-pkgrel=1
-pkgdesc=Ncurses based file manager with vi like keybindings
-arch=('i686' 'x86_64')
-url=http://vifm.sourceforge.net/;
-license=('GPL')
-depends=('ncurses')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make 
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=${pkgdir} install
-}

Copied: vifm/repos/community-x86_64/PKGBUILD (from rev 121529, 
vifm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 18:10:34 UTC (rev 121530)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=vifm
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=Ncurses based file manager with vi like keybindings
+arch=('i686' 'x86_64')
+url=http://vifm.info/;
+license=('GPL')
+depends=('ncurses')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603')
+
+build() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make 
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: vifm.changelog
===
--- vifm.changelog  2014-10-28 18:10:25 UTC (rev 121529)
+++ vifm.changelog  2014-10-28 18:10:34 UTC (rev 121530)
@@ -1,38 +0,0 @@
-2014-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: vifm/repos/community-x86_64/vifm.changelog (from rev 121529, 
vifm/trunk/vifm.changelog)
===
--- vifm.changelog  (rev 0)
+++ vifm.changelog  2014-10-28 18:10:34 UTC (rev 121530)
@@ -0,0 +1,41 @@
+2014-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.8-1
+
+2014-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.7-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.6-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.5-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4b-1
+
+2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4a-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3a-1
+
+2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.2-1
+
+2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.0-1
+
+2011-08-20 Jaroslav 

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

2014-10-28 Thread Jaroslav Lichtblau
Date: Tuesday, October 28, 2014 @ 19:11:53
  Author: jlichtblau
Revision: 121531

archrelease: copy trunk to community-i686

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 121530, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 121530, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog

+
 PKGBUILD   |   54 ++---
 vifm.changelog |   79 ---
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 18:10:34 UTC (rev 121530)
+++ PKGBUILD2014-10-28 18:11:53 UTC (rev 121531)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=vifm
-pkgver=0.7.7
-pkgrel=1
-pkgdesc=Ncurses based file manager with vi like keybindings
-arch=('i686' 'x86_64')
-url=http://vifm.sourceforge.net/;
-license=('GPL')
-depends=('ncurses')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make 
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=${pkgdir} install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 121530, 
vifm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 18:11:53 UTC (rev 121531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=vifm
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=Ncurses based file manager with vi like keybindings
+arch=('i686' 'x86_64')
+url=http://vifm.info/;
+license=('GPL')
+depends=('ncurses')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603')
+
+build() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make 
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: vifm.changelog
===
--- vifm.changelog  2014-10-28 18:10:34 UTC (rev 121530)
+++ vifm.changelog  2014-10-28 18:11:53 UTC (rev 121531)
@@ -1,38 +0,0 @@
-2014-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: vifm/repos/community-i686/vifm.changelog (from rev 121530, 
vifm/trunk/vifm.changelog)
===
--- vifm.changelog  (rev 0)
+++ vifm.changelog  2014-10-28 18:11:53 UTC (rev 121531)
@@ -0,0 +1,41 @@
+2014-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.8-1
+
+2014-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.7-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.6-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.5-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4b-1
+
+2012-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.4a-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3a-1
+
+2012-06-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.3-1
+
+2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.2-1
+
+2011-11-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * vifm 0.7.0-1
+
+2011-08-20 Jaroslav Lichtblau 

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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:32:14
  Author: andrea
Revision: 225407

upgpkg: kdepim 4.14.2-2

Drop link-grammar deps (FS#42516)

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 17:35:47 UTC (rev 225406)
+++ PKGBUILD2014-10-28 18:32:14 UTC (rev 225407)
@@ -21,13 +21,13 @@
  'kdepim-ktnef'
  'kdepim-libkdepim')
 pkgver=4.14.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdepim')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
- 'baloo4' 'link-grammar')
+ 'baloo4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('512e1da40c71128beb429b19e2377516241ee2e4')
 
@@ -251,7 +251,7 @@
 package_kdepim-libkdepim() {
pkgdesc='Library for KDE PIM'
groups=()
-   depends=('kdepim-runtime' 'link-grammar' 'baloo4-akonadi')
+   depends=('kdepim-runtime' 'baloo4-akonadi')
url='http://pim.kde.org'
conflicts=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp'
   'kdepim-akonadi')


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:32:32
  Author: andrea
Revision: 225408

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

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

--+
 /PKGBUILD|  554 +
 /kdepim-akregator.install|   24 +
 /kdepim-kaddressbook.install |   24 +
 /kdepim-kleopatra.install|   24 +
 /kdepim-kmail.install|   24 +
 /kdepim-knode.install|   24 +
 /kdepim-korganizer.install   |   24 +
 /kdepim-ktnef.install|   24 +
 /kdepim.install  |   22 +
 extra-i686/PKGBUILD  |  277 --
 extra-i686/kdepim-akregator.install  |   12 
 extra-i686/kdepim-kaddressbook.install   |   12 
 extra-i686/kdepim-kleopatra.install  |   12 
 extra-i686/kdepim-kmail.install  |   12 
 extra-i686/kdepim-knode.install  |   12 
 extra-i686/kdepim-korganizer.install |   12 
 extra-i686/kdepim-ktnef.install  |   12 
 extra-i686/kdepim.install|   11 
 extra-x86_64/PKGBUILD|  277 --
 extra-x86_64/kdepim-akregator.install|   12 
 extra-x86_64/kdepim-kaddressbook.install |   12 
 extra-x86_64/kdepim-kleopatra.install|   12 
 extra-x86_64/kdepim-kmail.install|   12 
 extra-x86_64/kdepim-knode.install|   12 
 extra-x86_64/kdepim-korganizer.install   |   12 
 extra-x86_64/kdepim-ktnef.install|   12 
 extra-x86_64/kdepim.install  |   11 
 27 files changed, 744 insertions(+), 744 deletions(-)

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


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:37:08
  Author: andrea
Revision: 225409

Not needed

Modified:
  baloo-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:32:32 UTC (rev 225408)
+++ PKGBUILD2014-10-28 18:37:08 UTC (rev 225409)
@@ -26,7 +26,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:38:35
  Author: andrea
Revision: 225410

Not needed

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:37:08 UTC (rev 225409)
+++ PKGBUILD2014-10-28 18:38:35 UTC (rev 225410)
@@ -26,7 +26,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc
   make


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:39:24
  Author: andrea
Revision: 225411

Not needed

Modified:
  libksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:38:35 UTC (rev 225410)
+++ PKGBUILD2014-10-28 18:39:24 UTC (rev 225411)
@@ -25,7 +25,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:56:35
  Author: andrea
Revision: 225412

upgpkg: plasma-workspace 5.1.0.1-6

Bump pkgrel for previous change

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:39:24 UTC (rev 225411)
+++ PKGBUILD2014-10-28 18:56:35 UTC (rev 225412)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-workspace
 pkgver=5.1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'


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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 19:56:43
  Author: andrea
Revision: 225413

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 225412, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 225412, plasma-workspace/trunk/PKGBUILD)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   49 ---
 extra-x86_64/PKGBUILD |   49 ---
 3 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-28 18:56:35 UTC (rev 225412)
+++ extra-i686/PKGBUILD 2014-10-28 18:56:43 UTC (rev 225413)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgname=plasma-workspace
-pkgver=5.1.0.1
-pkgrel=5
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-'kwin: KDE Window Manager'
-'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-options=('!buildflags')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('1f9d20ffca60668cec208d5131c6bc26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # be sure to use the Qt5 version of qtpaths
-  sed 's:qtpaths:qtpaths-qt5:' -i $pkgdir/usr/bin/startkde
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 225412, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-28 18:56:43 UTC (rev 225413)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgname=plasma-workspace
+pkgver=5.1.0.1
+pkgrel=6
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
+ 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
+optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+'kwin: KDE Window Manager'
+'gpsd: GPS support for geolocation')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+options=('!buildflags')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('1f9d20ffca60668cec208d5131c6bc26')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # be sure to use the Qt5 version of qtpaths
+  sed 's:qtpaths:qtpaths-qt5:' -i $pkgdir/usr/bin/startkde
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-28 18:56:35 UTC (rev 225412)
+++ extra-x86_64/PKGBUILD   2014-10-28 18:56:43 UTC (rev 225413)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgname=plasma-workspace
-pkgver=5.1.0.1
-pkgrel=5
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 

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

2014-10-28 Thread Sven-Hendrik Haase
Date: Tuesday, October 28, 2014 @ 20:38:08
  Author: svenstaro
Revision: 121532

upgpkg: dwarffortress 0.40.14-2

Fix FS#42583

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:11:53 UTC (rev 121531)
+++ PKGBUILD2014-10-28 19:38:08 UTC (rev 121532)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.40.14
 _pkgver=40_14
-pkgrel=1
+pkgrel=2
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
 url=http://www.bay12games.com/dwarves/;
@@ -26,7 +26,7 @@
 # I made a fucking github repo with the sole purpose of unfucking df a bit
 # We try to compile whatever little bit of df is open source
 source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
+git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=7c1d8b
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)


[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-10-28 Thread Sven-Hendrik Haase
Date: Tuesday, October 28, 2014 @ 20:38:19
  Author: svenstaro
Revision: 121533

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 121532, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 121532, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 121532, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 121532, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 121532, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 19:38:08 UTC (rev 121532)
+++ PKGBUILD2014-10-28 19:38:19 UTC (rev 121533)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.14
-_pkgver=40_14
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('3cbd11f1c354669064aae5ba37a1c80bdfe16c859aa6aab7cb3b910329c4c4fd'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 121532, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 19:38:19 UTC 

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-10-28 Thread Sven-Hendrik Haase
Date: Tuesday, October 28, 2014 @ 20:40:33
  Author: svenstaro
Revision: 121534

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 121533, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 121533, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 121533, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 121533, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 121533, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 19:38:19 UTC (rev 121533)
+++ PKGBUILD2014-10-28 19:40:33 UTC (rev 121534)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.14
-_pkgver=40_14
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('3cbd11f1c354669064aae5ba37a1c80bdfe16c859aa6aab7cb3b910329c4c4fd'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 121533, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 

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

2014-10-28 Thread Sven-Hendrik Haase
Date: Wednesday, October 29, 2014 @ 00:04:22
  Author: svenstaro
Revision: 121535

upgpkg: postfixadmin 2.92-1

upstream release 2.92

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 19:40:33 UTC (rev 121534)
+++ PKGBUILD2014-10-28 23:04:22 UTC (rev 121535)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Filip fila pruda.com
 pkgname=postfixadmin
-pkgver=2.91
-pkgrel=3
+pkgver=2.92
+pkgrel=1
 pkgdesc=A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix
 arch=('any')
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('mariadb: MySQL server'
 'postgresql: PostgreSQL server')
 
source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a6e12ebae8f69b489bab56601fe1e533')
+md5sums=('01f96e90a2ef084075e15e760f3bfc15')
 
 package() {
   _destdir=$pkgdir/usr/share/webapps/postfixAdmin


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

2014-10-28 Thread Sven-Hendrik Haase
Date: Wednesday, October 29, 2014 @ 00:04:26
  Author: svenstaro
Revision: 121536

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
(from rev 121535, postfixadmin/trunk/PKGBUILD)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-28 23:04:22 UTC (rev 121535)
+++ PKGBUILD2014-10-28 23:04:26 UTC (rev 121536)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Filip fila pruda.com
-pkgname=postfixadmin
-pkgver=2.91
-pkgrel=3
-pkgdesc=A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix
-arch=('any')
-license=('GPL')
-url=http://postfixadmin.sourceforge.net/;
-backup=(etc/webapps/postfixadmin/config.inc.php
-etc/webapps/postfixadmin/.htaccess)
-depends=('php')
-optdepends=('mariadb: MySQL server'
-'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a6e12ebae8f69b489bab56601fe1e533')
-
-package() {
-  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
-  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
-  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
-  
-  install -dm755 ${_destdir}
-  install -dm755 ${_destdir_etc}
-  install -dm755 ${_destdir_doc}
-  
-  cd $srcdir/$pkgname-$pkgver
-  cp -r * ${_destdir}
-  
-  # config
-  mv ${_destdir}/config.inc.php ${_destdir_etc}
-  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
-  echo #Require all denied ${_destdir_etc}/.htaccess
-  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
-
-  # template cache needs to be writeable
-  chown http:http ${_destdir}/templates_c
-  
-  # docs
-  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} 
${_destdir_doc}
-  rm -rf ${_destdir}/debian
-}

Copied: postfixadmin/repos/community-any/PKGBUILD (from rev 121535, 
postfixadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-28 23:04:26 UTC (rev 121536)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Filip fila pruda.com
+pkgname=postfixadmin
+pkgver=2.92
+pkgrel=1
+pkgdesc=A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix
+arch=('any')
+license=('GPL')
+url=http://postfixadmin.sourceforge.net/;
+backup=(etc/webapps/postfixadmin/config.inc.php
+etc/webapps/postfixadmin/.htaccess)
+depends=('php')
+optdepends=('mariadb: MySQL server'
+'postgresql: PostgreSQL server')
+source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
+md5sums=('01f96e90a2ef084075e15e760f3bfc15')
+
+package() {
+  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
+  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
+  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
+  
+  install -dm755 ${_destdir}
+  install -dm755 ${_destdir_etc}
+  install -dm755 ${_destdir_doc}
+  
+  cd $srcdir/$pkgname-$pkgver
+  cp -r * ${_destdir}
+  
+  # config
+  mv ${_destdir}/config.inc.php ${_destdir_etc}
+  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
+  echo #Require all denied ${_destdir_etc}/.htaccess
+  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
+
+  # template cache needs to be writeable
+  chown http:http ${_destdir}/templates_c
+  
+  # docs
+  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} 
${_destdir_doc}
+  rm -rf ${_destdir}/debian
+}


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

2014-10-28 Thread Evangelos Foutras
Date: Wednesday, October 29, 2014 @ 01:00:17
  Author: foutrelis
Revision: 225415

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

Added:
  wget/repos/extra-i686/PKGBUILD
(from rev 225414, wget/trunk/PKGBUILD)
  wget/repos/extra-i686/wget-1.16-fix-test-proxied-https-auth.patch
(from rev 225414, wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch)
  wget/repos/extra-i686/wget.install
(from rev 225414, wget/trunk/wget.install)
  wget/repos/extra-x86_64/PKGBUILD
(from rev 225414, wget/trunk/PKGBUILD)
  wget/repos/extra-x86_64/wget-1.16-fix-test-proxied-https-auth.patch
(from rev 225414, wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch)
  wget/repos/extra-x86_64/wget.install
(from rev 225414, wget/trunk/wget.install)
Deleted:
  wget/repos/extra-i686/PKGBUILD
  wget/repos/extra-i686/wget.install
  wget/repos/extra-x86_64/PKGBUILD
  wget/repos/extra-x86_64/wget.install

--+
 /PKGBUILD|   96 +
 /wget.install|   40 +
 extra-i686/PKGBUILD  |   43 -
 extra-i686/wget-1.16-fix-test-proxied-https-auth.patch   |   89 
 extra-i686/wget.install  |   20 --
 extra-x86_64/PKGBUILD|   43 -
 extra-x86_64/wget-1.16-fix-test-proxied-https-auth.patch |   89 
 extra-x86_64/wget.install|   20 --
 8 files changed, 314 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-29 00:00:06 UTC (rev 225414)
+++ extra-i686/PKGBUILD 2014-10-29 00:00:17 UTC (rev 225415)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wget
-pkgver=1.15
-pkgrel=1
-pkgdesc=A network utility to retrieve files from the Web
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1'
-  'SKIP')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cat  doc/sample.wgetrc EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: wget/repos/extra-i686/PKGBUILD (from rev 225414, wget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-29 00:00:17 UTC (rev 225415)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wget
+pkgver=1.16
+pkgrel=1
+pkgdesc=A network utility to retrieve files from the Web
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'util-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python3')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+wget-1.16-fix-test-proxied-https-auth.patch)
+sha1sums=('08d991acc80726abe57043a278f9da469c454503'
+  'SKIP'
+  'a324d1910a6440552a3745c873da9e3dff7d7ec9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/wget-1.16-fix-test-proxied-https-auth.patch
+  sed -i 's/--no-check-certificate/ --no-http-keep-alive/' \
+tests/Test-proxied-https-auth.px
+  cat  doc/sample.wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: wget/repos/extra-i686/wget-1.16-fix-test-proxied-https-auth.patch (from 
rev 225414, wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch)
===
--- extra-i686/wget-1.16-fix-test-proxied-https-auth.patch  
(rev 0)
+++ extra-i686/wget-1.16-fix-test-proxied-https-auth.patch  2014-10-29 
00:00:17 UTC (rev 225415)
@@ -0,0 +1,89 @@
+From 3eff3ad69a46364475e1f4abdf9412cfa87e3d6c Mon Sep 17 00:00:00 2001
+From: Tim Rühsen 

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

2014-10-28 Thread Evangelos Foutras
Date: Wednesday, October 29, 2014 @ 01:00:06
  Author: foutrelis
Revision: 225414

upgpkg: wget 1.16-1

New upstream release.

Added:
  wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch
Modified:
  wget/trunk/PKGBUILD

-+
 PKGBUILD|   17 +++-
 wget-1.16-fix-test-proxied-https-auth.patch |   89 ++
 2 files changed, 100 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 18:56:43 UTC (rev 225413)
+++ PKGBUILD2014-10-29 00:00:06 UTC (rev 225414)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=wget
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc=A network utility to retrieve files from the Web
 arch=('i686' 'x86_64')
@@ -9,16 +9,21 @@
 url=http://www.gnu.org/software/wget/wget.html;
 license=('GPL3')
 depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python3')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1'
-  'SKIP')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+wget-1.16-fix-test-proxied-https-auth.patch)
+sha1sums=('08d991acc80726abe57043a278f9da469c454503'
+  'SKIP'
+  'a324d1910a6440552a3745c873da9e3dff7d7ec9')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/wget-1.16-fix-test-proxied-https-auth.patch
+  sed -i 's/--no-check-certificate/ --no-http-keep-alive/' \
+tests/Test-proxied-https-auth.px
   cat  doc/sample.wgetrc EOF
 
 # default root certs location

Added: wget-1.16-fix-test-proxied-https-auth.patch
===
--- wget-1.16-fix-test-proxied-https-auth.patch (rev 0)
+++ wget-1.16-fix-test-proxied-https-auth.patch 2014-10-29 00:00:06 UTC (rev 
225414)
@@ -0,0 +1,89 @@
+From 3eff3ad69a46364475e1f4abdf9412cfa87e3d6c Mon Sep 17 00:00:00 2001
+From: Tim Rühsen tim.rueh...@gmx.de
+Date: Tue, 28 Oct 2014 10:40:34 +
+Subject: synchronize client and server in Test-proxied-https-auth.px
+
+---
+(limited to 'tests/Test-proxied-https-auth.px')
+
+diff --git a/tests/Test-proxied-https-auth.px 
b/tests/Test-proxied-https-auth.px
+index cc987ff..272003f 100755
+--- a/tests/Test-proxied-https-auth.px
 b/tests/Test-proxied-https-auth.px
+@@ -49,12 +49,15 @@ sub get_request {
+ }
+ 
+ sub do_server {
++my ($synch_callback) = @_;
+ my $alrm = alarm 10;
+-
+ my $s = $SOCKET;
+ my $conn;
+ my $rqst;
+ my $rspn;
++
++$synch_callback-();
++
+ for my $expect_inner_auth (0, 1) {
+ $conn = $s-accept;
+ $rqst = $conn-get_request;
+@@ -90,7 +93,7 @@ sub do_server {
+ Connection = 'close'
+ ]);
+ $rspn-protocol('HTTP/1.0');
+-print $rspn-as_string;
++print STDERR $rspn-as_string;
+ print $conn $rspn-as_string;
+ } else {
+ die No proxied auth\n unless $rqst-header('Authorization');
+@@ -100,9 +103,9 @@ sub do_server {
+ 'Connection' = 'close',
+ ], foobarbaz\n);
+ $rspn-protocol('HTTP/1.0');
+-print =\n;
+-print $rspn-as_string;
+-print \n=\n;
++print STDERR =\n;
++print STDERR $rspn-as_string;
++print STDERR \n=\n;
+ print $conn $rspn-as_string;
+ }
+ $conn-close;
+@@ -113,18 +116,29 @@ sub do_server {
+ }
+ 
+ sub fork_server {
+-my $pid = fork;
+-die Couldn't fork if ($pid  0);
+-return $pid if $pid;
++pipe(FROM_CHILD, TO_PARENT) or die Cannot create pipe!;
++select((select(TO_PARENT), $| = 1)[0]);
++
++my $pid = fork();
++if ($pid  0) {
++die Cannot fork;
++} elsif ($pid == 0) {
++# child
++close FROM_CHILD;
++do_server(sub { print TO_PARENT SYNC\n; close TO_PARENT });
++} else {
++# parent
++close TO_PARENT;
++chomp(my $line = FROM_CHILD);
++close FROM_CHILD;
++}
+ 
+-do_server;
+-exit;
++return $pid;
+ }
+ 
+ system ('rm -f needs-auth.txt');
+ my $pid = fork_server;
+ 
+-sleep 1;
+ my $cmdline = $WgetTest::WGETPATH .  --user=fiddle-dee-dee
+ .  --password=Dodgson -e https_proxy=localhost:{{port}}
+ .  --no-check-certificate
+--
+cgit v0.9.0.2


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

2014-10-28 Thread Dan McGee
Date: Wednesday, October 29, 2014 @ 01:30:11
  Author: dan
Revision: 225416

upgpkg: pacman-mirrorlist 20141028-1

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   32 +++-
 2 files changed, 22 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 00:00:17 UTC (rev 225415)
+++ PKGBUILD2014-10-29 00:30:11 UTC (rev 225416)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20140901
+pkgver=20141028
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('15c94a66d4e4d207f0f33683a15bc424')
-sha256sums=('a3918428808b488b410b33b92d27e9c4a0f362a35ca103663b754d2914f46c5e')
+md5sums=('8e303a4ff53e144a9f926114c24c60b1')
+sha256sums=('7a8b43b6f78206802380761184a0028333586df5355ff0c07ec6e9bceb4d9888')

Modified: mirrorlist
===
--- mirrorlist  2014-10-29 00:00:17 UTC (rev 225415)
+++ mirrorlist  2014-10-29 00:30:11 UTC (rev 225416)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2014-08-31
+## Generated on 2014-10-29
 ##
 
 ## Australia
@@ -30,6 +30,7 @@
 ## Brazil
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 
 ## Bulgaria
 #Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
@@ -88,6 +89,8 @@
 #Server = http://mir.archlinux.fr/$repo/os/$arch
 #Server = http://arch.nimukaito.net/$repo/os/$arch
 #Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.pkern.at/$repo/os/$arch
+#Server = https://archlinux.mirror.pkern.at/$repo/os/$arch
 #Server = http://archlinux.polymorf.fr/$repo/os/$arch
 #Server = http://arch.tamcore.eu/$repo/os/$arch
 #Server = http://mirror.tyborek.pl/arch/$repo/os/$arch
@@ -110,11 +113,13 @@
 #Server = http://mirror.js-webcoding.de/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.k42.ch/archlinux/$repo/os/$arch
 #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
+#Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
 #Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
 #Server = http://archlinux.my-universe.com/$repo/os/$arch
 #Server = https://archlinux.my-universe.com/$repo/os/$arch
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
+#Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
 #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
 #Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
 #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
@@ -149,7 +154,7 @@
 ## Indonesia
 #Server = http://suro.ubaya.ac.id/archlinux/$repo/os/$arch
 
-## Iran (the Islamic Republic of)
+## Iran
 #Server = http://mirror.yazd.ac.ir/arch/$repo/os/$arch
 
 ## Ireland
@@ -169,10 +174,6 @@
 ## Kazakhstan
 #Server = http://mirror.neolabs.kz/archlinux/$repo/os/$arch
 
-## Korea (the Republic of)
-#Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
-#Server = http://mirror.premi.st/archlinux/$repo/os/$arch
-
 ## Lithuania
 #Server = http://archlinux.akmc.lt/$repo/os/$arch
 
@@ -221,7 +222,7 @@
 #Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch
 
-## Russian Federation
+## Russia
 #Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
 #Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
 
@@ -239,13 +240,14 @@
 ## South Africa
 #Server = http://ftp.wa.co.za/pub/archlinux/$repo/os/$arch
 
+## South Korea
+#Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
+#Server = http://mirror.premi.st/archlinux/$repo/os/$arch
+
 ## Spain
 #Server = http://osl.ugr.es/archlinux/$repo/os/$arch
 #Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
 
-## Sri Lanka
-#Server = http://mirror.learn.ac.lk/archlinux/$repo/os/$arch
-
 ## Sweden
 #Server = http://ftp.availo.se/archlinux/$repo/os/$arch
 #Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/$arch
@@ -256,8 +258,7 @@
 ## Switzerland
 #Server = http://archlinux.puzzle.ch/$repo/os/$arch
 
-## Taiwan (Province of China)
-#Server = http://forum.cse.yzu.edu.tw/Linux/archlinux/$repo/os/$arch
+## Taiwan
 #Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch
 #Server = http://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch
 #Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
@@ -279,6 +280,7 @@
 #Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch
 
 ## United States
+#Server = http://mirrors.abscission.net/archlinux/$repo/os/$arch
 #Server = http

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2014-10-28 Thread Dan McGee
Date: Wednesday, October 29, 2014 @ 01:30:25
  Author: dan
Revision: 225417

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 225416, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 225416, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 225416, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  638 +--
 upgpkg |8 
 3 files changed, 357 insertions(+), 351 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-29 00:30:11 UTC (rev 225416)
+++ PKGBUILD2014-10-29 00:30:25 UTC (rev 225417)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20140901
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('15c94a66d4e4d207f0f33683a15bc424')
-sha256sums=('a3918428808b488b410b33b92d27e9c4a0f362a35ca103663b754d2914f46c5e')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 225416, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-29 00:30:25 UTC (rev 225417)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20141028
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('8e303a4ff53e144a9f926114c24c60b1')
+sha256sums=('7a8b43b6f78206802380761184a0028333586df5355ff0c07ec6e9bceb4d9888')

Deleted: mirrorlist
===
--- mirrorlist  2014-10-29 00:30:11 UTC (rev 225416)
+++ mirrorlist  2014-10-29 00:30:25 UTC (rev 225417)
@@ -1,316 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2014-08-31
-##
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.hust.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.hustunique.com/archlinux/$repo/os/$arch

[arch-commits] Commit in munin/repos/extra-any (30 files)

2014-10-28 Thread Dan McGee
Date: Wednesday, October 29, 2014 @ 01:37:15
  Author: dan
Revision: 225419

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 225418, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 225418, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 225418, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 225418, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 225418, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-async.service
(from rev 225418, munin/trunk/munin-async.service)
  munin/repos/extra-any/munin-cron-entry
(from rev 225418, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 225418, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 225418, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 225418, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 225418, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.install
(from rev 225418, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 225418, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 225418, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 225418, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-async.service
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  182 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-async.service|   24 ++--
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.install |   38 +++---
 munin-node.service |   22 +--
 munin.install  |   46 +++
 munin.tmpfiles.conf|2 
 15 files changed, 354 insertions(+), 354 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2014-10-29 00:36:55 UTC (rev 225418)
+++ 08-munin-font-dir.conf  2014-10-29 00:37:15 UTC (rev 225419)
@@ -1,7 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-   !-- Add the munin directory to available fonts in case
- no other TTF packages have been installed --
-   dir/usr/lib/munin/dir
-/fontconfig

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 225418, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2014-10-29 00:37:15 UTC (rev 225419)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+   !-- Add the munin directory to available fonts in case
+ no other TTF packages have been installed --
+   dir/usr/lib/munin/dir
+/fontconfig

Deleted: Makefile.config
===
--- Makefile.config 2014-10-29 00:36:55 UTC (rev 225418)
+++ Makefile.config 2014-10-29 00:37:15 UTC (rev 225419)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - 

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

2014-10-28 Thread Dan McGee
Date: Wednesday, October 29, 2014 @ 01:36:55
  Author: dan
Revision: 225418

upgpkg: munin 2.0.24-1

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 00:30:25 UTC (rev 225417)
+++ PKGBUILD2014-10-29 00:36:55 UTC (rev 225418)
@@ -4,8 +4,8 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.21
-pkgrel=2
+pkgver=2.0.24
+pkgrel=1
 pkgdesc=A distributed monitoring/graphing tool
 arch=('any')
 url=http://munin-monitoring.org/;
@@ -76,7 +76,7 @@
chmod 775 $pkgdir/var/lib/munin/plugin-state
 }
 
-md5sums=('3bf802b0910d930a93351746aa717d3f'
+md5sums=('1c34b971512a566db80dbd415deb31a2'
  'fb3cc403e298ae6b73c280c4d3af7b49'
  'dc9c83aa2a278466fb475364462f4119'
  'eb2f1e6e746e85ce1e9f40086be0'


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

2014-10-28 Thread Evangelos Foutras
Date: Wednesday, October 29, 2014 @ 02:10:38
  Author: foutrelis
Revision: 121537

upgpkg: gaupol 0.27-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 23:04:26 UTC (rev 121536)
+++ PKGBUILD2014-10-29 01:10:38 UTC (rev 121537)
@@ -6,7 +6,7 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=gaupol
-pkgver=0.26
+pkgver=0.27
 pkgrel=1
 pkgdesc=An editor for text-based subtitles
 arch=('any')
@@ -24,8 +24,8 @@
 'gst-plugins-ugly: extra media codecs'
 'gst-libav: extra media codecs')
 install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.26/$pkgname-$pkgver.tar.xz)
-sha256sums=('fd9ca00166c643b6c955c591b5e71f1891d2d4f9224ad477999da6dcd5363d0a')
+source=(http://download.gna.org/$pkgname/0.27/$pkgname-$pkgver.tar.xz)
+sha256sums=('645acdeed823e29570f110e1312f883a89cbbd02c7c71b0c97996d2e4e51c18c')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-28 Thread Evangelos Foutras
Date: Wednesday, October 29, 2014 @ 02:10:46
  Author: foutrelis
Revision: 121538

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   72 +++
 gaupol.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-29 01:10:38 UTC (rev 121537)
+++ PKGBUILD2014-10-29 01:10:46 UTC (rev 121538)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: FJ joos...@gmail.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=gaupol
-pkgver=0.26
-pkgrel=1
-pkgdesc=An editor for text-based subtitles
-arch=('any')
-url=http://home.gna.org/gaupol;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-'gtkspell3: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.26/$pkgname-$pkgver.tar.xz)
-sha256sums=('fd9ca00166c643b6c955c591b5e71f1891d2d4f9224ad477999da6dcd5363d0a')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 121537, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-29 01:10:46 UTC (rev 121538)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: FJ joos...@gmail.com
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=gaupol
+pkgver=0.27
+pkgrel=1
+pkgdesc=An editor for text-based subtitles
+arch=('any')
+url=http://home.gna.org/gaupol;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-pyenchant: spell-checking'
+'gtkspell3: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.27/$pkgname-$pkgver.tar.xz)
+sha256sums=('645acdeed823e29570f110e1312f883a89cbbd02c7c71b0c97996d2e4e51c18c')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2014-10-29 01:10:38 UTC (rev 121537)
+++ gaupol.install  2014-10-29 01:10:46 UTC (rev 121538)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 121537, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2014-10-29 01:10:46 UTC (rev 121538)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-28 Thread Gaetan Bisson
Date: Wednesday, October 29, 2014 @ 04:01:08
  Author: bisson
Revision: 121539

remove unofficial optdepends

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 01:10:46 UTC (rev 121538)
+++ PKGBUILD2014-10-29 03:01:08 UTC (rev 121539)
@@ -5,14 +5,13 @@
 
 pkgname=picard
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('python2-pyqt' 'mutagen')
-optdepends=('python2-discid: CD lookup'
-'chromaprint: fingerprinting')
+optdepends=('chromaprint: fingerprinting')
 
source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')
 


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

2014-10-28 Thread Gaetan Bisson
Date: Wednesday, October 29, 2014 @ 04:01:44
  Author: bisson
Revision: 121540

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

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 121539, picard/trunk/PKGBUILD)
  picard/repos/community-i686/install
(from rev 121539, picard/trunk/install)
  picard/repos/community-x86_64/PKGBUILD
(from rev 121539, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/install
(from rev 121539, picard/trunk/install)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-i686/install
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/install

---+
 /PKGBUILD |   58 
 /install  |   24 ++
 community-i686/PKGBUILD   |   30 --
 community-i686/install|   12 -
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/install  |   12 -
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-29 03:01:08 UTC (rev 121539)
+++ community-i686/PKGBUILD 2014-10-29 03:01:44 UTC (rev 121540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('python2-discid: CD lookup'
-'chromaprint: fingerprinting')
-source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')
-
-install=install
-
-build() {
-   cd ${srcdir}/picard-${pkgver}
-   python2 setup.py config
-}
-
-package() {
-   cd ${srcdir}/picard-${pkgver}
-   python2 setup.py install --root=${pkgdir}
-   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 121539, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-29 03:01:44 UTC (rev 121540)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3
+pkgrel=3
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt' 'mutagen')
+optdepends=('chromaprint: fingerprinting')
+source=(http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('dade79ecd7a158a89ecd7c59aa1ab9744071b20c')
+
+install=install
+
+build() {
+   cd ${srcdir}/picard-${pkgver}
+   python2 setup.py config
+}
+
+package() {
+   cd ${srcdir}/picard-${pkgver}
+   python2 setup.py install --root=${pkgdir}
+   cp -r contrib/plugins/* 
${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/
+}

Deleted: community-i686/install
===
--- community-i686/install  2014-10-29 03:01:08 UTC (rev 121539)
+++ community-i686/install  2014-10-29 03:01:44 UTC (rev 121540)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor /dev/null
-   update-desktop-database -q /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picard/repos/community-i686/install (from rev 121539, 
picard/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2014-10-29 03:01:44 UTC (rev 121540)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor /dev/null
+   update-desktop-database -q /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-29 03:01:08 UTC (rev 121539)
+++ community-x86_64/PKGBUILD   2014-10-29 03:01:44 UTC (rev 121540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('python2-discid: CD lookup'
-'chromaprint: fingerprinting')

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

2014-10-28 Thread Daniel Micay
Date: Wednesday, October 29, 2014 @ 04:33:57
  Author: thestinger
Revision: 121541

upgpkg: envoy 10-1

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 03:01:44 UTC (rev 121540)
+++ PKGBUILD2014-10-29 03:33:57 UTC (rev 121541)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=envoy
-pkgver=9
+pkgver=10
 pkgrel=1
 pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 makedepends=('ragel')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
 clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('044aa8b96be4a2c43fb149c05f9a63ae'
+md5sums=('b27b21cf4a5c42b8d450f5468c65594e'
  '8c4f3fd488fc8f92196a8aa42ac9567e')
 
 prepare() {


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

2014-10-28 Thread Daniel Micay
Date: Wednesday, October 29, 2014 @ 04:34:27
  Author: thestinger
Revision: 121542

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-29 03:33:57 UTC (rev 121541)
+++ community-i686/PKGBUILD 2014-10-29 03:34:27 UTC (rev 121542)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=9
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('044aa8b96be4a2c43fb149c05f9a63ae'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-i686/PKGBUILD (from rev 121541, 
envoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-29 03:34:27 UTC (rev 121542)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=10
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('b27b21cf4a5c42b8d450f5468c65594e'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-29 03:33:57 UTC (rev 121541)
+++ community-x86_64/PKGBUILD   2014-10-29 03:34:27 UTC (rev 121542)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=9
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('044aa8b96be4a2c43fb149c05f9a63ae'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-x86_64/PKGBUILD (from rev 121541, 
envoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-29 03:34:27 UTC (rev 121542)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=10
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('b27b21cf4a5c42b8d450f5468c65594e'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {

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

2014-10-28 Thread Eric Bélanger
Date: Wednesday, October 29, 2014 @ 04:42:13
  Author: eric
Revision: 225420

upgpkg: wget 1.16-2

Clean up depends and checkdepends

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 00:37:15 UTC (rev 225419)
+++ PKGBUILD2014-10-29 03:42:13 UTC (rev 225420)
@@ -3,13 +3,13 @@
 
 pkgname=wget
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 pkgdesc=A network utility to retrieve files from the Web
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/wget/wget.html;
 license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 install=wget.install


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

2014-10-28 Thread Eric Bélanger
Date: Wednesday, October 29, 2014 @ 04:45:27
  Author: eric
Revision: 225421

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

Added:
  wget/repos/extra-i686/PKGBUILD
(from rev 225420, wget/trunk/PKGBUILD)
  wget/repos/extra-i686/wget-1.16-fix-test-proxied-https-auth.patch
(from rev 225420, wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch)
  wget/repos/extra-i686/wget.install
(from rev 225420, wget/trunk/wget.install)
  wget/repos/extra-x86_64/PKGBUILD
(from rev 225420, wget/trunk/PKGBUILD)
  wget/repos/extra-x86_64/wget-1.16-fix-test-proxied-https-auth.patch
(from rev 225420, wget/trunk/wget-1.16-fix-test-proxied-https-auth.patch)
  wget/repos/extra-x86_64/wget.install
(from rev 225420, wget/trunk/wget.install)
Deleted:
  wget/repos/extra-i686/PKGBUILD
  wget/repos/extra-i686/wget-1.16-fix-test-proxied-https-auth.patch
  wget/repos/extra-i686/wget.install
  wget/repos/extra-x86_64/PKGBUILD
  wget/repos/extra-x86_64/wget-1.16-fix-test-proxied-https-auth.patch
  wget/repos/extra-x86_64/wget.install

--+
 /PKGBUILD|   96 +++
 /wget-1.16-fix-test-proxied-https-auth.patch |  178 +
 /wget.install|   40 ++
 extra-i686/PKGBUILD  |   48 ---
 extra-i686/wget-1.16-fix-test-proxied-https-auth.patch   |   89 --
 extra-i686/wget.install  |   20 -
 extra-x86_64/PKGBUILD|   48 ---
 extra-x86_64/wget-1.16-fix-test-proxied-https-auth.patch |   89 --
 extra-x86_64/wget.install|   20 -
 9 files changed, 314 insertions(+), 314 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-29 03:42:13 UTC (rev 225420)
+++ extra-i686/PKGBUILD 2014-10-29 03:45:27 UTC (rev 225421)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wget
-pkgver=1.16
-pkgrel=1
-pkgdesc=A network utility to retrieve files from the Web
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'util-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python3')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-wget-1.16-fix-test-proxied-https-auth.patch)
-sha1sums=('08d991acc80726abe57043a278f9da469c454503'
-  'SKIP'
-  'a324d1910a6440552a3745c873da9e3dff7d7ec9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/wget-1.16-fix-test-proxied-https-auth.patch
-  sed -i 's/--no-check-certificate/ --no-http-keep-alive/' \
-tests/Test-proxied-https-auth.px
-  cat  doc/sample.wgetrc EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: wget/repos/extra-i686/PKGBUILD (from rev 225420, wget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-29 03:45:27 UTC (rev 225421)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wget
+pkgver=1.16
+pkgrel=2
+pkgdesc=A network utility to retrieve files from the Web
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+wget-1.16-fix-test-proxied-https-auth.patch)
+sha1sums=('08d991acc80726abe57043a278f9da469c454503'
+  'SKIP'
+  'a324d1910a6440552a3745c873da9e3dff7d7ec9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/wget-1.16-fix-test-proxied-https-auth.patch
+  sed -i 's/--no-check-certificate/ --no-http-keep-alive/' \
+tests/Test-proxied-https-auth.px
+  cat  doc/sample.wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/wget-1.16-fix-test-proxied-https-auth.patch

[arch-commits] Commit in (5 files)

2014-10-28 Thread Evgeniy Alekseev
Date: Wednesday, October 29, 2014 @ 05:04:22
  Author: arcanis
Revision: 121543

create eric-i18n packages

Added:
  eric-i18n/
  eric-i18n/repos/
  eric-i18n/trunk/
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |1 +
 PKGBUILD  |   59 +++
 2 files changed, 60 insertions(+)

Added: eric-i18n/trunk/ChangeLog
===
--- eric-i18n/trunk/ChangeLog   (rev 0)
+++ eric-i18n/trunk/ChangeLog   2014-10-29 04:04:22 UTC (rev 121543)
@@ -0,0 +1 @@
+ 

Added: eric-i18n/trunk/PKGBUILD
===
--- eric-i18n/trunk/PKGBUILD(rev 0)
+++ eric-i18n/trunk/PKGBUILD2014-10-29 04:04:22 UTC (rev 121543)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=5.5.0
+pkgrel=1
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=(eric-common=${pkgver})
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in ${_languages[@]}; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  _pkgname=eric-i18n-${_locale,,}
+  pkgname+=(${_pkgname})
+  source+=(${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz)
+
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done
+
+_package() {
+  pkgdesc=$2 language pack for Eric IDE
+  install -Dm644 eric5-${pkgver}/eric/i18n/eric5_$1.qm \
+ ${pkgdir}/usr/share/qt4/translations//eric5_$1.qm
+}
+
+md5sums=('4b95e8b8f91692583d9cb490c32a3f7e'
+ 'c338c933133694d665aa39595a66d7bc'
+ '9932eb5b755080ade976b4b71b6c153a'
+ '8454e44cfb30f75361660fa058f914c7'
+ '468f2eafc4911427557d35a4c4edaf32'
+ '16549deb19f110bba73871aa8a462d99'
+ '0fbc822559f7238b89267eabbdbf4597'
+ '0a409d7728f30b0b36bc32d352ccb996'
+ 'cda00b70b6fc0bb487eabe0deea2193c'
+ '15e82b749e3953a1fd99cb809f1dbea2')


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


[arch-commits] Commit in eric-i18n/repos (3 files)

2014-10-28 Thread Evgeniy Alekseev
Date: Wednesday, October 29, 2014 @ 05:05:52
  Author: arcanis
Revision: 121545

archrelease: copy trunk to community-testing-any

Added:
  eric-i18n/repos/community-testing-any/
  eric-i18n/repos/community-testing-any/ChangeLog
(from rev 121544, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-testing-any/PKGBUILD
(from rev 121544, eric-i18n/trunk/PKGBUILD)

---+
 ChangeLog |2 ++
 PKGBUILD  |   59 +++
 2 files changed, 61 insertions(+)

Copied: eric-i18n/repos/community-testing-any/ChangeLog (from rev 121544, 
eric-i18n/trunk/ChangeLog)
===
--- community-testing-any/ChangeLog (rev 0)
+++ community-testing-any/ChangeLog 2014-10-29 04:05:52 UTC (rev 121545)
@@ -0,0 +1,2 @@
+5.5.0-1:
+upstream update. Create package

Copied: eric-i18n/repos/community-testing-any/PKGBUILD (from rev 121544, 
eric-i18n/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-29 04:05:52 UTC (rev 121545)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=5.5.0
+pkgrel=1
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=(eric-common=${pkgver})
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in ${_languages[@]}; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  _pkgname=eric-i18n-${_locale,,}
+  pkgname+=(${_pkgname})
+  source+=(${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz)
+
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done
+
+_package() {
+  pkgdesc=$2 language pack for Eric IDE
+  install -Dm644 eric5-${pkgver}/eric/i18n/eric5_$1.qm \
+ ${pkgdir}/usr/share/qt4/translations//eric5_$1.qm
+}
+
+md5sums=('4b95e8b8f91692583d9cb490c32a3f7e'
+ 'c338c933133694d665aa39595a66d7bc'
+ '9932eb5b755080ade976b4b71b6c153a'
+ '8454e44cfb30f75361660fa058f914c7'
+ '468f2eafc4911427557d35a4c4edaf32'
+ '16549deb19f110bba73871aa8a462d99'
+ '0fbc822559f7238b89267eabbdbf4597'
+ '0a409d7728f30b0b36bc32d352ccb996'
+ 'cda00b70b6fc0bb487eabe0deea2193c'
+ '15e82b749e3953a1fd99cb809f1dbea2')


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

2014-10-28 Thread Evgeniy Alekseev
Date: Wednesday, October 29, 2014 @ 05:05:37
  Author: arcanis
Revision: 121544

upgpkg: eric-i18n 5.5.0-1

Modified:
  eric-i18n/trunk/ChangeLog

---+
 ChangeLog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2014-10-29 04:04:22 UTC (rev 121543)
+++ ChangeLog   2014-10-29 04:05:37 UTC (rev 121544)
@@ -1 +1,2 @@
- 
+5.5.0-1:
+upstream update. Create package