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

2015-05-26 Thread Felix Yan
Date: Wednesday, May 27, 2015 @ 03:26:02
  Author: fyan
Revision: 134206

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 134205, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-27 01:25:43 UTC (rev 134205)
+++ PKGBUILD2015-05-27 01:26:02 UTC (rev 134206)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
-# Contributor: Olivier Biesmans olivier at biesmans dot fr
-
-pkgname=mitmproxy
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=SSL-capable man-in-the-middle HTTP proxy
-arch=('any')
-url=http://mitmproxy.org/;
-license=('GPL')
-makedepends=('python2-setuptools')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
- 'python2-configargparse' 'python2-tornado'
- 'python2-pyperclip' 'python2-blinker'
- 'python2-urwid' 'python2-lxml' 'python2-pillow')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-conflicts=('mitmproxy-git')
-provides=('python2-libmproxy')
-source=(http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7c317b06d94c63ab3b44c6162a4a6eab4d3e829494b0ae8cba8a18d4e4addcc8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' 
libmproxy/contrib/html2text.py
-}
- 
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 134205, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-27 01:26:02 UTC (rev 134206)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
+# Contributor: Olivier Biesmans olivier at biesmans dot fr
+
+pkgname=mitmproxy
+pkgver=0.12.0
+pkgrel=2
+pkgdesc=SSL-capable man-in-the-middle HTTP proxy
+arch=('any')
+url=http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
+ 'python2-configargparse' 'python2-tornado'
+ 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+ 'python2-urwid' 'python2-lxml' 'python2-pillow')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+conflicts=('mitmproxy-git')
+provides=('python2-libmproxy')
+source=(http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7c317b06d94c63ab3b44c6162a4a6eab4d3e829494b0ae8cba8a18d4e4addcc8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' 
libmproxy/contrib/html2text.py
+}
+ 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}


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

2015-05-26 Thread Felix Yan
Date: Wednesday, May 27, 2015 @ 03:25:43
  Author: fyan
Revision: 134205

upgpkg: mitmproxy 0.12.0-2

fix dependency on setuptools (FS#45098)

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 22:49:08 UTC (rev 134204)
+++ PKGBUILD2015-05-27 01:25:43 UTC (rev 134205)
@@ -5,15 +5,14 @@
 
 pkgname=mitmproxy
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=SSL-capable man-in-the-middle HTTP proxy
 arch=('any')
 url=http://mitmproxy.org/;
 license=('GPL')
-makedepends=('python2-setuptools')
 depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
  'python2-configargparse' 'python2-tornado'
- 'python2-pyperclip' 'python2-blinker'
+ 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
  'python2-urwid' 'python2-lxml' 'python2-pillow')
 optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
 'python2-protobuf: Contentviews - Extended content decoding'


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

2015-05-26 Thread Tobias Powalowski
Date: Wednesday, May 27, 2015 @ 07:50:00
  Author: tpowa
Revision: 239815

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 239814, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 239814, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-05-27 05:50:00 UTC (rev 239815)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=3161bfa
+pkgver=20150527.${_rev}
+pkgrel=1
+pkgdesc=Firmware files for Linux
+makedepends=('git')
+arch=('any')
+url=http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} FIRMWAREDIR=/usr/lib/firmware install
+  rm ${pkgdir}/usr/lib/firmware/{Makefile,README,configure,GPL-3}
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm644 LICEN* WHENCE ${pkgdir}/usr/share/licenses/linux-firmware/
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d ${pkgdir}/usr/lib/tmpfiles.d
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
+}
+# vim:set ts=2 sw=2 et:


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

2015-05-26 Thread Tobias Powalowski
Date: Wednesday, May 27, 2015 @ 07:49:54
  Author: tpowa
Revision: 239814

upgpkg: linux-firmware 20150527.3161bfa-1

bump to latest version

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-27 04:23:07 UTC (rev 239813)
+++ PKGBUILD2015-05-27 05:49:54 UTC (rev 239814)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=8e18132
-pkgver=20150511.${_rev}
+_rev=3161bfa
+pkgver=20150527.${_rev}
 pkgrel=1
 pkgdesc=Firmware files for Linux
 makedepends=('git')


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:19:01
  Author: lcarlier
Revision: 134138

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 134137, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 06:18:37 UTC (rev 134137)
+++ PKGBUILD2015-05-26 06:19:01 UTC (rev 134138)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.2.7
-pkgrel=1
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('76368411ea735171c79b73f423aa79df')
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 134137, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 06:19:01 UTC (rev 134138)
@@ -0,0 +1,31 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.2.8
+pkgrel=1
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('4ef7c8e51589ca5189d228272137832d')
+
+package() {
+  cd $srcdir/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
+}


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:18:37
  Author: lcarlier
Revision: 134137

upgpkg: playonlinux 4.2.8-1

upstream update 4.2.8

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:16:20 UTC (rev 134136)
+++ PKGBUILD2015-05-26 06:18:37 UTC (rev 134137)
@@ -3,7 +3,7 @@
 # Contributor: Skunnyk skun...@archlinux.fr
 
 pkgname=playonlinux
-pkgver=4.2.7
+pkgver=4.2.8
 pkgrel=1
 pkgdesc=GUI for managing Windows programs under linux
 url=http://www.playonlinux.com/;
@@ -13,7 +13,7 @@
 arch=('any')
 
source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
 options=(!strip)
-md5sums=('76368411ea735171c79b73f423aa79df')
+md5sums=('4ef7c8e51589ca5189d228272137832d')
 
 package() {
   cd $srcdir/$pkgname


[arch-commits] Commit in (35 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 08:33:03
  Author: arojas
Revision: 239759

Reset pkgrel

Modified:
  baloo/trunk/PKGBUILD
  bluedevil/trunk/PKGBUILD
  bluez-qt/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kfilemetadata/trunk/PKGBUILD
  khelpcenter/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  kscreen/trunk/PKGBUILD
  ksshaskpass/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-mediacenter/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-agent/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  sddm-kcm/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  ttf-oxygen/trunk/PKGBUILD

+
 baloo/trunk/PKGBUILD   |2 +-
 bluedevil/trunk/PKGBUILD   |2 +-
 bluez-qt/trunk/PKGBUILD|2 +-
 breeze/trunk/PKGBUILD  |2 +-
 kde-cli-tools/trunk/PKGBUILD   |2 +-
 kde-gtk-config/trunk/PKGBUILD  |2 +-
 kdecoration/trunk/PKGBUILD |2 +-
 kdeplasma-addons/trunk/PKGBUILD|2 +-
 kfilemetadata/trunk/PKGBUILD   |2 +-
 khelpcenter/trunk/PKGBUILD |2 +-
 khotkeys/trunk/PKGBUILD|2 +-
 kinfocenter/trunk/PKGBUILD |2 +-
 kio-extras/trunk/PKGBUILD  |2 +-
 kmenuedit/trunk/PKGBUILD   |2 +-
 kscreen/trunk/PKGBUILD |2 +-
 ksshaskpass/trunk/PKGBUILD |2 +-
 ksysguard/trunk/PKGBUILD   |2 +-
 kwayland/trunk/PKGBUILD|2 +-
 kwin/trunk/PKGBUILD|2 +-
 kwrited/trunk/PKGBUILD |2 +-
 libkscreen/trunk/PKGBUILD  |2 +-
 libksysguard/trunk/PKGBUILD|2 +-
 milou/trunk/PKGBUILD   |2 +-
 oxygen/trunk/PKGBUILD  |2 +-
 plasma-desktop/trunk/PKGBUILD  |2 +-
 plasma-mediacenter/trunk/PKGBUILD  |2 +-
 plasma-nm/trunk/PKGBUILD   |2 +-
 plasma-sdk/trunk/PKGBUILD  |2 +-
 plasma-workspace-wallpapers/trunk/PKGBUILD |2 +-
 plasma-workspace/trunk/PKGBUILD|2 +-
 polkit-kde-agent/trunk/PKGBUILD|2 +-
 powerdevil/trunk/PKGBUILD  |2 +-
 sddm-kcm/trunk/PKGBUILD|2 +-
 systemsettings/trunk/PKGBUILD  |2 +-
 ttf-oxygen/trunk/PKGBUILD  |2 +-
 35 files changed, 35 insertions(+), 35 deletions(-)

Modified: baloo/trunk/PKGBUILD
===
--- baloo/trunk/PKGBUILD2015-05-26 05:45:40 UTC (rev 239758)
+++ baloo/trunk/PKGBUILD2015-05-26 06:33:03 UTC (rev 239759)
@@ -5,7 +5,7 @@
 pkgname=baloo
 pkgver=5.9.1
 _pkgver=5.3.1
-pkgrel=3
+pkgrel=1
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2015-05-26 05:45:40 UTC (rev 239758)
+++ bluedevil/trunk/PKGBUILD2015-05-26 06:33:03 UTC (rev 239759)
@@ -5,7 +5,7 @@
 
 pkgname=bluedevil
 pkgver=5.3.1
-pkgrel=3
+pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
 arch=('i686' 'x86_64')

Modified: bluez-qt/trunk/PKGBUILD
===
--- bluez-qt/trunk/PKGBUILD 2015-05-26 05:45:40 UTC (rev 239758)
+++ bluez-qt/trunk/PKGBUILD 2015-05-26 06:33:03 UTC (rev 239759)
@@ -3,7 +3,7 @@
 
 pkgname=bluez-qt
 pkgver=5.3.1
-pkgrel=3
+pkgrel=1
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/bluez-qt'

Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2015-05-26 05:45:40 UTC (rev 239758)
+++ breeze/trunk/PKGBUILD   2015-05-26 06:33:03 UTC (rev 239759)
@@ -6,7 +6,7 @@
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
 pkgver=5.3.1
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')

Modified: kde-cli-tools/trunk/PKGBUILD
===
--- 

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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:33:37
  Author: lcarlier
Revision: 134139

upgpkg: winetricks 20150416-1

upstream update 20150416

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:19:01 UTC (rev 134138)
+++ PKGBUILD2015-05-26 06:33:37 UTC (rev 134139)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20141130
+pkgver=20150416
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -13,14 +13,13 @@
 arch=('any')
 optdepends=('zenity: GUI for GNOME desktop'
 'kdebase-kdialog: GUI for KDE desktop')
-source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
-   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('cf286583530a79b7982182e5f18f75fb'
- '0a2456fcacbca4c9db1e700d7b42207e')
+source=(https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz)
+md5sums=('a75ce63405bc737ed190a44a4e74811d')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
 
-  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
-  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
+  cd winetricks-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
 }


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:33:42
  Author: lcarlier
Revision: 134140

archrelease: copy trunk to community-any

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

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

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

Copied: winetricks/repos/community-any/PKGBUILD (from rev 134139, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 06:33:42 UTC (rev 134140)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: DsTr d...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=winetricks
+pkgver=20150416
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=(https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz)
+md5sums=('a75ce63405bc737ed190a44a4e74811d')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd winetricks-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+}


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:16:14
  Author: lcarlier
Revision: 134135

upgpkg: lib32-sqlite 3.8.10.2-1

upstream update 3.8.10.2

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:13:52 UTC (rev 134134)
+++ PKGBUILD2015-05-26 06:16:14 UTC (rev 134135)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3081001
+_amalgamationver=3081002
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.10.1
+pkgver=3.8.10.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('86bfed5752783fb24c051f3efac5972ce11023f0')
+sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152')
 options=('!makeflags')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:16:20
  Author: lcarlier
Revision: 134136

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 06:16:14 UTC (rev 134135)
+++ PKGBUILD2015-05-26 06:16:20 UTC (rev 134136)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3081001
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.10.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('86bfed5752783fb24c051f3efac5972ce11023f0')
-options=('!makeflags')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 134135, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 06:16:20 UTC (rev 134136)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3081002
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.10.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152')
+options=('!makeflags')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 08:43:26
  Author: fyan
Revision: 134141

upgpkg: gambas3 3.7.1-2

rebuild for poppler 0.33.0

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:33:42 UTC (rev 134140)
+++ PKGBUILD2015-05-26 06:43:26 UTC (rev 134141)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;


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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:13:52
  Author: lcarlier
Revision: 134134

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  308 +
 1 file changed, 149 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 06:13:46 UTC (rev 134133)
+++ PKGBUILD2015-05-26 06:13:52 UTC (rev 134134)
@@ -1,159 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras foutre...@gmail.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.6.0
-pkgrel=1
-arch=('x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig})
-sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
-'SKIP'
-'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
-'SKIP'
-'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
-'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
-
-prepare() {
-  cd $srcdir/llvm-$pkgver.src
-
-  mv $srcdir/cfe-$pkgver.src tools/clang
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
-
-  # Fix installation directories, ./configure doesn't seem to set them right
-  sed -i -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \
-tools/llvm-config/llvm-config.cpp
-  sed -i 's:LLVM_LIBDIR=${prefix}/lib:LLVM_LIBDIR=${prefix}/lib32:' \
-autoconf/configure.ac \
-configure
-
-  # Fix source file permissions
-  # http://llvm.org/bugs/show_bug.cgi?id=22742
-  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
-}
-
-build() {
-  cd $srcdir/llvm-$pkgver.src
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # Apply strip option to configure
-  _optimized_switch=enable
-  [[ $(check_option strip) == n ]]  _optimized_switch=disable
-
-  # Include location of libffi headers in CPPFLAGS
-  CPPFLAGS+= $(pkg-config --cflags libffi)
-
-  # We had to force host and target to get
-  # a proper triplet reported by llvm
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---enable-shared \
---enable-libffi \
---enable-targets=all \
---disable-expensive-checks \
---disable-debug-runtime \
---disable-assertions \
---with-binutils-include=/usr/include \
---with-python=/usr/bin/python2 \
---build=i686-pc-linux-gnu \
---host=i686-pc-linux-gnu \
---$_optimized_switch-optimized
-
-  make REQUIRES_RTTI=1
-}
-
-package_lib32-llvm() {
-  pkgdesc=Low Level Virtual Machine (32-bit)
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd $srcdir/llvm-$pkgver.src
-
-  make DESTDIR=$pkgdir install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv $pkgdir/usr/lib32/libLLVM-$pkgver.so $srcdir/
-  mv $pkgdir/usr/lib32/libLLVM-${pkgver%.*}.so $srcdir/
-
-  # Fix permissions of static libs
-  chmod -x $pkgdir/usr/lib32/*.a
-
-  mv $pkgdir/usr/bin/llvm-config $pkgdir/usr/lib32/llvm-config
-
-  # Get rid of example Hello transformation
-  rm $pkgdir/usr/lib32/*LLVMHello.*
-
-  # Symlink LLVMgold.so from /usr/lib32/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d $pkgdir/usr/lib32/bfd-plugins
-  ln -s ../LLVMgold.so $pkgdir/usr/lib32/bfd-plugins/LLVMgold.so
-
-  mv $pkgdir/usr/include/llvm/Config/*config.h $pkgdir/
-  rm -rf $pkgdir/usr/{bin,include,share/{doc,man,llvm}}
-  
-  # remove conflicting clang files
-  rm -r $pkgdir/usr/lib
-  rm $pkgdir/usr/lib32/libclang*
-  
-  install -d $pkgdir/usr/include/llvm/Config
-  mv $pkgdir/config.h $pkgdir/usr/include/llvm/Config/config-32.h
-  mv $pkgdir/llvm-config.h $pkgdir/usr/include/llvm/Config/llvm-config-32.h
-
-  mkdir $pkgdir/usr/bin
-  mv $pkgdir/usr/lib32/llvm-config $pkgdir/usr/bin/llvm-config32
-
-  install -Dm644 LICENSE.TXT 

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

2015-05-26 Thread Laurent Carlier
Date: Tuesday, May 26, 2015 @ 08:13:46
  Author: lcarlier
Revision: 134133

upgpkg: lib32-llvm 3.6.1-1

upstream update 3.6.1

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 05:56:21 UTC (rev 134132)
+++ PKGBUILD2015-05-26 06:13:46 UTC (rev 134133)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs' 'lib32-clang')
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 arch=('x86_64')
 url=http://llvm.org/;
@@ -20,13 +20,13 @@
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig})
-sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
+sha256sums=('2f00c615913aa0b56607ee1548936e60ad2aa89e6d56f23fb032a4463366fc7a'
 'SKIP'
-'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
+'74f92d0c93b86678b015e87655f59474b2f657769680efdeb3c0524ffbd2dad7'
 'SKIP'
-'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
+'fcbf610c77be6047f11ca10c4725610417beba832565115a9e2fcfe2897b649f'
 'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -43,10 +43,6 @@
   sed -i 's:LLVM_LIBDIR=${prefix}/lib:LLVM_LIBDIR=${prefix}/lib32:' \
 autoconf/configure.ac \
 configure
-
-  # Fix source file permissions
-  # http://llvm.org/bugs/show_bug.cgi?id=22742
-  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
 }
 
 build() {
@@ -56,10 +52,6 @@
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  # Apply strip option to configure
-  _optimized_switch=enable
-  [[ $(check_option strip) == n ]]  _optimized_switch=disable
-
   # Include location of libffi headers in CPPFLAGS
   CPPFLAGS+= $(pkg-config --cflags libffi)
 
@@ -71,16 +63,14 @@
 --libdir=/usr/lib32 \
 --sysconfdir=/etc \
 --enable-shared \
+--enable-optimized \
 --enable-libffi \
 --enable-targets=all \
---disable-expensive-checks \
---disable-debug-runtime \
 --disable-assertions \
 --with-binutils-include=/usr/include \
 --with-python=/usr/bin/python2 \
 --build=i686-pc-linux-gnu \
 --host=i686-pc-linux-gnu \
---$_optimized_switch-optimized
 
   make REQUIRES_RTTI=1
 }


[arch-commits] Commit in lightdm-gtk-greeter/repos (8 files)

2015-05-26 Thread Maxime Gauduin
Date: Tuesday, May 26, 2015 @ 08:49:41
  Author: alucryd
Revision: 134144

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

Added:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
(from rev 134143, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
(from rev 134143, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
(from rev 134143, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install
(from rev 134143, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
Deleted:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install

--+
 /PKGBUILD|   86 +
 /lightdm-gtk-greeter.install |   26 +++
 community-i686/PKGBUILD  |   42 
 community-i686/lightdm-gtk-greeter.install   |   13 ---
 community-x86_64/PKGBUILD|   42 
 community-x86_64/lightdm-gtk-greeter.install |   13 ---
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 06:49:24 UTC (rev 134143)
+++ community-i686/PKGBUILD 2015-05-26 06:49:41 UTC (rev 134144)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucrydarchlinux.org
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.1
-pkgrel=1
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/lightdm-gtk-greeter'
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('gobject-introspection' 'intltool')
-replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-install='lightdm-gtk-greeter.install'
-source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
-sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---with-libxklavier \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/PKGBUILD (from rev 134143, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 06:49:41 UTC (rev 134144)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucrydarchlinux.org
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.1
+pkgrel=2
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('gobject-introspection' 'intltool')
+replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+install='lightdm-gtk-greeter.install'
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--enable-kill-on-sigterm \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/lightdm-gtk-greeter.install
===
--- community-i686/lightdm-gtk-greeter.install  2015-05-26 06:49:24 UTC (rev 
134143)
+++ community-i686/lightdm-gtk-greeter.install  2015-05-26 06:49:41 UTC (rev 
134144)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_update() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install 
(from rev 134143, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)

[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2015-05-26 Thread Maxime Gauduin
Date: Tuesday, May 26, 2015 @ 08:49:24
  Author: alucryd
Revision: 134143

FS#45081: lightdm-gtk-greeter 1:2.0.1-2

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:44:06 UTC (rev 134142)
+++ PKGBUILD2015-05-26 06:49:24 UTC (rev 134143)
@@ -4,7 +4,7 @@
 
 pkgname=lightdm-gtk-greeter
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@
 --sbindir='/usr/bin' \
 --sysconfdir='/etc' \
 --with-libxklavier \
+--enable-kill-on-sigterm \
 --disable-libido \
 --disable-libindicator \
 --disable-static


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 08:44:06
  Author: fyan
Revision: 134142

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 134141, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 134141, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 134141, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 134141, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 134141, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 134141, gambas3/trunk/gambas3-script.install)

--+
 community-staging-i686/PKGBUILD  | 1039 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD| 1039 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 2128 insertions(+)

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


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 09:08:40
  Author: fyan
Revision: 134145

upgpkg: synapse 0.2.99.1-1

Modified:
  synapse/trunk/PKGBUILD
Deleted:
  synapse/trunk/check-null-exec.patch
  synapse/trunk/fix-check-desktop.patch
  synapse/trunk/gee-0.8.patch

-+
 PKGBUILD|   42 +++---
 check-null-exec.patch   |   16 
 fix-check-desktop.patch |   30 ---
 gee-0.8.patch   |   87 --
 4 files changed, 7 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:49:41 UTC (rev 134144)
+++ PKGBUILD2015-05-26 07:08:40 UTC (rev 134145)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=synapse
-pkgver=0.2.10
-pkgrel=7
+pkgver=0.2.99.1
+pkgrel=1
 pkgdesc=A semantic file launcher
 arch=('i686' 'x86_64')
 url=https://launchpad.net/synapse-project;
 license=('GPL3')
-depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee' 'libnotify' \
- 'libunique' 'libzeitgeist' 'rest' 'xdg-utils')
+depends=('libkeybinder3' 'hicolor-icon-theme' 'json-glib' 'libgee' 'libnotify' 
\
+ 'zeitgeist' 'rest' 'xdg-utils')
 makedepends=('intltool' 'vala')
 optdepends=('banshee: banshee plugin'
 'bc: calculator plugin'
@@ -22,40 +22,12 @@
 'rhythmbox: rhythmbox plugin'
 'xnoise: xnoise plugin')
 install=$pkgname.install
-source=(https://launchpad.net/$pkgname-project/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz;
-fix-check-desktop.patch
-check-null-exec.patch
-concrete-gtk-timeout.patch
-gee-0.8.patch)
-sha1sums=('6e8a800bdbdded4e167734c8e49d95a9e44998ff'
-  'b64fa4efc4efd01f77f84d19a7a63c10186d0211'
-  'f494e5b36a77421114ce04b7085369abe5c00d68'
-  '6ab8b30bb23fb143d641da62dec7caa61fcd4e28'
-  '3e3e9359ff8b56fc7fbed405e5936dd97ab99047')
+source=(https://launchpad.net/$pkgname-project/0.3/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c0b660b3376598c9ce5e13b9f3da13d660beb63d')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # XDG_CURRENT_DESKTOP fix
-  patch -Np1 -i $srcdir/fix-check-desktop.patch
-
-  # don't crash on empty Exec field
-  patch -Np1 -i $srcdir/check-null-exec.patch
-
-  # Namely use Gtk.Timeout:
-  patch -Np1 -i $srcdir/concrete-gtk-timeout.patch
-
-  # Port to gee-0.8
-  patch -Np1 -i $srcdir/gee-0.8.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # DSO fix
-  export LDFLAGS=$LDFLAGS -lm
-
-  autoreconf -fi
   ./configure --prefix=/usr
   make
 }

Deleted: check-null-exec.patch
===
--- check-null-exec.patch   2015-05-26 06:49:41 UTC (rev 134144)
+++ check-null-exec.patch   2015-05-26 07:08:40 UTC (rev 134145)
@@ -1,16 +0,0 @@
-diff -Naur synapse-0.2.10.orig/src/core/desktop-file-service.vala 
synapse-0.2.10/src/core/desktop-file-service.vala
 synapse-0.2.10.orig/src/core/desktop-file-service.vala 2012-03-18 
20:02:41.0 +0100
-+++ synapse-0.2.10/src/core/desktop-file-service.vala  2012-12-26 
18:07:55.962276823 +0100
-@@ -125,7 +125,11 @@
- }
- 
- name = app_info.get_name ();
--exec = app_info.get_executable ();
-+exec = app_info.get_commandline ();
-+if (exec == null)
-+{
-+  throw new DesktopFileError.UNINTERESTING_ENTRY (Unable to get exec 
for %s.printf (name));
-+}
- 
- // check for hidden desktop files
- if (keyfile.has_key (GROUP, Hidden) 

Deleted: fix-check-desktop.patch
===
--- fix-check-desktop.patch 2015-05-26 06:49:41 UTC (rev 134144)
+++ fix-check-desktop.patch 2015-05-26 07:08:40 UTC (rev 134145)
@@ -1,30 +0,0 @@
-diff -Naur synapse-0.2.10.orig/src/core/desktop-file-service.vala 
synapse-0.2.10/src/core/desktop-file-service.vala
 synapse-0.2.10.orig/src/core/desktop-file-service.vala 2012-03-18 
20:02:41.0 +0100
-+++ synapse-0.2.10/src/core/desktop-file-service.vala  2012-03-19 
12:06:43.080443401 +0100
-@@ -248,13 +248,23 @@
- 
- private void get_environment_type ()
- {
--  unowned string? session_var = Environment.get_variable 
(DESKTOP_SESSION);
--  
-+  unowned string? session_var;
-+  session_var = Environment.get_variable (XDG_CURRENT_DESKTOP);
-+  if (session_var == null)
-+  {
-+session_var = Environment.get_variable (DESKTOP_SESSION);
-+  }
-+
-   if (session_var == null) return;
- 
-   string session = session_var.down ();
- 
--  if (session.has_prefix (kde))
-+  if (session.has_prefix (unity))
-+  {
-+session_type = DesktopFileInfo.EnvironmentType.UNITY;
-+

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

2015-05-26 Thread Maxime Gauduin
Date: Tuesday, May 26, 2015 @ 10:17:45
  Author: alucryd
Revision: 134148

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

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

--+
 /PKGBUILD|   88 +
 /aegisub.install |   28 +++
 community-i686/PKGBUILD  |   38 ---
 community-i686/aegisub.install   |   14 -
 community-x86_64/PKGBUILD|   38 ---
 community-x86_64/aegisub.install |   14 -
 6 files changed, 116 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 08:17:14 UTC (rev 134147)
+++ community-i686/PKGBUILD 2015-05-26 08:17:45 UTC (rev 134148)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kozec ko...@kozec.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=3
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install='aegisub.install'
-source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
-  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 134147, 
aegisub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 08:17:45 UTC (rev 134148)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=4
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub.install
===
--- community-i686/aegisub.install  2015-05-26 08:17:14 UTC (rev 134147)
+++ community-i686/aegisub.install  2015-05-26 08:17:45 UTC (rev 134148)
@@ -1,14 +0,0 @@
-post_install() {
-gtk-update-icon-cache -ftq usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/aegisub.install (from rev 134147, 
aegisub/trunk/aegisub.install)
===
--- community-i686/aegisub.install  (rev 0)
+++ community-i686/aegisub.install  2015-05-26 08:17:45 UTC (rev 134148)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2015-05-26 Thread Maxime Gauduin
Date: Tuesday, May 26, 2015 @ 10:17:14
  Author: alucryd
Revision: 134147

FS#45064: aegisub 3.2.2-4

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 07:09:00 UTC (rev 134146)
+++ PKGBUILD2015-05-26 08:17:14 UTC (rev 134147)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'
@@ -16,6 +16,12 @@
 
source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
 sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
 
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
 build() {
   cd aegisub-${pkgver}
 


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 09:09:00
  Author: fyan
Revision: 134146

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

Added:
  synapse/repos/community-testing-i686/
  synapse/repos/community-testing-i686/PKGBUILD
(from rev 134145, synapse/trunk/PKGBUILD)
  synapse/repos/community-testing-i686/concrete-gtk-timeout.patch
(from rev 134145, synapse/trunk/concrete-gtk-timeout.patch)
  synapse/repos/community-testing-i686/synapse.install
(from rev 134145, synapse/trunk/synapse.install)
  synapse/repos/community-testing-x86_64/
  synapse/repos/community-testing-x86_64/PKGBUILD
(from rev 134145, synapse/trunk/PKGBUILD)
  synapse/repos/community-testing-x86_64/concrete-gtk-timeout.patch
(from rev 134145, synapse/trunk/concrete-gtk-timeout.patch)
  synapse/repos/community-testing-x86_64/synapse.install
(from rev 134145, synapse/trunk/synapse.install)

-+
 community-testing-i686/PKGBUILD |   41 +
 community-testing-i686/concrete-gtk-timeout.patch   |   75 ++
 community-testing-i686/synapse.install  |   13 +++
 community-testing-x86_64/PKGBUILD   |   41 +
 community-testing-x86_64/concrete-gtk-timeout.patch |   75 ++
 community-testing-x86_64/synapse.install|   13 +++
 6 files changed, 258 insertions(+)

Copied: synapse/repos/community-testing-i686/PKGBUILD (from rev 134145, 
synapse/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-26 07:09:00 UTC (rev 134146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=synapse
+pkgver=0.2.99.1
+pkgrel=1
+pkgdesc=A semantic file launcher
+arch=('i686' 'x86_64')
+url=https://launchpad.net/synapse-project;
+license=('GPL3')
+depends=('libkeybinder3' 'hicolor-icon-theme' 'json-glib' 'libgee' 'libnotify' 
\
+ 'zeitgeist' 'rest' 'xdg-utils')
+makedepends=('intltool' 'vala')
+optdepends=('banshee: banshee plugin'
+'bc: calculator plugin'
+'devhelp: documentation plugin'
+'gnome-screensaver: screensaver plugin'
+'gnome-dictionary: dictionary plugin'
+'openssh: ssh plugin'
+'pastebinit: pastebin plugin'
+'rhythmbox: rhythmbox plugin'
+'xnoise: xnoise plugin')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname-project/0.3/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c0b660b3376598c9ce5e13b9f3da13d660beb63d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: synapse/repos/community-testing-i686/concrete-gtk-timeout.patch (from 
rev 134145, synapse/trunk/concrete-gtk-timeout.patch)
===
--- community-testing-i686/concrete-gtk-timeout.patch   
(rev 0)
+++ community-testing-i686/concrete-gtk-timeout.patch   2015-05-26 07:09:00 UTC 
(rev 134146)
@@ -0,0 +1,75 @@
+diff --git a/src/ui/inspector.vala b/src/ui/inspector.vala
+index b5ec8be..b608a2f 100644
+--- a/src/ui/inspector.vala
 b/src/ui/inspector.vala
+@@ -28,7 +28,7 @@ namespace UI
+ 
+ public Inspector ()
+ {
+-  timer_id = Timeout.add (500, this.check_window_at_pointer);
++  timer_id = Gtk.Timeout.add (500, this.check_window_at_pointer);
+ }
+   
+ ~Inspector ()
+diff --git a/src/ui/widgets-matchlistview.vala 
b/src/ui/widgets-matchlistview.vala
+index 2c7b1a7..8a77d74 100644
+--- a/src/ui/widgets-matchlistview.vala
 b/src/ui/widgets-matchlistview.vala
+@@ -551,7 +551,7 @@ namespace Synapse.Gui
+   }
+   if (needs_animation)
+   {
+-if (tid == 0) tid = Timeout.add (ANIM_TIMEOUT, 
this.update_current_offsets);
++if (tid == 0) tid = Gtk.Timeout.add (ANIM_TIMEOUT, 
this.update_current_offsets);
+ this.queue_draw ();
+ return true;
+   }
+@@ -734,7 +734,7 @@ namespace Synapse.Gui
+   this.inhibit_move = true;
+   this.set_indexes (this.dragdrop_target_item, 
this.dragdrop_target_item);
+   this.selected_index_changed (this.select_index);
+-  Timeout.add (Gtk.Settings.get_default ().gtk_double_click_time 
,()={
++  Gtk.Timeout.add (Gtk.Settings.get_default ().gtk_double_click_time 
,()={
+ if (inhibit_move)
+ {
+   inhibit_move = false;
+diff --git a/src/ui/widgets.vala b/src/ui/widgets.vala
+index 2dd8f16..3acf736 100644
+--- a/src/ui/widgets.vala
 b/src/ui/widgets.vala
+@@ -185,7 +185,7 @@ namespace Synapse.Gui
+ {
+   if (tid != 0) return;
+ 
+-

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:38:02
  Author: arojas
Revision: 239762

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

Added:
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 239761, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 239761, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 239761, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 239761, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-i686/PKGBUILD
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install

-+
 /PKGBUILD   |   96 ++
 /ttf-oxygen.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/ttf-oxygen.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/ttf-oxygen.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:37:06 UTC (rev 239761)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:02 UTC (rev 239762)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('1899f95757694bf849ff0661797e09d2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${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
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 239761, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:02 UTC (rev 239762)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('7ef184bdfadad09b81bf69006391c37a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${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
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/ttf-oxygen.install
===
--- extra-i686/ttf-oxygen.install   2015-05-26 09:37:06 UTC (rev 239761)
+++ extra-i686/ttf-oxygen.install   2015-05-26 09:38:02 UTC (rev 239762)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:38:17
  Author: arojas
Revision: 239763

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:38:02 UTC (rev 239762)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:17 UTC (rev 239763)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=5.9.0
-_pkgver=5.3.0
-pkgrel=3
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata5')
-replaces=('kfilemetadata5')
-source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('681f81b14a6e5ea2df5e3d765de30080')
-
-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: kfilemetadata/repos/extra-i686/PKGBUILD (from rev 239762, 
kfilemetadata/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:17 UTC (rev 239763)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.1
+_pkgver=5.3.1
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+optdepends=('catdoc: to extract text from Office 98 files') 
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('16cac34772a0b0559f91afb644dc42a3')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:38:02 UTC (rev 239762)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:17 UTC (rev 239763)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=5.9.0
-_pkgver=5.3.0
-pkgrel=3
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata5')
-replaces=('kfilemetadata5')
-source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('681f81b14a6e5ea2df5e3d765de30080')
-
-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: kfilemetadata/repos/extra-x86_64/PKGBUILD (from rev 239762, 
kfilemetadata/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:17 UTC (rev 239763)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.1
+_pkgver=5.3.1
+pkgrel=1
+pkgdesc=A 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:38:49
  Author: arojas
Revision: 239765

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:38:33 UTC (rev 239764)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:49 UTC (rev 239765)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('ffa130e4015a76889c7dfac44674dc4d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/extra-i686/PKGBUILD (from rev 239764, 
kdecoration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:49 UTC (rev 239765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('97297617f2a3456e31d56fcd9feac889')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:38:33 UTC (rev 239764)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:49 UTC (rev 239765)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('ffa130e4015a76889c7dfac44674dc4d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/extra-x86_64/PKGBUILD (from rev 239764, 
kdecoration/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:49 UTC (rev 239765)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')

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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 11:37:06
  Author: fyan
Revision: 239761

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

Added:
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 239760, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-i686/gcc-5.1.patch
(from rev 239760, python-cffi/trunk/gcc-5.1.patch)
  python-cffi/repos/extra-i686/rebuild.list
(from rev 239760, python-cffi/trunk/rebuild.list)
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 239760, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/gcc-5.1.patch
(from rev 239760, python-cffi/trunk/gcc-5.1.patch)
  python-cffi/repos/extra-x86_64/rebuild.list
(from rev 239760, python-cffi/trunk/rebuild.list)
Deleted:
  python-cffi/repos/extra-i686/PKGBUILD
  python-cffi/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |  116 +++
 extra-i686/PKGBUILD|   53 ---
 extra-i686/gcc-5.1.patch   |   55 
 extra-i686/rebuild.list|1 
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/gcc-5.1.patch |   55 
 extra-x86_64/rebuild.list  |1 
 7 files changed, 228 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:36:38 UTC (rev 239760)
+++ extra-i686/PKGBUILD 2015-05-26 09:37:06 UTC (rev 239761)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 239760, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:37:06 UTC (rev 239761)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;
+gcc-5.1.patch)
+sha512sums=('a5f2b0ab356fe51b1d9f3f2e4bfadbc11bb10ec7f9458c019f3707b738dded1953723f797a8b37ed768cd14fe86f674d07d2cd5ce166406abaa1a68b443293b1'
+
'5dec42879a0ec443d6546594f4f78803b2aa83a5c02916864dca1c8c7c86bb69ee04269d5bce07ccfce750c7500acdc2fc037019e181321dfb7bf539bf74b91e')
+
+prepare() {
+  # https://bitbucket.org/cffi/cffi/issue/195/test-failures-with-cffi-102
+  (cd $_name-$pkgver; patch -p1 -i ../gcc-5.1.patch)
+
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:39:03
  Author: arojas
Revision: 239766

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

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

---+
 /PKGBUILD |   80 
 /kwin.install |   22 
 extra-i686/PKGBUILD   |   40 --
 extra-i686/kwin.install   |   11 --
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/kwin.install |   11 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:38:49 UTC (rev 239765)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:03 UTC (rev 239766)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
- 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 239765, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:03 UTC (rev 239766)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('34607a1d125dc12fd88b5b8cdcc396b1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kwin.install
===
--- extra-i686/kwin.install 2015-05-26 09:38:49 UTC (rev 239765)
+++ extra-i686/kwin.install 2015-05-26 09:39:03 UTC (rev 239766)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/extra-i686/kwin.install (from rev 239765, 
kwin/trunk/kwin.install)
===
--- extra-i686/kwin.install (rev 0)
+++ extra-i686/kwin.install 2015-05-26 09:39:03 UTC (rev 239766)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:38:49 UTC (rev 239765)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:39:03 UTC (rev 239766)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE Window 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:38:33
  Author: arojas
Revision: 239764

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:38:17 UTC (rev 239763)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:33 UTC (rev 239764)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ab9f358c68470f41732470b90427c5e8')
-
-prepare() {
-  mkdir 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: kwayland/repos/extra-i686/PKGBUILD (from rev 239763, 
kwayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:33 UTC (rev 239764)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e361a5c875a9381ea653a655318b7022')
+
+prepare() {
+  mkdir 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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:38:17 UTC (rev 239763)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:33 UTC (rev 239764)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ab9f358c68470f41732470b90427c5e8')
-
-prepare() {
-  mkdir 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: kwayland/repos/extra-x86_64/PKGBUILD (from rev 239763, 
kwayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:38:33 UTC (rev 239764)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e361a5c875a9381ea653a655318b7022')
+
+prepare() {
+  mkdir 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 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:46:07
  Author: arojas
Revision: 239793

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

Added:
  ksshaskpass/repos/extra-i686/PKGBUILD
(from rev 239792, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-i686/ksshaskpass.sh
(from rev 239792, ksshaskpass/trunk/ksshaskpass.sh)
  ksshaskpass/repos/extra-x86_64/PKGBUILD
(from rev 239792, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-x86_64/ksshaskpass.sh
(from rev 239792, ksshaskpass/trunk/ksshaskpass.sh)
Deleted:
  ksshaskpass/repos/extra-i686/PKGBUILD
  ksshaskpass/repos/extra-i686/ksshaskpass.sh
  ksshaskpass/repos/extra-x86_64/PKGBUILD
  ksshaskpass/repos/extra-x86_64/ksshaskpass.sh

-+
 /PKGBUILD   |   86 ++
 /ksshaskpass.sh |2 
 extra-i686/PKGBUILD |   43 -
 extra-i686/ksshaskpass.sh   |1 
 extra-x86_64/PKGBUILD   |   43 -
 extra-x86_64/ksshaskpass.sh |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:45:53 UTC (rev 239792)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:07 UTC (rev 239793)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: schuay jakob.gru...@gmail.com
-
-pkgname=ksshaskpass
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kwallet')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-replaces=('ksshaskpass-frameworks')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-$pkgname.sh)
-md5sums=('8104b22a1d2a1f9c26f19a81489bde7d'
- '70396ba019ae05cc91502456f548caff')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../ksshaskpass-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -Dm755 $srcdir/ksshaskpass.sh \
-${pkgdir}/etc/profile.d/ksshaskpass.sh
-}

Copied: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 239792, 
ksshaskpass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:07 UTC (rev 239793)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('91b4249fcf8b48631c927fda4796a654'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Deleted: extra-i686/ksshaskpass.sh
===
--- extra-i686/ksshaskpass.sh   2015-05-26 09:45:53 UTC (rev 239792)
+++ extra-i686/ksshaskpass.sh   2015-05-26 09:46:07 UTC (rev 239793)
@@ -1 +0,0 @@
-test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Copied: ksshaskpass/repos/extra-i686/ksshaskpass.sh (from rev 239792, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- extra-i686/ksshaskpass.sh   (rev 0)
+++ extra-i686/ksshaskpass.sh   2015-05-26 09:46:07 UTC (rev 239793)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:45:53 UTC (rev 239792)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:07 UTC 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:45:53
  Author: arojas
Revision: 239792

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

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

--+
 /PKGBUILD|   80 +
 /kscreen.install |   22 +++
 extra-i686/PKGBUILD  |   40 
 extra-i686/kscreen.install   |   11 -
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/kscreen.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:45:39 UTC (rev 239791)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:53 UTC (rev 239792)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kscreen
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=KDE's screen management software
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kscreen'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
-makedepends=('extra-cmake-modules' 'python')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-install=$pkgname.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
-md5sums=('fa55cc44387fc83bc4600a438b61d372')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${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: kscreen/repos/extra-i686/PKGBUILD (from rev 239791, 
kscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:53 UTC (rev 239792)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kscreen
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
+md5sums=('f03f06c9c640d3a6288f345de2e82275')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${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
+}

Deleted: extra-i686/kscreen.install
===
--- extra-i686/kscreen.install  2015-05-26 09:45:39 UTC (rev 239791)
+++ extra-i686/kscreen.install  2015-05-26 09:45:53 UTC (rev 239792)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kscreen/repos/extra-i686/kscreen.install (from rev 239791, 
kscreen/trunk/kscreen.install)
===
--- extra-i686/kscreen.install  (rev 0)
+++ extra-i686/kscreen.install  2015-05-26 09:45:53 UTC (rev 239792)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:45:39 UTC (rev 239791)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:45:53 UTC (rev 239792)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino 

[arch-commits] Commit in kde-gtk-config/repos (8 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:45:39
  Author: arojas
Revision: 239791

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

Added:
  kde-gtk-config/repos/extra-i686/PKGBUILD
(from rev 239790, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-i686/kde-gtk-config.install
(from rev 239790, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 239790, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install
(from rev 239790, kde-gtk-config/trunk/kde-gtk-config.install)
Deleted:
  kde-gtk-config/repos/extra-i686/PKGBUILD
  kde-gtk-config/repos/extra-i686/kde-gtk-config.install
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
  kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install

-+
 /PKGBUILD   |   88 ++
 /kde-gtk-config.install |   24 +
 extra-i686/PKGBUILD |   44 -
 extra-i686/kde-gtk-config.install   |   12 
 extra-x86_64/PKGBUILD   |   44 -
 extra-x86_64/kde-gtk-config.install |   12 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:45:25 UTC (rev 239790)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:39 UTC (rev 239791)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kde-gtk-config
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
-license=('LGPL')
-depends=('knewstuff' 'kcmutils')
-makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')
-install=$pkgname.install
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('aab58003cc7011ddfdb6d93803327fc8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 239790, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:39 UTC (rev 239791)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kde-gtk-config
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fd6891befdba935fbb17379139c236b2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kde-gtk-config.install
===
--- extra-i686/kde-gtk-config.install   2015-05-26 09:45:25 UTC (rev 239790)
+++ extra-i686/kde-gtk-config.install   2015-05-26 09:45:39 UTC (rev 239791)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kde-gtk-config/repos/extra-i686/kde-gtk-config.install (from rev 
239790, kde-gtk-config/trunk/kde-gtk-config.install)
===
--- extra-i686/kde-gtk-config.install   (rev 0)
+++ extra-i686/kde-gtk-config.install   2015-05-26 09:45:39 UTC (rev 239791)
@@ -0,0 +1,12 @@

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:45:10
  Author: arojas
Revision: 239789

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

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 239788, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
(from rev 239788, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 239788, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install
(from rev 239788, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install

---+
 /PKGBUILD |   84 
 /kdeplasma-addons.install |   22 
 extra-i686/PKGBUILD   |   42 
 extra-i686/kdeplasma-addons.install   |   11 
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/kdeplasma-addons.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:44:56 UTC (rev 239788)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:10 UTC (rev 239789)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeplasma-addons
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
-license=('LGPL')
-depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
-makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
-optdepends=('ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support')
-install=${pkgname}.install
-conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
-replaces=('kdeplasma-addons-frameworks')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('f72a71c6f52ae05e0040d9f2de5bc8ae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 239788, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:10 UTC (rev 239789)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeplasma-addons
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install=${pkgname}.install
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('7eb35940d4df6e1c62685a6d071ddbad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeplasma-addons.install
===
--- extra-i686/kdeplasma-addons.install 2015-05-26 09:44:56 UTC (rev 239788)
+++ extra-i686/kdeplasma-addons.install 2015-05-26 09:45:10 UTC (rev 239789)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install (from rev 
239788, kdeplasma-addons/trunk/kdeplasma-addons.install)
===
--- extra-i686/kdeplasma-addons.install (rev 0)
+++ 

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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:21:54
  Author: spupykin
Revision: 134155

upgpkg: ortp 0.24.2-1

upd

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 10:21:29 UTC (rev 134154)
+++ PKGBUILD2015-05-26 10:21:54 UTC (rev 134155)
@@ -5,7 +5,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=ortp
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 pkgdesc=A Real-time Transport Protocol (RTP) library
 arch=('i686' 'x86_64')
@@ -18,6 +18,8 @@
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
   'SKIP')
+sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
+  'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:22:08
  Author: spupykin
Revision: 134156

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 10:21:54 UTC (rev 134155)
+++ community-i686/PKGBUILD 2015-05-26 10:22:08 UTC (rev 134156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.1
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 134155, 
ortp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 10:22:08 UTC (rev 134156)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.2
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
+  'SKIP')
+sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 10:21:54 UTC (rev 134155)
+++ community-x86_64/PKGBUILD   2015-05-26 10:22:08 UTC (rev 134156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.1
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 134155, 
ortp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 10:22:08 UTC (rev 134156)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.2
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')

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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:28:18
  Author: spupykin
Revision: 134158

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 10:28:03 UTC (rev 134157)
+++ community-i686/PKGBUILD 2015-05-26 10:28:18 UTC (rev 134158)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=texvc
-pkgver=1.23
-pkgrel=1
-pkgdesc=tex to HTML/MathML/png converter used by mediawiki
-arch=(i686 x86_64)
-url=http://www.mediawiki.org/wiki/Extension:Math;
-license=(GPL)
-depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
-makedepends=('ocaml' 'git')
-#source=(mediawiki-math-$pkgver::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${pkgver/./_})
-source=(mediawiki-math-${pkgver}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_};)
-md5sums=('2e292442d22c2478150ee592e7780d89')
-
-prepare() {
-  cd $srcdir
-  mv wikimedia-mediawiki-extensions-Math-d0e998f mediawiki-math-$pkgver
-}
-
-build() {
-  cd $srcdir/mediawiki-math-$pkgver/math
-  make -j1
-}
-
-package() {
-  cd $srcdir/mediawiki-math-$pkgver/math
-  install -d -m 0755 $pkgdir/usr/bin
-  install -m 0755 texvc $pkgdir/usr/bin
-}

Copied: texvc/repos/community-i686/PKGBUILD (from rev 134157, 
texvc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 10:28:18 UTC (rev 134158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=texvc
+pkgver=1.25
+pkgrel=1
+pkgdesc=tex to HTML/MathML/png converter used by mediawiki
+arch=(i686 x86_64)
+url=http://www.mediawiki.org/wiki/Extension:Math;
+license=(GPL)
+depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
+makedepends=('ocaml' 'git')
+#source=(mediawiki-math-$pkgver::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${pkgver/./_})
+source=(mediawiki-math-${pkgver}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_};)
+md5sums=('059c7c8909876ade51d3dc2fc7b84573')
+
+prepare() {
+  cd $srcdir
+  mv wikimedia-mediawiki-extensions-Math-b5e9102 mediawiki-math-$pkgver
+}
+
+build() {
+  cd $srcdir/mediawiki-math-$pkgver/math
+  make -j1
+}
+
+package() {
+  cd $srcdir/mediawiki-math-$pkgver/math
+  install -d -m 0755 $pkgdir/usr/bin
+  install -m 0755 texvc $pkgdir/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 10:28:03 UTC (rev 134157)
+++ community-x86_64/PKGBUILD   2015-05-26 10:28:18 UTC (rev 134158)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=texvc
-pkgver=1.23
-pkgrel=1
-pkgdesc=tex to HTML/MathML/png converter used by mediawiki
-arch=(i686 x86_64)
-url=http://www.mediawiki.org/wiki/Extension:Math;
-license=(GPL)
-depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
-makedepends=('ocaml' 'git')
-#source=(mediawiki-math-$pkgver::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${pkgver/./_})
-source=(mediawiki-math-${pkgver}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_};)
-md5sums=('2e292442d22c2478150ee592e7780d89')
-
-prepare() {
-  cd $srcdir
-  mv wikimedia-mediawiki-extensions-Math-d0e998f mediawiki-math-$pkgver
-}
-
-build() {
-  cd $srcdir/mediawiki-math-$pkgver/math
-  make -j1
-}
-
-package() {
-  cd $srcdir/mediawiki-math-$pkgver/math
-  install -d -m 0755 $pkgdir/usr/bin
-  install -m 0755 texvc $pkgdir/usr/bin
-}

Copied: texvc/repos/community-x86_64/PKGBUILD (from rev 134157, 
texvc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 10:28:18 UTC (rev 134158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:40:47
  Author: arojas
Revision: 239772

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:40:32 UTC (rev 239771)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:47 UTC (rev 239772)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('0f05db8ce605f62657354449b79fa12c')
-
-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: libksysguard/repos/extra-i686/PKGBUILD (from rev 239771, 
libksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:47 UTC (rev 239772)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3aaf17820aae8fe0068d43fdd57535d1')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:40:32 UTC (rev 239771)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:47 UTC (rev 239772)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('0f05db8ce605f62657354449b79fa12c')
-
-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: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 239771, 
libksysguard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:47 UTC (rev 239772)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 

[arch-commits] Commit in kde-cli-tools/repos (4 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:40:14
  Author: arojas
Revision: 239770

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

Added:
  kde-cli-tools/repos/extra-i686/PKGBUILD
(from rev 239769, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/extra-x86_64/PKGBUILD
(from rev 239769, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/extra-i686/PKGBUILD
  kde-cli-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:39:53 UTC (rev 239769)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:14 UTC (rev 239770)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('49908719c3243cdf6a424ed9eae3dc09')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
-}

Copied: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 239769, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:14 UTC (rev 239770)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('40745282a738b0f5587fac3eca64a207')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:39:53 UTC (rev 239769)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:14 UTC (rev 239770)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('49908719c3243cdf6a424ed9eae3dc09')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
-}

Copied: kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 239769, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:14 UTC (rev 239770)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:40:32
  Author: arojas
Revision: 239771

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 239770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 239770, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 239770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 239770, kio-extras/trunk/kio-extras.install)
Deleted:
  kio-extras/repos/extra-i686/PKGBUILD
  kio-extras/repos/extra-i686/kio-extras.install
  kio-extras/repos/extra-x86_64/PKGBUILD
  kio-extras/repos/extra-x86_64/kio-extras.install

-+
 /PKGBUILD   |   80 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   40 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kio-extras
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Additional components to increase the functionality of KIO
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=('LGPL')
-depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
- 'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('cac226ba36f31c0f755482c73c820685')
-
-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: kio-extras/repos/extra-i686/PKGBUILD (from rev 239770, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:32 UTC (rev 239771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Additional components to increase the functionality of KIO
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=('LGPL')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
+ 'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8c53fd7088ae1c6a0a0054a6646bd4ac')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-i686/kio-extras.install   2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 239770, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-05-26 09:40:32 UTC (rev 239771)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:41:03
  Author: arojas
Revision: 239773

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:40:47 UTC (rev 239772)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:03 UTC (rev 239773)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=libkscreen
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=(http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
-md5sums=('13475823e0a69ec263b284e1fd65b0c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 239772, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:03 UTC (rev 239773)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=libkscreen
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=(http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('c5969c94320013740c67fe129bbea4c4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:40:47 UTC (rev 239772)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:03 UTC (rev 239773)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=libkscreen
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=(http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
-md5sums=('13475823e0a69ec263b284e1fd65b0c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 239772, 
libkscreen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:03 UTC (rev 239773)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:39:21
  Author: arojas
Revision: 239767

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:39:03 UTC (rev 239766)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:21 UTC (rev 239767)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
-pkgver=5.3.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kdecoration' 'extra-cmake-modules' 
'kdoctools' 'kdelibs' 'automoc4')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e1ffcc826eb9de168b68d7f2244df510')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-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
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration')
-  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Cursors conflicts with kdebase-workspace
-  rm -r ${pkgdir}/usr/share/icons/
-}
-
-package_oxygen-cursors() {
-  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
-  groups=('plasma')
-  conflicts=('kdebase-workspace')
-
-  cd build/cursors
-  make DESTDIR=${pkgdir} install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 239766, 
oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:21 UTC (rev 239767)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kdecoration' 'extra-cmake-modules' 
'kdoctools' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8bf067d4ce962fa74e9794a6e2f76b52')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+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
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r ${pkgdir}/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR=${pkgdir} install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR=${pkgdir} install
+
+  # needed so that pure Qt4 apps are correctly themed
+  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
+  ln -s 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:39:53
  Author: arojas
Revision: 239769

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:39:36 UTC (rev 239768)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:53 UTC (rev 239769)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.3.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('1fcd000caca4ba4255c2ded1857f6786')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-  'oxygen-icons: fallback icon theme'
- 'gtk-theme-orion: GTK theme matching Breeze'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
-}
-
-package_breeze-kde4() {
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the KDE4'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed for pure Qt4 apps
-  install -d $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-i686/PKGBUILD (from rev 239768, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:53 UTC (rev 239769)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('343dee76ac0652a18007d10e7dbc7d29')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+  'oxygen-icons: fallback icon theme'
+ 'gtk-theme-orion: GTK theme matching Breeze'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # make QtCurve preset and color scheme available for KDE4 too
+  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
+  ln -s /usr/share/QtCurve/Breeze.qtcurve 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:39:36
  Author: arojas
Revision: 239768

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

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

+
 /PKGBUILD  |   80 +++
 /baloo.install |   22 +++
 extra-i686/PKGBUILD|   40 -
 extra-i686/baloo.install   |   11 -
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/baloo.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:39:21 UTC (rev 239767)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:36 UTC (rev 239768)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo
-pkgver=5.9.0
-_pkgver=5.3.0
-pkgrel=3
-pkgdesc=A framework for searching and managing metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
-license=('LGPL')
-depends=('xapian-core' 'kfilemetadata' 'kidletime' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
-provides=('baloo-frameworks')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('94c020690684290296a80d192989e430')
-
-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: baloo/repos/extra-i686/PKGBUILD (from rev 239767, baloo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:39:36 UTC (rev 239768)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=5.9.1
+_pkgver=5.3.1
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('xapian-core' 'kfilemetadata' 'kidletime' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
+provides=('baloo-frameworks')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4a11a664e65325bf1b76ee1e9f8ad1b7')
+
+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
+}

Deleted: extra-i686/baloo.install
===
--- extra-i686/baloo.install2015-05-26 09:39:21 UTC (rev 239767)
+++ extra-i686/baloo.install2015-05-26 09:39:36 UTC (rev 239768)
@@ -1,11 +0,0 @@
-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/extra-i686/baloo.install (from rev 239767, 
baloo/trunk/baloo.install)
===
--- extra-i686/baloo.install(rev 0)
+++ extra-i686/baloo.install2015-05-26 09:39:36 UTC (rev 239768)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:39:21 UTC (rev 239767)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:39:36 UTC (rev 239768)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo
-pkgver=5.9.0

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:44:07
  Author: arojas
Revision: 239785

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

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

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

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

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

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2015-05-26 09:43:48 UTC (rev 239784)
+++ extra-i686/plasma-desktop.install   2015-05-26 09:44:07 UTC (rev 239785)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 
239784, plasma-desktop/trunk/plasma-desktop.install)

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:44:40
  Author: arojas
Revision: 239787

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:44:24 UTC (rev 239786)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:40 UTC (rev 239787)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwrited'
-license=('LGPL')
-depends=('kpty' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('552215ae248a4a301403b585b933a4b5')
-
-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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwrited/repos/extra-i686/PKGBUILD (from rev 239786, 
kwrited/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:40 UTC (rev 239787)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e0a80b1d489ab48e012459c3c0831804')
+
+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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:44:24 UTC (rev 239786)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:44:40 UTC (rev 239787)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwrited'
-license=('LGPL')
-depends=('kpty' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('552215ae248a4a301403b585b933a4b5')
-
-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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 239786, 
kwrited/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:44:40 UTC (rev 239787)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:44:56
  Author: arojas
Revision: 239788

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

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:44:40 UTC (rev 239787)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:56 UTC (rev 239788)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('dd2e8097fffd3eb46812810e2e28e66b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/extra-i686/PKGBUILD (from rev 239787, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:56 UTC (rev 239788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('02a5a0ab816fff398062363217ff7c45')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:44:40 UTC (rev 239787)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:44:56 UTC (rev 239788)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('dd2e8097fffd3eb46812810e2e28e66b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/extra-x86_64/PKGBUILD (from rev 239787, 
khelpcenter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:44:56 UTC (rev 239788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'

[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:43:48
  Author: arojas
Revision: 239784

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 239783, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 09:43:37 UTC (rev 239783)
+++ PKGBUILD2015-05-26 09:43:48 UTC (rev 239784)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=('any')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('c11a60c69784c57c03f841c03fa966c9')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 239783, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 09:43:48 UTC (rev 239784)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('a4bbe5510e26e04bf328aa173909fa29')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:44:24
  Author: arojas
Revision: 239786

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:44:07 UTC (rev 239785)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:24 UTC (rev 239786)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7bee8712c848e467ad23856ed6b89b9e')
-
-prepare() {
-  mkdir 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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 239785, 
plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:44:24 UTC (rev 239786)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-nm
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('413fde9fcf235527f7a4fcaaed2a6978')
+
+prepare() {
+  mkdir 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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:44:07 UTC (rev 239785)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:44:24 UTC (rev 239786)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7bee8712c848e467ad23856ed6b89b9e')
-
-prepare() {
-  mkdir 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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:41:18
  Author: arojas
Revision: 239774

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:41:03 UTC (rev 239773)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:18 UTC (rev 239774)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=A dedicated search application built on top of Baloo
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b333e81ca010332df095286f353ede9f')
-
-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: milou/repos/extra-i686/PKGBUILD (from rev 239773, milou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:18 UTC (rev 239774)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('db724e09b969e3151a9ec11333d8e738')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:41:03 UTC (rev 239773)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:18 UTC (rev 239774)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=A dedicated search application built on top of Baloo
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b333e81ca010332df095286f353ede9f')
-
-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: milou/repos/extra-x86_64/PKGBUILD (from rev 239773, 
milou/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:18 UTC (rev 239774)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:41:33
  Author: arojas
Revision: 239775

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 239774, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 239774, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 239774, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 239774, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  144 
 /kde.pam  |   12 
 extra-i686/PKGBUILD   |   72 
 extra-i686/kde.pam|6 --
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/kde.pam  |6 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:41:18 UTC (rev 239774)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:33 UTC (rev 239775)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.3.0
-pkgrel=4
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('4085a9bdd87706beeccfcc7dd09d5b85'
- '929b182dec8a096206ad493477c09d2c')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit' 'kxmlrpcclient')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 239774, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:33 UTC (rev 239775)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:42:04
  Author: arojas
Revision: 239777

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

Added:
  kinfocenter/repos/extra-i686/PKGBUILD
(from rev 239776, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-i686/kcm-about-distrorc
(from rev 239776, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/extra-x86_64/PKGBUILD
(from rev 239776, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc
(from rev 239776, kinfocenter/trunk/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/extra-i686/PKGBUILD
  kinfocenter/repos/extra-i686/kcm-about-distrorc
  kinfocenter/repos/extra-x86_64/PKGBUILD
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc

-+
 /PKGBUILD   |   90 ++
 /kcm-about-distrorc |4 +
 extra-i686/PKGBUILD |   45 ---
 extra-i686/kcm-about-distrorc   |2 
 extra-x86_64/PKGBUILD   |   45 ---
 extra-x86_64/kcm-about-distrorc |2 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:41:50 UTC (rev 239776)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:04 UTC (rev 239777)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='A utility that provides information about a computer system'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-md5sums=('69c3b7d22f80994aaa603ee7563bd63b'
- '518881f04ca9d4bd8526008767e40ba7'
- '4b4e2496ea1de3a09de501b5d508f666')
-
-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
-
-# Install Arch logo
-  install -Dm644 $srcdir/archlinux-logo.svg 
$pkgdir/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 $srcdir/kcm-about-distrorc 
$pkgdir/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/extra-i686/PKGBUILD (from rev 239776, 
kinfocenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:04 UTC (rev 239777)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('571e4fb927ed7038c970eabce41426d3'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+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
+
+# Install Arch logo
+  install -Dm644 $srcdir/archlinux-logo.svg 
$pkgdir/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 $srcdir/kcm-about-distrorc 
$pkgdir/etc/xdg/kcm-about-distrorc
+}

Deleted: extra-i686/kcm-about-distrorc
===
--- extra-i686/kcm-about-distrorc   2015-05-26 09:41:50 UTC (rev 239776)
+++ extra-i686/kcm-about-distrorc   2015-05-26 09:42:04 UTC (rev 239777)
@@ -1,2 +0,0 @@
-[General]
-LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 239776, 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:41:50
  Author: arojas
Revision: 239776

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:41:33 UTC (rev 239775)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:50 UTC (rev 239776)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7911ebdb88f415510ef480ca1faa147f')
-
-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: khotkeys/repos/extra-i686/PKGBUILD (from rev 239775, 
khotkeys/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:41:50 UTC (rev 239776)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('00b0d5c530424cb497347fefcf24f31b')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:41:33 UTC (rev 239775)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:50 UTC (rev 239776)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7911ebdb88f415510ef480ca1faa147f')
-
-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: khotkeys/repos/extra-x86_64/PKGBUILD (from rev 239775, 
khotkeys/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:41:50 UTC (rev 239776)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('00b0d5c530424cb497347fefcf24f31b')
+

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:46:22
  Author: arojas
Revision: 239794

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

Added:
  sddm-kcm/repos/extra-i686/PKGBUILD
(from rev 239793, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 239793, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-i686/PKGBUILD
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:46:07 UTC (rev 239793)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:22 UTC (rev 239794)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('1bd06777f1f0bbf212397f44d64f5c53')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 239793, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:22 UTC (rev 239794)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('c28111930218ccdaac103d216c361558')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:46:07 UTC (rev 239793)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:22 UTC (rev 239794)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('1bd06777f1f0bbf212397f44d64f5c53')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 239793, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:22 UTC (rev 239794)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:46:38
  Author: arojas
Revision: 239795

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:46:22 UTC (rev 239794)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:38 UTC (rev 239795)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Bhushan Shah bhush94 at gmail dot com
-
-pkgname=plasma-mediacenter
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=A mediacenter user interface based on KDE Plasma components
-arch=(i686 x86_64)
-url=http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-mediacenter/repos/extra-i686/PKGBUILD (from rev 239794, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:38 UTC (rev 239795)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2dfaabb811eb8126d796ad61a41196d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:46:22 UTC (rev 239794)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:38 UTC (rev 239795)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Bhushan Shah bhush94 at gmail dot com
-
-pkgname=plasma-mediacenter
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=A mediacenter user interface based on KDE Plasma components
-arch=(i686 x86_64)
-url=http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-mediacenter/repos/extra-x86_64/PKGBUILD (from rev 239794, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:38 UTC (rev 239795)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2dfaabb811eb8126d796ad61a41196d4')
+

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:46:54
  Author: arojas
Revision: 239796

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:46:38 UTC (rev 239795)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:54 UTC (rev 239796)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-sdk
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Applications useful for Plasma development
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
-license=(LGPL)
-depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
-makedepends=(extra-cmake-modules)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('eac8f50823f390d5728d74c8e539975d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 239795, 
plasma-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:46:54 UTC (rev 239796)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('72ffb0276e00fbdbd1d1f791e5e89ecc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:46:38 UTC (rev 239795)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:54 UTC (rev 239796)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-sdk
-pkgver=5.3.0
-pkgrel=3
-pkgdesc=Applications useful for Plasma development
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
-license=(LGPL)
-depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
-makedepends=(extra-cmake-modules)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('eac8f50823f390d5728d74c8e539975d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 239795, 
plasma-sdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:46:54 UTC (rev 239796)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('72ffb0276e00fbdbd1d1f791e5e89ecc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in mediawiki/repos/community-any (6 files)

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:21:29
  Author: spupykin
Revision: 134154

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 134153, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 134153, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 134153, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 10:21:18 UTC (rev 134153)
+++ PKGBUILD2015-05-26 10:21:29 UTC (rev 134154)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.25.0
-_basever=1.25
-pkgrel=1
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('49c1002c55883a56bd6ef335163560d4'
- '059c7c8909876ade51d3dc2fc7b84573'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-b5e9102 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 134153, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 10:21:29 UTC (rev 134154)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.25.1
+_basever=1.25
+pkgrel=1
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache support'
+   

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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:21:18
  Author: spupykin
Revision: 134153

upgpkg: mediawiki 1.25.1-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 10:21:13 UTC (rev 134152)
+++ PKGBUILD2015-05-26 10:21:18 UTC (rev 134153)
@@ -4,7 +4,7 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.25.0
+pkgver=1.25.1
 _basever=1.25
 pkgrel=1
 pkgdesc=MediaWiki engine
@@ -33,7 +33,7 @@
 
source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('49c1002c55883a56bd6ef335163560d4'
+md5sums=('12d6c2d2d0cbf068ae678abc92b6a4f9'
  '059c7c8909876ade51d3dc2fc7b84573'
  '1b34e53d7be9a124377ac34d9821d574')
 


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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:21:13
  Author: spupykin
Revision: 134152

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

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

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

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

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

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

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 134151, 
mediastreamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 10:21:13 UTC (rev 134152)
@@ -0,0 +1,33 @@
+# $Id$
+# 

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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:20:54
  Author: spupykin
Revision: 134151

upgpkg: mediastreamer 2.11.2-1

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 09:36:47 UTC (rev 134150)
+++ PKGBUILD2015-05-26 10:20:54 UTC (rev 134151)
@@ -6,8 +6,8 @@
 # Contributor: Mark Lee m...@markelee.com
 
 pkgname=mediastreamer
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.11.2
+pkgrel=1
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;
@@ -17,7 +17,7 @@
 makedepends=('intltool' 'vim')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('b406b445c9e8a5c50d4f92455913bc17'
+md5sums=('8b654c3e8938d50df9e83d2e353888a6'
  'SKIP')
 
 build() {


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

2015-05-26 Thread Gaetan Bisson
Date: Tuesday, May 26, 2015 @ 13:06:46
  Author: bisson
Revision: 239797

fix FS#45092

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 09:46:54 UTC (rev 239796)
+++ PKGBUILD2015-05-26 11:06:46 UTC (rev 239797)
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('git')
 depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
  'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
 'http://fontforge.org/cidmaps.tgz')


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 11:36:47
  Author: fyan
Revision: 134150

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

Added:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 134149, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-i686/PKGBUILD
(from rev 134149, python-pygit2/trunk/PKGBUILD)
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 134149, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 134149, python-pygit2/trunk/PKGBUILD)
Deleted:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-i686/PKGBUILD
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-x86_64/PKGBUILD

-+
 /0001-Fix-data-type-of-options-in-init_repository.patch |  104 
++
 /PKGBUILD   |   62 
+
 community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   |   52 
-
 community-i686/PKGBUILD |   31 
--
 community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch |   52 
-
 community-x86_64/PKGBUILD   |   31 
--
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-26 09:36:28 UTC (rev 134149)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-26 09:36:47 UTC (rev 134150)
@@ -1,52 +0,0 @@
-From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer i...@cryptocrack.de
-Date: Sat, 10 Jan 2015 20:38:39 +0100
-Subject: [PATCH] Fix data type of options in init_repository()
-
-Initializers for the char * fields of the git_repository_init_options
-structure must be cdata pointers.
-
-Signed-off-by: Lukas Fleischer i...@cryptocrack.de

- pygit2/__init__.py | 25 -
- 1 file changed, 20 insertions(+), 5 deletions(-)
-
-diff --git a/pygit2/__init__.py b/pygit2/__init__.py
-index 2674063..995fe6c 100644
 a/pygit2/__init__.py
-+++ b/pygit2/__init__.py
-@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
- C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
- options.flags = flags
- options.mode = mode
--options.workdir_path = to_bytes(workdir_path)
--options.description = to_bytes(description)
--options.template_path = to_bytes(template_path)
--options.initial_head = to_bytes(initial_head)
--options.origin_url = to_bytes(origin_url)
-+
-+if workdir_path:
-+workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
-+options.workdir_path = workdir_path_ref
-+
-+if description:
-+description_ref = ffi.new('char []', to_bytes(description))
-+options.description = description_ref
-+
-+if template_path:
-+template_path_ref = ffi.new('char []', to_bytes(template_path))
-+options.template_path = template_path_ref
-+
-+if initial_head:
-+initial_head_ref = ffi.new('char []', to_bytes(initial_head))
-+options.initial_head = initial_head_ref
-+
-+if origin_url:
-+origin_url_ref = ffi.new('char []', to_bytes(origin_url))
-+options.origin_url = origin_url_ref
- 
- # Call
- crepository = ffi.new('git_repository **')
--- 
-2.2.1
-

Copied: 
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 134149, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-26 09:36:47 UTC (rev 134150)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer i...@cryptocrack.de
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer i...@cryptocrack.de
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git 

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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 11:36:28
  Author: fyan
Revision: 134149

upgpkg: python-pygit2 0.22.0-5

rebuild with cffi 1.0.3

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 08:17:45 UTC (rev 134148)
+++ PKGBUILD2015-05-26 09:36:28 UTC (rev 134149)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.22.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Python bindings for libgit2'
 url=https://github.com/libgit2/pygit2;
 depends=(libgit2)


[arch-commits] Commit in python-cffi/trunk (PKGBUILD gcc-5.1.patch rebuild.list)

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 11:36:38
  Author: fyan
Revision: 239760

upgpkg: python-cffi 1.0.3-1

Added:
  python-cffi/trunk/gcc-5.1.patch
  python-cffi/trunk/rebuild.list
Modified:
  python-cffi/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 gcc-5.1.patch |   55 +++
 rebuild.list  |1 +
 3 files changed, 64 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 06:33:03 UTC (rev 239759)
+++ PKGBUILD2015-05-26 09:36:38 UTC (rev 239760)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=1.0.1
+pkgver=1.0.3
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -13,10 +13,15 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;
+gcc-5.1.patch)
+sha512sums=('a5f2b0ab356fe51b1d9f3f2e4bfadbc11bb10ec7f9458c019f3707b738dded1953723f797a8b37ed768cd14fe86f674d07d2cd5ce166406abaa1a68b443293b1'
+
'5dec42879a0ec443d6546594f4f78803b2aa83a5c02916864dca1c8c7c86bb69ee04269d5bce07ccfce750c7500acdc2fc037019e181321dfb7bf539bf74b91e')
 
 prepare() {
+  # https://bitbucket.org/cffi/cffi/issue/195/test-failures-with-cffi-102
+  (cd $_name-$pkgver; patch -p1 -i ../gcc-5.1.patch)
+
   cp -a $_name-$pkgver{,-py2}
 }
 

Added: gcc-5.1.patch
===
--- gcc-5.1.patch   (rev 0)
+++ gcc-5.1.patch   2015-05-26 09:36:38 UTC (rev 239760)
@@ -0,0 +1,55 @@
+# HG changeset patch
+# User Armin Rigo ar...@tunes.org
+# Date 1432628446 -7200
+# Node ID 588e46d0032954479cb62db1784d554c0b4d6107
+# Parent  4e69fd3efc25128d62eef5eea8a52fbfea166ebf
+Silence some warnings with gcc 5.1: if T is a type smaller than 'int',
+then the C expression condition ? (T)x : (T)y is typed not as a T, but
+as a larger 'int' --- which means there was an implicit cast from the
+final 'int' to the T-typed target of the assignment whenever this macro
+was used.
+
+diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h
+--- a/cffi/_cffi_include.h
 b/cffi/_cffi_include.h
+@@ -82,7 +82,8 @@
+ PyLong_FromLongLong((long long)x)))
+ 
+ #define _cffi_to_c_int(o, type)  \
+-(sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
++((type)( \
++ sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
+  : (type)_cffi_to_c_i8(o)) : \
+  sizeof(type) == 2 ? (((type)-1)  0 ? (type)_cffi_to_c_u16(o)   \
+  : (type)_cffi_to_c_i16(o)) :\
+@@ -90,7 +91,7 @@
+  : (type)_cffi_to_c_i32(o)) :\
+  sizeof(type) == 8 ? (((type)-1)  0 ? (type)_cffi_to_c_u64(o)   \
+  : (type)_cffi_to_c_i64(o)) :\
+- (Py_FatalError(unsupported size for type  #type), (type)0))
++ (Py_FatalError(unsupported size for type  #type), (type)0)))
+ 
+ #define _cffi_to_c_i8\
+  ((int(*)(PyObject *))_cffi_exports[1])
+diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
+--- a/cffi/vengine_cpy.py
 b/cffi/vengine_cpy.py
+@@ -886,7 +886,8 @@
+ PyLong_FromLongLong((long long)x)))
+ 
+ #define _cffi_to_c_int(o, type)  \
+-(sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
++((type)( \
++ sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
+  : (type)_cffi_to_c_i8(o)) : \
+  sizeof(type) == 2 ? (((type)-1)  0 ? (type)_cffi_to_c_u16(o)   \
+  : (type)_cffi_to_c_i16(o)) :\
+@@ -894,7 +895,7 @@
+  : (type)_cffi_to_c_i32(o)) :\
+  sizeof(type) == 8 ? (((type)-1)  0 ? (type)_cffi_to_c_u64(o)   \
+  : (type)_cffi_to_c_i64(o)) :\
+- (Py_FatalError(unsupported size for type  #type), (type)0))
++ (Py_FatalError(unsupported size for type  #type), (type)0)))
+ 
+ #define _cffi_to_c_i8\
+  

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:42:34
  Author: arojas
Revision: 239779

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:42:19 UTC (rev 239778)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:34 UTC (rev 239779)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('75daff0dd6fdc89391b35a1bacba43ce')
-
-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: systemsettings/repos/extra-i686/PKGBUILD (from rev 239778, 
systemsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:34 UTC (rev 239779)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ebaa1d7e017cc208fa2fe62929d0791e')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:42:19 UTC (rev 239778)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:42:34 UTC (rev 239779)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('75daff0dd6fdc89391b35a1bacba43ce')
-
-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: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 239778, 
systemsettings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:42:34 UTC (rev 239779)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:43:04
  Author: arojas
Revision: 239781

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:42:49 UTC (rev 239780)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:04 UTC (rev 239781)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('ba3f8e0ca8e15c0a361d9100c52a992c')
-
-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: powerdevil/repos/extra-i686/PKGBUILD (from rev 239780, 
powerdevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:04 UTC (rev 239781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('3f4924bd90fd05605645c49d5a4ed2e5')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:42:49 UTC (rev 239780)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:04 UTC (rev 239781)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('ba3f8e0ca8e15c0a361d9100c52a992c')
-
-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: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 239780, 
powerdevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:04 UTC (rev 239781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:42:19
  Author: arojas
Revision: 239778

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

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

+
 /PKGBUILD  |   80 +++
 /ksysguard.install |   24 +++
 extra-i686/PKGBUILD|   40 ---
 extra-i686/ksysguard.install   |   12 -
 extra-x86_64/PKGBUILD  |   40 ---
 extra-x86_64/ksysguard.install |   12 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:42:04 UTC (rev 239777)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:19 UTC (rev 239778)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('4e0d312a32fd528cc7fb06b2e3ae1180')
-
-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: ksysguard/repos/extra-i686/PKGBUILD (from rev 239777, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:19 UTC (rev 239778)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('401828c241fd6e15e3032dcde4a3d421')
+
+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
+}

Deleted: extra-i686/ksysguard.install
===
--- extra-i686/ksysguard.install2015-05-26 09:42:04 UTC (rev 239777)
+++ extra-i686/ksysguard.install2015-05-26 09:42:19 UTC (rev 239778)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ksysguard/repos/extra-i686/ksysguard.install (from rev 239777, 
ksysguard/trunk/ksysguard.install)
===
--- extra-i686/ksysguard.install(rev 0)
+++ extra-i686/ksysguard.install2015-05-26 09:42:19 UTC (rev 239778)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:42:04 UTC (rev 239777)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:42:19 UTC (rev 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:42:49
  Author: arojas
Revision: 239780

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

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

+
 /PKGBUILD  |   78 +++
 /kmenuedit.install |   24 
 extra-i686/PKGBUILD|   39 ---
 extra-i686/kmenuedit.install   |   12 --
 extra-x86_64/PKGBUILD  |   39 ---
 extra-x86_64/kmenuedit.install |   12 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:42:34 UTC (rev 239779)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:49 UTC (rev 239780)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
-license=('LGPL')
-depends=('khotkeys')
-groups=('plasma')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('fdaedd50d6f1f26205df1fe08b12c56d')
-
-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: kmenuedit/repos/extra-i686/PKGBUILD (from rev 239779, 
kmenuedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:42:49 UTC (rev 239780)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('336074bc605732390d9dce13543d6ee9')
+
+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
+}

Deleted: extra-i686/kmenuedit.install
===
--- extra-i686/kmenuedit.install2015-05-26 09:42:34 UTC (rev 239779)
+++ extra-i686/kmenuedit.install2015-05-26 09:42:49 UTC (rev 239780)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kmenuedit/repos/extra-i686/kmenuedit.install (from rev 239779, 
kmenuedit/trunk/kmenuedit.install)
===
--- extra-i686/kmenuedit.install(rev 0)
+++ extra-i686/kmenuedit.install2015-05-26 09:42:49 UTC (rev 239780)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:42:34 UTC (rev 239779)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:42:49 UTC (rev 239780)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:43:37
  Author: arojas
Revision: 239783

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

Added:
  bluez-qt/repos/extra-i686/PKGBUILD
(from rev 239782, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/extra-x86_64/PKGBUILD
(from rev 239782, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/extra-i686/PKGBUILD
  bluez-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:43:20 UTC (rev 239782)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:37 UTC (rev 239783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e5ece42a1c25b10e751e7334c8420de0')
-
-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/extra-i686/PKGBUILD (from rev 239782, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:37 UTC (rev 239783)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8af6a399bbecc58dd726daea9aa9c6b7')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:43:20 UTC (rev 239782)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:37 UTC (rev 239783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluez-qt
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules)
-conflicts=(libbluedevil-frameworks)
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e5ece42a1c25b10e751e7334c8420de0')
-
-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/extra-x86_64/PKGBUILD (from rev 239782, 
bluez-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:37 UTC (rev 239783)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8af6a399bbecc58dd726daea9aa9c6b7')
+
+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 \
+

[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:43:20
  Author: arojas
Revision: 239782

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

Added:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
(from rev 239781, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD
(from rev 239781, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:43:04 UTC (rev 239781)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:20 UTC (rev 239782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=polkit-kde-agent
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
-license=('LGPL')
-depends=('knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
-md5sums=('5978e2a9d149a4b4beb2f5954a689147')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 239781, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:43:20 UTC (rev 239782)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('e1f92e011891d1d5bb8e0c8ce622e9f1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:43:04 UTC (rev 239781)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:20 UTC (rev 239782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=polkit-kde-agent
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
-license=('LGPL')
-depends=('knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
-md5sums=('5978e2a9d149a4b4beb2f5954a689147')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 239781, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:43:20 UTC (rev 239782)
@@ -0,0 +1,39 @@
+# 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:45:25
  Author: arojas
Revision: 239790

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

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

+
 /PKGBUILD  |   84 +++
 /bluedevil.install |   24 +++
 extra-i686/PKGBUILD|   42 ---
 extra-i686/bluedevil.install   |   12 -
 extra-x86_64/PKGBUILD  |   42 ---
 extra-x86_64/bluedevil.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:45:10 UTC (rev 239789)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:25 UTC (rev 239790)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluedevil
-pkgver=5.3.0
-pkgrel=3
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-install=$pkgname.install
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('be64849a93c5938db123d9774f9d6d1a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 239789, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:45:25 UTC (rev 239790)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b75a7a3ace3a1c8d6b4410dd69bb4bc4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/bluedevil.install
===
--- extra-i686/bluedevil.install2015-05-26 09:45:10 UTC (rev 239789)
+++ extra-i686/bluedevil.install2015-05-26 09:45:25 UTC (rev 239790)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 239789, 
bluedevil/trunk/bluedevil.install)
===
--- extra-i686/bluedevil.install(rev 0)
+++ extra-i686/bluedevil.install2015-05-26 09:45:25 UTC (rev 239790)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-26 09:45:10 UTC 

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

2015-05-26 Thread Sergej Pupykin
Date: Tuesday, May 26, 2015 @ 12:28:03
  Author: spupykin
Revision: 134157

upgpkg: texvc 1.25-1

upd

Modified:
  texvc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 10:22:08 UTC (rev 134156)
+++ PKGBUILD2015-05-26 10:28:03 UTC (rev 134157)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=texvc
-pkgver=1.23
+pkgver=1.25
 pkgrel=1
 pkgdesc=tex to HTML/MathML/png converter used by mediawiki
 arch=(i686 x86_64)
@@ -13,11 +13,11 @@
 makedepends=('ocaml' 'git')
 
#source=(mediawiki-math-$pkgver::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${pkgver/./_})
 
source=(mediawiki-math-${pkgver}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_};)
-md5sums=('2e292442d22c2478150ee592e7780d89')
+md5sums=('059c7c8909876ade51d3dc2fc7b84573')
 
 prepare() {
   cd $srcdir
-  mv wikimedia-mediawiki-extensions-Math-d0e998f mediawiki-math-$pkgver
+  mv wikimedia-mediawiki-extensions-Math-b5e9102 mediawiki-math-$pkgver
 }
 
 build() {


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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 14:17:16
  Author: arojas
Revision: 134160

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 12:16:23 UTC (rev 134159)
+++ community-i686/PKGBUILD 2015-05-26 12:17:16 UTC (rev 134160)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=muon
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('c2d29016945ab4a87a6e9b80099b7d0e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../muon-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: muon/repos/community-i686/PKGBUILD (from rev 134159, 
muon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 12:17:16 UTC (rev 134160)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=muon
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('056efb8d201323d5a56a7628f9d456ff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/muon.install
===
--- community-i686/muon.install 2015-05-26 12:16:23 UTC (rev 134159)
+++ community-i686/muon.install 2015-05-26 12:17:16 UTC (rev 134160)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: muon/repos/community-i686/muon.install (from rev 134159, 
muon/trunk/muon.install)
===
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-05-26 12:17:16 UTC (rev 134160)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 12:16:23 UTC (rev 134159)
+++ community-x86_64/PKGBUILD   2015-05-26 12:17:16 UTC (rev 134160)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=muon
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 14:16:23
  Author: arojas
Revision: 134159

Update to 5.3.1

Modified:
  muon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 10:28:18 UTC (rev 134158)
+++ PKGBUILD2015-05-26 12:16:23 UTC (rev 134159)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org 
 
 pkgname=muon
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules python)
 
source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('c2d29016945ab4a87a6e9b80099b7d0e')
+md5sums=('056efb8d201323d5a56a7628f9d456ff')
 
 prepare() {
   mkdir -p build


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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:13:14
  Author: mtorromeo
Revision: 134161

upgpkg: hiredis 0.13.1-1

Updated to 0.13.1 and fixed FS#45063

Modified:
  hiredis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 12:17:16 UTC (rev 134160)
+++ PKGBUILD2015-05-26 13:13:14 UTC (rev 134161)
@@ -3,7 +3,7 @@
 # Contributor: Vladimir Tsanev tsac...@gmail.com
 
 pkgname=hiredis
-pkgver=0.12.1
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Minimalistic C client library for Redis'
 arch=('x86_64' 'i686')
@@ -11,12 +11,12 @@
 license=('BSD')
 depends=('glibc')
 checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make
+  make PREFIX=/usr
 }
 
 check() {
@@ -27,7 +27,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
+  make DESTDIR=$pkgdir PREFIX=/usr install
 
   install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }


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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:14:43
  Author: mtorromeo
Revision: 134162

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:13:14 UTC (rev 134161)
+++ community-i686/PKGBUILD 2015-05-26 13:14:43 UTC (rev 134162)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Vladimir Tsanev tsac...@gmail.com
-
-pkgname=hiredis
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url=https://github.com/redis/hiredis/;
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-i686/PKGBUILD (from rev 134161, 
hiredis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:14:43 UTC (rev 134162)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Vladimir Tsanev tsac...@gmail.com
+
+pkgname=hiredis
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url=https://github.com/redis/hiredis/;
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir PREFIX=/usr install
+
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 13:13:14 UTC (rev 134161)
+++ community-x86_64/PKGBUILD   2015-05-26 13:14:43 UTC (rev 134162)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Vladimir Tsanev tsac...@gmail.com
-
-pkgname=hiredis
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url=https://github.com/redis/hiredis/;
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-
-  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 134161, 
hiredis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 13:14:43 UTC (rev 134162)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Vladimir Tsanev tsac...@gmail.com
+
+pkgname=hiredis
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url=https://github.com/redis/hiredis/;
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz)
+sha256sums=('8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -r 's|echo \\|echo 

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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:20:30
  Author: mtorromeo
Revision: 134164

archrelease: copy trunk to community-any

Added:
  nodejs-less/repos/community-any/PKGBUILD
(from rev 134163, nodejs-less/trunk/PKGBUILD)
Deleted:
  nodejs-less/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 13:20:24 UTC (rev 134163)
+++ PKGBUILD2015-05-26 13:20:30 UTC (rev 134164)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=nodejs-less
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=A standalone compiler for the LESS CSS language.
-arch=('any')
-url=http://lesscss.org/;
-license=('Apache')
-depends=('nodejs')
-conflicts=('lessc')
-provides=(lessc=$pkgver)
-replaces=('lessc')
-source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
-
-package() {
-npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
-}
-
-sha256sums=('3e3e555a5085bc1af6053343f4da29a2800bd7ab08b6fc832ceb6a7dbf8e6460')

Copied: nodejs-less/repos/community-any/PKGBUILD (from rev 134163, 
nodejs-less/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 13:20:30 UTC (rev 134164)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=nodejs-less
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=A standalone compiler for the LESS CSS language.
+arch=('any')
+url=http://lesscss.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+conflicts=('lessc')
+provides=(lessc=$pkgver)
+replaces=('lessc')
+source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
+
+package() {
+npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
+rm -r $pkgdir/usr/etc
+chmod -R go-w $pkgdir/usr
+}
+
+sha256sums=('0bebbe9c753db9fe655e339764b9b21ff5d35d15e056c3a5fc5bd7d5199d8ef7')


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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:20:24
  Author: mtorromeo
Revision: 134163

upgpkg: nodejs-less 2.5.1-1

Updated to version 2.5.1

Modified:
  nodejs-less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:14:43 UTC (rev 134162)
+++ PKGBUILD2015-05-26 13:20:24 UTC (rev 134163)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=nodejs-less
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=A standalone compiler for the LESS CSS language.
 arch=('any')
@@ -9,6 +9,7 @@
 url=http://lesscss.org/;
 license=('Apache')
 depends=('nodejs')
+makedepends=('npm')
 conflicts=('lessc')
 provides=(lessc=$pkgver)
 replaces=('lessc')
@@ -15,7 +16,9 @@
 source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
 
 package() {
-npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
+npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
+rm -r $pkgdir/usr/etc
+chmod -R go-w $pkgdir/usr
 }
 
-sha256sums=('3e3e555a5085bc1af6053343f4da29a2800bd7ab08b6fc832ceb6a7dbf8e6460')
+sha256sums=('0bebbe9c753db9fe655e339764b9b21ff5d35d15e056c3a5fc5bd7d5199d8ef7')


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:34:45
  Author: dwallace
Revision: 134165

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc=Minimalistic document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 134164, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Minimalistic document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/bash-completion  2015-05-26 13:34:45 UTC (rev 134165)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-

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

2015-05-26 Thread Andreas Radke
Date: Tuesday, May 26, 2015 @ 20:36:11
  Author: andyrtr
Revision: 239802

upgpkg: libreoffice-fresh 4.4.3-2

poppler 0.33.0 rebuild; temporary disable system libwps until FTBS failures 
have been sorted out

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 17:10:21 UTC (rev 239801)
+++ PKGBUILD2015-05-26 18:36:11 UTC (rev 239802)
@@ -6,11 +6,11 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=4.4.3.2
 pkgver=4.4.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
-makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
+makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' # 
'libwps'
'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@@ -60,6 +60,7 @@

${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
${_additional_source_url}/libfreehand-0.1.0.tar.bz2

${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
+   ${_additional_source_url}/libwps-0.3.1.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
@@ -95,6 +96,7 @@
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
libfreehand-0.1.0.tar.bz2
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
+   libwps-0.3.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 md5sums=('427075aba3e1d32197954b7d6a2d0566'
  'SKIP'
@@ -134,6 +136,7 @@
  '5821b806a98e6c38370970e682ce76e8'
  '5f029fef73e42a2c2ae4524a7513f97d'
  '36271d3fa0d9dec1632029b6d7aac925'
+ 'a111d9ef5a0dab564e9aec0f2cf8d218'
  '185d60944ea767075d27247c3162b3bc'
  'dcb5ad3e5f7139227677ea064b075422'
  '4195735a80876ae812fca5736b50192a'
@@ -247,7 +250,7 @@
--with-system-glew \
--with-system-glm \
--with-system-libwpg \
-   --with-system-libwps \
+   --without-system-libwps \
--with-system-redland\
--with-system-serf \
--without-system-npapi-headers \
@@ -305,7 +308,7 @@
 
 package_libreoffice-fresh() {
pkgdesc=LibreOffice branch which contains new features and program 
enhancements
-   depends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
+   depends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
# 'libwps'
'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 
'dbus-glib'
'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 
'graphite'
'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'


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

2015-05-26 Thread Andreas Radke
Date: Tuesday, May 26, 2015 @ 20:36:49
  Author: andyrtr
Revision: 239803

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

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

-+
 staging-i686/PKGBUILD   |  382 
++
 staging-i686/PKGBUILD.50|  380 
+
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.install  |   13 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  382 
++
 staging-x86_64/PKGBUILD.50  |  380 
+
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.install|   13 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 12 files changed, 1662 insertions(+)

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


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

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 20:46:46
  Author: anthraxx
Revision: 134185

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

Added:
  p0f/repos/community-i686/
  p0f/repos/community-i686/PKGBUILD
(from rev 134184, p0f/trunk/PKGBUILD)
  p0f/repos/community-x86_64/
  p0f/repos/community-x86_64/PKGBUILD
(from rev 134184, p0f/trunk/PKGBUILD)

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

Copied: p0f/repos/community-i686/PKGBUILD (from rev 134184, p0f/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 18:46:46 UTC (rev 134185)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:

Copied: p0f/repos/community-x86_64/PKGBUILD (from rev 134184, 
p0f/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 18:46:46 UTC (rev 134185)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:


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

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 20:45:37
  Author: anthraxx
Revision: 134184

moving p0f 3.08b-2 into [community]

Added:
  p0f/
  p0f/repos/
  p0f/trunk/
  p0f/trunk/PKGBUILD

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

Added: p0f/trunk/PKGBUILD
===
--- p0f/trunk/PKGBUILD  (rev 0)
+++ p0f/trunk/PKGBUILD  2015-05-26 18:45:37 UTC (rev 134184)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:


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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 18:49:00
  Author: arojas
Revision: 239798

Fix missing input KCM (FS#45095)

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 11:06:46 UTC (rev 239797)
+++ PKGBUILD2015-05-26 16:49:00 UTC (rev 239798)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,7 +13,7 @@
 depends=('powerdevil' 'polkit-kde-agent'
  'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
  'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-synaptics' 
'xorg-server-devel')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
 optdepends=('plasma-nm: Network manager applet')
 conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
 replaces=('kcm-touchpad-frameworks')


[arch-commits] Commit in mps-youtube/repos (3 files)

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:58:05
  Author: demize
Revision: 134197

archrelease: copy trunk to community-any

Added:
  mps-youtube/repos/community-any/
  mps-youtube/repos/community-any/PKGBUILD
(from rev 134196, mps-youtube/trunk/PKGBUILD)
  mps-youtube/repos/community-any/mps-youtube.install
(from rev 134196, mps-youtube/trunk/mps-youtube.install)

-+
 PKGBUILD|   26 ++
 mps-youtube.install |7 +++
 2 files changed, 33 insertions(+)

Copied: mps-youtube/repos/community-any/PKGBUILD (from rev 134196, 
mps-youtube/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-26 19:58:05 UTC (rev 134197)
@@ -0,0 +1,26 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+
+pkgname=mps-youtube
+pkgver=0.2.4
+pkgrel=1
+
+pkgdesc=Terminal based YouTube jukebox with playlist management
+url='https://github.com/np1/mps-youtube'
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'python-setuptools' 'python-pafy')
+optdepends=('mpv: Alternative to mplayer for playback'
+'mplayer: Alternative to mpv for playback'
+'ffmpeg: for transcoding downloaded content'
+'xclip: for copying content to the clipboard')
+
+install=mps-youtube.install
+source=(mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
+
+sha256sums=('3ebd1128dcd67754eebfd36f25e36f4dc7bfc9593f08cb30a8cb0b4e4a99f652')
+
+package() {
+   cd mps-youtube-$pkgver
+   python setup.py install --root=$pkgdir --optimize=1
+}

Copied: mps-youtube/repos/community-any/mps-youtube.install (from rev 134196, 
mps-youtube/trunk/mps-youtube.install)
===
--- community-any/mps-youtube.install   (rev 0)
+++ community-any/mps-youtube.install   2015-05-26 19:58:05 UTC (rev 134197)
@@ -0,0 +1,7 @@
+post_install () {
+   printf == Install either mpv or mplayer for playback.\n
+}
+
+post_upgrade () {
+   post_install $1
+}


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:40:58
  Author: dwallace
Revision: 134166

upgpkg: zathura-ps 0.2.2-3

upgpkg: zathura-ps 0.2.2-3

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:34:45 UTC (rev 134165)
+++ PKGBUILD2015-05-26 13:40:58 UTC (rev 134166)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Adds ps support to zathura by using the libspectre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:41:51
  Author: dwallace
Revision: 134167

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 134166, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
(from rev 134166, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 134166, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
(from rev 134166, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-i686/zathura-ps.install
  zathura-ps/repos/community-x86_64/PKGBUILD
  zathura-ps/repos/community-x86_64/zathura-ps.install

-+
 /PKGBUILD   |   48 ++
 /zathura-ps.install |   12 
 community-i686/PKGBUILD |   24 -
 community-i686/zathura-ps.install   |6 
 community-x86_64/PKGBUILD   |   24 -
 community-x86_64/zathura-ps.install |6 
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:40:58 UTC (rev 134166)
+++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-
-build(){
-  make -C $pkgname-$pkgver
-}
-
-package(){
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 134166, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=3
+pkgdesc=Adds ps support to zathura by using the libspectre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
+license=('custom')
+depends=('libspectre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C $pkgname-$pkgver
+}
+
+package(){
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-ps.install
===
--- community-i686/zathura-ps.install   2015-05-26 13:40:58 UTC (rev 134166)
+++ community-i686/zathura-ps.install   2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 134166, 
zathura-ps/trunk/zathura-ps.install)
===
--- community-i686/zathura-ps.install   (rev 0)
+++ community-i686/zathura-ps.install   2015-05-26 13:41:51 UTC (rev 134167)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 13:40:58 UTC (rev 134166)
+++ community-x86_64/PKGBUILD   2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-

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

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 16:41:52
  Author: anthraxx
Revision: 134181

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/
  lynis/repos/community-any/PKGBUILD
(from rev 134180, lynis/trunk/PKGBUILD)

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

Copied: lynis/repos/community-any/PKGBUILD (from rev 134180, 
lynis/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-26 14:41:52 UTC (rev 134181)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=lynis
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+license=('GPL3')
+arch=('any')
+backup=('etc/lynis/default.prf')
+depends=('sh')
+optdepends=(
+  'net-tools: networking tests'
+  'bash-completion: completion for bash'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # profile
+  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
+
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # plugins, include, db
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
+
+  # doc files
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
+
+  # manpage
+  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
+
+  # systemd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2015-05-26 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 16:56:48
  Author: fyan
Revision: 134182

upgpkg: jenkins 1.615-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 14:41:52 UTC (rev 134181)
+++ PKGBUILD2015-05-26 14:56:48 UTC (rev 134182)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.614
+pkgver=1.615
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('3cf4e8938ffe14eab3f4100495e65169ed2c1450ed01f897a3f468fb2263d002b3a836eb48ef7e7857ea93d2f1b66ec1d169caf2c1d51a47bc9517c1eb77662b'
+sha512sums=('5f1bed0488ce98d883f2230fa3cca0143858786177a1848bde676d9c57c2e3fe4e9a134274ecbc1ca645ce04afca28db1308d9064bc49320722730b7e19dd699'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


[arch-commits] Commit in (4 files)

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:09:08
  Author: demize
Revision: 134188

aspell-sv: Move from the AUR

Added:
  aspell-sv/
  aspell-sv/repos/
  aspell-sv/trunk/
  aspell-sv/trunk/PKGBUILD

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

Added: aspell-sv/trunk/PKGBUILD
===
--- aspell-sv/trunk/PKGBUILD(rev 0)
+++ aspell-sv/trunk/PKGBUILD2015-05-26 19:09:08 UTC (rev 134188)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: jimmie jimm...@hotmail.com
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=1
+
+pkgdesc=Swedish dictionary for aspell
+url=http://aspell.net/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+
+depends=('aspell')
+
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2;)
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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


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

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:50:15
  Author: demize
Revision: 134195

python-pafy: Rename GitHub tarball

Modified:
  python-pafy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 19:47:50 UTC (rev 134194)
+++ PKGBUILD2015-05-26 19:50:15 UTC (rev 134195)
@@ -12,7 +12,7 @@
 depends=('python')
 optdepends=('ffmpeg: fix issues with audio file downloads')
 
-source=(https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
+source=(python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
 
 sha1sums=('d4bd7de0a08676470342d6445cc70229bcc00ff2')
 


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

2015-05-26 Thread Andreas Radke
Date: Tuesday, May 26, 2015 @ 20:57:48
  Author: andyrtr
Revision: 134186

upgpkg: gdal 1.11.2-5

poppler rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 18:46:46 UTC (rev 134185)
+++ PKGBUILD2015-05-26 18:57:48 UTC (rev 134186)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.11.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;


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

2015-05-26 Thread Andreas Radke
Date: Tuesday, May 26, 2015 @ 20:58:03
  Author: andyrtr
Revision: 134187

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 134186, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 134186, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 134186, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-i686/poppler-0.31.patch
(from rev 134186, gdal/trunk/poppler-0.31.patch)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 134186, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 134186, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 134186, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/poppler-0.31.patch
(from rev 134186, gdal/trunk/poppler-0.31.patch)

--+
 community-staging-i686/PKGBUILD  |   77 +
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 +
 community-staging-i686/gdal.changelog|   47 +++
 community-staging-i686/poppler-0.31.patch|   12 ++
 community-staging-x86_64/PKGBUILD|   77 +
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 +
 community-staging-x86_64/gdal.changelog  |   47 +++
 community-staging-x86_64/poppler-0.31.patch  |   12 ++
 8 files changed, 292 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 134186, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-26 18:58:03 UTC (rev 134187)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.2
+pkgrel=5
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch
+poppler-0.31.patch)
+sha256sums=('66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'4fc42bdb729cec92920236ef9f3302fab497069dbb7d41d81222e7e48a36e7a6')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+  patch -Np1 -i ${srcdir}/poppler-0.31.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+ 

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

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:14:56
  Author: demize
Revision: 134189

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

Added:
  aspell-sv/repos/community-i686/
  aspell-sv/repos/community-i686/PKGBUILD
(from rev 134188, aspell-sv/trunk/PKGBUILD)
  aspell-sv/repos/community-x86_64/
  aspell-sv/repos/community-x86_64/PKGBUILD
(from rev 134188, aspell-sv/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: aspell-sv/repos/community-i686/PKGBUILD (from rev 134188, 
aspell-sv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 19:14:56 UTC (rev 134189)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: jimmie jimm...@hotmail.com
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=1
+
+pkgdesc=Swedish dictionary for aspell
+url=http://aspell.net/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+
+depends=('aspell')
+
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2;)
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-$pkgver-0
+  make DESTDIR=$pkgdir install
+}

Copied: aspell-sv/repos/community-x86_64/PKGBUILD (from rev 134188, 
aspell-sv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 19:14:56 UTC (rev 134189)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: jimmie jimm...@hotmail.com
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=1
+
+pkgdesc=Swedish dictionary for aspell
+url=http://aspell.net/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+
+depends=('aspell')
+
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2;)
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:47:50
  Author: demize
Revision: 134194

archrelease: copy trunk to community-any

Added:
  python-pafy/repos/community-any/
  python-pafy/repos/community-any/PKGBUILD
(from rev 134193, python-pafy/trunk/PKGBUILD)

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

Copied: python-pafy/repos/community-any/PKGBUILD (from rev 134193, 
python-pafy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-26 19:47:50 UTC (rev 134194)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+
+pkgname=python-pafy
+pkgver=0.3.72
+pkgrel=1
+
+pkgdesc=Python API for YouTube
+url=http://np1.github.io/pafy;
+arch=('any')
+license=('GPL3')
+
+depends=('python')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=(https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
+
+sha1sums=('d4bd7de0a08676470342d6445cc70229bcc00ff2')
+
+package() {
+   cd pafy-$pkgver
+   python setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:47:31
  Author: demize
Revision: 134193

python-pafy: Move from AUR

Dependency of mps-youtube

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

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

Added: python-pafy/trunk/PKGBUILD
===
--- python-pafy/trunk/PKGBUILD  (rev 0)
+++ python-pafy/trunk/PKGBUILD  2015-05-26 19:47:31 UTC (rev 134193)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+
+pkgname=python-pafy
+pkgver=0.3.72
+pkgrel=1
+
+pkgdesc=Python API for YouTube
+url=http://np1.github.io/pafy;
+arch=('any')
+license=('GPL3')
+
+depends=('python')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=(https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
+
+sha1sums=('d4bd7de0a08676470342d6445cc70229bcc00ff2')
+
+package() {
+   cd pafy-$pkgver
+   python setup.py install --root=$pkgdir --optimize=1
+}


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


[arch-commits] Commit in (5 files)

2015-05-26 Thread Johannes Löthberg
Date: Tuesday, May 26, 2015 @ 21:53:47
  Author: demize
Revision: 134196

mps-youtube: Import from AUR

Added:
  mps-youtube/
  mps-youtube/repos/
  mps-youtube/trunk/
  mps-youtube/trunk/PKGBUILD
  mps-youtube/trunk/mps-youtube.install

-+
 PKGBUILD|   26 ++
 mps-youtube.install |7 +++
 2 files changed, 33 insertions(+)

Added: mps-youtube/trunk/PKGBUILD
===
--- mps-youtube/trunk/PKGBUILD  (rev 0)
+++ mps-youtube/trunk/PKGBUILD  2015-05-26 19:53:47 UTC (rev 134196)
@@ -0,0 +1,26 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+
+pkgname=mps-youtube
+pkgver=0.2.4
+pkgrel=1
+
+pkgdesc=Terminal based YouTube jukebox with playlist management
+url='https://github.com/np1/mps-youtube'
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'python-setuptools' 'python-pafy')
+optdepends=('mpv: Alternative to mplayer for playback'
+'mplayer: Alternative to mpv for playback'
+'ffmpeg: for transcoding downloaded content'
+'xclip: for copying content to the clipboard')
+
+install=mps-youtube.install
+source=(mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
+
+sha256sums=('3ebd1128dcd67754eebfd36f25e36f4dc7bfc9593f08cb30a8cb0b4e4a99f652')
+
+package() {
+   cd mps-youtube-$pkgver
+   python setup.py install --root=$pkgdir --optimize=1
+}


Property changes on: mps-youtube/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mps-youtube/trunk/mps-youtube.install
===
--- mps-youtube/trunk/mps-youtube.install   (rev 0)
+++ mps-youtube/trunk/mps-youtube.install   2015-05-26 19:53:47 UTC (rev 
134196)
@@ -0,0 +1,7 @@
+post_install () {
+   printf == Install either mpv or mplayer for playback.\n
+}
+
+post_upgrade () {
+   post_install $1
+}


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

2015-05-26 Thread Ike Devolder
Date: Tuesday, May 26, 2015 @ 22:46:09
  Author: idevolder
Revision: 134200

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 134199, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi-14.0-dvddemux-ffmpeg.patch
(from rev 134199, kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch)
  kodi/repos/community-i686/kodi-14.0-gcc5.patch
(from rev 134199, kodi/trunk/kodi-14.0-gcc5.patch)
  kodi/repos/community-i686/kodi.install
(from rev 134199, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 134199, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi-14.0-dvddemux-ffmpeg.patch
(from rev 134199, kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch)
  kodi/repos/community-x86_64/kodi-14.0-gcc5.patch
(from rev 134199, kodi/trunk/kodi-14.0-gcc5.patch)
  kodi/repos/community-x86_64/kodi.install
(from rev 134199, kodi/trunk/kodi.install)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install

--+
 /PKGBUILD|  278 +
 /kodi.install|   34 ++
 community-i686/PKGBUILD  |  133 --
 community-i686/kodi-14.0-dvddemux-ffmpeg.patch   |   13 
 community-i686/kodi-14.0-gcc5.patch  |   25 +
 community-i686/kodi.install  |   17 -
 community-x86_64/PKGBUILD|  133 --
 community-x86_64/kodi-14.0-dvddemux-ffmpeg.patch |   13 
 community-x86_64/kodi-14.0-gcc5.patch|   25 +
 community-x86_64/kodi.install|   17 -
 10 files changed, 388 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 20:45:53 UTC (rev 134199)
+++ community-i686/PKGBUILD 2015-05-26 20:46:09 UTC (rev 134200)
@@ -1,133 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Maxime Gauduin aluc...@gmail.com
-
-_prefix=/usr
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=14.2
-_codename=Helix
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
-  'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
-  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 
'zip'
-)
-source=(
-  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-)
-sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4')
-
-prepare() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-  # disable wiiremote due to incompatibility with bluez-5.29
-  sed '/WiiRemote/d' -i tools/EventClients/Makefile.in
-  sed '/mkdir -p $(DESTDIR)$(bindir)/i \
-install:' -i tools/EventClients/Makefile.in
-}
-
-build() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-external-libraries \
---with-lirc-device=/run/lirc/lircd \
-ac_cv_lib_bluetooth_hci_devid=no
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc=A software media player and entertainment hub for digital media
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 

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

2015-05-26 Thread Ike Devolder
Date: Tuesday, May 26, 2015 @ 22:45:53
  Author: idevolder
Revision: 134199

kodi :: 14.2-4 patches

Added:
  kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch
  kodi/trunk/kodi-14.0-gcc5.patch

-+
 kodi-14.0-dvddemux-ffmpeg.patch |   13 +
 kodi-14.0-gcc5.patch|   25 +
 2 files changed, 38 insertions(+)

Added: kodi-14.0-dvddemux-ffmpeg.patch
===
--- kodi-14.0-dvddemux-ffmpeg.patch (rev 0)
+++ kodi-14.0-dvddemux-ffmpeg.patch 2015-05-26 20:45:53 UTC (rev 134199)
@@ -0,0 +1,13 @@
+--- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig   2014-08-01 
11:18:24.0 -0500
 xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp2014-08-24 
15:36:34.844966866 -0500
+@@ -519,10 +519,6 @@
+ 
+ void CDVDDemuxFFmpeg::Flush()
+ {
+-  // naughty usage of an internal ffmpeg function
+-  if (m_pFormatContext)
+-av_read_frame_flush(m_pFormatContext);
+-
+   m_currentPts = DVD_NOPTS_VALUE;
+ 
+   m_pkt.result = -1;

Added: kodi-14.0-gcc5.patch
===
--- kodi-14.0-gcc5.patch(rev 0)
+++ kodi-14.0-gcc5.patch2015-05-26 20:45:53 UTC (rev 134199)
@@ -0,0 +1,25 @@
+--- a/xbmc/screensavers/rsxs-0.9/lib/argp.h.orig   2015-03-26 
13:25:20.0 -0500
 b/xbmc/screensavers/rsxs-0.9/lib/argp.h2015-05-19 16:05:20.992493851 
-0500
+@@ -559,7 +559,7 @@
+ # endif
+ 
+ # ifndef ARGP_EI
+-#  define ARGP_EI extern __inline__
++#  define ARGP_EI extern __inline__ __attribute__ ((gnu_inline)) 
+ # endif
+ 
+ ARGP_EI void
+--- a/xbmc/screensavers/rsxs-0.9/lib/argp-fmtstream.h.orig 2015-03-26 
13:25:20.0 -0500
 b/xbmc/screensavers/rsxs-0.9/lib/argp-fmtstream.h  2015-05-19 
16:02:25.775456866 -0500
+@@ -198,11 +198,7 @@
+ #endif
+ 
+ #ifndef ARGP_FS_EI
+-#ifdef __clang__
+ #define ARGP_FS_EI extern inline __attribute__ ((__gnu_inline__))
+-#else
+-#define ARGP_FS_EI extern inline
+-#endif
+ #endif
+ 
+ ARGP_FS_EI size_t


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

2015-05-26 Thread Ike Devolder
Date: Tuesday, May 26, 2015 @ 22:45:06
  Author: idevolder
Revision: 134198

kodi :: 14.2-4

Triggered by FS#45054 rebuild on gcc5 + use external ffmpeg again

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 19:58:05 UTC (rev 134197)
+++ PKGBUILD2015-05-26 20:45:06 UTC (rev 134198)
@@ -15,23 +15,27 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=14.2
 _codename=Helix
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://kodi.tv;
 license=('GPL2')
 makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
-  'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
-  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 
'zip'
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'ffmpeg'
+  'git' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs'
+  'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd' 'libmpeg2'
+  'libnfs' 'libplist' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns'
+  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
+  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip'
+  'upower' 'yajl' 'zip'
 )
 source=(
   
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+  kodi-14.0-dvddemux-ffmpeg.patch
+  kodi-14.0-gcc5.patch
 )
-sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4')
+sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4'
+'01453e18987b01ad40c9ae423a7e47422e537b648e74f5c942f132c37e6370f8'
+'598f36cea0f63440e5755d88752552240fc5cd2b98e4f80a9feeb9605c91')
 
 prepare() {
   cd $srcdir/xbmc-$pkgver-$_codename
@@ -44,6 +48,10 @@
   sed '/WiiRemote/d' -i tools/EventClients/Makefile.in
   sed '/mkdir -p $(DESTDIR)$(bindir)/i \
 install:' -i tools/EventClients/Makefile.in
+
+  patch -p0 -i $srcdir/kodi-14.0-dvddemux-ffmpeg.patch
+  patch -p1 -i $srcdir/kodi-14.0-gcc5.patch
+
 }
 
 build() {
@@ -61,7 +69,7 @@
 --disable-debug \
 --enable-optimizations \
 --enable-libbluray \
---enable-external-libraries \
+--with-ffmpeg=shared \
 --with-lirc-device=/run/lirc/lircd \
 ac_cv_lib_bluetooth_hci_devid=no
 
@@ -77,12 +85,10 @@
   # depends expeced in FEH.py
   # 'mesa-demos' 'xorg-xdpyinfo'
   depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl'
+'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'mesa-demos'
+'xorg-xdpyinfo' 'bluez-libs' 'ffmpeg' 'glew' 'hicolor-icon-theme' 'libcdio'
+'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libxrandr' 'libxslt'
+'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml' 'yajl'
   )
   optdepends=(
 'afpfs-ng: Apple shares support'


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:45:39
  Author: dwallace
Revision: 134168

upgpkg: zathura-djvu 0.2.4-2

upgpkg: zathura-djvu 0.2.4-2

Modified:
  zathura-djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:41:51 UTC (rev 134167)
+++ PKGBUILD2015-05-26 13:45:39 UTC (rev 134168)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-djvu
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=DjVu support for Zathura
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura-djvu/;


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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:59:41
  Author: mtorromeo
Revision: 134174

upgpkg: gearmand 1.1.12-9

Rebuild for hireds soname bump

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:58:30 UTC (rev 134173)
+++ PKGBUILD2015-05-26 13:59:41 UTC (rev 134174)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=8
+pkgrel=9
 pkgdesc=Distributed job queue server.
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2015-05-26 Thread Massimiliano Torromeo
Date: Tuesday, May 26, 2015 @ 15:59:55
  Author: mtorromeo
Revision: 134175

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

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 134174, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 134174, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 134174, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 134174, gearmand/trunk/gearmand.service)
  gearmand/repos/community-i686/user.conf
(from rev 134174, gearmand/trunk/user.conf)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 134174, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 134174, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 134174, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 134174, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/user.conf
(from rev 134174, gearmand/trunk/user.conf)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-i686/user.conf
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service
  gearmand/repos/community-x86_64/user.conf

---+
 /PKGBUILD |  106 
 /gearmand.conf|2 
 /gearmand.install |6 ++
 /gearmand.service |   24 
 /user.conf|2 
 community-i686/PKGBUILD   |   53 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |3 -
 community-i686/gearmand.service   |   12 
 community-i686/user.conf  |1 
 community-x86_64/PKGBUILD |   53 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |3 -
 community-x86_64/gearmand.service |   12 
 community-x86_64/user.conf|1 
 15 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:59:41 UTC (rev 134174)
+++ community-i686/PKGBUILD 2015-05-26 13:59:55 UTC (rev 134175)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Lev Lybin lev.ly...@gmail.com
-# Contributor: Vadym Abramchuk abr...@gmail.com
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=8
-pkgdesc=Distributed job queue server.
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=(gearman=$pkgver)
-url=http://gearman.org/;
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf
-user.conf)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS=$LDFLAGS -lboost_system
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/run \
---disable-static \
---enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd $srcdir
-  install -Dm644 gearmand.service 
$pkgdir/usr/lib/systemd/system/gearmand.service
-  install -Dm644 gearmand.conf $pkgdir/etc/gearmand.conf
-   install -Dm644 user.conf $pkgdir/usr/lib/sysusers.d/gearmand.conf
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
-'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 134174, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:59:55 UTC (rev 134175)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+

  1   2   >