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

2015-10-10 Thread Sven-Hendrik Haase
Date: Sunday, October 11, 2015 @ 06:36:07
  Author: svenstaro
Revision: 143617

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 143616, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 143616, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 143616, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 143616, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-i686/teamspeak3.png
(from rev 143616, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 143616, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 143616, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 143616, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 143616, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 143616, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-i686/teamspeak3.png
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/teamspeak3.png

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   66 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   66 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 143616, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-11 04:33:06 UTC (rev 143616)
+++ community-i686/PKGBUILD 2015-10-11 04:36:07 UTC (rev 143617)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.0.18
-pkgrel=1
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/";
-license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run";
-'teamspeak3.desktop'
-'teamspeak3.png'
-'teamspeak3.launcher')
-md5sums=('c970823b01b97bbab68c5027a2564e86'
- 'e7293ac9343635960d6917a2ad6c3348'
- '98e987a42511f159fa2228f5e0bffed1'
- '1d193af5808f4ca718c800da3f127ca9'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ "$CARCH" == "i686" ]] && _TSARCH='x86'
-[[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
-
-prepare() {
-  mkdir archive && cd archive
-  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
-
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
-  # Fix FS#34190
-  sed -i "/export QTDIR.*/d" ts3client_runscript.sh
-  sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm qt.conf
-
-  # Fix permissions
-  find -type d | xargs chmod 755
-  find -type f | xargs chmod 644
-  find -name *.so | xargs chmod 755
-  chmod +x ts3client*
-}
-
-package() {
-  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
-
-  cp -r archive/* ${pkgdir}/opt/teamspeak3/
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
-
-  # Install Custom License
-  #install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/

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

2015-10-10 Thread Sven-Hendrik Haase
Date: Sunday, October 11, 2015 @ 06:33:06
  Author: svenstaro
Revision: 143616

upgpkg: teamspeak3 3.0.18.1-1

upstream release 3.0.18.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
+++ PKGBUILD2015-10-11 04:33:06 UTC (rev 143616)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  
 
 pkgname=teamspeak3
-pkgver=3.0.18
+pkgver=3.0.18.1
 pkgrel=1
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/";
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'teamspeak3.png'
 'teamspeak3.launcher')
-md5sums=('c970823b01b97bbab68c5027a2564e86'
- 'e7293ac9343635960d6917a2ad6c3348'
+md5sums=('e898de645f9c27d2644ecede7c15427b'
+ '39f7b5325b20c80c405cf6e9767f5ab4'
  '98e987a42511f159fa2228f5e0bffed1'
  '1d193af5808f4ca718c800da3f127ca9'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')


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

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 05:30:47
  Author: fyan
Revision: 143614

upgpkg: skk-jisyo 20151011-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 02:30:26 UTC (rev 143613)
+++ PKGBUILD2015-10-11 03:30:47 UTC (rev 143614)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151004
+pkgver=20151011
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('9f5c7741c47d3d04ccc9cccf43d14614'
+md5sums=('a6a4d1d12ae7edc5b367f3a87f2615b2'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 05:31:08
  Author: fyan
Revision: 143615

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 143614, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 143614, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-11 03:30:47 UTC (rev 143614)
+++ PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151004
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('9f5c7741c47d3d04ccc9cccf43d14614'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 143614, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-11 03:31:08 UTC (rev 143615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151011
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/";
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('a6a4d1d12ae7edc5b367f3a87f2615b2'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-10-11 03:30:47 UTC (rev 143614)
+++ skk-jisyo.install   2015-10-11 03:31:08 UTC (rev 143615)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 143614, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-10-11 03:31:08 UTC (rev 143615)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 04:30:26
  Author: fyan
Revision: 143613

archrelease: copy trunk to community-any

Added:
  python-xpybutil/repos/community-any/PKGBUILD
(from rev 143612, python-xpybutil/trunk/PKGBUILD)
Deleted:
  python-xpybutil/repos/community-any/PKGBUILD
  python-xpybutil/repos/community-any/xcffib-compat.patch

-+
 PKGBUILD|   84 +--
 xcffib-compat.patch | 1334 --
 2 files changed, 47 insertions(+), 1371 deletions(-)

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


[arch-commits] Commit in python-xpybutil/trunk (PKGBUILD xcffib-compat.patch)

2015-10-10 Thread Felix Yan
Date: Sunday, October 11, 2015 @ 04:30:06
  Author: fyan
Revision: 143612

upgpkg: python-xpybutil 0.0.1.20151007-1

Modified:
  python-xpybutil/trunk/PKGBUILD
Deleted:
  python-xpybutil/trunk/xcffib-compat.patch

-+
 PKGBUILD|   40 -
 xcffib-compat.patch | 1334 --
 2 files changed, 25 insertions(+), 1349 deletions(-)

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


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

2015-10-10 Thread Levente Polyak
Date: Sunday, October 11, 2015 @ 03:32:51
  Author: anthraxx
Revision: 143611

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 143610, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 143610, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 143610, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 143610, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   72 +
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-10-11 01:32:43 UTC (rev 143610)
+++ community-i686/LICENSE  2015-10-11 01:32:51 UTC (rev 143611)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 143610, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-10-11 01:32:51 UTC (rev 143611)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This 

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

2015-10-10 Thread Levente Polyak
Date: Sunday, October 11, 2015 @ 03:32:43
  Author: anthraxx
Revision: 143610

upgpkg: pngcrush 1.7.87-1

upgpkg: pngcrush 1.7.87-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 19:14:08 UTC (rev 143609)
+++ PKGBUILD2015-10-11 01:32:43 UTC (rev 143610)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.7.85
-pkgrel=2
+pkgver=1.7.87
+pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush";
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libpng')
 source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
 LICENSE)
-sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+sha512sums=('573224d787daebc1fbd2ab0ee64d46bd96a15f02a32fd21b64de4acf791a145f7fb88e23e99e729fa564869976ae7412fc7bb9549760b56c2aa5bb9714db2ed5'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 
 prepare() {


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

2015-10-10 Thread Jan Steffens
Date: Sunday, October 11, 2015 @ 00:43:29
  Author: heftig
Revision: 248876

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

Added:
  gnome-maps/repos/extra-i686/PKGBUILD
(from rev 248875, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/extra-i686/gnome-maps.install
(from rev 248875, gnome-maps/trunk/gnome-maps.install)
  gnome-maps/repos/extra-x86_64/PKGBUILD
(from rev 248875, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/extra-x86_64/gnome-maps.install
(from rev 248875, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/extra-i686/PKGBUILD
  gnome-maps/repos/extra-i686/gnome-maps.install
  gnome-maps/repos/extra-x86_64/PKGBUILD
  gnome-maps/repos/extra-x86_64/gnome-maps.install

-+
 /PKGBUILD   |   54 ++
 /gnome-maps.install |   24 
 extra-i686/PKGBUILD |   27 ---
 extra-i686/gnome-maps.install   |   12 
 extra-x86_64/PKGBUILD   |   27 ---
 extra-x86_64/gnome-maps.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-i686/PKGBUILD 2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.18.0.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps";
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5eb37bb6a867c3f27a4339d9cb562ea3cc385945f87b8d6829e0c6acd67e83e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-i686/PKGBUILD (from rev 248875, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 22:43:29 UTC (rev 248876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://live.gnome.org/Maps";
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f07bf1248705b9b78cd734f788c3d910e9bf34dff6c8595eda9fe1e13686ff9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnome-maps.install
===
--- extra-i686/gnome-maps.install   2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-i686/gnome-maps.install   2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/extra-i686/gnome-maps.install (from rev 248875, 
gnome-maps/trunk/gnome-maps.install)
===
--- extra-i686/gnome-maps.install   (rev 0)
+++ extra-i686/gnome-maps.install   2015-10-10 22:43:29 UTC (rev 248876)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 22:42:49 UTC (rev 248875)
+++ extra-x86_64/PKGBUILD   2015-10-10 22:43:29 UTC (rev 248876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.18.0.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps";
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-

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

2015-10-10 Thread Jan Steffens
Date: Sunday, October 11, 2015 @ 00:42:49
  Author: heftig
Revision: 248875

3.18.1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 18:52:34 UTC (rev 248874)
+++ PKGBUILD2015-10-10 22:42:49 UTC (rev 248875)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.18.0.1
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5eb37bb6a867c3f27a4339d9cb562ea3cc385945f87b8d6829e0c6acd67e83e')
+sha256sums=('0f07bf1248705b9b78cd734f788c3d910e9bf34dff6c8595eda9fe1e13686ff9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:13:54
  Author: speps
Revision: 143608

upgpkg: smtube 15.9.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:16:26 UTC (rev 143607)
+++ PKGBUILD2015-10-10 19:13:54 UTC (rev 143608)
@@ -3,15 +3,14 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.8.0
+pkgver=15.9.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/";
 license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
@@ -22,11 +21,11 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('e826605b099774a1a779933deab7dfbe')
+md5sums=('9717ae650d1bbb47d4cd94b942306695')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+  make PREFIX=/usr
 }
 
 package() {


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

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:14:08
  Author: speps
Revision: 143609

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   35 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   35 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/PKGBUILD 2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.8.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('e826605b099774a1a779933deab7dfbe')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 143608, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 19:14:08 UTC (rev 143609)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('9717ae650d1bbb47d4cd94b942306695')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/smtube.install   2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 143608, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-10-10 19:14:08 UTC (rev 143609)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 20:52:34
  Author: heftig
Revision: 248874

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 248873, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 248873, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   45 
 extra-x86_64/PKGBUILD |   45 
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 18:48:39 UTC (rev 248873)
+++ extra-i686/PKGBUILD 2015-10-10 18:52:34 UTC (rev 248874)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 248873, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 18:52:34 UTC (rev 248874)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.14
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 18:48:39 UTC (rev 248873)
+++ extra-x86_64/PKGBUILD   2015-10-10 18:52:34 UTC (rev 248874)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/";
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 248873, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-10 18:52:34 UTC (rev 248874)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.14
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)

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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 20:48:39
  Author: heftig
Revision: 248873

3.0.14

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:47:40 UTC (rev 248872)
+++ PKGBUILD2015-10-10 18:48:39 UTC (rev 248873)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.12
+pkgver=3.0.14
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
+sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 19:47:40
  Author: heftig
Revision: 248872

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 248871, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 248871, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 248871, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 248871, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch   |   74 
+
 testing-i686/PKGBUILD |   76 
++
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 
 testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch |   74 
+
 testing-x86_64/PKGBUILD   |   76 
++
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 
 6 files changed, 366 insertions(+)

Copied: 
glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
(from rev 248871, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
===
--- testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
(rev 0)
+++ testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
2015-10-10 17:47:40 UTC (rev 248872)
@@ -0,0 +1,74 @@
+From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 23 Sep 2015 23:16:04 +0200
+Subject: [PATCH] Revert "list store: Fix a parameter check"
+
+This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955.
+
+Bogus commit changing the behavior of g_sequence_search in violation
+of the documentation. Breaks GStreamer test suite.
+---
+ glib/gsequence.c | 18 +++---
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
+diff --git a/glib/gsequence.c b/glib/gsequence.c
+index 75c1f76..76e24e7 100644
+--- a/glib/gsequence.c
 b/glib/gsequence.c
+@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest  (GSequenceNode
*haystack,
+   GSequenceNode*needle,
+   GSequenceNode*end,
+   GSequenceIterCompareFunc  cmp,
+-  gpointer  user_data,
+-  gboolean  
return_match);
++  gpointer  
user_data);
+ static gint   node_get_length(GSequenceNode*node);
+ static void   node_free  (GSequenceNode*node,
+   GSequence*seq);
+@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq,
+   dummy = g_sequence_append (tmp_seq, data);
+ 
+   node = node_find_closest (seq->end_node, dummy,
+-seq->end_node, iter_cmp, cmp_data, TRUE);
++seq->end_node, iter_cmp, cmp_data);
+ 
+   g_sequence_free (tmp_seq);
+ 
+@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack,
+GSequenceNode*needle,
+GSequenceNode*end,
+GSequenceIterCompareFunc  iter_cmp,
+-   gpointer  cmp_data,
+-   gboolean  return_match)
++   gpointer  cmp_data)
+ {
+   GSequenceNode *best;
+   gint c;
+@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack,
+ }
+   while (haystack != NULL);
+ 
+-  /* If the best node is smaller than the data, then move one step
+-   * to the right to make sure the best one is strictly bigger than the data.
+-   * We do return the last exact match or the node after it, depending on
+-   * the return_match argument.
++  /* If the best node is smaller or equal to the data, then move one step
++   * to the right to make sure the best one is strictly bigger than the data
+*/
+-  if (best != end && (c < 0 || (c == 0 && !return_match)))
++  if (best != end && c <= 0)
+ best = node_get_next (best);
+ 
+   return best;

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

2015-10-10 Thread Jan Steffens
Date: Saturday, October 10, 2015 @ 19:45:52
  Author: heftig
Revision: 248871

FS#46619

Modified:
  glib2/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:37:18 UTC (rev 248870)
+++ PKGBUILD2015-10-10 17:45:52 UTC (rev 248871)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.46.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/";
 arch=(i686 x86_64)
@@ -24,6 +24,12 @@
   
 build() {
   cd glib-$pkgver
+
+  ## Prevent runtime unloading of glib
+  # https://bugs.archlinux.org/task/46619
+  # https://bugzilla.gnome.org/show_bug.cgi?id=755609
+  LDFLAGS+=" -Wl,-z,nodelete"
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \


[arch-commits] Commit in nfs-utils/trunk (3 files)

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 19:36:57
  Author: andyrtr
Revision: 248869

upgpkg: nfs-utils 1.3.3-1

upstream update 1.3.3

Modified:
  nfs-utils/trunk/PKGBUILD
Deleted:
  nfs-utils/trunk/nfs-utils-1.3.2-statd-bg.patch
  nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch

+
 PKGBUILD   |   30 +++---
 nfs-utils-1.3.2-statd-bg.patch |   25 -
 nfs-utils-1.3.2-statd-nowait.patch |   35 ---
 3 files changed, 11 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:02:29 UTC (rev 248868)
+++ PKGBUILD2015-10-10 17:36:57 UTC (rev 248869)
@@ -7,8 +7,8 @@
 # Contributor: Marco Lima 
 
 pkgname=nfs-utils
-pkgver=1.3.2
-pkgrel=6
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -19,30 +19,22 @@
 makedepends=('sqlite')
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
 nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
-nfs-utils_env.sh
-nfs-utils-1.3.2-statd-bg.patch
-nfs-utils-1.3.2-statd-nowait.patch)
+nfs-utils_env.sh)
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage'
 'python2: for nfsiostat and mountstats usage')
-md5sums=('1e2f3c1ed468dee02d00c534c002ea10'
- 'SKIP'
- '95129639a19da1f262d4eb3ac73e0bdb'
- '7bd61e84ee05054f5232b2e8063ea08d'
- 'e6ad3c7a59c7e4c24965a0e7da35026c'
- '8ac484023d786766d287ccbe878ae4ba'
- '2e203f35ee753f5264a951cf43d4168e'
- 'c6c9c32f153dfa6c0477ea6b99354288'
- '45f55a5d581b2527b453c3a0816add24'
- 'dde4e23776a2425d2a1241eb2daf8b7c')
+sha1sums=('7c561e6a22a626aed93766bdb0c34e9a4e77b9e7'
+  'SKIP'
+  '44deb1c199d89ef866d90aad47eadd3b44070b59'
+  '2658a0e9d9ff8e4be7b3f190f6743f5b83852f3f'
+  '170a929d9c0f22edb13b656648cadf372efea841'
+  'c109f2300f2d841104adb09fe76a5f2583015c72'
+  '24b3c10b47dc120b2d252cf1e5001effa8f76a62'
+  '96734598a0b851da10cb9e02afb52ec55fed6273')
 validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # fix rpc.statd starting
-  patch -Np1 -i $srcdir/nfs-utils-1.3.2-statd-bg.patch
-  # don't wait for online target on statd
-  patch -Np1 -i $srcdir/nfs-utils-1.3.2-statd-nowait.patch
 
   # fix hardcoded sbin path to our needs
   sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am

Deleted: nfs-utils-1.3.2-statd-bg.patch
===
--- nfs-utils-1.3.2-statd-bg.patch  2015-10-10 17:02:29 UTC (rev 248868)
+++ nfs-utils-1.3.2-statd-bg.patch  2015-10-10 17:36:57 UTC (rev 248869)
@@ -1,25 +0,0 @@
-commit 17a3e5bffb7110d46de1bf42b64b90713ff5ea50
-Author: Chris Mayo 
-Date:   Sun Feb 1 12:03:46 2015 -0500
-
-statd: Fix test for foreground mode
-
-daemon_init parameter has the opposite sense
-to code removed in commit 7addf9d
-
-Signed-off-by: Chris Mayo 
-Signed-off-by: Steve Dickson 
-
-diff --git a/utils/statd/statd.c b/utils/statd/statd.c
-index 60ce6d1..2b7a167 100644
 a/utils/statd/statd.c
-+++ b/utils/statd/statd.c
-@@ -393,7 +393,7 @@ int main (int argc, char **argv)
-   simulator (--argc, ++argv); /* simulator() does exit() */
- #endif
- 
--  daemon_init(!(run_mode & MODE_NODAEMON));
-+  daemon_init((run_mode & MODE_NODAEMON));
- 
-   if (run_mode & MODE_LOG_STDERR) {
-   xlog_syslog(0);

Deleted: nfs-utils-1.3.2-statd-nowait.patch
===
--- nfs-utils-1.3.2-statd-nowait.patch  2015-10-10 17:02:29 UTC (rev 248868)
+++ nfs-utils-1.3.2-statd-nowait.patch  2015-10-10 17:36:57 UTC (rev 248869)
@@ -1,35 +0,0 @@
-From 650633d4e956dc6b628da30c868e39fba76a0b29 Mon Sep 17 00:00:00 2001
-From: Steve Dickson 
-Date: Mon, 9 Feb 2015 08:54:54 -0500
-Subject: [PATCH] rpc-statd-notify: Don't wait for the network to come up
-
-rpc-statd-notify only needs to wait for the network
-interface to be configured not to be connected since
-it forks into background and will wait 15mins for
-the network to come up.
-
-This decrease boot times when networks are not
-and will not be connected.
-
-Signed-off-by: Steve Dickson 
-Reported-By: Eric Work 

- systemd/rpc-statd-notify.service | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/systemd/rpc-statd-notify.service 
b/systemd/rpc-statd-notify.service
-index 941afe5..a655445 100644
 a/systemd/rpc-statd-notify.service
-+++ b/systemd/rpc-statd-notify.service
-@@ -1,7 +1,7 @@
- [Unit]
- Description=Notify NFS peers of a restart
- Req

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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 19:37:18
  Author: andyrtr
Revision: 248870

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 248869, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 248869, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 248869, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 248869, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 248869, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 248869, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 248869, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 248869, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 248869, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 248869, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 248869, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 248869, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 248869, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 248869, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 248869, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 248869, nfs-utils/trunk/nfs-utils_env.sh)

--+
 testing-i686/PKGBUILD|   86 +
 testing-i686/exports |   12 +
 testing-i686/id_resolver.conf|9 +++
 testing-i686/nfs-common.conf |   22 +
 testing-i686/nfs-server.conf |   17 +++
 testing-i686/nfs-utils.conf  |1 
 testing-i686/nfs-utils.install   |   28 
 testing-i686/nfs-utils_env.sh|   20 
 testing-x86_64/PKGBUILD  |   86 +
 testing-x86_64/exports   |   12 +
 testing-x86_64/id_resolver.conf  |9 +++
 testing-x86_64/nfs-common.conf   |   22 +
 testing-x86_64/nfs-server.conf   |   17 +++
 testing-x86_64/nfs-utils.conf|1 
 testing-x86_64/nfs-utils.install |   28 
 testing-x86_64/nfs-utils_env.sh  |   20 
 16 files changed, 390 insertions(+)

Copied: nfs-utils/repos/testing-i686/PKGBUILD (from rev 248869, 
nfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 17:37:18 UTC (rev 248870)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+# Contributor: John Proctor 
+# Contributor: dibblethewrecker 
+# Contributor: abelstr 
+# Contributor: Marco Lima 
+
+pkgname=nfs-utils
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Support programs for Network File Systems"
+arch=('i686' 'x86_64')
+url='http://nfs.sourceforge.net'
+license=('GPL2')
+backup=(etc/{exports,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
+depends=('rpcbind' 'librpcsecgss>=0.19-2' 'nfsidmap' 'gssproxy' 
+ 'libevent>=2.0.10' 'device-mapper')
+makedepends=('sqlite')
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
+nfs-common.conf nfs-server.conf exports nfs-utils.conf id_resolver.conf
+nfs-utils_env.sh)
+install=nfs-utils.install
+optdepends=('sqlite: for nfsdcltrack usage'
+'python2: for nfsiostat and mountstats usage')
+sha1sums=('7c561e6a22a626aed93766bdb0c34e9a4e77b9e7'
+  'SKIP'
+  '44deb1c199d89ef866d90aad47eadd3b44070b59'
+  '2658a0e9d9ff8e4be7b3f190f6743f5b83852f3f'
+  '170a929d9c0f22edb13b656648cadf372efea841'
+  'c109f2300f2d841104adb09fe76a5f2583015c72'
+  '24b3c10b47dc120b2d252cf1e5001effa8f76a62'
+  '96734598a0b851da10cb9e02afb52ec55fed6273')
+validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # fix hardcoded sbin path to our needs
+  sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-gss \
+--without-tcp-wrappers \
+--with-statedir=/var/lib/nfs \
+--enable-ipv6 \
+--enable-libmount-mount \
+--enable-mountconfig \
+--with-start-statd=/usr/bin/start-statd
+  make 
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  

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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:16:16
  Author: lcarlier
Revision: 143606

upgpkg: lib32-mesa 11.0.3-1

upstream update 11.0.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 14:13:52 UTC (rev 143605)
+++ PKGBUILD2015-10-10 17:16:16 UTC (rev 143606)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=11.0.2
+pkgver=11.0.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4'
+sha256sums=('ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:16:26
  Author: lcarlier
Revision: 143607

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 143606, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 143606, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 143606, lib32-mesa/trunk/PKGBUILD)
Deleted:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +--
 LICENSE  |  164 -
 PKGBUILD |  302 -
 3 files changed, 266 insertions(+), 266 deletions(-)

Deleted: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:16 UTC (rev 143606)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:26 UTC (rev 143607)
@@ -1,33 +0,0 @@
-From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Fri, 10 Jul 2015 10:41:35 +0100
-Subject: [PATCH] i965: Remove early release of DRI2 miptree
-
-intel_update_winsys_renderbuffer_miptree() will release the existing
-miptree when wrapping a new DRI2 buffer, so we can remove the early
-release and so prevent a NULL mt dereference should importing the new
-DRI2 name fail for any reason. (Reusing the old DRI2 name will result
-in the rendering going astray, to a stale buffer, and not shown on the
-screen, but it allows us to issue a warning and not crash much later in
-innocent code.)
-
-Signed-off-by: Chris Wilson 

- src/mesa/drivers/dri/i965/brw_context.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
-index e8d1396..72f3897 100644
 a/src/mesa/drivers/dri/i965/brw_context.c
-+++ b/src/mesa/drivers/dri/i965/brw_context.c
-@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
-   buffer->cpp, buffer->pitch);
-}
- 
--   intel_miptree_release(&rb->mt);
-bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
-   buffer->name);
-if (!bo) {
--- 
-2.5.0
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
 (from rev 143606, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-10-10 
17:16:26 UTC (rev 143607)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson 
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson 
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer->cpp, buffer->pitch);
+}
+ 
+-   intel_miptree_release(&rb->mt);
+bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
+   buffer->name);
+if (!bo) {
+-- 
+2.5.0
+

Deleted: LICENSE
===
--- LICENSE 2015-10-10 17:16:16 UTC (rev 143606)
+++ LICENSE 2015-10-10 17:16:26 UTC (rev 143607)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa 

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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:02:29
  Author: lcarlier
Revision: 248868

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

Added:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 248867, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 248867, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 248867, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 248867, 
mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 248867, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 248867, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +
 /LICENSE  |  164 
 /PKGBUILD |  354 
++
 extra-i686/0001-i965-Remove-early-release-of-DRI2-miptree.patch   |   33 
 extra-i686/LICENSE|   82 --
 extra-i686/PKGBUILD   |  177 -
 extra-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch |   33 
 extra-x86_64/LICENSE  |   82 --
 extra-x86_64/PKGBUILD |  177 -
 9 files changed, 584 insertions(+), 584 deletions(-)

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


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

2015-10-10 Thread Laurent Carlier
Date: Saturday, October 10, 2015 @ 19:02:13
  Author: lcarlier
Revision: 248867

upgpkg: mesa 11.0.3-1

upstream update 11.0.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 16:34:49 UTC (rev 248866)
+++ PKGBUILD2015-10-10 17:02:13 UTC (rev 248867)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=11.0.2
+pkgver=11.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4'
+sha256sums=('ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')


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

2015-10-10 Thread Gaetan Bisson
Date: Saturday, October 10, 2015 @ 18:34:49
  Author: bisson
Revision: 248866

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 248865, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 248865, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 248865, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 248865, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/install|   25 ++
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/install  |   25 ++
 4 files changed, 176 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 248865, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.9
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('119bab38d2ff3a849be62914be9bf7333da68883' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 248865, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 248865, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 16:34:49 UTC (rev 248866)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.9
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+ 

[arch-commits] Commit in gnupg/trunk (PKGBUILD ssh-agent.patch ssh-ed25519.patch)

2015-10-10 Thread Gaetan Bisson
Date: Saturday, October 10, 2015 @ 18:34:09
  Author: bisson
Revision: 248865

upstream update

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/ssh-agent.patch
  gnupg/trunk/ssh-ed25519.patch

---+
 PKGBUILD  |   14 +++-
 ssh-agent.patch   |   42 
 ssh-ed25519.patch |   60 
 3 files changed, 4 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 13:02:01 UTC (rev 248864)
+++ PKGBUILD2015-10-10 16:34:09 UTC (rev 248865)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.8
-pkgrel=4
+pkgver=2.1.9
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -20,12 +20,8 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'ssh-ed25519.patch'
-'ssh-agent.patch')
-sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
-  'fd77cf366f6bd70c1d33e910044612aebe6bbe63'
-  '605f9a1ca5bbb1791c86452d113cb0617ec437e8')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('119bab38d2ff3a849be62914be9bf7333da68883' 'SKIP')
 
 install=install
 
@@ -36,8 +32,6 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../ssh-ed25519.patch
-   patch -p1 -i ../ssh-agent.patch
 }
 
 build() {

Deleted: ssh-agent.patch
===
--- ssh-agent.patch 2015-10-10 13:02:01 UTC (rev 248864)
+++ ssh-agent.patch 2015-10-10 16:34:09 UTC (rev 248865)
@@ -1,42 +0,0 @@
-diff --git a/agent/agent.h b/agent/agent.h
-index b3e8470..9e066c9 100644
 a/agent/agent.h
-+++ b/agent/agent.h
-@@ -50,7 +50,8 @@
- /* The maximum length of a passphrase (in bytes).  Note: this is
-further contrained by the Assuan line length (and any other text on
-the same line).  However, the Assuan line length is 1k bytes so
--   this shouldn't be a problem in practice.  */
-+   this shouldn't be a problem in practice.
-+   (MAX_PASSPHRASE_LEN + 1) should be multiple of alignment size.  */
- #define MAX_PASSPHRASE_LEN 255
- 
- 
-diff --git a/agent/command-ssh.c b/agent/command-ssh.c
-index 8be1255..3f63f76 100644
 a/agent/command-ssh.c
-+++ b/agent/command-ssh.c
-@@ -3107,7 +3107,8 @@ ssh_identity_register (ctrl_t ctrl, ssh_key_type_spec_t 
*spec,
-   err = gpg_error_from_syserror ();
-   goto out;
- }
--  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
-+  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
-+  + MAX_PASSPHRASE_LEN + 1));
-   pi->max_length = MAX_PASSPHRASE_LEN + 1;
-   pi->max_tries = 1;
-   pi->with_repeat = 1;
-diff --git a/agent/genkey.c b/agent/genkey.c
-index 13858ca..54b7149 100644
 a/agent/genkey.c
-+++ b/agent/genkey.c
-@@ -375,7 +375,8 @@ agent_ask_new_passphrase (ctrl_t ctrl, const char *prompt,
- }
- 
-   pi = gcry_calloc_secure (2, sizeof (*pi) + MAX_PASSPHRASE_LEN + 1);
--  pi2 = pi + (sizeof *pi + MAX_PASSPHRASE_LEN + 1);
-+  pi2 = (struct pin_entry_info_s *)((char *)pi + (sizeof (*pi)
-+  + MAX_PASSPHRASE_LEN + 1));
-   pi->max_length = MAX_PASSPHRASE_LEN + 1;
-   pi->max_tries = 3;
-   pi->with_qualitybar = 1;

Deleted: ssh-ed25519.patch
===
--- ssh-ed25519.patch   2015-10-10 13:02:01 UTC (rev 248864)
+++ ssh-ed25519.patch   2015-10-10 16:34:09 UTC (rev 248865)
@@ -1,60 +0,0 @@
-From 7d5999f0964c9412c0e18eb1adefdb729be68cd4 Mon Sep 17 00:00:00 2001
-From: NIIBE Yutaka 
-Date: Wed, 16 Sep 2015 10:37:38 +0900
-Subject: [PATCH] agent: Fix registering SSH Key of Ed25519.
-
-* agent/command-ssh.c (stream_read_string): Add the prefix of 0x40.
-
---
-
-GnuPG-bug-id: 2096

- agent/command-ssh.c | 14 --
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-diff --git a/agent/command-ssh.c b/agent/command-ssh.c
-index 8868620..8be1255 100644
 a/agent/command-ssh.c
-+++ b/agent/command-ssh.c
-@@ -580,8 +580,9 @@ stream_read_string (estream_t stream, unsigned int secure,
- 
- 
- /* Read a binary string from STREAM and store it as an opaque MPI at
--   R_MPI.  Depending on SECURE use secure memory.  If the string is
--   too large for key material return an error.  */
-+   R_MPI, adding 0x40 (this is the prefix for EdDSA key in OpenPGP).
-+   Depending on SECURE use secure memory.  If the string is too large
-+   for key material return an error.  */
-

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:13:52
  Author: fyan
Revision: 143605

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

Added:
  haskell-gitrev/repos/community-i686/
  haskell-gitrev/repos/community-i686/PKGBUILD
(from rev 143604, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-i686/haskell-gitrev.install
(from rev 143604, haskell-gitrev/trunk/haskell-gitrev.install)
  haskell-gitrev/repos/community-x86_64/
  haskell-gitrev/repos/community-x86_64/PKGBUILD
(from rev 143604, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-x86_64/haskell-gitrev.install
(from rev 143604, haskell-gitrev/trunk/haskell-gitrev.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-gitrev.install   |   18 
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-gitrev.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-gitrev/repos/community-i686/PKGBUILD (from rev 143604, 
haskell-gitrev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 14:13:52 UTC (rev 143605)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-gitrev/repos/community-i686/haskell-gitrev.install (from rev 
143604, haskell-gitrev/trunk/haskell-gitrev.install)
===
--- community-i686/haskell-gitrev.install   (rev 0)
+++ community-i686/haskell-gitrev.install   2015-10-10 14:13:52 UTC (rev 
143605)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-gitrev
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-gitrev/repos/community-x86_64/PKGBUILD (from rev 143604, 
haskell-gitrev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 14:13:52 UTC (rev 143605)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:13:12
  Author: fyan
Revision: 143604

addpkg: haskell-gitrev 1.1.0-1

Added:
  haskell-gitrev/
  haskell-gitrev/repos/
  haskell-gitrev/trunk/
  haskell-gitrev/trunk/PKGBUILD
  haskell-gitrev/trunk/haskell-gitrev.install

+
 PKGBUILD   |   42 ++
 haskell-gitrev.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-gitrev/trunk/PKGBUILD
===
--- haskell-gitrev/trunk/PKGBUILD   (rev 0)
+++ haskell-gitrev/trunk/PKGBUILD   2015-10-10 14:13:12 UTC (rev 143604)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-gitrev/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-gitrev/trunk/haskell-gitrev.install
===
--- haskell-gitrev/trunk/haskell-gitrev.install (rev 0)
+++ haskell-gitrev/trunk/haskell-gitrev.install 2015-10-10 14:13:12 UTC (rev 
143604)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-gitrev
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:08:04
  Author: fyan
Revision: 143603

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

Added:
  cvc4/repos/community-i686/
  cvc4/repos/community-i686/PKGBUILD
(from rev 143602, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-i686/configure-boost-version.patch
(from rev 143602, cvc4/trunk/configure-boost-version.patch)
  cvc4/repos/community-x86_64/
  cvc4/repos/community-x86_64/PKGBUILD
(from rev 143602, cvc4/trunk/PKGBUILD)
  cvc4/repos/community-x86_64/configure-boost-version.patch
(from rev 143602, cvc4/trunk/configure-boost-version.patch)

+
 community-i686/PKGBUILD|   39 +++
 community-i686/configure-boost-version.patch   |   27 +++
 community-x86_64/PKGBUILD  |   39 +++
 community-x86_64/configure-boost-version.patch |   27 +++
 4 files changed, 132 insertions(+)

Copied: cvc4/repos/community-i686/PKGBUILD (from rev 143602, 
cvc4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 14:08:04 UTC (rev 143603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/";
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz";
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install -D COPYING "$pkgdir"/usr/share/licenses/cvc4/LICENCE
+
+  cd "$pkgdir"
+  rmdir "usr/share/perl5" "usr/lib/pyshared" "usr/lib/php" "usr/lib/jni" \
+"usr/lib/csharp" "usr/share/java" "usr/share/php" "usr/share/csharp" \
+"usr/lib/ruby" "usr/lib/tcltk" "usr/lib/perl5" "usr/share/pyshared" \
+"usr/lib/ocaml/cvc4" "usr/lib/ocaml"
+}

Copied: cvc4/repos/community-i686/configure-boost-version.patch (from rev 
143602, cvc4/trunk/configure-boost-version.patch)
===
--- community-i686/configure-boost-version.patch
(rev 0)
+++ community-i686/configure-boost-version.patch2015-10-10 14:08:04 UTC 
(rev 143603)
@@ -0,0 +1,27 @@
+--- configure~ 2014-07-13 19:47:37.469270988 +0200
 configure  2015-06-09 13:46:07.731066225 +0200
+@@ -24795,17 +24795,15 @@
+ if ${boost_cv_lib_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++  cat confdefs.h - &5 |
+-  tr -d '\r' |
+-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; 
then :
+-  boost_cv_lib_version=`cat conftest.i`
+-fi
+-rm -rf conftest*
++#include 
++int main(int argc, char **argv) { printf("%s\n", BOOST_LIB_VERSION); return 
0; }
++EOF
++  gcc conftest.c -o conftest
++  boost_cv_lib_version=`./conftest`
++  rm -f conftest conftest.c
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5

Copied: cvc4/repos/community-x86_64/PKGBUILD (from rev 143602, 
cvc4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 14:08:04 UTC (rev 143603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/";
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz";
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install 

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 16:07:00
  Author: fyan
Revision: 143602

addpkg: cvc4 1.4-3

Added:
  cvc4/
  cvc4/repos/
  cvc4/trunk/
  cvc4/trunk/PKGBUILD
  cvc4/trunk/configure-boost-version.patch

---+
 PKGBUILD  |   39 +++
 configure-boost-version.patch |   27 +++
 2 files changed, 66 insertions(+)

Added: cvc4/trunk/PKGBUILD
===
--- cvc4/trunk/PKGBUILD (rev 0)
+++ cvc4/trunk/PKGBUILD 2015-10-10 14:07:00 UTC (rev 143602)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Philipp Sieweck
+
+pkgname=cvc4
+pkgver=1.4
+pkgrel=3
+pkgdesc="An automatic theorem prover"
+arch=('i686' 'x86_64')
+url="http://cvc4.cs.nyu.edu/web/";
+depends=('boost' 'libantlr3c' 'cln')
+optdepends=('readline: for an improved interaction support')
+license=('GPL' 'BSD' 'MIT' 'custom:HPND')
+source=("http://cvc4.cs.nyu.edu/builds/src/cvc4-$pkgver.tar.gz";
+configure-boost-version.patch)
+md5sums=('581c559c02b94fcb18b2e5b11432e009'
+ 'd9cbfad2415d4a675ebabf3f7c5cdd5d')
+
+prepare() {
+  patch "$srcdir"/cvc4-$pkgver/configure configure-boost-version.patch
+}
+
+build() {
+  cd "$srcdir"/cvc4-$pkgver
+  ./configure --prefix=/usr --enable-optimization --disable-doxygen-doc 
--with-cln --enable-gpl
+  make
+}
+
+package() {
+  cd "$srcdir"/cvc4-$pkgver
+  make prefix="$pkgdir"/usr install
+  install -D COPYING "$pkgdir"/usr/share/licenses/cvc4/LICENCE
+
+  cd "$pkgdir"
+  rmdir "usr/share/perl5" "usr/lib/pyshared" "usr/lib/php" "usr/lib/jni" \
+"usr/lib/csharp" "usr/share/java" "usr/share/php" "usr/share/csharp" \
+"usr/lib/ruby" "usr/lib/tcltk" "usr/lib/perl5" "usr/share/pyshared" \
+"usr/lib/ocaml/cvc4" "usr/lib/ocaml"
+}


Property changes on: cvc4/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cvc4/trunk/configure-boost-version.patch
===
--- cvc4/trunk/configure-boost-version.patch(rev 0)
+++ cvc4/trunk/configure-boost-version.patch2015-10-10 14:07:00 UTC (rev 
143602)
@@ -0,0 +1,27 @@
+--- configure~ 2014-07-13 19:47:37.469270988 +0200
 configure  2015-06-09 13:46:07.731066225 +0200
+@@ -24795,17 +24795,15 @@
+ if ${boost_cv_lib_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++  cat confdefs.h - &5 |
+-  tr -d '\r' |
+-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; 
then :
+-  boost_cv_lib_version=`cat conftest.i`
+-fi
+-rm -rf conftest*
++#include 
++int main(int argc, char **argv) { printf("%s\n", BOOST_LIB_VERSION); return 
0; }
++EOF
++  gcc conftest.c -o conftest
++  boost_cv_lib_version=`./conftest`
++  rm -f conftest conftest.c
+ 
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 15:57:53
  Author: fyan
Revision: 143601

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

Added:
  haskell-async/repos/community-i686/
  haskell-async/repos/community-i686/PKGBUILD
(from rev 143600, haskell-async/trunk/PKGBUILD)
  haskell-async/repos/community-i686/haskell-async.install
(from rev 143600, haskell-async/trunk/haskell-async.install)
  haskell-async/repos/community-x86_64/
  haskell-async/repos/community-x86_64/PKGBUILD
(from rev 143600, haskell-async/trunk/PKGBUILD)
  haskell-async/repos/community-x86_64/haskell-async.install
(from rev 143600, haskell-async/trunk/haskell-async.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/haskell-async.install   |   18 +
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/haskell-async.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-async/repos/community-i686/PKGBUILD (from rev 143600, 
haskell-async/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 13:57:53 UTC (rev 143601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-async/repos/community-i686/haskell-async.install (from rev 
143600, haskell-async/trunk/haskell-async.install)
===
--- community-i686/haskell-async.install(rev 0)
+++ community-i686/haskell-async.install2015-10-10 13:57:53 UTC (rev 
143601)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-async
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-async/repos/community-x86_64/PKGBUILD (from rev 143600, 
haskell-async/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 13:57:53 UTC (rev 143601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+

[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 15:56:40
  Author: fyan
Revision: 143600

addpkg: haskell-async 2.0.2-1

Added:
  haskell-async/
  haskell-async/repos/
  haskell-async/trunk/
  haskell-async/trunk/PKGBUILD
  haskell-async/trunk/haskell-async.install

---+
 PKGBUILD  |   42 ++
 haskell-async.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-async/trunk/PKGBUILD
===
--- haskell-async/trunk/PKGBUILD(rev 0)
+++ haskell-async/trunk/PKGBUILD2015-10-10 13:56:40 UTC (rev 143600)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-stm")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-async/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-async/trunk/haskell-async.install
===
--- haskell-async/trunk/haskell-async.install   (rev 0)
+++ haskell-async/trunk/haskell-async.install   2015-10-10 13:56:40 UTC (rev 
143600)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-async
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 15:53:16
  Author: jelle
Revision: 143598

upgpkg: python-six 1.10.0-1

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 13:24:29 UTC (rev 143597)
+++ PKGBUILD2015-10-10 13:53:16 UTC (rev 143598)
@@ -3,8 +3,8 @@
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="Python 2 and 3 compatibility utilities"
 arch=('any')
 url="http://pypi.python.org/pypi/six/";
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('476881ef4012262dfc8adc645ee786c4')
+md5sums=('34eed507548117b2ab523ab14b2f8b55')
 
 build() {
   cd $srcdir


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 15:53:26
  Author: jelle
Revision: 143599

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 13:53:16 UTC (rev 143598)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributer: Allan McRae 
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="Python 2 and 3 compatibility utilities"
-arch=('any')
-url="http://pypi.python.org/pypi/six/";
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('476881ef4012262dfc8adc645ee786c4')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
-
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py check
-}
-
-package_python-six() {
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 143598, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 13:53:26 UTC (rev 143599)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributer: Allan McRae 
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Python 2 and 3 compatibility utilities"
+arch=('any')
+url="http://pypi.python.org/pypi/six/";
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('34eed507548117b2ab523ab14b2f8b55')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+  install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 15:24:22
  Author: svenstaro
Revision: 143596

upgpkg: blender 17:2.76-1

upstream release 2.76

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 12:02:29 UTC (rev 143595)
+++ PKGBUILD2015-10-10 13:24:22 UTC (rev 143596)
@@ -11,11 +11,11 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.76-rc3
+_gittag=v2.76
 #_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
 
 pkgname=blender
-pkgver=2.76rc3
+pkgver=2.76
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
 pkgrel=1
 epoch=17
@@ -57,10 +57,6 @@
   git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
   git config submodule."scons".url ${srcdir}/scons
   git submodule update
-
-  # We need this to build with Python 3.5/3.6, remove in a release after 
2.76rc1
-  git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
-  git submodule update
 }
 
 build() {


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 15:24:29
  Author: svenstaro
Revision: 143597

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

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

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |  102 ---
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|  102 ---
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 13:24:22 UTC (rev 143596)
+++ community-i686/PKGBUILD 2015-10-10 13:24:29 UTC (rev 143597)
@@ -1,102 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.76-rc3
-#_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
-
-pkgname=blender
-pkgver=2.76rc3
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-
-  # We need this to build with Python 3.5/3.6, remove in a release after 
2.76rc1
-  git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_CYCLES_PTEX=ON \
--DWITH_OPENSUBDIV=ON \
--DPYTHON_VERSION=3.5 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.5m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python

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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 15:02:01
  Author: andyrtr
Revision: 248864

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

Added:
  ghostscript/repos/extra-i686/PKGBUILD
(from rev 248863, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-i686/bug_696246.diff
(from rev 248863, ghostscript/trunk/bug_696246.diff)
  ghostscript/repos/extra-i686/ghostscript-sys-zlib.patch
(from rev 248863, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 248863, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-x86_64/bug_696246.diff
(from rev 248863, ghostscript/trunk/bug_696246.diff)
  ghostscript/repos/extra-x86_64/ghostscript-sys-zlib.patch
(from rev 248863, ghostscript/trunk/ghostscript-sys-zlib.patch)
Deleted:
  ghostscript/repos/extra-i686/PKGBUILD
  ghostscript/repos/extra-i686/ghostscript-sys-zlib.patch
  ghostscript/repos/extra-x86_64/PKGBUILD
  ghostscript/repos/extra-x86_64/ghostscript-sys-zlib.patch

-+
 /PKGBUILD   |  182 ++
 /ghostscript-sys-zlib.patch |   50 
 extra-i686/PKGBUILD |   87 --
 extra-i686/bug_696246.diff  |   89 ++
 extra-i686/ghostscript-sys-zlib.patch   |   25 
 extra-x86_64/PKGBUILD   |   87 --
 extra-x86_64/bug_696246.diff|   89 ++
 extra-x86_64/ghostscript-sys-zlib.patch |   25 
 8 files changed, 410 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 13:01:47 UTC (rev 248863)
+++ extra-i686/PKGBUILD 2015-10-10 13:02:01 UTC (rev 248864)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
-
-pkgname=ghostscript
-pkgver=9.18
-pkgrel=1
-pkgdesc="An interpreter for the PostScript language"
-arch=('i686' 'x86_64')
-license=('AGPL' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
- 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
-makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
-optdepends=('texlive-core:  needed for dvipdf'
-'gtk3:  needed for gsx')
-url="http://www.ghostscript.com/";
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
-ghostscript-sys-zlib.patch)
-#options=('!makeflags')
-# http://downloads.ghostscript.com/public/SHA1SUMS
-sha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1'
-  'e054caf753df4d67221b29a2eac66130653f7556')
-
-prepare() {
-  cd ghostscript-${pkgver}
-  # fix build with system zlib
-  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
-}
-
-build() {
-  cd ghostscript-${pkgver}
-  
-  # force it to use system-libs
-  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
-  # https://bugs.archlinux.org/task/38226
-  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
-
-  autoconf --force
-
-  ./configure --prefix=/usr \
-   --enable-dynamic \
-   --with-ijs \
-   --with-jbig2dec \
-   --with-omni \
-   --with-x \
-   --with-drivers=ALL\
-   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
-   --enable-fontconfig \
-   --enable-freetype \
-   --enable-openjpeg \
-   --without-luratech \
-   --without-omni \
-   --with-system-libtiff \
-   --with-libpaper \
-   --disable-compile-inits #--help # needed for linking with system-zlib
-  make
-
-  # Build IJS
-  cd ijs
-  sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ghostscript-${pkgver}
-  make DESTDIR="${pkgdir}" \
-   cups_serverroot="${pkgdir}"/etc/cups \
-   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
-
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
-  
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove unwanted localized man-pages
-  rm -rf "$pkgdir"/usr/share/man/[^man1]*
-
-  # install IJS
-  cd ijs
-  make DESTDIR="${pkgdir}" install
-  
-  # remove filters that are now maintained in cups-filters as upstream home
-  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
-}

Copied: ghostscript/repos/extra-i686/PKGBUILD (from rev 248863, 
ghostscript/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 13:02:01 UTC (rev 248864)
@@ -0,0 +1,91 @@
+# $Id$
+# Mai

[arch-commits] Commit in ghostscript/trunk (PKGBUILD bug_696246.diff)

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 15:01:47
  Author: andyrtr
Revision: 248863

upgpkg: ghostscript 9.18-2

fix upstream bug http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should 
also fix FS#46637

Added:
  ghostscript/trunk/bug_696246.diff
Modified:
  ghostscript/trunk/PKGBUILD

-+
 PKGBUILD|   10 --
 bug_696246.diff |   89 ++
 2 files changed, 96 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 12:51:23 UTC (rev 248862)
+++ PKGBUILD2015-10-10 13:01:47 UTC (rev 248863)
@@ -5,7 +5,7 @@
 
 pkgname=ghostscript
 pkgver=9.18
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -16,16 +16,20 @@
 'gtk3:  needed for gsx')
 url="http://www.ghostscript.com/";
 source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
-ghostscript-sys-zlib.patch)
+ghostscript-sys-zlib.patch
+bug_696246.diff)
 #options=('!makeflags')
 # http://downloads.ghostscript.com/public/SHA1SUMS
 sha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1'
-  'e054caf753df4d67221b29a2eac66130653f7556')
+  'e054caf753df4d67221b29a2eac66130653f7556'
+  '8bdcb72250f81d8d1f3b3cff4becb673113ed302')
 
 prepare() {
   cd ghostscript-${pkgver}
   # fix build with system zlib
   patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+  # fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should also be 
FS#46637
+  patch -Np1 -i ${srcdir}/bug_696246.diff
 }
 
 build() {

Added: bug_696246.diff
===
--- bug_696246.diff (rev 0)
+++ bug_696246.diff 2015-10-10 13:01:47 UTC (rev 248863)
@@ -0,0 +1,89 @@
+From: Chris Liddell 
+Date: Fri, 9 Oct 2015 09:54:10 + (+0100)
+Subject: Bug 696246: devijs account for device sublassing.
+X-Git-Url: 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff_plain;h=b68e05c3
+
+Bug 696246: devijs account for device sublassing.
+
+The IJS device wasn't coping with the possibility it had been subclassed.
+
+No cluster differences
+---
+
+diff --git a/devices/gdevijs.c b/devices/gdevijs.c
+index 5520716..a2e21ea 100644
+--- a/devices/gdevijs.c
 b/devices/gdevijs.c
+@@ -827,6 +827,10 @@ gsijs_open(gx_device *dev)
+ if (code < 0)
+ return code;
+ 
++while (dev->child)
++dev = dev->child;
++ijsdev = (gx_device_ijs *)dev;
++
+ if (use_outputfd) {
+ /* Note: dup() may not be portable to all interesting IJS
+platforms. In that case, this branch should be #ifdef'ed out.
+From: Chris Liddell 
+Date: Fri, 9 Oct 2015 11:54:44 + (+0100)
+Subject: Bug 696246: patch the memory manager fields for sublassed devices.
+X-Git-Url: 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff_plain;h=95553954
+
+Bug 696246: patch the memory manager fields for sublassed devices.
+
+When we subclass a device, we were patching the "visible" type field - that is,
+the one referenced directly in the device structure. We were not patching
+the type information in the memory object header so, in particular, the
+garbage collector could end up calling the wrong methods for the subclassed
+device.
+
+No cluster differences.
+---
+
+diff --git a/base/gdevdflt.c b/base/gdevdflt.c
+index 5768937..305f89d 100644
+--- a/base/gdevdflt.c
 b/base/gdevdflt.c
+@@ -17,6 +17,8 @@
+ #include "math_.h"
+ #include "memory_.h"
+ #include "gx.h"
++#include "gsstruct.h"
++#include "gxobj.h"
+ #include "gserrors.h"
+ #include "gsropt.h"
+ #include "gxcomp.h"
+@@ -26,6 +28,7 @@
+ #include "gstrans.h"/* For gs_pdf14trans_t */
+ #include "gxistate.h"   /* for gs_image_state_s */
+ 
++
+ /* defined in gsdpram.c */
+ int gx_default_get_param(gx_device *dev, char *Param, void *list);
+ 
+@@ -1294,6 +1297,11 @@ int gx_device_subclass(gx_device *dev_to_subclass, 
gx_device *new_prototype, uns
+ ptr1 = ((char *)new_prototype) + sizeof(gx_device);
+ memcpy(ptr, ptr1, new_prototype->params_size - sizeof(gx_device));
+ 
++/* We have to patch up the "type" parameters that the memory 
manage/garbage
++ * collector will use, as well.
++ */
++(((obj_header_t *)dev_to_subclass) - 1)->o_type = new_prototype->stype;
++
+ /* If the original device's stype structure was dynamically allocated, we 
need
+  * to 'fixup' the contents, it's procs need to point to the new device's 
procs
+  * for instance.
+diff --git a/base/lib.mak b/base/lib.mak
+index de78333..09b70e5 100644
+--- a/base/lib.mak
 b/base/lib.mak
+@@ -1210,7 +1210,7 @@ $(GLOBJ)gdevdsha.$(OBJ) : $(GLSRC)gdevdsha.c $(AK) 
$(gx_h)\
+ 
+ $(GLOBJ)gdevdflt.$(OBJ) : $(GLSRC)gdevdflt.c $(AK) $(gx_h)\
+  $(gserrors_h) $(gsropt_h) $(gxcomp_h) $(gxdevice_h) $(gxdevsop_h) $(math__h)\
+- $(MAKE

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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 14:22:38
  Author: andyrtr
Revision: 248859

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 248858, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 248858, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 248858, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 248858, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 248858, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  754 
++
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   34 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  377 -
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  377 -
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 900 insertions(+), 892 deletions(-)

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


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

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 14:22:16
  Author: andyrtr
Revision: 248858

upgpkg: libreoffice-fresh 5.0.2-3

add install note about experimental gtk3 vcl and how to stick with gtk2 vcl

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/libreoffice-fresh.install

---+
 PKGBUILD  |2 +-
 libreoffice-fresh.install |4 
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:05:34 UTC (rev 248857)
+++ PKGBUILD2015-10-10 12:22:16 UTC (rev 248858)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.2.2
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";

Modified: libreoffice-fresh.install
===
--- libreoffice-fresh.install   2015-10-10 11:05:34 UTC (rev 248857)
+++ libreoffice-fresh.install   2015-10-10 12:22:16 UTC (rev 248858)
@@ -2,6 +2,10 @@
   xdg-icon-resource forceupdate --theme hicolor
   update-desktop-database -q
   update-mime-database usr/share/mime > /dev/null 2>&1
+  
+  echo "> LibreOffice now uses highly experimental gtk3 vcl by default"
+  echo "> on some desktops. To use stable gtk2 vcl uncomment"
+  echo "> it in /etc/profile.d/libreoffice-fresh.{sh,csh}"
 }
 
 post_upgrade() {


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 14:02:29
  Author: jelle
Revision: 143595

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 12:02:19 UTC (rev 143594)
+++ community-i686/PKGBUILD 2015-10-10 12:02:29 UTC (rev 143595)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.8.2
-pkgrel=3
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com";
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('ca8d2ba1646bfe371f58db67311e909a'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 143594, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 12:02:29 UTC (rev 143595)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('a4081d3ea575eab9e220e0811e8c1303'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 12:02:19 UTC (rev 143594)
+++ community-x86_64/PKGBUILD   2015-10-10 12:02:29 UTC (rev 143595)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.8.2
-pkgrel=3
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com";
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('ca8d2ba1646bfe371f58db67311e909a'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 143594, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 12:02:29 UTC (rev 143595)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+licen

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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 14:02:19
  Author: jelle
Revision: 143594

upgpkg: pdf2djvu 0.9.1-1

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:57:38 UTC (rev 143593)
+++ PKGBUILD2015-10-10 12:02:19 UTC (rev 143594)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pdf2djvu
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://pdf2djvu.googlecode.com";
@@ -13,7 +13,7 @@
 makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
 
source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('ca8d2ba1646bfe371f58db67311e909a'
+md5sums=('a4081d3ea575eab9e220e0811e8c1303'
  'SKIP')
 
 build() {
@@ -36,4 +36,3 @@
 make install DESTDIR=${pkgdir}
 install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
 }
-


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 13:57:38
  Author: jelle
Revision: 143593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 11:56:42 UTC (rev 143592)
+++ PKGBUILD2015-10-10 11:57:38 UTC (rev 143593)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.6.0
-pkgrel=2
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org";
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
-md5sums=('9772dbee426d656f01a13881e2b139d8')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-  python2 ./setup.py check
-
-  cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 143592, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 11:57:38 UTC (rev 143593)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org";
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
+md5sums=('542b96b2cd825e8120e8cd822bc18f4b')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+  python3 ./setup.py check
+}


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 13:56:42
  Author: jelle
Revision: 143592

upgpkg: python-cherrypy 3.8.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:46:26 UTC (rev 143591)
+++ PKGBUILD2015-10-10 11:56:42 UTC (rev 143592)
@@ -5,8 +5,8 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
 url="http://www.cherrypy.org";
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz";)
-md5sums=('9772dbee426d656f01a13881e2b139d8')
+md5sums=('542b96b2cd825e8120e8cd822bc18f4b')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
@@ -57,7 +57,7 @@
 
 check() {
   cd CherryPy2-${pkgver}
-  python2 ./setup.py check
+  python2 ./setup.py test
 
   cd ../CherryPy-${pkgver}
   python3 ./setup.py check


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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:46:13
  Author: spupykin
Revision: 143590

upgpkg: xdebug 2.3.3-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:40:44 UTC (rev 143589)
+++ PKGBUILD2015-10-10 11:46:13 UTC (rev 143590)
@@ -5,8 +5,8 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('i686' 'x86_64')
 url="http://www.xdebug.org";
@@ -14,15 +14,12 @@
 depends=('php')
 backup=('etc/php/conf.d/xdebug.ini')
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   
https://github.com/remicollet/xdebug/commit/419834a441cc65bb4e7220e1128356dc99d86211.patch
xdebug.ini)
-md5sums=('647b862291fe900f40d25a80fcf50026'
- 'cd211deafab05c1d9e4b596c308c82cf'
+md5sums=('60e6fdf41840104a23debe16db15a2af'
  '6a1f2ef91c632d4c9b7b218cd2e278ef')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/419834a441cc65bb4e7220e1128356dc99d86211.patch
 }
 
 build() {


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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:46:26
  Author: spupykin
Revision: 143591

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

Added:
  xdebug/repos/community-i686/PKGBUILD
(from rev 143590, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug.ini
(from rev 143590, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 143590, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 143590, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

-+
 /PKGBUILD   |   90 ++
 /xdebug.ini |   10 
 community-i686/PKGBUILD |   48 --
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/xdebug.ini |5 --
 6 files changed, 100 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 11:46:13 UTC (rev 143590)
+++ community-i686/PKGBUILD 2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.3.2
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   
https://github.com/remicollet/xdebug/commit/419834a441cc65bb4e7220e1128356dc99d86211.patch
-   xdebug.ini)
-md5sums=('647b862291fe900f40d25a80fcf50026'
- 'cd211deafab05c1d9e4b596c308c82cf'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/419834a441cc65bb4e7220e1128356dc99d86211.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  cd $srcdir/$pkgname-$pkgver/debugclient
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 143590, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 11:46:26 UTC (rev 143591)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org";
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('60e6fdf41840104a23debe16db15a2af'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
+}

Deleted: community-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-10-10 11:46:13 UTC (rev 143590)
+++ community-i686/xdebug.ini   2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-i686/xdebug.ini (from rev 143590, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-10-10 11:46:26 UTC (rev 143591)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 11:46:13 UTC (rev 143590)
+++ community-x86_64/PKGBUILD   2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,48 

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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:40:26
  Author: spupykin
Revision: 143587

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 11:39:34 UTC (rev 143586)
+++ community-i686/PKGBUILD 2015-10-10 11:40:26 UTC (rev 143587)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.4.0
-pkgrel=4
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('72e3ba811db671366162bbf75a01ed37')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-i686/PKGBUILD (from rev 143586, 
gst-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 11:40:26 UTC (rev 143587)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 11:39:34 UTC (rev 143586)
+++ community-x86_64/PKGBUILD   2015-10-10 11:40:26 UTC (rev 143587)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.4.0
-pkgrel=4
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkg-config')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('72e3ba811db671366162bbf75a01ed37')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 143586, 
gst-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 11:40:26 UTC (rev 143587)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkg-config')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:40:30
  Author: spupykin
Revision: 143588

upgpkg: libmicrohttpd 0.9.44-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 11:40:26 UTC (rev 143587)
+++ PKGBUILD2015-10-10 11:40:30 UTC (rev 143588)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.42
+pkgver=0.9.44
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('3b9cf0b67fc8ebc9e69f53c6bc84a88d')
+md5sums=('9101b5ebf8f71792938ae672da314da2')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:40:44
  Author: spupykin
Revision: 143589

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

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

+
 /PKGBUILD  |   70 +++
 /libmicrohttpd.install |   40 +
 community-i686/PKGBUILD|   35 ---
 community-i686/libmicrohttpd.install   |   20 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/libmicrohttpd.install |   20 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 11:40:30 UTC (rev 143588)
+++ community-i686/PKGBUILD 2015-10-10 11:40:44 UTC (rev 143589)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Norberto Lopes 
-# Contributor: Kao Dome 
-# Contributor: Dmitrij D. Czarkoff 
-# Contributor: Mathias Rohnstock 
-
-pkgname=libmicrohttpd
-pkgver=0.9.42
-pkgrel=1
-pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libmicrohttpd/";
-license=('LGPL')
-depends=('gnutls' 'libgcrypt')
-optdepends=('file' 'curl')
-install=libmicrohttpd.install
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('3b9cf0b67fc8ebc9e69f53c6bc84a88d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
-   --enable-curl --enable-messages --with-pic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
-   ${pkgdir}/usr/include/$pkgname/platform.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
-   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
-}

Copied: libmicrohttpd/repos/community-i686/PKGBUILD (from rev 143588, 
libmicrohttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 11:40:44 UTC (rev 143589)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.44
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libmicrohttpd/";
+license=('LGPL')
+depends=('gnutls' 'libgcrypt')
+optdepends=('file' 'curl')
+install=libmicrohttpd.install
+source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
+md5sums=('9101b5ebf8f71792938ae672da314da2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
+   --enable-curl --enable-messages --with-pic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
+   ${pkgdir}/usr/include/$pkgname/platform.h
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
+   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
+}

Deleted: community-i686/libmicrohttpd.install
===
--- community-i686/libmicrohttpd.install2015-10-10 11:40:30 UTC (rev 
143588)
+++ community-i686/libmicrohttpd.install2015-10-10 11:40:44 UTC (rev 
143589)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmicrohttpd.info libmicrohttpd-tutorial.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: 

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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:39:34
  Author: spupykin
Revision: 143586

upgpkg: gst-python 1.5.2-1

upd

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:29:29 UTC (rev 143585)
+++ PKGBUILD2015-10-10 11:39:34 UTC (rev 143586)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-python
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Python bindings for GStreamer"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('python-gobject' 'gst-plugins-base')
 makedepends=('pkg-config')
 
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('72e3ba811db671366162bbf75a01ed37')
+md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34')
 
 build() {
   cd "${srcdir}/gst-python-${pkgver}"


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

2015-10-10 Thread Antonio Rojas
Date: Saturday, October 10, 2015 @ 13:05:34
  Author: arojas
Revision: 248857

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-i686/PKGBUILD 2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 248856, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-x86_64/PKGBUILD   2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 248856, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}

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

2015-10-10 Thread Antonio Rojas
Date: Saturday, October 10, 2015 @ 13:04:51
  Author: arojas
Revision: 248856

Update to 5.10

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:37:27 UTC (rev 248855)
+++ PKGBUILD2015-10-10 11:04:51 UTC (rev 248856)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,6 +27,6 @@
   make DESTDIR="$pkgdir" install
 
   # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
 }


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:37:27
  Author: fyan
Revision: 248855

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

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
(from rev 248854, baloo/trunk/PKGBUILD)
  baloo/repos/testing-i686/baloo.install
(from rev 248854, baloo/trunk/baloo.install)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 248854, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/baloo.install
(from rev 248854, baloo/trunk/baloo.install)

--+
 testing-i686/PKGBUILD|   40 
 testing-i686/baloo.install   |   11 +++
 testing-x86_64/PKGBUILD  |   40 
 testing-x86_64/baloo.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 248854, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:37:27 UTC (rev 248855)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+md5sums=('25177cb45b803baab1bfbf36e63fd396')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-i686/baloo.install (from rev 248854, 
baloo/trunk/baloo.install)
===
--- testing-i686/baloo.install  (rev 0)
+++ testing-i686/baloo.install  2015-10-10 10:37:27 UTC (rev 248855)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 248854, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:37:27 UTC (rev 248855)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+md5sums=('25177cb45b803baab1bfbf36e63fd396')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-x86_64/baloo.install (from rev 248854, 
baloo/trunk/baloo.install)
===
--- testing-x86_64/baloo.install(rev 0)
+++ testing-x86_64/baloo.install2015-10-10 10:37:27 UTC (rev 248855)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:36:49
  Author: fyan
Revision: 248853

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

Added:
  krunner/repos/testing-i686/
  krunner/repos/testing-i686/PKGBUILD
(from rev 248852, krunner/trunk/PKGBUILD)
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 248852, krunner/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: krunner/repos/testing-i686/PKGBUILD (from rev 248852, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:36:49 UTC (rev 248853)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('2a9971ce78f12dc38fe2dec6ab279b10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 248852, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:36:49 UTC (rev 248853)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/krunner'
+license=('LGPL')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('2a9971ce78f12dc38fe2dec6ab279b10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:36:56
  Author: fyan
Revision: 248854

upgpkg: baloo 5.15.0-1

KF 5.15.0

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:36:49 UTC (rev 248853)
+++ PKGBUILD2015-10-10 10:36:56 UTC (rev 248854)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=baloo
-pkgver=5.14.0
-pkgrel=4
+pkgver=5.15.0
+pkgrel=1
 pkgdesc="A framework for searching and managing metadata"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Baloo'
@@ -16,25 +16,11 @@
 provides=('baloo-frameworks')
 groups=('kf5')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
-  
baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=3312d6f&o=plain";
-  
baloo-bug353049.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=29fe68f&o=plain";
-  
fix-gwenview.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=8258e54&o=plain";)
-md5sums=('0e708135232432d371596d22ed864e3e'
- '3b61489b8e4a2910bced3fb7b8872f69'
- '55458f5973551f7dd674e29f7c7237b5'
- '067dd6f60c4eb7a9d3b7a057a36a079b')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+md5sums=('25177cb45b803baab1bfbf36e63fd396')
 
 prepare() {
   mkdir -p build
-
-# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
-  cd $pkgname-$pkgver
-  patch -p1 -i ../baloo-bug352454.patch
-# Fix segfault in dolphin https://bugs.kde.org/show_bug.cgi?id=353049
-  patch -p1 -i ../baloo-bug353049.patch
-# Fix gwenview hang when Baloo is disabled
-  patch -p1 -i ../fix-gwenview.patch
 }
 
 build() {


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:36:10
  Author: fyan
Revision: 248851

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

Added:
  kross/repos/testing-i686/
  kross/repos/testing-i686/PKGBUILD
(from rev 248850, kross/trunk/PKGBUILD)
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 248850, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-i686/PKGBUILD (from rev 248850, 
kross/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:36:10 UTC (rev 248851)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kross'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('bc90445c7797c63aa210da6ba12341ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 248850, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:36:10 UTC (rev 248851)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kross'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('bc90445c7797c63aa210da6ba12341ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:36:22
  Author: fyan
Revision: 248852

upgpkg: krunner 5.15.0-1

KF 5.15.0

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:36:10 UTC (rev 248851)
+++ PKGBUILD2015-10-10 10:36:22 UTC (rev 248852)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=krunner
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('plasma-framework' 'threadweaver')
 makedepends=('extra-cmake-modules' 'kdoctools')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('8125ed94b4b2a19fef7430b0cc649212')
+md5sums=('2a9971ce78f12dc38fe2dec6ab279b10')
 
 prepare() {
   mkdir build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:42
  Author: fyan
Revision: 248850

upgpkg: kross 5.15.0-1

KF 5.15.0

Modified:
  kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:35:36 UTC (rev 248849)
+++ PKGBUILD2015-10-10 10:35:42 UTC (rev 248850)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kross
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Multi-language application scripting'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('057ed7d554d16bb5439496e0537c2ed3')
+md5sums=('bc90445c7797c63aa210da6ba12341ae')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:36
  Author: fyan
Revision: 248849

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

Added:
  kmediaplayer/repos/testing-i686/
  kmediaplayer/repos/testing-i686/PKGBUILD
(from rev 248848, kmediaplayer/trunk/PKGBUILD)
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 248848, kmediaplayer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kmediaplayer/repos/testing-i686/PKGBUILD (from rev 248848, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:35:36 UTC (rev 248849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kmediaplayer'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 248848, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:35:36 UTC (rev 248849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kmediaplayer'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:10
  Author: fyan
Revision: 248848

upgpkg: kmediaplayer 5.15.0-1

KF 5.15.0

Modified:
  kmediaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:34:58 UTC (rev 248847)
+++ PKGBUILD2015-10-10 10:35:10 UTC (rev 248848)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kmediaplayer
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Plugin interface for media player features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('e803fc78fb1acf9884621cca1e81fe88')
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:58
  Author: fyan
Revision: 248847

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

Added:
  kjsembed/repos/testing-i686/
  kjsembed/repos/testing-i686/PKGBUILD
(from rev 248846, kjsembed/trunk/PKGBUILD)
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 248846, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-i686/PKGBUILD (from rev 248846, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:34:58 UTC (rev 248847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 248846, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:34:58 UTC (rev 248847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:31
  Author: fyan
Revision: 248846

upgpkg: kjsembed 5.15.0-1

KF 5.15.0

Modified:
  kjsembed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:34:05 UTC (rev 248845)
+++ PKGBUILD2015-10-10 10:34:31 UTC (rev 248846)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjsembed
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Embedded JS'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b98728da482f20bf0331ddbb56429622')
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:05
  Author: fyan
Revision: 248845

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

Added:
  khtml/repos/testing-i686/
  khtml/repos/testing-i686/PKGBUILD
(from rev 248844, khtml/trunk/PKGBUILD)
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 248844, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 248844, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:34:05 UTC (rev 248845)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 248844, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:34:05 UTC (rev 248845)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:33:39
  Author: fyan
Revision: 248844

upgpkg: khtml 5.15.0-1

KF 5.15.0

Modified:
  khtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:33:20 UTC (rev 248843)
+++ PKGBUILD2015-10-10 10:33:39 UTC (rev 248844)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=khtml
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='KHTML APIs'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d3e33cf31a47b33259d3bf2b5385f751')
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:33:20
  Author: fyan
Revision: 248843

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

Added:
  kdelibs4support/repos/testing-i686/
  kdelibs4support/repos/testing-i686/PKGBUILD
(from rev 248842, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 248842, kdelibs4support/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: kdelibs4support/repos/testing-i686/PKGBUILD (from rev 248842, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:33:20 UTC (rev 248843)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
+
+prepare() {
+  mkdir -p 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 \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 248842, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:33:20 UTC (rev 248843)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
+
+prepare() {
+  mkdir -p 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 \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:54
  Author: fyan
Revision: 248842

upgpkg: kdelibs4support 5.15.0-1

KF 5.15.0

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:32:46 UTC (rev 248841)
+++ PKGBUILD2015-10-10 10:32:54 UTC (rev 248842)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdelibs4support
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kde4support')
 conflicts=('kde4support')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('feb4bb63b373a4fdf7084be2a904d447')
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:46
  Author: fyan
Revision: 248841

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

Added:
  networkmanager-qt/repos/testing-i686/
  networkmanager-qt/repos/testing-i686/PKGBUILD
(from rev 248840, networkmanager-qt/trunk/PKGBUILD)
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 248840, networkmanager-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 248840, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:32:46 UTC (rev 248841)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6bb0d1877e42c4d477e6d05185397df0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 248840, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:32:46 UTC (rev 248841)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6bb0d1877e42c4d477e6d05185397df0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:31:43
  Author: fyan
Revision: 248838

upgpkg: modemmanager-qt 5.15.0-1

KF 5.15.0

Modified:
  modemmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:31:37 UTC (rev 248837)
+++ PKGBUILD2015-10-10 10:31:43 UTC (rev 248838)
@@ -3,7 +3,7 @@
 # Mainrainer: Antonio Rojas 
 
 pkgname=modemmanager-qt
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Qt wrapper for ModemManager DBus API'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(kf5)
 conflicts=(libmm-qt5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('644a45b79fd1106a68f0478d89e891e8')
+md5sums=('6b14c285d47ffc1e1bab756cf659ab7a')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:21
  Author: fyan
Revision: 248840

upgpkg: networkmanager-qt 5.15.0-1

KF 5.15.0

Modified:
  networkmanager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:32:11 UTC (rev 248839)
+++ PKGBUILD2015-10-10 10:32:21 UTC (rev 248840)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=networkmanager-qt
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Qt wrapper for NetworkManager API'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('libnm-qt5')
 conflicts=('libnm-qt5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ea34cd8d1093724fc60da6e2555f2750')
+md5sums=('6bb0d1877e42c4d477e6d05185397df0')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:31:37
  Author: fyan
Revision: 248837

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

Added:
  kxmlrpcclient/repos/testing-i686/
  kxmlrpcclient/repos/testing-i686/PKGBUILD
(from rev 248836, kxmlrpcclient/trunk/PKGBUILD)
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 248836, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-i686/PKGBUILD (from rev 248836, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:31:37 UTC (rev 248837)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient";
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('59f450e03c41e58db77b4e2d7ebf0df4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 248836, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:31:37 UTC (rev 248837)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient";
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('plasma-workspace<5.2.95')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('59f450e03c41e58db77b4e2d7ebf0df4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:11
  Author: fyan
Revision: 248839

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

Added:
  modemmanager-qt/repos/testing-i686/
  modemmanager-qt/repos/testing-i686/PKGBUILD
(from rev 248838, modemmanager-qt/trunk/PKGBUILD)
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 248838, modemmanager-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: modemmanager-qt/repos/testing-i686/PKGBUILD (from rev 248838, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:32:11 UTC (rev 248839)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/modemmanager-qt'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6b14c285d47ffc1e1bab756cf659ab7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 248838, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:32:11 UTC (rev 248839)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/modemmanager-qt'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6b14c285d47ffc1e1bab756cf659ab7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:31:11
  Author: fyan
Revision: 248836

upgpkg: kxmlrpcclient 5.15.0-1

KF 5.15.0

Modified:
  kxmlrpcclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:30:52 UTC (rev 248835)
+++ PKGBUILD2015-10-10 10:31:11 UTC (rev 248836)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kxmlrpcclient
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc="XML-RPC client library for KDE"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('plasma-workspace<5.2.95')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('7e66a2d58a299a125336b9e81600b686')
+md5sums=('59f450e03c41e58db77b4e2d7ebf0df4')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:30:52
  Author: fyan
Revision: 248835

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

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 248834, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 248834, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 248834, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 248834, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 104 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 248834, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:30:52 UTC (rev 248835)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'pkgbuild-syntax-highlight.patch')
+md5sums=('cfbfab5e980de650448171d54ae2777c'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from 
rev 248834, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2015-10-10 10:30:52 UTC 
(rev 248835)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:30:25
  Author: fyan
Revision: 248834

upgpkg: ktexteditor 5.15.0-1

KF 5.15.0

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:30:18 UTC (rev 248833)
+++ PKGBUILD2015-10-10 10:30:25 UTC (rev 248834)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ktexteditor
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'pkgbuild-syntax-highlight.patch')
-md5sums=('2c5c660aea6c55c3f21f29cc3f1df604'
+md5sums=('cfbfab5e980de650448171d54ae2777c'
  'cc66f75c967dd7ac7c97375875772d69')
 
 prepare() {


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:30:18
  Author: fyan
Revision: 248833

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

Added:
  kpeople/repos/testing-i686/
  kpeople/repos/testing-i686/PKGBUILD
(from rev 248832, kpeople/trunk/PKGBUILD)
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 248832, kpeople/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kpeople/repos/testing-i686/PKGBUILD (from rev 248832, 
kpeople/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:30:18 UTC (rev 248833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='http://community.kde.org/KTp/libkpeople'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ab52947f23feeb9a91b867fea2fe8d54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 248832, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:30:18 UTC (rev 248833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='http://community.kde.org/KTp/libkpeople'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ab52947f23feeb9a91b867fea2fe8d54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:29:43
  Author: fyan
Revision: 248831

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

Added:
  knotifyconfig/repos/testing-i686/
  knotifyconfig/repos/testing-i686/PKGBUILD
(from rev 248830, knotifyconfig/trunk/PKGBUILD)
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 248830, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-i686/PKGBUILD (from rev 248830, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:29:43 UTC (rev 248831)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifyconfig'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5fdeae0bec3fd026c084fc424518c3ce')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 248830, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:29:43 UTC (rev 248831)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifyconfig'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5fdeae0bec3fd026c084fc424518c3ce')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:29:51
  Author: fyan
Revision: 248832

upgpkg: kpeople 5.15.0-1

KF 5.15.0

Modified:
  kpeople/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:29:43 UTC (rev 248831)
+++ PKGBUILD2015-10-10 10:29:51 UTC (rev 248832)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpeople
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='A library that provides access to all contacts and the people who 
hold them'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules python)
 groups=(kf5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d2122e29193fbbea680c82d9bd442a00')
+md5sums=('ab52947f23feeb9a91b867fea2fe8d54')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:28:38
  Author: fyan
Revision: 248828

upgpkg: knewstuff 5.15.0-1

KF 5.15.0

Modified:
  knewstuff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:28:31 UTC (rev 248827)
+++ PKGBUILD2015-10-10 10:28:38 UTC (rev 248828)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knewstuff
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Support for downloading application assets from the network'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('17e952f64c00a844d23f56381fa53f5b')
+md5sums=('c0a82c797db0af67dfc8cfa72d6bca08')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:29:29
  Author: fyan
Revision: 143585

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

Added:
  haskell-memory/repos/community-i686/
  haskell-memory/repos/community-i686/PKGBUILD
(from rev 143584, haskell-memory/trunk/PKGBUILD)
  haskell-memory/repos/community-i686/haskell-memory.install
(from rev 143584, haskell-memory/trunk/haskell-memory.install)
  haskell-memory/repos/community-x86_64/
  haskell-memory/repos/community-x86_64/PKGBUILD
(from rev 143584, haskell-memory/trunk/PKGBUILD)
  haskell-memory/repos/community-x86_64/haskell-memory.install
(from rev 143584, haskell-memory/trunk/haskell-memory.install)

-+
 community-i686/PKGBUILD |   43 ++
 community-i686/haskell-memory.install   |   18 
 community-x86_64/PKGBUILD   |   43 ++
 community-x86_64/haskell-memory.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-memory/repos/community-i686/PKGBUILD (from rev 143584, 
haskell-memory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 10:29:29 UTC (rev 143585)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.10
+pkgrel=1
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('4fbd6b86424c9513c4315b0e3649d4545400b07045cce5de5930ca25eb4f1af7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsupport_deepseq -fsupport_bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-memory/repos/community-i686/haskell-memory.install (from rev 
143584, haskell-memory/trunk/haskell-memory.install)
===
--- community-i686/haskell-memory.install   (rev 0)
+++ community-i686/haskell-memory.install   2015-10-10 10:29:29 UTC (rev 
143585)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-memory
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-memory/repos/community-x86_64/PKGBUILD (from rev 143584, 
haskell-memory/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 10:29:29 UTC (rev 143585)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.10
+pkgrel=1
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('4fbd6b86424c9513c4315b0e3649d4545400b07045cce5de5930ca25eb4f1af7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:29:15
  Author: fyan
Revision: 248830

upgpkg: knotifyconfig 5.15.0-1

KF 5.15.0

Modified:
  knotifyconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:29:05 UTC (rev 248829)
+++ PKGBUILD2015-10-10 10:29:15 UTC (rev 248830)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knotifyconfig
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Configuration system for KNotify'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('e66f03050ce37783261c56adea9dd244')
+md5sums=('5fdeae0bec3fd026c084fc424518c3ce')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:29:05
  Author: fyan
Revision: 248829

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

Added:
  knewstuff/repos/testing-i686/
  knewstuff/repos/testing-i686/PKGBUILD
(from rev 248828, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 248828, knewstuff/trunk/PKGBUILD)

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

Copied: knewstuff/repos/testing-i686/PKGBUILD (from rev 248828, 
knewstuff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:29:05 UTC (rev 248829)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knewstuff'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('c0a82c797db0af67dfc8cfa72d6bca08')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 248828, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:29:05 UTC (rev 248829)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knewstuff'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('c0a82c797db0af67dfc8cfa72d6bca08')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:28:35
  Author: fyan
Revision: 143584

addpkg: haskell-memory 0.10-1

Added:
  haskell-memory/
  haskell-memory/repos/
  haskell-memory/trunk/
  haskell-memory/trunk/PKGBUILD
  haskell-memory/trunk/haskell-memory.install

+
 PKGBUILD   |   43 +++
 haskell-memory.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-memory/trunk/PKGBUILD
===
--- haskell-memory/trunk/PKGBUILD   (rev 0)
+++ haskell-memory/trunk/PKGBUILD   2015-10-10 10:28:35 UTC (rev 143584)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.10
+pkgrel=1
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('4fbd6b86424c9513c4315b0e3649d4545400b07045cce5de5930ca25eb4f1af7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsupport_deepseq -fsupport_bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-memory/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-memory/trunk/haskell-memory.install
===
--- haskell-memory/trunk/haskell-memory.install (rev 0)
+++ haskell-memory/trunk/haskell-memory.install 2015-10-10 10:28:35 UTC (rev 
143584)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-memory
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:28:31
  Author: fyan
Revision: 248827

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

Added:
  kitemmodels/repos/testing-i686/
  kitemmodels/repos/testing-i686/PKGBUILD
(from rev 248826, kitemmodels/trunk/PKGBUILD)
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 248826, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-i686/PKGBUILD (from rev 248826, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:28:31 UTC (rev 248827)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemmodels'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f31edaae6d138bc2e1464e742796651d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 248826, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:28:31 UTC (rev 248827)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemmodels'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f31edaae6d138bc2e1464e742796651d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:58
  Author: fyan
Revision: 248825

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

Added:
  kimageformats/repos/testing-i686/
  kimageformats/repos/testing-i686/PKGBUILD
(from rev 248824, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 248824, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-i686/PKGBUILD (from rev 248824, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:27:58 UTC (rev 248825)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('90831d906b5ab8224bb4a4a6c01e11b5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 248824, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:27:58 UTC (rev 248825)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('90831d906b5ab8224bb4a4a6c01e11b5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:32
  Author: fyan
Revision: 248824

upgpkg: kimageformats 5.15.0-1

KF 5.15.0

Modified:
  kimageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:27:26 UTC (rev 248823)
+++ PKGBUILD2015-10-10 10:27:32 UTC (rev 248824)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kimageformats
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Image format plugins for Qt5'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('187a448cbfd6302bba9bb45a812322b8')
+md5sums=('90831d906b5ab8224bb4a4a6c01e11b5')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:28:06
  Author: fyan
Revision: 248826

upgpkg: kitemmodels 5.15.0-1

KF 5.15.0

Modified:
  kitemmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:27:58 UTC (rev 248825)
+++ PKGBUILD2015-10-10 10:28:06 UTC (rev 248826)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kitemmodels
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Models for Qt Model/View system'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('3b0dbc6a5c684ac6d2831df8c7f6d262')
+md5sums=('f31edaae6d138bc2e1464e742796651d')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:00
  Author: fyan
Revision: 248822

upgpkg: kidletime 5.15.0-1

KF 5.15.0

Modified:
  kidletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:26:49 UTC (rev 248821)
+++ PKGBUILD2015-10-10 10:27:00 UTC (rev 248822)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kidletime
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Monitoring user activity'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('821deeab6cbd9e37c8e676c7ca0f2eac')
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:26
  Author: fyan
Revision: 248823

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

Added:
  kidletime/repos/testing-i686/
  kidletime/repos/testing-i686/PKGBUILD
(from rev 248822, kidletime/trunk/PKGBUILD)
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 248822, kidletime/trunk/PKGBUILD)

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

Copied: kidletime/repos/testing-i686/PKGBUILD (from rev 248822, 
kidletime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:27:26 UTC (rev 248823)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kidletime'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 248822, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:27:26 UTC (rev 248823)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kidletime'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:49
  Author: fyan
Revision: 248821

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

Added:
  kemoticons/repos/testing-i686/
  kemoticons/repos/testing-i686/PKGBUILD
(from rev 248820, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 248820, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 248820, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:26:49 UTC (rev 248821)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b228087cb2223e5330d2c7d92f272879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 248820, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:26:49 UTC (rev 248821)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b228087cb2223e5330d2c7d92f272879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:22
  Author: fyan
Revision: 248820

upgpkg: kemoticons 5.15.0-1

KF 5.15.0

Modified:
  kemoticons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:26:15 UTC (rev 248819)
+++ PKGBUILD2015-10-10 10:26:22 UTC (rev 248820)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kemoticons
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('2eed2c3af124630323aa550cc1fa9378')
+md5sums=('b228087cb2223e5330d2c7d92f272879')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:42
  Author: fyan
Revision: 248817

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

Added:
  kdesu/repos/testing-i686/
  kdesu/repos/testing-i686/PKGBUILD
(from rev 248816, kdesu/trunk/PKGBUILD)
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 248816, kdesu/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: kdesu/repos/testing-i686/PKGBUILD (from rev 248816, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:25:42 UTC (rev 248817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('680bc940ca1b30357e3feb4c75796264')
+
+prepare() {
+  mkdir -p 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
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 248816, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:25:42 UTC (rev 248817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('680bc940ca1b30357e3feb4c75796264')
+
+prepare() {
+  mkdir -p 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
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:49
  Author: fyan
Revision: 248818

upgpkg: kdnssd 5.15.0-1

KF 5.15.0

Modified:
  kdnssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:25:42 UTC (rev 248817)
+++ PKGBUILD2015-10-10 10:25:49 UTC (rev 248818)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdnssd
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Abstraction to system DNSSD features'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kdnssd-framework')
 conflicts=('kdnssd-framework')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('60c2eb4b4bc7227213bc1b570be75cfd')
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:15
  Author: fyan
Revision: 248819

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 248818, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 248818, kdnssd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 248818, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:26:15 UTC (rev 248819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 248818, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:26:15 UTC (rev 248819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:17
  Author: fyan
Revision: 248816

upgpkg: kdesu 5.15.0-1

KF 5.15.0

Modified:
  kdesu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:25:10 UTC (rev 248815)
+++ PKGBUILD2015-10-10 10:25:17 UTC (rev 248816)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesu
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Integration with su for elevated privileges'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('7bb862e6a4897554f224741f9d16f0c2')
+md5sums=('680bc940ca1b30357e3feb4c75796264')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:10
  Author: fyan
Revision: 248815

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

Added:
  kded/repos/testing-i686/
  kded/repos/testing-i686/PKGBUILD
(from rev 248814, kded/trunk/PKGBUILD)
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 248814, kded/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kded/repos/testing-i686/PKGBUILD (from rev 248814, kded/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:25:10 UTC (rev 248815)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kded'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('4d4981a6700dc77fc5d9c2d4ef964c2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 248814, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:25:10 UTC (rev 248815)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kded'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('4d4981a6700dc77fc5d9c2d4ef964c2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:24:31
  Author: fyan
Revision: 248813

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

Added:
  frameworkintegration/repos/testing-i686/
  frameworkintegration/repos/testing-i686/PKGBUILD
(from rev 248812, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 248812, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-i686/PKGBUILD (from rev 248812, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:24:31 UTC (rev 248813)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('1dd33272081ff78e40a26262a74e499a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 248812, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:24:31 UTC (rev 248813)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('1dd33272081ff78e40a26262a74e499a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:24:44
  Author: fyan
Revision: 248814

upgpkg: kded 5.15.0-1

KF 5.15.0

Modified:
  kded/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:24:31 UTC (rev 248813)
+++ PKGBUILD2015-10-10 10:24:44 UTC (rev 248814)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kded
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Extensible deamon for providing system level services'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5a14cc490517fad7b087057b3ec34265')
+md5sums=('4d4981a6700dc77fc5d9c2d4ef964c2b')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD bug350758.patch)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:24:03
  Author: fyan
Revision: 248812

upgpkg: frameworkintegration 5.15.0-1

KF 5.15.0

Modified:
  frameworkintegration/trunk/PKGBUILD
Deleted:
  frameworkintegration/trunk/bug350758.patch

-+
 PKGBUILD|   13 --
 bug350758.patch |  245 --
 2 files changed, 4 insertions(+), 254 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:23:55 UTC (rev 248811)
+++ PKGBUILD2015-10-10 10:24:03 UTC (rev 248812)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.14.0
-pkgrel=2
+pkgver=5.15.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -12,16 +12,11 @@
 depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 bug350758.patch)
-md5sums=('d5094cba8ca4d280d6e817d334fb2dc1'
- '83e03a5a5f79de524e290b691efbbd77')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('1dd33272081ff78e40a26262a74e499a')
 
 prepare() {
   mkdir -p build
-
-# Fix file dialogs sometimes freezing applications 
https://bugs.kde.org/show_bug.cgi?id=350758
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bug350758.patch
 }
 
 build() {

Deleted: bug350758.patch
===
--- bug350758.patch 2015-10-10 10:23:55 UTC (rev 248811)
+++ bug350758.patch 2015-10-10 10:24:03 UTC (rev 248812)
@@ -1,245 +0,0 @@
-From 6ae74671ca68e9444db618207d662ad5d1c16f31 Mon Sep 17 00:00:00 2001
-From: Weng Xuetian 
-Date: Wed, 30 Sep 2015 10:40:35 -0700
-Subject: [PATCH] Fix random file dialog not showing up problem.
-
-When using QDialog to implement QPlatformDialog there will be a issue,
-that QDialog will use a dummy invisible to make Qt aware that a modal
-dialog exists. But for our usecase, this invisible dialog will show up
-after our own qdialog and cause our dialog not accept any input.
-
-The original workaround is to hide our dialog and show it again, but
-this will hit QTBUG-48248 and our dialog will not show up at all
-randomly. To avoid this, we delegate the call to show() on our
-QDialog with a timer.
-
-BUG: 350758
-REVIEW: 125208

- autotests/kfiledialog_unittest.cpp| 10 +++
- autotests/kfiledialogqml_unittest.cpp |  4 +++
- src/platformtheme/kdeplatformfiledialogbase.cpp   | 16 ++-
- src/platformtheme/kdeplatformfiledialogbase_p.h   |  5 
- src/platformtheme/kdeplatformfiledialoghelper.cpp | 35 +++
- src/platformtheme/kdeplatformfiledialoghelper.h   |  1 +
- 6 files changed, 58 insertions(+), 13 deletions(-)
-
-diff --git a/autotests/kfiledialog_unittest.cpp 
b/autotests/kfiledialog_unittest.cpp
-index 0d4c816..6abd98a 100644
 a/autotests/kfiledialog_unittest.cpp
-+++ b/autotests/kfiledialog_unittest.cpp
-@@ -92,6 +92,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- KDirOperator *op = fw->dirOperator();
- QCOMPARE(fileViewToString(op->viewMode()), 
fileViewToString(KFile::Tree));
- fw->setViewMode(KFile::Simple);
-@@ -120,6 +122,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -133,6 +137,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -147,6 +153,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -160,6 +168,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-diff --git a/autotests/kfiledialogqml_unittest.cpp 
b/autotests/

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:23:22
  Author: fyan
Revision: 248809

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

Added:
  kfilemetadata/repos/testing-i686/
  kfilemetadata/repos/testing-i686/PKGBUILD
(from rev 248808, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 248808, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 248808, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:23:22 UTC (rev 248809)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ee5b8199505fe2d01fcb097d5d1618a45a82b865')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 248808, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:23:22 UTC (rev 248809)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ee5b8199505fe2d01fcb097d5d1618a45a82b865')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:23:55
  Author: fyan
Revision: 248811

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

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 248810, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 248810, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 248810, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:23:55 UTC (rev 248811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('3fdcdaf5bf8cc70beb94539278eab559')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 248810, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:23:55 UTC (rev 248811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/frameworks/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('3fdcdaf5bf8cc70beb94539278eab559')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:23:29
  Author: fyan
Revision: 248810

upgpkg: bluez-qt 5.15.0-1

KF 5.15.0

Modified:
  bluez-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:23:22 UTC (rev 248809)
+++ PKGBUILD2015-10-10 10:23:29 UTC (rev 248810)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bluez-qt
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 conflicts=(libbluedevil-frameworks)
 groups=(kf5)
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ed07b3649612f4692b8e6714cbf1e6ca')
+md5sums=('3fdcdaf5bf8cc70beb94539278eab559')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:22:56
  Author: fyan
Revision: 248808

upgpkg: kfilemetadata 5.15.0-1

KF 5.15.0

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:22:46 UTC (rev 248807)
+++ PKGBUILD2015-10-10 10:22:56 UTC (rev 248808)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kfilemetadata
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'catdoc' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d959a8ea8ec2e77168662296e75937e9a2445cc9')
+sha1sums=('ee5b8199505fe2d01fcb097d5d1618a45a82b865')
 
 prepare() {
   mkdir build


  1   2   3   >