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

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:41:35
  Author: alucryd
Revision: 135478

Missing contributor

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 12:38:24 UTC (rev 135477)
+++ PKGBUILD2015-06-16 12:41:35 UTC (rev 135478)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Steven Allen ste...@stebalien.com
 # Contributor: Limao Luo luolimao+...@gmail.com
 # Contributor: Wieland Hoffmann the_mi...@web.de
 # Contributor: Amr Hassan amr.has...@gmail.com


[arch-commits] Commit in python-pylast (3 files)

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:34:32
  Author: alucryd
Revision: 135475

archrelease: copy trunk to community-any

Added:
  python-pylast/repos/
  python-pylast/repos/community-any/
  python-pylast/repos/community-any/PKGBUILD
(from rev 135474, python-pylast/trunk/PKGBUILD)

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

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 135474, 
python-pylast/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-06-16 12:34:32 UTC (rev 135475)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Contributor: Amr Hassan amr.has...@gmail.com
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+depends=('python2-six')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00adea10')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  cd pylast-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+package_python2-pylast() {
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:38:24
  Author: alucryd
Revision: 135477

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   95 +++--
 1 file changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 12:38:13 UTC (rev 135476)
+++ PKGBUILD2015-06-16 12:38:24 UTC (rev 135477)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Limao Luo luolimao+...@gmail.com
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Contributor: Amr Hassan amr.has...@gmail.com
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-depends=('python2-six')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
-sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00adea10')
-
-prepare() {
-  cp -r pylast-${pkgver} python2-pylast-${pkgver}
-}
-
-build() {
-  cd pylast-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-pylast-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pylast() {
-  cd pylast-${pkgver}
-
-  python setup.py install --root=${pkgdir} --optimize='1'
-}
-
-package_python2-pylast() {
-  cd python2-pylast-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 135476, 
python-pylast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 12:38:24 UTC (rev 135477)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Contributor: Amr Hassan amr.has...@gmail.com
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00adea10')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  depends=('python-six')
+
+  cd pylast-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+package_python2-pylast() {
+  depends=('python2-six')
+
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:38:13
  Author: alucryd
Revision: 135476

upgpkg: python-pylast 1.2.1-2

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 12:34:32 UTC (rev 135475)
+++ PKGBUILD2015-06-16 12:38:13 UTC (rev 135476)
@@ -7,13 +7,12 @@
 pkgbase=python-pylast
 pkgname=('python-pylast' 'python2-pylast')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Last.fm and Libre.fm'
 arch=('any')
 url='https://github.com/pylast/pylast'
 license=('Apache')
-depends=('python2-six')
-makedepends=('python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
 sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00adea10')
 
@@ -32,6 +31,8 @@
 }
 
 package_python-pylast() {
+  depends=('python-six')
+
   cd pylast-${pkgver}
 
   python setup.py install --root=${pkgdir} --optimize='1'
@@ -38,6 +39,8 @@
 }
 
 package_python2-pylast() {
+  depends=('python2-six')
+
   cd python2-pylast-${pkgver}
 
   python2 setup.py install --root=${pkgdir} --optimize='1'


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

2015-06-16 Thread Felix Yan
Date: Tuesday, June 16, 2015 @ 15:48:48
  Author: fyan
Revision: 135481

upgpkg: perl-graphviz 2.18-1

Modified:
  perl-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 12:53:11 UTC (rev 135480)
+++ PKGBUILD2015-06-16 13:48:48 UTC (rev 135481)
@@ -7,7 +7,7 @@
 
 _perlmod=GraphViz
 pkgname=perl-graphviz
-pkgver=2.16
+pkgver=2.18
 pkgrel=1
 pkgdesc=GraphViz - Interface to ATT's GraphViz. Deprecated. See GraphViz2
 arch=('any')
@@ -19,7 +19,7 @@
 makedepends=('perl-module-build')
 checkdepends=('perl-test-pod')
 
source=(https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
-md5sums=('45954ab14ed5e5d2af0d7edaf982c927')
+md5sums=('cd507325c0bbfcc168a034abaf60a12b')
 
 build() {
   cd $srcdir/$_perlmod-$pkgver


[arch-commits] Commit in (4 files)

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:33:54
  Author: alucryd
Revision: 135474

Provide py2 and py3 versions of pylasty

Added:
  python-pylast/
  python-pylast/trunk/
  python-pylast/trunk/PKGBUILD
Deleted:
  python2-pylast/

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

Added: python-pylast/trunk/PKGBUILD
===
--- python-pylast/trunk/PKGBUILD(rev 0)
+++ python-pylast/trunk/PKGBUILD2015-06-16 12:33:54 UTC (rev 135474)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Contributor: Amr Hassan amr.has...@gmail.com
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+depends=('python2-six')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pylast/pylast-$pkgver.tar.gz;)
+sha256sums=('fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00adea10')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  cd pylast-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+package_python2-pylast() {
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in lollypop (4 files)

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:53:11
  Author: alucryd
Revision: 135480

archrelease: copy trunk to community-any

Added:
  lollypop/repos/
  lollypop/repos/community-any/
  lollypop/repos/community-any/PKGBUILD
(from rev 135479, lollypop/trunk/PKGBUILD)
  lollypop/repos/community-any/lollypop.install
(from rev 135479, lollypop/trunk/lollypop.install)

--+
 PKGBUILD |   36 
 lollypop.install |   15 +++
 2 files changed, 51 insertions(+)

Copied: lollypop/repos/community-any/PKGBUILD (from rev 135479, 
lollypop/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-06-16 12:53:11 UTC (rev 135480)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.32
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cfc5dafa8e129fdd2e')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 135479, 
lollypop/trunk/lollypop.install)
===
--- repos/community-any/lollypop.install(rev 0)
+++ repos/community-any/lollypop.install2015-06-16 12:53:11 UTC (rev 
135480)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-06-16 Thread Maxime Gauduin
Date: Tuesday, June 16, 2015 @ 14:52:52
  Author: alucryd
Revision: 135479

Add lollypop

Added:
  lollypop/
  lollypop/trunk/
  lollypop/trunk/PKGBUILD
  lollypop/trunk/lollypop.install

--+
 PKGBUILD |   36 
 lollypop.install |   15 +++
 2 files changed, 51 insertions(+)

Added: lollypop/trunk/PKGBUILD
===
--- lollypop/trunk/PKGBUILD (rev 0)
+++ lollypop/trunk/PKGBUILD 2015-06-16 12:52:52 UTC (rev 135479)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kirek rbu...@gmail.com
+# Contributor: Cédric Bellegarde gnu...@gmail.com
+
+pkgname=lollypop
+pkgver=0.9.32
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support')
+install='lollypop.install'
+source=(https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cfc5dafa8e129fdd2e')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lollypop/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lollypop/trunk/lollypop.install
===
--- lollypop/trunk/lollypop.install (rev 0)
+++ lollypop/trunk/lollypop.install 2015-06-16 12:52:52 UTC (rev 135479)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-16 Thread Felix Yan
Date: Tuesday, June 16, 2015 @ 15:49:06
  Author: fyan
Revision: 135482

archrelease: copy trunk to community-testing-any

Added:
  perl-graphviz/repos/community-testing-any/
  perl-graphviz/repos/community-testing-any/PKGBUILD
(from rev 135481, perl-graphviz/trunk/PKGBUILD)

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

Copied: perl-graphviz/repos/community-testing-any/PKGBUILD (from rev 135481, 
perl-graphviz/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-06-16 13:49:06 UTC (rev 135482)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John jstjohn .. purdue . edu
+# Contributor: antoniolucas antoniolucasnobar at gmail dot com
+
+_perlmod=GraphViz
+pkgname=perl-graphviz
+pkgver=2.18
+pkgrel=1
+pkgdesc=GraphViz - Interface to ATT's GraphViz. Deprecated. See GraphViz2
+arch=('any')
+url=http://search.cpan.org/dist/$_perlmod;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
+ 'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-pod')
+source=(https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
+md5sums=('cd507325c0bbfcc168a034abaf60a12b')
+
+build() {
+  cd $srcdir/$_perlmod-$pkgver
+
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  perl Build
+}
+
+check() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build test
+}
+
+package() {
+  cd $srcdir/$_perlmod-$pkgver
+  perl Build install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 17:25:17
  Author: arojas
Revision: 240950

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

Added:
  plasma-desktop/repos/extra-i686/trash-applet.patch
(from rev 240949, plasma-desktop/trunk/trash-applet.patch)
  plasma-desktop/repos/extra-x86_64/trash-applet.patch
(from rev 240949, plasma-desktop/trunk/trash-applet.patch)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 extra-i686/PKGBUILD |   49 --
 extra-i686/plasma-desktop.install   |   12 
 extra-i686/trash-applet.patch   |   24 
 extra-x86_64/PKGBUILD   |   49 --
 extra-x86_64/plasma-desktop.install |   12 
 extra-x86_64/trash-applet.patch |   24 
 6 files changed, 48 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-16 15:24:48 UTC (rev 240949)
+++ extra-i686/PKGBUILD 2015-06-16 15:25:17 UTC (rev 240950)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.1
-pkgrel=3
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 'polkit-kde-agent'
- 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
-replaces=('kcm-touchpad-frameworks')
-install=${pkgname}.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'trash-applet.patch')
-md5sums=('df4a3fabb26c7aa4f87405185835c20c'
- '1e13230b7b5858e6c2c9b327095917e7')
-
-prepare() {
-  mkdir build
-
-# Fix trash applet loading with plasma-framework 5.11 
https://bugs.kde.org/show_bug.cgi?id=349207
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/trash-applet.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2015-06-16 15:24:48 UTC (rev 240949)
+++ extra-i686/plasma-desktop.install   2015-06-16 15:25:17 UTC (rev 240950)
@@ -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: plasma-desktop/repos/extra-i686/trash-applet.patch (from rev 240949, 
plasma-desktop/trunk/trash-applet.patch)
===
--- extra-i686/trash-applet.patch   (rev 0)
+++ extra-i686/trash-applet.patch   2015-06-16 15:25:17 UTC (rev 240950)
@@ -0,0 +1,24 @@
+From: Bhushan Shah bhus...@gmail.com
+Date: Tue, 16 Jun 2015 12:05:00 +
+Subject: Remove X-KDE-Library from the trash library
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=f0d4cce819b3ce683a11b49a93ba81bafef7a4dd
+---
+Remove X-KDE-Library from the trash library
+
+trash applet is not using the c++ applet part, so remove it
+
+BUG: 349207
+---
+
+
+--- a/applets/trash/package/metadata.desktop
 b/applets/trash/package/metadata.desktop
+@@ -82,7 +82,6 @@
+ X-Plasma-API=declarativeappletscript
+ X-Plasma-MainScript=ui/main.qml
+ 
+-X-KDE-Library=plasma_applet_trash
+ X-KDE-PluginInfo-Author=Heena
+ X-KDE-PluginInfo-Email=heena...@gmail.com
+ X-KDE-PluginInfo-Name=org.kde.plasma.trash
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-16 15:24:48 UTC (rev 240949)
+++ extra-x86_64/PKGBUILD   2015-06-16 15:25:17 UTC (rev 240950)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.1
-pkgrel=3
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 

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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 17:26:31
  Author: arojas
Revision: 240951

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

Added:
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 240950, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 240950, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 240950, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 240950, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/extra-i686/trash-applet.patch
  plasma-desktop/repos/extra-x86_64/trash-applet.patch

-+
 extra-i686/PKGBUILD |   49 ++
 extra-i686/plasma-desktop.install   |   12 
 extra-i686/trash-applet.patch   |   24 
 extra-x86_64/PKGBUILD   |   49 ++
 extra-x86_64/plasma-desktop.install |   12 
 extra-x86_64/trash-applet.patch |   24 
 6 files changed, 122 insertions(+), 48 deletions(-)

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 240950, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-16 15:26:31 UTC (rev 240951)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.1
+pkgrel=3
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent'
+ 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'trash-applet.patch')
+md5sums=('df4a3fabb26c7aa4f87405185835c20c'
+ '1e13230b7b5858e6c2c9b327095917e7')
+
+prepare() {
+  mkdir build
+
+# Fix trash applet loading with plasma-framework 5.11 
https://bugs.kde.org/show_bug.cgi?id=349207
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/trash-applet.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 
240950, plasma-desktop/trunk/plasma-desktop.install)
===
--- extra-i686/plasma-desktop.install   (rev 0)
+++ extra-i686/plasma-desktop.install   2015-06-16 15:26:31 UTC (rev 240951)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-i686/trash-applet.patch
===
--- extra-i686/trash-applet.patch   2015-06-16 15:25:17 UTC (rev 240950)
+++ extra-i686/trash-applet.patch   2015-06-16 15:26:31 UTC (rev 240951)
@@ -1,24 +0,0 @@
-From: Bhushan Shah bhus...@gmail.com
-Date: Tue, 16 Jun 2015 12:05:00 +
-Subject: Remove X-KDE-Library from the trash library
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=f0d4cce819b3ce683a11b49a93ba81bafef7a4dd

-Remove X-KDE-Library from the trash library
-
-trash applet is not using the c++ applet part, so remove it
-
-BUG: 349207

-
-
 a/applets/trash/package/metadata.desktop
-+++ b/applets/trash/package/metadata.desktop
-@@ -82,7 +82,6 @@
- X-Plasma-API=declarativeappletscript
- X-Plasma-MainScript=ui/main.qml
- 
--X-KDE-Library=plasma_applet_trash
- X-KDE-PluginInfo-Author=Heena
- X-KDE-PluginInfo-Email=heena...@gmail.com
- X-KDE-PluginInfo-Name=org.kde.plasma.trash
-

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 240950, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-16 15:26:31 UTC (rev 240951)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino 

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

2015-06-16 Thread Sergej Pupykin
Date: Tuesday, June 16, 2015 @ 17:36:28
  Author: spupykin
Revision: 135487

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-16 15:35:19 UTC (rev 135486)
+++ community-i686/PKGBUILD 2015-06-16 15:36:28 UTC (rev 135487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=mediastreamer
-pkgver=2.11.2
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('8b654c3e8938d50df9e83d2e353888a6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 135486, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-16 15:36:28 UTC (rev 135487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.2
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('8b654c3e8938d50df9e83d2e353888a6'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-16 15:35:19 UTC (rev 135486)
+++ community-x86_64/PKGBUILD   2015-06-16 15:36:28 UTC (rev 135487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=mediastreamer
-pkgver=2.11.2
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('8b654c3e8938d50df9e83d2e353888a6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 135486, 
mediastreamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-16 15:36:28 UTC (rev 135487)
@@ -0,0 +1,33 @@
+# $Id$
+# 

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

2015-06-16 Thread Evangelos Foutras
Date: Tuesday, June 16, 2015 @ 17:49:27
  Author: foutrelis
Revision: 240952

upgpkg: chromium 43.0.2357.125-2

Disable 'Ok Google' hotwording feature.

Added:
  chromium/trunk/add-build-flag-to-disable-hotwording.patch
Modified:
  chromium/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++
 add-build-flag-to-disable-hotwording.patch |  120 +++
 2 files changed, 131 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 15:26:31 UTC (rev 240951)
+++ PKGBUILD2015-06-16 15:49:27 UTC (rev 240952)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=43.0.2357.125
-pkgrel=1
+pkgrel=2
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -27,10 +27,12 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
+add-build-flag-to-disable-hotwording.patch
 chromium-widevine.patch)
 sha256sums=('af1774d093f90f9ccfd7def3b2b3a8caa109274ac28d4bec0285e50f8a5a5405'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
+'3a1c589aa90c0597776d945d34638d43e2d40d93bc1962148815831a5122ac4e'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -53,6 +55,12 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Add build flag to disable 'Ok Google' hotwording feature
+  # The issue with this functionality is that it downloads a binary blob
+  # and that this behavior cannot be disabled if a user wishes to do so.
+  # https://code.google.com/p/chromium/issues/detail?id=491435
+  patch -Np1 -i ../add-build-flag-to-disable-hotwording.patch
+
   # Enable support for the Widevine CDM plugin
   # The actual libraries are not included, but can be copied over from Chrome:
   #   libwidevinecdmadapter.so
@@ -62,7 +70,7 @@
 patch -Np1
 
   # Remove bundled ICU; its header files appear to get picked up instead of
-  # the system ones, leading to errors during the final link stage
+  # the system ones, leading to errors during the final link stage.
   # 
https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
   find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
 
@@ -132,6 +140,7 @@
 -Dusb_ids_path=/usr/share/hwdata/usb.ids
 -Duse_mojo=0
 -Duse_gconf=0
+-Denable_hotwording=0
 -Ddisable_fatal_linker_warnings=1
 -Ddisable_glibc=1)
 

Added: add-build-flag-to-disable-hotwording.patch
===
--- add-build-flag-to-disable-hotwording.patch  (rev 0)
+++ add-build-flag-to-disable-hotwording.patch  2015-06-16 15:49:27 UTC (rev 
240952)
@@ -0,0 +1,120 @@
+Index: build/common.gypi
+diff --git a/build/common.gypi b/build/common.gypi
+index 
b26d0e1aaf3baa8c0bea2aa21795051e0767bb39..bac0544541b1ffbd4c9a072e86425476f01fa3d9
 100644
+--- a/build/common.gypi
 b/build/common.gypi
+@@ -391,6 +391,9 @@
+   # Web speech is enabled by default. Set to 0 to disable.
+   'enable_web_speech%': 1,
+ 
++  # 'Ok Google' hotwording is enabled by default. Set to 0 to disable.
++  'enable_hotwording%': 1,
++
+   # Notifications are compiled in by default. Set to 0 to disable.
+   'notifications%' : 1,
+ 
+@@ -1136,6 +1139,7 @@
+ 'configuration_policy%': '(configuration_policy)',
+ 'safe_browsing%': '(safe_browsing)',
+ 'enable_web_speech%': '(enable_web_speech)',
++'enable_hotwording%': '(enable_hotwording)',
+ 'notifications%': '(notifications)',
+ 'clang_use_chrome_plugins%': '(clang_use_chrome_plugins)',
+ 'mac_want_real_dsym%': '(mac_want_real_dsym)',
+Index: chrome/browser/BUILD.gn
+diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
+index 
30127a3a2ee6836ffb108fd2859707b765d42cb8..867dc390d0b7f623423ed64bfbbe5f938fbc0659
 100644
+--- a/chrome/browser/BUILD.gn
 b/chrome/browser/BUILD.gn
+@@ -19,6 +19,11 @@ if (is_desktop_linux) {
+   import(//build/config/linux/pkg_config.gni)
+ }
+ 
++declare_args() {
++  # 'Ok Google' hotwording is enabled.
++  enable_hotwording = true
++}
++
+ about_credits_file = $target_gen_dir/about_credits.html
+ additional_modules_list_file =
+ $root_gen_dir/chrome/browser/internal/additional_modules_list.txt
+@@ -452,6 +457,10 @@ source_set(browser) {
+ }
+   }
+ 
++  if (enable_hotwording) {
++defines += [ ENABLE_HOTWORDING ]
++  }
++
+   if (is_linux) {
+ deps += [
+   

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

2015-06-16 Thread Evangelos Foutras
Date: Tuesday, June 16, 2015 @ 17:49:47
  Author: foutrelis
Revision: 240953

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 240952, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/add-build-flag-to-disable-hotwording.patch
(from rev 240952, chromium/trunk/add-build-flag-to-disable-hotwording.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 240952, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 240952, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 240952, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 240952, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-build-flag-to-disable-hotwording.patch
(from rev 240952, chromium/trunk/add-build-flag-to-disable-hotwording.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 240952, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 240952, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 240952, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

-+
 /PKGBUILD   |  424 ++
 /chromium-widevine.patch|   24 
 /chromium.desktop   |  224 +++
 /chromium.install   |   54 +
 extra-i686/PKGBUILD |  203 --
 extra-i686/add-build-flag-to-disable-hotwording.patch   |  120 +++
 extra-i686/chromium-widevine.patch  |   12 
 extra-i686/chromium.desktop |  112 ---
 extra-i686/chromium.install |   27 
 extra-x86_64/PKGBUILD   |  203 --
 extra-x86_64/add-build-flag-to-disable-hotwording.patch |  120 +++
 extra-x86_64/chromium-widevine.patch|   12 
 extra-x86_64/chromium.desktop   |  112 ---
 extra-x86_64/chromium.install   |   27 
 14 files changed, 966 insertions(+), 708 deletions(-)

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


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

2015-06-16 Thread Kyle Keen
Date: Tuesday, June 16, 2015 @ 18:29:45
  Author: kkeen
Revision: 135488

mediastreamer-2.11.2-3: prevent FS#45344

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 15:36:28 UTC (rev 135487)
+++ PKGBUILD2015-06-16 16:29:45 UTC (rev 135488)
@@ -7,12 +7,12 @@
 
 pkgname=mediastreamer
 pkgver=2.11.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;
 license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})


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

2015-06-16 Thread Sergej Pupykin
Date: Tuesday, June 16, 2015 @ 17:35:19
  Author: spupykin
Revision: 135486

upgpkg: mediastreamer 2.11.2-2

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 14:40:24 UTC (rev 135485)
+++ PKGBUILD2015-06-16 15:35:19 UTC (rev 135486)
@@ -7,7 +7,7 @@
 
 pkgname=mediastreamer
 pkgver=2.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;


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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 17:22:39
  Author: arojas
Revision: 240945

Fix trash applet with plasma-frakework 5.11 (KDEBUG#349207)

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 10:57:55 UTC (rev 240944)
+++ PKGBUILD2015-06-16 15:22:39 UTC (rev 240945)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -19,11 +19,16 @@
 replaces=('kcm-touchpad-frameworks')
 install=${pkgname}.install
 groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('df4a3fabb26c7aa4f87405185835c20c')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'trash-applet.patch')
+md5sums=('df4a3fabb26c7aa4f87405185835c20c'
+ '1e13230b7b5858e6c2c9b327095917e7')
 
 prepare() {
   mkdir build
+
+# Fix trash applet loading with plasma-framework 5.11 
https://bugs.kde.org/show_bug.cgi?id=349207
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/trash-applet.patch
 }
 
 build() {


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

2015-06-16 Thread Sergej Pupykin
Date: Tuesday, June 16, 2015 @ 16:40:24
  Author: spupykin
Revision: 135485

archrelease: copy trunk to community-any

Added:
  umlet/repos/community-any/PKGBUILD
(from rev 135484, umlet/trunk/PKGBUILD)
  umlet/repos/community-any/UMLet.sh.diff
(from rev 135484, umlet/trunk/UMLet.sh.diff)
  umlet/repos/community-any/slowrendering.patch
(from rev 135484, umlet/trunk/slowrendering.patch)
  umlet/repos/community-any/umlet.desktop
(from rev 135484, umlet/trunk/umlet.desktop)
Deleted:
  umlet/repos/community-any/PKGBUILD
  umlet/repos/community-any/UMLet.sh.diff
  umlet/repos/community-any/slowrendering.patch
  umlet/repos/community-any/umlet.desktop

-+
 PKGBUILD|   77 +-
 UMLet.sh.diff   |   32 ++--
 slowrendering.patch |   24 +++
 umlet.desktop   |   22 +++---
 4 files changed, 78 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 14:40:13 UTC (rev 135484)
+++ PKGBUILD2015-06-16 14:40:24 UTC (rev 135485)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Gleidson Echeli gleidson dot echeli at gmail dot com
-
-pkgname=umlet
-pkgver=13.3
-pkgrel=1
-pkgdesc=Free UML Tool for Fast UML Diagrams (stand-alone version)
-arch=('any')
-url=http://www.umlet.com;
-license=('GPL')
-depends=('java-runtime')
-makedepends=('unzip' 'patch')
-source=(http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip;
-   'umlet.desktop'
-   'UMLet.sh.diff'
-   'slowrendering.patch')
-md5sums=('5bb2dbb382bdb0501ff587db80877a52'
- '4efcfeea2f54b849bc86e3f1905449be'
- 'ef9620bd90f0e3bba7133629cf5885c8'
- '0063953819236bd54ddb216e5dcda75c')
-
-prepare() {
-  cd ${srcdir}/Umlet
-  patch -Np1 -i ../UMLet.sh.diff
-  patch -Np1 -i ../slowrendering.patch
-  rm -f umlet.sh.orig
-  rm -f Umlet.exe
-}
-
-package() {
-  cd ${srcdir}/Umlet
-  mkdir -p ${pkgdir}/usr/bin
-  ln -s /usr/share/umlet/umlet.sh ${pkgdir}/usr/bin/umlet
-  install -d -m755 ${pkgdir}/usr/share
-  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
-  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
-}

Copied: umlet/repos/community-any/PKGBUILD (from rev 135484, 
umlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 14:40:24 UTC (rev 135485)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Gleidson Echeli gleidson dot echeli at gmail dot com
+
+pkgname=umlet
+pkgver=13.3
+pkgrel=2
+pkgdesc=Free UML Tool for Fast UML Diagrams (stand-alone version)
+arch=('any')
+url=http://www.umlet.com;
+license=('GPL')
+depends=('java-runtime')
+makedepends=('unzip' 'patch')
+source=(http://www.umlet.com/umlet_${pkgver//./_}/umlet_${pkgver}.zip;
+   'umlet.desktop'
+   'UMLet.sh.diff'
+   'slowrendering.patch')
+md5sums=('5bb2dbb382bdb0501ff587db80877a52'
+ '4efcfeea2f54b849bc86e3f1905449be'
+ 'ef9620bd90f0e3bba7133629cf5885c8'
+ '0063953819236bd54ddb216e5dcda75c')
+
+prepare() {
+  cd ${srcdir}/Umlet
+  patch -Np1 -i ../UMLet.sh.diff
+  patch -Np1 -i ../slowrendering.patch
+  rm -f umlet.sh.orig
+  rm -f Umlet.exe
+}
+
+package() {
+  cd ${srcdir}/Umlet
+  mkdir -p ${pkgdir}/usr/bin
+  ln -s /usr/share/umlet/umlet.sh ${pkgdir}/usr/bin/umlet
+  install -d -m755 ${pkgdir}/usr/share
+  mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
+  install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
+  chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
+}

Deleted: UMLet.sh.diff
===
--- UMLet.sh.diff   2015-06-16 14:40:13 UTC (rev 135484)
+++ UMLet.sh.diff   2015-06-16 14:40:24 UTC (rev 135485)
@@ -1,16 +0,0 @@
-diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
 Umlet/umlet.sh 2011-02-18 18:27:14.0 +
-+++ Umlet.my/umlet.sh  2011-03-03 15:20:48.0 +
-@@ -2,11 +2,7 @@
- 
- # Shell script for running umlet from the command prompt in linux
- 
--# If you want to put umlet.sh in your home bin directory ($HOME/bin/) to 
start it from anywhere with
--#$ umlet.sh myDiagram.uxf
--# you must specify the programDir directly instead
--#programDir=/path/to/umlet
--programDir=$(cd $(dirname $0);pwd)
-+programDir=/usr/share/umlet
- 
- if [ $# -gt 0 ]
-  then java -jar ${programDir}/umlet.jar -filename=$1

Copied: umlet/repos/community-any/UMLet.sh.diff (from rev 135484, 
umlet/trunk/UMLet.sh.diff)
===
--- UMLet.sh.diff   (rev 0)
+++ UMLet.sh.diff   2015-06-16 14:40:24 UTC (rev 135485)
@@ -0,0 +1,16 @@
+diff -wbBur Umlet/umlet.sh Umlet.my/umlet.sh
+--- 

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

2015-06-16 Thread Sergej Pupykin
Date: Tuesday, June 16, 2015 @ 16:40:13
  Author: spupykin
Revision: 135484

upgpkg: umlet 13.3-2

upd

Modified:
  umlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 14:37:14 UTC (rev 135483)
+++ PKGBUILD2015-06-16 14:40:13 UTC (rev 135484)
@@ -4,7 +4,7 @@
 
 pkgname=umlet
 pkgver=13.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Free UML Tool for Fast UML Diagrams (stand-alone version)
 arch=('any')
 url=http://www.umlet.com;
@@ -35,4 +35,5 @@
   install -d -m755 ${pkgdir}/usr/share
   mv ${srcdir}/Umlet ${pkgdir}/usr/share/umlet
   install -D -m644 ${srcdir}/umlet.desktop 
$pkgdir/usr/share/applications/umlet.desktop
+  chmod a+x ${pkgdir}/usr/share/umlet/umlet.sh
 }


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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 17:23:41
  Author: arojas
Revision: 240946

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

Added:
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 240945, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 240945, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 240945, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 240945, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 /PKGBUILD   |   98 ++
 /plasma-desktop.install |   24 
 extra-i686/PKGBUILD |   44 ---
 extra-i686/plasma-desktop.install   |   12 
 extra-x86_64/PKGBUILD   |   44 ---
 extra-x86_64/plasma-desktop.install |   12 
 6 files changed, 122 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-16 15:22:39 UTC (rev 240945)
+++ extra-i686/PKGBUILD 2015-06-16 15:23:41 UTC (rev 240946)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.1
-pkgrel=2
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 'polkit-kde-agent'
- 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
-replaces=('kcm-touchpad-frameworks')
-install=${pkgname}.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('df4a3fabb26c7aa4f87405185835c20c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 240945, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-16 15:23:41 UTC (rev 240946)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.1
+pkgrel=3
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent'
+ 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'trash-applet.patch')
+md5sums=('df4a3fabb26c7aa4f87405185835c20c'
+ '1e13230b7b5858e6c2c9b327095917e7')
+
+prepare() {
+  mkdir build
+
+# Fix trash applet loading with plasma-framework 5.11 
https://bugs.kde.org/show_bug.cgi?id=349207
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/trash-applet.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2015-06-16 15:22:39 UTC (rev 240945)
+++ extra-i686/plasma-desktop.install   2015-06-16 15:23:41 UTC (rev 240946)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-

[arch-commits] Commit in plasma-desktop/trunk (trash-applet.patch)

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 17:24:04
  Author: arojas
Revision: 240947

Add patch

Added:
  plasma-desktop/trunk/trash-applet.patch

+
 trash-applet.patch |   24 
 1 file changed, 24 insertions(+)

Added: trash-applet.patch
===
--- trash-applet.patch  (rev 0)
+++ trash-applet.patch  2015-06-16 15:24:04 UTC (rev 240947)
@@ -0,0 +1,24 @@
+From: Bhushan Shah bhus...@gmail.com
+Date: Tue, 16 Jun 2015 12:05:00 +
+Subject: Remove X-KDE-Library from the trash library
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=f0d4cce819b3ce683a11b49a93ba81bafef7a4dd
+---
+Remove X-KDE-Library from the trash library
+
+trash applet is not using the c++ applet part, so remove it
+
+BUG: 349207
+---
+
+
+--- a/applets/trash/package/metadata.desktop
 b/applets/trash/package/metadata.desktop
+@@ -82,7 +82,6 @@
+ X-Plasma-API=declarativeappletscript
+ X-Plasma-MainScript=ui/main.qml
+ 
+-X-KDE-Library=plasma_applet_trash
+ X-KDE-PluginInfo-Author=Heena
+ X-KDE-PluginInfo-Email=heena...@gmail.com
+ X-KDE-PluginInfo-Name=org.kde.plasma.trash
+


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

2015-06-16 Thread Laurent Carlier
Date: Tuesday, June 16, 2015 @ 17:24:38
  Author: lcarlier
Revision: 240948

upgpkg: xf86-video-intel 2.99.917.20150616-1

update to latest git snapshot (20150616)

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 15:24:04 UTC (rev 240947)
+++ PKGBUILD2015-06-16 15:24:38 UTC (rev 240948)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.99.917
-pkgrel=6
+pkgver=2.99.917.20150616
+pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -23,30 +23,24 @@
 conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-git-fixes.patch)
-sha256sums=('00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9'
-'d75fe9df074f1dfaa00a804854a2f8c10af9819b1dcf32ee47e330925e041923')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+#git-fixes.patch)
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-20150616.tar.bz2;)
+sha256sums=('98e65dcc14c74d627232a51e18c5a63dda5fbff6746da1835e9f9a5be6064b7d')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix FS#43840, FS#43906, FS#45310
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-2.99.917
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-2.99.917
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-2.99.917
 
   make DESTDIR=${pkgdir} install
 


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

2015-06-16 Thread Laurent Carlier
Date: Tuesday, June 16, 2015 @ 17:24:48
  Author: lcarlier
Revision: 240949

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 240948, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/git-fixes.patch
(from rev 240948, xf86-video-intel/trunk/git-fixes.patch)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 240948, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 240948, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/git-fixes.patch
(from rev 240948, xf86-video-intel/trunk/git-fixes.patch)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 240948, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/git-fixes.patch
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/git-fixes.patch
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |   98 +
 /git-fixes.patch|  564 ++
 /xf86-video-intel.install   |   40 ++
 testing-i686/PKGBUILD   |   55 --
 testing-i686/git-fixes.patch|  282 ---
 testing-i686/xf86-video-intel.install   |   20 -
 testing-x86_64/PKGBUILD |   55 --
 testing-x86_64/git-fixes.patch  |  282 ---
 testing-x86_64/xf86-video-intel.install |   20 -
 9 files changed, 702 insertions(+), 714 deletions(-)

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


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

2015-06-16 Thread Sergej Pupykin
Date: Tuesday, June 16, 2015 @ 16:37:14
  Author: spupykin
Revision: 135483

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 13:49:06 UTC (rev 135482)
+++ PKGBUILD2015-06-16 14:37:14 UTC (rev 135483)
@@ -7,11 +7,11 @@
 pkgver=2.0
 pkgrel=1
 pkgdesc='A terminal multiplexer'
-url='http://tmux.sourceforge.net/'
+url='http://tmux.github.io/'
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('ncurses' 'libevent' 'libutempter')
-source=(http://downloads.sourceforge.net/tmux/tmux-${pkgver/_/}.tar.gz
+source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
LICENSE)
 md5sums=('9fb6b443392c3978da5d599f1e814eaa'
  '71601bc37fa44e4395580b321963018e')


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

2015-06-16 Thread Laurent Carlier
Date: Tuesday, June 16, 2015 @ 19:41:18
  Author: lcarlier
Revision: 240955

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

Added:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 240954, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 240954, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 240954, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 240954, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 240954, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-i686/xorg-server.install
(from rev 240954, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 240954, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 240954, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 240954, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 240954, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 240954, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 240954, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 240954, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-x86_64/xorg-server.install
(from rev 240954, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 240954, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 240954, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  
xorg-server/repos/extra-i686/0001-int10-Fix-error-check-for-pci_device_map_legacy.patch
  
xorg-server/repos/extra-i686/0001-mi-Partial-pie-slice-filled-arcs-may-need-more-space.patch
  
xorg-server/repos/extra-i686/0001-modesetting-Fix-software-cursor-fallback.patch
  
xorg-server/repos/extra-i686/0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/fix-CVE-2015-3164.patch
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
  
xorg-server/repos/extra-i686/os-access-fix-regression-in-server-interpreted-auth.patch
  
xorg-server/repos/extra-i686/systemd-logind-dont-second-guess-D-Bus-default-tim.patch
  
xorg-server/repos/extra-i686/systemd-logind-filter-out-non-signal-messages-from.patch
  
xorg-server/repos/extra-i686/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  
xorg-server/repos/extra-x86_64/0001-int10-Fix-error-check-for-pci_device_map_legacy.patch
  
xorg-server/repos/extra-x86_64/0001-mi-Partial-pie-slice-filled-arcs-may-need-more-space.patch
  
xorg-server/repos/extra-x86_64/0001-modesetting-Fix-software-cursor-fallback.patch
  
xorg-server/repos/extra-x86_64/0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/fix-CVE-2015-3164.patch
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
  
xorg-server/repos/extra-x86_64/os-access-fix-regression-in-server-interpreted-auth.patch
  
xorg-server/repos/extra-x86_64/systemd-logind-dont-second-guess-D-Bus-default-tim.patch
  
xorg-server/repos/extra-x86_64/systemd-logind-filter-out-non-signal-messages-from.patch
  
xorg-server/repos/extra-x86_64/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

--+
 /0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch  | 
 420 +++
 /0002-dix-hook-up-the-unaccelerated-valuator-masks.patch | 
 268 
 /PKGBUILD   

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

2015-06-16 Thread Andreas Radke
Date: Tuesday, June 16, 2015 @ 19:58:35
  Author: andyrtr
Revision: 240956

upgpkg: bluez 5.31-1

upstream update 5.31

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 17:41:18 UTC (rev 240955)
+++ PKGBUILD2015-06-16 17:58:35 UTC (rev 240956)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.30
+pkgver=5.31
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c'
+sha256sums=('c4b661cc5866d9a9a9d608d700392afa278c3b6fe8426238bf6979be7c63818f'
 'SKIP'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')


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

2015-06-16 Thread Laurent Carlier
Date: Tuesday, June 16, 2015 @ 19:41:01
  Author: lcarlier
Revision: 240954

upgpkg: xorg-server 1.17.2-1

upstream update 1.17.2

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/0001-int10-Fix-error-check-for-pci_device_map_legacy.patch
  
xorg-server/trunk/0001-mi-Partial-pie-slice-filled-arcs-may-need-more-space.patch
  xorg-server/trunk/0001-modesetting-Fix-software-cursor-fallback.patch
  xorg-server/trunk/0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch
  xorg-server/trunk/fix-CVE-2015-3164.patch
  xorg-server/trunk/os-access-fix-regression-in-server-interpreted-auth.patch
  xorg-server/trunk/systemd-logind-dont-second-guess-D-Bus-default-tim.patch
  xorg-server/trunk/systemd-logind-filter-out-non-signal-messages-from.patch
  xorg-server/trunk/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch

-+
 0001-int10-Fix-error-check-for-pci_device_map_legacy.patch  |   47 -
 0001-mi-Partial-pie-slice-filled-arcs-may-need-more-space.patch |   42 
 0001-modesetting-Fix-software-cursor-fallback.patch |   42 
 0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch|   51 -
 PKGBUILD|   50 -
 fix-CVE-2015-3164.patch |  311 --
 os-access-fix-regression-in-server-interpreted-auth.patch   |   30 
 systemd-logind-dont-second-guess-D-Bus-default-tim.patch|  446 
--
 systemd-logind-filter-out-non-signal-messages-from.patch|   90 --
 v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch   |   23 
 10 files changed, 7 insertions(+), 1125 deletions(-)

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


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

2015-06-16 Thread Andreas Radke
Date: Tuesday, June 16, 2015 @ 20:01:40
  Author: andyrtr
Revision: 240959

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 240958, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 240958, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-06-16 18:01:40 UTC (rev 240959)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2015e
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('86498190a20c5c67827aa75f7e9c6aa6c19d58a88a70425ce70d5ae7cea42dc7386eb2867fa455fcfcdedc6a105ad70fbbdc7c27c7a58a51bd21d76a135983ce'
+  'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 
egg...@cs.ucla.edu
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2015-06-16 Thread Andreas Radke
Date: Tuesday, June 16, 2015 @ 20:01:34
  Author: andyrtr
Revision: 240958

upgpkg: tzdata 2015e-1

upstream update 2015e

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 17:59:09 UTC (rev 240957)
+++ PKGBUILD2015-06-16 18:01:34 UTC (rev 240958)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2015d
+pkgver=2015e
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('37b5aa3c5e0d601c8b20fac08d7267c398a836e4190ef85625d5e86a806ba1baceb2315ba81a9a6c854eae4fce40e9c8f90cf5adade3f48ad443f77c221d8983'
+sha512sums=('86498190a20c5c67827aa75f7e9c6aa6c19d58a88a70425ce70d5ae7cea42dc7386eb2867fa455fcfcdedc6a105ad70fbbdc7c27c7a58a51bd21d76a135983ce'
   'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 
egg...@cs.ucla.edu
 


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

2015-06-16 Thread Andreas Radke
Date: Tuesday, June 16, 2015 @ 19:59:09
  Author: andyrtr
Revision: 240957

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 240956, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 240956, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 240956, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 240956, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 240956, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 240956, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  300 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  150 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  150 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 424 insertions(+), 424 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-06-16 17:58:35 UTC (rev 240956)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-06-16 17:59:09 UTC (rev 240957)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 240956, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2015-06-16 Thread Jelle van der Waa
Date: Tuesday, June 16, 2015 @ 20:34:09
  Author: jelle
Revision: 135490

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 135489, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 135489, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 135489, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 135489, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 /LICENSE.txt |   40 +++
 /PKGBUILD|  142 +
 community-i686/LICENSE.txt   |   20 -
 community-i686/PKGBUILD  |   71 
 community-x86_64/LICENSE.txt |   20 -
 community-x86_64/PKGBUILD|   71 
 6 files changed, 182 insertions(+), 182 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-16 18:33:49 UTC (rev 135489)
+++ community-i686/PKGBUILD 2015-06-16 18:34:09 UTC (rev 135490)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2014.1
-pkgrel=3
-pkgdesc=A complete, object-oriented language binding of OpenCL to Python
-arch=('i686' 'x86_64')
-url=http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
-source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
-'LICENSE.txt')
-sha1sums=('d11837bf6acfb5d686d8e048a45ddac4fff2d890'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cd $srcdir
-
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd ${srcdir}/pyopencl-${pkgver}
-   

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

2015-06-16 Thread Jelle van der Waa
Date: Tuesday, June 16, 2015 @ 20:33:49
  Author: jelle
Revision: 135489

upgpkg: python-pyopencl 1:2015.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 16:29:45 UTC (rev 135488)
+++ PKGBUILD2015-06-16 18:33:49 UTC (rev 135489)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2014.1
-pkgrel=3
+pkgver=2015.1
+pkgrel=1
 pkgdesc=A complete, object-oriented language binding of OpenCL to Python
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pyopencl;
@@ -13,7 +13,7 @@
 makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
 
source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
 'LICENSE.txt')
-sha1sums=('d11837bf6acfb5d686d8e048a45ddac4fff2d890'
+sha1sums=('feb067a8dcccf2112996256915e6d11e68147eaf'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {


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

2015-06-16 Thread Christian Hesse
Date: Tuesday, June 16, 2015 @ 23:15:43
  Author: eworm
Revision: 135495

upgpkg: mysql-workbench 6.3.4-1

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 20:11:53 UTC (rev 135494)
+++ PKGBUILD2015-06-16 21:15:43 UTC (rev 135495)
@@ -6,8 +6,8 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=mysql-workbench
-pkgver=6.3.3
-pkgrel=2
+pkgver=6.3.4
+pkgrel=1
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -30,7 +30,7 @@
'0009-mysql-workbench-gnome-keyring.patch'
'0010-mysql-workbench-object.patch'
'arch_linux_profile.xml')
-sha256sums=('4511d63145b2a979310d84c9f0ca61b7460af2c87b81787b2f2404fd5095f419'
+sha256sums=('be47f30c48c04f951a1be9b6496e4d94d5b975d6c693933ba2fa6e96718179d3'
 'SKIP'
 '9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7'
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'


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

2015-06-16 Thread Christian Hesse
Date: Tuesday, June 16, 2015 @ 23:46:55
  Author: eworm
Revision: 135497

add dependency to libcaca for ASCII video output

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 21:33:18 UTC (rev 135496)
+++ PKGBUILD2015-06-16 21:46:55 UTC (rev 135497)
@@ -12,7 +12,7 @@
 url='http://mpv.io'
 depends=(
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
   'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
 )


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

2015-06-16 Thread Christian Hesse
Date: Tuesday, June 16, 2015 @ 23:33:18
  Author: eworm
Revision: 135496

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

Added:
  mysql-workbench/repos/community-testing-i686/
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 135495, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 135495, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-i686/0009-mysql-workbench-gnome-keyring.patch
(from rev 135495, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-i686/0010-mysql-workbench-object.patch
(from rev 135495, mysql-workbench/trunk/0010-mysql-workbench-object.patch)
  mysql-workbench/repos/community-testing-i686/PKGBUILD
(from rev 135495, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
(from rev 135495, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-i686/mysql-workbench.install
(from rev 135495, mysql-workbench/trunk/mysql-workbench.install)
  mysql-workbench/repos/community-testing-x86_64/
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 135495, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 135495, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch
(from rev 135495, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  
mysql-workbench/repos/community-testing-x86_64/0010-mysql-workbench-object.patch
(from rev 135495, mysql-workbench/trunk/0010-mysql-workbench-object.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 135495, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 135495, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-x86_64/mysql-workbench.install
(from rev 135495, mysql-workbench/trunk/mysql-workbench.install)

--+
 community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 ++
 community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch |   
29 +++
 community-testing-i686/0009-mysql-workbench-gnome-keyring.patch  |   
17 +
 community-testing-i686/0010-mysql-workbench-object.patch |   
24 ++
 community-testing-i686/PKGBUILD  |   
91 ++
 community-testing-i686/mysql-workbench.install   |   
14 +
 community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   
21 ++
 community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch   |   
29 +++
 community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch|   
17 +
 community-testing-x86_64/0010-mysql-workbench-object.patch   |   
24 ++
 community-testing-x86_64/PKGBUILD|   
91 ++
 community-testing-x86_64/mysql-workbench.install |   
14 +
 12 files changed, 392 insertions(+)

Copied: 
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 135495, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2015-06-16 21:33:18 UTC (rev 135496)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type=object struct-name=app.MenuItem 
id=com.mysql.wb.menu.view.fkhili
+   value type=string key=itemTypeaction/value
+ /value
+ 
++  !-- We build a package that should be updated via pacman, so disable 
this check.
+ value type=object struct-name=app.MenuItem 
id=com.mysql.wb.menu.separator.help.checkver
+   value type=string key=itemTypeseparator/value
+ /value
+@@ -2910,7 +2911,7 @@ value type=object struct-name=app.MenuItem 
id=com.mysql.wb.menu.view.fkhili
+   value type=string key=namecheckUpdate/value
+   value type=string 
key=commandplugin:wb.tools.checkForUpdates/value
+   value type=string 

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

2015-06-16 Thread Ike Devolder
Date: Tuesday, June 16, 2015 @ 22:11:53
  Author: idevolder
Revision: 135494

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 135493, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 20:11:39 UTC (rev 135493)
+++ PKGBUILD2015-06-16 20:11:53 UTC (rev 135494)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20150315
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant')
-source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-build() {
-   cd $pkgname-$pkgver
-
-   ant jar
-}
-
-check() {
-   cd $pkgname-$pkgver
-
-   ant test
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('4b33df258d55d942c59a487174f83007e38437a04ba434c0be058e426d2bf0e0')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 135493, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 20:11:53 UTC (rev 135494)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20150609
+pkgrel=1
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd $pkgname-$pkgver
+
+   ant jar
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   ant test
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('aa3ba1a0c3de716399d57f0670b55164cee890f967d8f99d3b2dc969a4b430de')


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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:55:59
  Author: bpiotrowski
Revision: 240963

upgpkg: ffmpeg 1:2.7-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD
Deleted:
  ffmpeg/trunk/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch

-+
 PKGBUILD|   17 +
 ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch |   29 
--
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 19:48:10 UTC (rev 240962)
+++ PKGBUILD2015-06-16 19:55:59 UTC (rev 240963)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.6.3
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -20,18 +20,11 @@
   'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('e2cc3c209f91393d35ab58598e41cf22'
- 'SKIP'
- 'ac9f115dced48b66e36249349a29347e')
+md5sums=('5a16425b0bde1b952f58cff71b569a45'
+ 'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
===
--- ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch 
2015-06-16 19:48:10 UTC (rev 240962)
+++ ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch 
2015-06-16 19:55:59 UTC (rev 240963)
@@ -1,29 +0,0 @@
-From 7971fa9ce0ead8d2e8a79dbe422e91dcef8222ba Mon Sep 17 00:00:00 2001
-From: Nicolas George geo...@nsup.org
-Date: Wed, 6 May 2015 11:53:19 +0200
-Subject: [PATCH] lavd/xcbgrab: fix comparison with screen size.
-
-Signed-off-by: Nicolas George geo...@nsup.org
-Signed-off-by: Michael Niedermayer michae...@gmx.at

- libavdevice/xcbgrab.c |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
-index 15512cd..166575c 100644
 a/libavdevice/xcbgrab.c
-+++ b/libavdevice/xcbgrab.c
-@@ -533,8 +533,8 @@ static int create_stream(AVFormatContext *s)
- gc  = xcb_get_geometry(c-conn, c-screen-root);
- geo = xcb_get_geometry_reply(c-conn, gc, NULL);
- 
--if (c-x + c-width = geo-width ||
--c-y + c-height = geo-height) {
-+if (c-x + c-width  geo-width ||
-+c-y + c-height  geo-height) {
- av_log(s, AV_LOG_ERROR,
-Capture area %dx%d at position %d.%d 
-outside the screen size %dx%d\n,
--- 
-1.7.10.4
-


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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:56:14
  Author: bpiotrowski
Revision: 240964

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 240963, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 240963, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  
ffmpeg/repos/extra-i686/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
  ffmpeg/repos/extra-x86_64/PKGBUILD
  
ffmpeg/repos/extra-x86_64/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch

--+
 /PKGBUILD| 
 152 ++
 extra-i686/PKGBUILD  | 
  83 -
 extra-i686/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch   | 
  29 -
 extra-x86_64/PKGBUILD| 
  83 -
 extra-x86_64/ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch | 
  29 -
 5 files changed, 152 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-16 19:55:59 UTC (rev 240963)
+++ extra-i686/PKGBUILD 2015-06-16 19:56:14 UTC (rev 240964)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.6.3
-pkgrel=3
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
-  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
-  'zlib' 'fribidi' 'libssh'
-  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch)
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('e2cc3c209f91393d35ab58598e41cf22'
- 'SKIP'
- 'ac9f115dced48b66e36249349a29347e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../ffmpeg-2.6.3-lavd-xcbgrab-fix-comparison-with-screen-size.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 240963, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-16 19:56:14 UTC (rev 240964)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.7
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
+  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
+  'zlib' 'fribidi' 'libssh'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})

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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:37:26
  Author: bpiotrowski
Revision: 135492

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 135491, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 19:37:15 UTC (rev 135491)
+++ PKGBUILD2015-06-16 19:37:26 UTC (rev 135492)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Simon Zimmermann si...@insmo.com
-
-pkgbase=pass
-pkgname=('pass' 'passmenu')
-pkgver=1.6.5
-pkgrel=1
-url='http://zx2c4.com/projects/password-store/'
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('2c4468360c678184051e76f03c2f6b04')
-license=('GPL2')
-arch=('any')
-
-package_pass() {
-  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-  optdepends=('git: for Git support')
-  provides=(pass)
-  conflicts=(pass-git)
-
-  cd ${srcdir}/password-store-$pkgver/
-
-  make DESTDIR=${pkgdir} FORCE_ALL=1 install
-}
-
-package_passmenu() {
-  pkgdesc='A dmenu interface to pass'
-  depends=('bash' 'dmenu' 'pass')
-  optdepends=('xdotool: for type support')
-
-  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
-
-  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 135491, pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 19:37:26 UTC (rev 135492)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Simon Zimmermann si...@insmo.com
+
+pkgname='pass'
+pkgver=1.6.5
+pkgrel=2
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='http://zx2c4.com/projects/password-store/'
+license=('GPL2')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git: for Git support'
+'dmenu: for passmenu')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zx2c4/password-store/archive/${pkgver}.tar.gz;)
+md5sums=('cd2a4a905f1c3ecbc3f1c3768701e2cc')
+
+package() {
+  cd ${srcdir}/password-store-$pkgver/
+  make DESTDIR=${pkgdir} FORCE_ALL=1 install
+
+  cd contrib/dmenu
+  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
+}


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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:37:15
  Author: bpiotrowski
Revision: 135491

upgpkg: pass 1.6.5-2

merge passmenu into pass

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 18:34:09 UTC (rev 135490)
+++ PKGBUILD2015-06-16 19:37:15 UTC (rev 135491)
@@ -1,34 +1,26 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Simon Zimmermann si...@insmo.com
 
-pkgbase=pass
-pkgname=('pass' 'passmenu')
+pkgname='pass'
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
 url='http://zx2c4.com/projects/password-store/'
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('2c4468360c678184051e76f03c2f6b04')
 license=('GPL2')
-arch=('any')
+depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+optdepends=('git: for Git support'
+'dmenu: for passmenu')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zx2c4/password-store/archive/${pkgver}.tar.gz;)
+md5sums=('cd2a4a905f1c3ecbc3f1c3768701e2cc')
 
-package_pass() {
-  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-  optdepends=('git: for Git support')
-  provides=(pass)
-  conflicts=(pass-git)
-
+package() {
   cd ${srcdir}/password-store-$pkgver/
-
   make DESTDIR=${pkgdir} FORCE_ALL=1 install
-}
 
-package_passmenu() {
-  pkgdesc='A dmenu interface to pass'
-  depends=('bash' 'dmenu' 'pass')
-  optdepends=('xdotool: for type support')
-
-  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
-
+  cd contrib/dmenu
   install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
 }


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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:48:10
  Author: bpiotrowski
Revision: 240962

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 240961, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 240961, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 240961, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 240961, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 240961, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 240961, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 240961, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 240961, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 240961, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 240961, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 240961, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 240961, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 240961, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 240961, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 240961, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-06-16 19:48:10 UTC (rev 240962)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 240961, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-16 19:48:10 UTC (rev 240962)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.121
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('618b94b01a719afa9ba1714f584c912658211615'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
+}
+
+build() {
+  CONFIGUREOPTS=--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 

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

2015-06-16 Thread Bartłomiej Piotrowski
Date: Tuesday, June 16, 2015 @ 21:47:44
  Author: bpiotrowski
Revision: 240961

upgpkg: lvm2 2.02.121-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD
Deleted:
  lvm2/trunk/0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch

-+
 0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch |   29 
--
 PKGBUILD|   15 +
 2 files changed, 5 insertions(+), 39 deletions(-)

Deleted: 0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch
===
--- 0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch 
2015-06-16 19:40:13 UTC (rev 240960)
+++ 0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch 
2015-06-16 19:47:44 UTC (rev 240961)
@@ -1,29 +0,0 @@
-From f8bf6410954fcf82bf28852e0dba015c6b7f19dc Mon Sep 17 00:00:00 2001
-From: Ondrej Kozina okoz...@redhat.com
-Date: Fri, 22 May 2015 14:48:28 +0200
-Subject: [PATCH] lvmetad.c: ignore lvmetad global handle on disconnect
-
-do not unset lvmetad global handle on disconnect. This is
-hotfix for issue described in:
-https://www.redhat.com/archives/linux-lvm/2015-May/msg8.html
-
-Reported-by: Christian Hesse l...@eworm.de

- lib/cache/lvmetad.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/cache/lvmetad.c b/lib/cache/lvmetad.c
-index 68162b6..73a382c 100644
 a/lib/cache/lvmetad.c
-+++ b/lib/cache/lvmetad.c
-@@ -39,7 +39,6 @@ void lvmetad_disconnect(void)
-   if (_lvmetad_connected)
-   daemon_close(_lvmetad);
-   _lvmetad_connected = 0;
--  _lvmetad_cmd = NULL;
- }
- 
- void lvmetad_init(struct cmd_context *cmd)
--- 
-2.4.2
-

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 19:40:13 UTC (rev 240960)
+++ PKGBUILD2015-06-16 19:47:44 UTC (rev 240961)
@@ -4,8 +4,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.120
-pkgrel=2
+pkgver=2.02.121
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -16,16 +16,14 @@
 lvm2_hook
 sd-lvm2_install
 11-dm-initramfs.rules
-lvm2-make-sockets-static.patch
-0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch)
-sha1sums=('34f015ee90316c1afc72f715a468028e0f89b705'
+lvm2-make-sockets-static.patch)
+sha1sums=('618b94b01a719afa9ba1714f584c912658211615'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'
   '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
   'f6a554eea9557c3c236df2943bb6e7e723945c41'
-  'b084512af42f2e16cdccd8b7ee4de27b574d1f94'
-  '4506a6d149430009ecd949c9413b5cf4b28899af')
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
 
 prepare() {
@@ -36,9 +34,6 @@
 
   # make systemd sockets static
   patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
-
-  # pvscan segfaults in initramfs
-  patch -p1 -i 
${srcdir}/0001-lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch
 }
 
 build() {


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

2015-06-16 Thread Ike Devolder
Date: Tuesday, June 16, 2015 @ 22:11:39
  Author: idevolder
Revision: 135493

closure-compiler :: 20150609

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 19:37:26 UTC (rev 135492)
+++ PKGBUILD2015-06-16 20:11:39 UTC (rev 135493)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20150315
+pkgver=20150609
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -9,9 +9,11 @@
 url=https://developers.google.com/closure/compiler/;
 license=('APACHE')
 depends=('java-runtime')
-makedepends=('apache-ant')
+makedepends=('apache-ant' 'git')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
 
+LANG='en_US.UTF-8'
+
 build() {
cd $pkgname-$pkgver
 
@@ -34,4 +36,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('4b33df258d55d942c59a487174f83007e38437a04ba434c0be058e426d2bf0e0')
+sha256sums=('aa3ba1a0c3de716399d57f0670b55164cee890f967d8f99d3b2dc969a4b430de')


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

2015-06-16 Thread Dave Reisner
Date: Wednesday, June 17, 2015 @ 00:42:45
  Author: dreisner
Revision: 240965

upgpkg: dnsmasq 2.73-1

- drop removal of user on uninstall

Modified:
  dnsmasq/trunk/PKGBUILD
  dnsmasq/trunk/dnsmasq.install

-+
 PKGBUILD|   19 +--
 dnsmasq.install |6 --
 2 files changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 19:56:14 UTC (rev 240964)
+++ PKGBUILD2015-06-16 22:42:45 UTC (rev 240965)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.72
-pkgrel=2
+pkgver=2.73
+pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
 arch=('i686' 'x86_64')
@@ -13,11 +13,15 @@
 depends=('glibc' 'libdbus' 'gmp' 'nettle')
 install=$pkgname.install
 backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
 'dnsmasq.service')
-md5sums=('0256e0a71e27c8d8a5c89a0d18f3cfe2'
+md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
+ 'SKIP'
  'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
 
+build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
+
 build() {
   cd $pkgname-$pkgver
 
@@ -24,13 +28,16 @@
   make \
 CFLAGS=$CPPFLAGS $CFLAGS \
 LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+COPTS=$build_copts
 }
 
 package() {
   cd $pkgname-$pkgver
 
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS=$build_copts \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
 
   install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
   install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf

Modified: dnsmasq.install
===
--- dnsmasq.install 2015-06-16 19:56:14 UTC (rev 240964)
+++ dnsmasq.install 2015-06-16 22:42:45 UTC (rev 240965)
@@ -13,9 +13,3 @@
 post_upgrade() {
   add_dnsmasq_user
 }
-
-post_remove() {
-  if getent passwd dnsmasq /dev/null; then
-userdel dnsmasq
-  fi
-}


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

2015-06-16 Thread Dave Reisner
Date: Wednesday, June 17, 2015 @ 00:43:17
  Author: dreisner
Revision: 240966

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 240965, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 240965, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 240965, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 240965, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 240965, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 240965, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  102 +
 /dnsmasq.install |   30 
 /dnsmasq.service |   28 +++
 extra-i686/PKGBUILD  |   44 -
 extra-i686/dnsmasq.install   |   21 
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   44 -
 extra-x86_64/dnsmasq.install |   21 
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 160 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-16 22:42:45 UTC (rev 240965)
+++ extra-i686/PKGBUILD 2015-06-16 22:43:17 UTC (rev 240966)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.72
-pkgrel=2
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
-'dnsmasq.service')
-md5sums=('0256e0a71e27c8d8a5c89a0d18f3cfe2'
- 'b87f68013c3e8b4bb37117de968d4603')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/usr/lib/systemd/system/dnsmasq.service
-
-  # DNSSEC setup
-  sed -i 's,%%PREFIX%%,/usr,' $pkgdir/etc/dnsmasq.conf
-  install -Dm644 trust-anchors.conf 
$pkgdir/usr/share/dnsmasq/trust-anchors.conf
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 240965, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-16 22:43:17 UTC (rev 240966)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.73
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=$build_copts
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS=$build_copts \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
+  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/usr/lib/systemd/system/dnsmasq.service
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' $pkgdir/etc/dnsmasq.conf
+  install -Dm644 trust-anchors.conf 
$pkgdir/usr/share/dnsmasq/trust-anchors.conf
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-i686/dnsmasq.install
===
--- 

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

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:29:25
  Author: fyan
Revision: 135501

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

Added:
  mythtv/repos/community-i686/PKGBUILD
(from rev 135500, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 135500, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 135500, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 135500, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 135500, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 135500, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

--+
 /PKGBUILD|  150 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   75 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   75 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-17 03:28:43 UTC (rev 135500)
+++ community-i686/PKGBUILD 2015-06-17 03:29:25 UTC (rev 135501)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: kleptophob...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=mythtv
-pkgver=0.27.4
-pkgrel=4
-epoch=1
-pkgdesc=A Homebrew PVR project
-arch=('i686' 'x86_64')
-url=http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber'
- 'libx264' 'libvdpau')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('1f734ffc776e4938aa913e49ce94279f2c2d520c62af278f1d04fe399723365b'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i $srcdir/libcec-2-support.2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-
-  ARCH=${CARCH/_/-}
-  ./configure --prefix=/usr \
-  --cpu=$ARCH \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2 \
-  --perl-config-opts=INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 $srcdir/mythbackend.service 
$pkgdir/usr/lib/systemd/system/mythbackend.service
-  install -D -m644 'database/mc.sql' $pkgdir/usr/share/mythtv/mc.sql
-
-  mkdir -p $pkgdir/usr/share/mythtv
-  cp -R 'contrib' $pkgdir/usr/share/mythtv
-  mkdir -p $pkgdir/var/log/mythtv
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 135500, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:28:43
  Author: fyan
Revision: 135500

upgpkg: mythtv 1:0.27.5-1

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-17 03:02:09 UTC (rev 135499)
+++ PKGBUILD2015-06-17 03:28:43 UTC (rev 135500)
@@ -6,8 +6,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=mythtv
-pkgver=0.27.4
-pkgrel=4
+pkgver=0.27.5
+pkgrel=1
 epoch=1
 pkgdesc=A Homebrew PVR project
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
 'mythbackend.service'
 
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('1f734ffc776e4938aa913e49ce94279f2c2d520c62af278f1d04fe399723365b'
+sha256sums=('a3c6141cd0729890622268cc8b2bdd799e9c7ac9135360766d515e00672a356a'
 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
 '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 


[arch-commits] Commit in perl-mime-types/trunk (PKGBUILD)

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 04:58:34
  Author: fyan
Revision: 240967

upgpkg: perl-mime-types 2.11-1

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 22:43:17 UTC (rev 240966)
+++ PKGBUILD2015-06-17 02:58:34 UTC (rev 240967)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-mime-types
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc=Perl/CPAN Module MIME::Types : Information and processing MIME types
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
-md5sums=('640d6a1f83a6513946fb9a856e40bc1e')
+md5sums=('f9b354b7d16c4b6a4d40744fcc208484')
 
 build() {
   cd MIME-Types-${pkgver}


[arch-commits] Commit in perl-mime-types/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 04:58:54
  Author: fyan
Revision: 240968

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
(from rev 240967, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-17 02:58:34 UTC (rev 240967)
+++ PKGBUILD2015-06-17 02:58:54 UTC (rev 240968)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan de Groot
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-mime-types
-pkgver=2.10
-pkgrel=1
-pkgdesc=Perl/CPAN Module MIME::Types : Information and processing MIME types
-arch=('any')
-url=http://search.cpan.org/dist/MIME-Types/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
-md5sums=('640d6a1f83a6513946fb9a856e40bc1e')
-
-build() {
-  cd MIME-Types-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd MIME-Types-${pkgver}
-  make test
-}
-
-package() {
-  cd MIME-Types-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-mime-types/repos/extra-any/PKGBUILD (from rev 240967, 
perl-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-17 02:58:54 UTC (rev 240968)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-mime-types
+pkgver=2.11
+pkgrel=1
+pkgdesc=Perl/CPAN Module MIME::Types : Information and processing MIME types
+arch=('any')
+url=http://search.cpan.org/dist/MIME-Types/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
+md5sums=('f9b354b7d16c4b6a4d40744fcc208484')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:02:09
  Author: fyan
Revision: 135499

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 135498, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 135498, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  155 ++---
 2 files changed, 84 insertions(+), 85 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-17 03:01:48 UTC (rev 135498)
+++ PKGBUILD2015-06-17 03:02:09 UTC (rev 135499)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2014.1
-pkgrel=6
-pkgdesc=Python wrapper for Nvidia CUDA
-arch=('x86_64')
-url=http://mathema.tician.de/software/pycuda;
-license=('MIT' 'Apache')
-source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-
-build() {
-   cd ${srcdir}
-  
-   _arch=''
-   [ $CARCH = x86_64 ]  _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd ${srcdir}/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd ${srcdir}/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
- 

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

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:01:48
  Author: fyan
Revision: 135498

upgpkg: python-pycuda 2015.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 21:46:55 UTC (rev 135497)
+++ PKGBUILD2015-06-17 03:01:48 UTC (rev 135498)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2014.1
-pkgrel=6
+pkgver=2015.1
+pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;
@@ -13,12 +13,14 @@
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('b5a8712abb669d3ec243ae62fa683fc8cb99cab7375322c2fd6ad4f967b8a12f768b90398cc28e69874bf40e8aa1e3765c684986a96aab5279a8f1c7a44d51db'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {
cd ${srcdir}
   
_arch=''
-   [ $CARCH = x86_64 ]  _arch='64'
+   [[ $CARCH = x86_64 ]]  _arch='64'
 
cp -a pycuda-${pkgver}{,-python2}
   
@@ -39,7 +41,7 @@
   --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
   --cudart-lib-dir=/opt/cuda/lib${_arch} \
   --no-use-shipped-boost \
- --boost-python-libname=boost_python
+  --boost-python-libname=boost_python
make
 }
 
@@ -73,6 +75,3 @@
 
install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-sha512sums=('57e333941c472feea6974e583f9d27f7f5083011bd8a7cc0bc31d27032885a130f1f57a16b0730696c607b9dca32ad84b96c984cd82351800ec854acdfa8fe9f'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')


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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 09:25:37
  Author: bluewind
Revision: 135464

upgpkg: inxi 2.2.25-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 02:57:58 UTC (rev 135463)
+++ PKGBUILD2015-06-16 07:25:37 UTC (rev 135464)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.2.22
+pkgver=2.2.25
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('82aaa1e38831cee75a88175a7699a8e8')
+md5sums=('0498c9404a541e39ab69dcca25ba5d05')
 
 package() {
   cd $srcdir


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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 09:25:41
  Author: bluewind
Revision: 135465

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 07:25:37 UTC (rev 135464)
+++ PKGBUILD2015-06-16 07:25:41 UTC (rev 135465)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.2.22
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('82aaa1e38831cee75a88175a7699a8e8')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 135464, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 07:25:41 UTC (rev 135465)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.2.25
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0498c9404a541e39ab69dcca25ba5d05')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2015-06-16 07:25:37 UTC (rev 135464)
+++ upgpkg  2015-06-16 07:25:41 UTC (rev 135465)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 135464, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2015-06-16 07:25:41 UTC (rev 135465)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 09:34:30
  Author: bluewind
Revision: 135467

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 135466, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 135466, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   73 +++
 license.txt |  574 +-
 2 files changed, 325 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 07:34:26 UTC (rev 135466)
+++ PKGBUILD2015-06-16 07:34:30 UTC (rev 135467)
@@ -1,35 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=2.04
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:BSD')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;)
-md5sums=('8d602e0d953bcb5993eff5af42d8a71f')
-
-build() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 135466, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 07:34:30 UTC (rev 135467)
@@ -0,0 +1,38 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=2.05
+pkgrel=1
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:BSD')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
+
https://github.com/rkitover/vimpager/releases/download/$pkgver/man.tar.gz;)
+md5sums=('c2c81346eb4aeacbd8ad0d969f49325c'
+ '55f48bbd73d8f2b956043186b83a6024')
+
+prepare() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+   cp $srcdir/{vimpager.1,vimcat.1} .
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2015-06-16 07:34:26 UTC (rev 135466)
+++ license.txt 2015-06-16 07:34:30 UTC (rev 135467)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included 

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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 09:34:26
  Author: bluewind
Revision: 135466

upgpkg: vimpager 2.05-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 07:25:41 UTC (rev 135465)
+++ PKGBUILD2015-06-16 07:34:26 UTC (rev 135466)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vimpager
-pkgver=2.04
+pkgver=2.05
 pkgrel=1
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
@@ -12,10 +12,12 @@
 depends=('vim')
 noextract=(vimpager-$pkgver.tar.gz)
 backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;)
-md5sums=('8d602e0d953bcb5993eff5af42d8a71f')
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
+
https://github.com/rkitover/vimpager/releases/download/$pkgver/man.tar.gz;)
+md5sums=('c2c81346eb4aeacbd8ad0d969f49325c'
+ '55f48bbd73d8f2b956043186b83a6024')
 
-build() {
+prepare() {
cd ${srcdir}
 
mkdir -p $srcdir/vimpager-$pkgver
@@ -24,6 +26,7 @@
cd $srcdir/vimpager-$pkgver
 
sed -i s/\r$// vimpager
+   cp $srcdir/{vimpager.1,vimcat.1} .
 }
 
 package() {


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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 10:01:39
  Author: bluewind
Revision: 135468

upgpkg: lib32-libjpeg-turbo 1.4.1-1

upstream update

Modified:
  lib32-libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 07:34:30 UTC (rev 135467)
+++ PKGBUILD2015-06-16 08:01:39 UTC (rev 135468)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libjpeg-turbo
 pkgname=lib32-$_pkgbasename
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('lib32-libjpeg' 'lib32-turbojpeg')
 options=('!libtool')
 
source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('a9ed7a99a6090e0848836c5df8e836f300a098b9')
+sha1sums=('363a149f644211462c45138a19674f38100036d3')
 
 build() {
   cd $_pkgbasename-$pkgver


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

2015-06-16 Thread Florian Pritz
Date: Tuesday, June 16, 2015 @ 10:01:43
  Author: bluewind
Revision: 135469

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
(from rev 135468, lib32-libjpeg-turbo/trunk/PKGBUILD)
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
(from rev 135468, lib32-libjpeg-turbo/trunk/jstdhuff.patch)
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch
(from rev 135468, lib32-libjpeg-turbo/trunk/overrun.patch)
Deleted:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch

+
 PKGBUILD   |  102 -
 jstdhuff.patch |  602 +++
 overrun.patch  |   42 +--
 3 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 08:01:39 UTC (rev 135468)
+++ PKGBUILD2015-06-16 08:01:43 UTC (rev 135469)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-_pkgbasename=libjpeg-turbo
-pkgname=lib32-$_pkgbasename
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
-arch=('x86_64')
-url=http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('nasm' gcc-multilib)
-provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
-conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
-replaces=('lib32-libjpeg' 'lib32-turbojpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('a9ed7a99a6090e0848836c5df8e836f300a098b9')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # it doesn't seem necessary
-  # sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
-
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make test
-  }
-
-package() {
-  cd $_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir/ docdir=/usr/share/doc/libjpeg-turbo \
-exampledir=/usr/share/doc/libjpeg-turbo install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD (from rev 135468, 
lib32-libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-16 08:01:43 UTC (rev 135469)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+_pkgbasename=libjpeg-turbo
+pkgname=lib32-$_pkgbasename
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)
+arch=('x86_64')
+url=http://libjpeg-turbo.virtualgl.org/;
+license=('GPL' 'custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('nasm' gcc-multilib)
+provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
+conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
+replaces=('lib32-libjpeg' 'lib32-turbojpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
+sha1sums=('363a149f644211462c45138a19674f38100036d3')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # it doesn't seem necessary
+  # sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make test
+  }
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir/ docdir=/usr/share/doc/libjpeg-turbo \
+exampledir=/usr/share/doc/libjpeg-turbo install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: jstdhuff.patch
===
--- jstdhuff.patch  2015-06-16 08:01:39 UTC (rev 135468)
+++ jstdhuff.patch  2015-06-16 08:01:43 UTC (rev 135469)
@@ -1,301 +0,0 @@
-Index: jcparam.c
-===
 jcparam.c  (revision 1103)
-+++ jcparam.c  (revision 1104)
-@@ -16,6 +16,7 @@
- #define JPEG_INTERNALS
- #include jinclude.h
- #include jpeglib.h
-+#include jstdhuff.c
- 
- 
- /*
-@@ -166,116 +167,6 @@
- 
- 
- /*
-- * 

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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 12:56:52
  Author: arojas
Revision: 240943

Update to 3.15

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 02:22:24 UTC (rev 240942)
+++ PKGBUILD2015-06-16 10:56:52 UTC (rev 240943)
@@ -5,7 +5,7 @@
 # Contributor: Giacomo Rizzo a...@free-os.it
 
 pkgname=gpsd
-pkgver=3.14
+pkgver=3.15
 pkgrel=1
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('php: generate a PHP status page for your GPS'
 'php-gd: image support for the PHP status page'
 'pygtk: GUI frontends')
-makedepends=('scons' 'docbook-xsl' 'chrpath' 'hardening-wrapper')
+makedepends=('scons' 'docbook-xsl' 'hardening-wrapper')
 backup=('etc/gpsd.conf')
 install=${pkgname}.install
 
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
@@ -36,7 +36,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   scons prefix=/usr \
 systemd=yes \
@@ -48,12 +48,12 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   # Fix man pages path (FS#21715)
   sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
 
-  export DESTDIR=${pkgdir}
+  export DESTDIR=$pkgdir
   scons install
 
   install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
@@ -63,14 +63,6 @@
   sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
   install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
 
-  # GPSD needs RPATH
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.22.0.0
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.22.0.0
-  chrpath -r /usr/lib/ \
-
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps,cgps,gpsmon} \
-${pkgdir}/usr/bin/{gpsd,gpsdctl,gps2udp,ntpshmmon}
-  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
-
   install -D -m644 packaging/X11/xgps.desktop \
 ${pkgdir}/usr/share/applications/xgps.desktop
   install -D -m644 packaging/X11/xgpsspeed.desktop \
@@ -85,6 +77,6 @@
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-md5sums=('bc7467009b99e07ba461377b5da6c039'
+md5sums=('afd79b87337fadf38ee2a7c4314dac79'
  'SKIP'
  '3e963df3f9f7ef3572ecc648ae829315')


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

2015-06-16 Thread Antonio Rojas
Date: Tuesday, June 16, 2015 @ 12:57:55
  Author: arojas
Revision: 240944

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

Added:
  gpsd/repos/testing-i686/
  gpsd/repos/testing-i686/PKGBUILD
(from rev 240943, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-i686/gpsd.conf
(from rev 240943, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-i686/gpsd.install
(from rev 240943, gpsd/trunk/gpsd.install)
  gpsd/repos/testing-x86_64/
  gpsd/repos/testing-x86_64/PKGBUILD
(from rev 240943, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-x86_64/gpsd.conf
(from rev 240943, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-x86_64/gpsd.install
(from rev 240943, gpsd/trunk/gpsd.install)

-+
 testing-i686/PKGBUILD   |   82 ++
 testing-i686/gpsd.conf  |5 ++
 testing-i686/gpsd.install   |   11 +
 testing-x86_64/PKGBUILD |   82 ++
 testing-x86_64/gpsd.conf|5 ++
 testing-x86_64/gpsd.install |   11 +
 6 files changed, 196 insertions(+)

Copied: gpsd/repos/testing-i686/PKGBUILD (from rev 240943, gpsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-16 10:57:55 UTC (rev 240944)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.15
+pkgrel=1
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez-libs' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'hardening-wrapper')
+backup=('etc/gpsd.conf')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd.conf')
+validpgpkeys=('3CE764D4FAFF5FA810B203BFADF516D38421F11C') # Eric S. Raymond
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  sed -i 's/sbin/bin/g' systemd/*.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+gpsd_group=uucp \
+PYTHONPATH=/usr/bin/python2 \
+sbindir=/usr/bin
+  scons build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=$pkgdir
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m644 systemd/gpsd.service 
${pkgdir}/usr/lib/systemd/system/gpsd.service
+  install -D -m644 systemd/gpsd.socket 
${pkgdir}/usr/lib/systemd/system/gpsd.socket
+  install -D -m644 systemd/gpsdctl@.service 
${pkgdir}/usr/lib/systemd/system/gpsdctl@.service
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('afd79b87337fadf38ee2a7c4314dac79'
+ 'SKIP'
+ '3e963df3f9f7ef3572ecc648ae829315')

Copied: gpsd/repos/testing-i686/gpsd.conf (from rev 240943, 
gpsd/trunk/gpsd.conf)
===
--- testing-i686/gpsd.conf  (rev 0)
+++ testing-i686/gpsd.conf  2015-06-16 10:57:55 UTC (rev 240944)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON=true
+GPSD_OPTIONS=
+DEVICES=
+USBAUTO=true

Copied: gpsd/repos/testing-i686/gpsd.install (from rev 240943, 
gpsd/trunk/gpsd.install)
===
--- testing-i686/gpsd.install   (rev 0)
+++ testing-i686/gpsd.install   2015-06-16 10:57:55 UTC (rev 240944)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Copied: 

[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2015-06-16 Thread Massimiliano Torromeo
Date: Tuesday, June 16, 2015 @ 12:32:45
  Author: mtorromeo
Revision: 135471

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 135470, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 135470, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 135470, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 135470, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 135470, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 135470, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 135470, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  287 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 202 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-16 10:32:29 UTC (rev 135470)
+++ PKGBUILD2015-06-16 10:32:45 UTC (rev 135471)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.7.1
-pkgrel=1
-
-_thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
-_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
-_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
-_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
-_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
-_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=a608c72296a0cb954de4bc2c22939fb24f482daa
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-patch -p1 -i $srcdir/libvpx14.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s $srcdir/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s $srcdir/mcrouter-$_mcrouter_commit src
-
-cd ../squangle
-rm -rf src squangle
-ln -s $srcdir/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd ../webscalesqlclient
-rm -rf src webscalesql-5.6
-ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
-ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit src
-}
-
-build() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-msg2 Building hhvm
-
-cmake -Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2015-06-16 Thread Massimiliano Torromeo
Date: Tuesday, June 16, 2015 @ 12:32:29
  Author: mtorromeo
Revision: 135470

upgpkg: hhvm 3.7.2-1

Updated to version 3.7.2

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 08:01:43 UTC (rev 135469)
+++ PKGBUILD2015-06-16 10:32:29 UTC (rev 135470)
@@ -3,7 +3,7 @@
 # Contributor: James Miller ja...@pocketrent.com
 
 pkgname=hhvm
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 
 _thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
@@ -45,6 +45,9 @@
 prepare() {
 cd $srcdir/$pkgname-HHVM-$pkgver
 
+sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
+-i hphp/tools/oss-repo-mode
+
 patch -p1 -i $srcdir/libvpx14.patch
 
 # Fix sendmail path
@@ -126,7 +129,7 @@
 install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
 }
 
-sha256sums=('29e678e4a820fa93e6829c8d75a9ee1e9bec8fc026a726d6df5603b908250abe'
+sha256sums=('4f1ee67a7e848002361ec628833adb89b78d450f1087f75dc69807ed0593dd7a'
 '1e7e62392d313e7dd0dad85c729d195a486470c766881296685f9574e08a9926'
 '07a9b48818b0695354baf364a26a5d85a29020b61739dd2e1a281509a9f7ff8e'
 '8124fce00a89a10ce76e8a54dfe398cfe35347283c7088eeb3de9528371db798'


[arch-commits] Commit in adobe-source-han-sans-fonts/repos/community-any (14 files)

2015-06-16 Thread Felix Yan
Date: Tuesday, June 16, 2015 @ 12:38:00
  Author: fyan
Revision: 135473

archrelease: copy trunk to community-any

Added:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
(from rev 135472, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
(from rev 135472, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
(from rev 135472, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
(from rev 135472, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
(from rev 135472, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
(from rev 135472, adobe-source-han-sans-fonts/trunk/PKGBUILD)
  adobe-source-han-sans-fonts/repos/community-any/fonts.install
(from rev 135472, adobe-source-han-sans-fonts/trunk/fonts.install)
Deleted:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
  adobe-source-han-sans-fonts/repos/community-any/fonts.install

-+
 44-source-han-sans-cn.conf  |   36 ++---
 44-source-han-sans-jp.conf  |   36 ++---
 44-source-han-sans-kr.conf  |   36 ++---
 44-source-han-sans-otc.conf |   84 +--
 44-source-han-sans-tw.conf  |   36 ++---
 PKGBUILD|  296 +-
 fonts.install   |   22 +--
 7 files changed, 273 insertions(+), 273 deletions(-)

Deleted: 44-source-han-sans-cn.conf
===
--- 44-source-han-sans-cn.conf  2015-06-16 10:37:10 UTC (rev 135472)
+++ 44-source-han-sans-cn.conf  2015-06-16 10:38:00 UTC (rev 135473)
@@ -1,18 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE fontconfig SYSTEM ../fonts.dtd
-fontconfig
-   !-- 
-   - Medium variant is used instead of Regular on Qt apps:
-   https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
-   - Medium and Bold looks the same in certain applications:
-   
https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
-   --
-   match target=scan
-   test name=fullname compare=eq
-   stringSource Han Sans CN Medium/string
-   /test
-   edit name=weight mode=assign
-   constdemibold/const
-   /edit
-   /match
-/fontconfig

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf 
(from rev 135472, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2015-06-16 10:38:00 UTC (rev 135473)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+   !-- 
+   - Medium variant is used instead of Regular on Qt apps:
+   https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+   - Medium and Bold looks the same in certain applications:
+   
https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+   --
+   match target=scan
+   test name=fullname compare=eq
+   stringSource Han Sans CN Medium/string
+   /test
+   edit name=weight mode=assign
+   constdemibold/const
+   /edit
+   /match
+/fontconfig

Deleted: 44-source-han-sans-jp.conf
===
--- 44-source-han-sans-jp.conf  2015-06-16 10:37:10 UTC (rev 135472)
+++ 44-source-han-sans-jp.conf  2015-06-16 10:38:00 UTC (rev 135473)
@@ -1,18 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE fontconfig SYSTEM ../fonts.dtd
-fontconfig
-!-- 
-- Medium variant is used instead of Regular on Qt apps:
-https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
-- Medium and Bold looks the same in certain applications:
-https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
---
-match target=scan
-test name=fullname compare=eq
-stringSource Han Sans JP Medium/string
-/test
-edit name=weight 

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2015-06-16 Thread Felix Yan
Date: Tuesday, June 16, 2015 @ 12:37:10
  Author: fyan
Revision: 135472

upgpkg: adobe-source-han-sans-fonts 1.004-1

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 10:32:45 UTC (rev 135471)
+++ PKGBUILD2015-06-16 10:37:10 UTC (rev 135472)
@@ -29,7 +29,7 @@
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-otc-fonts)
-pkgver=1.003
+pkgver=1.004
 pkgrel=1
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
 arch=('any')
@@ -43,7 +43,7 @@
 44-source-han-sans-cn.conf
 44-source-han-sans-tw.conf
 44-source-han-sans-otc.conf)
-sha256sums=('f6c2c0a2e2fc3255cbe99fc2bfc2122be0226b39a5ad1847271c53500f0446fa'
+sha256sums=('7f2d5fdbc76a5ff24ce8d4cacbebe2f87efd5f23dba1ed90acc66b90b8035deb'
 'f0e87368ffa91ac76b253846836da05baa120ab4f8a7bfd90fded36f4988c9e0'
 'fa8d487c7ba67489bde7b4d8558e07abb6d8bcb4d4e9db1bf454c2db23af9547'
 'd42ed0092a47cee5c7ff3972c90676109212dafc2cffb3388a8b339788a6cdb5'