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

2015-03-20 Thread Ike Devolder
Date: Friday, March 20, 2015 @ 09:15:45
  Author: idevolder
Revision: 129613

archrelease: copy trunk to community-any

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

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

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

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


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

2015-03-20 Thread Ike Devolder
Date: Friday, March 20, 2015 @ 09:15:37
  Author: idevolder
Revision: 129612

closure-compiler :: 20150315

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 04:02:10 UTC (rev 129611)
+++ PKGBUILD2015-03-20 08:15:37 UTC (rev 129612)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20150126
+pkgver=20150315
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -34,4 +34,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('680190c76444d0afa55850327844ff87abf1c565b3f5dde8944c07e1d1f30da7')
+sha256sums=('4b33df258d55d942c59a487174f83007e38437a04ba434c0be058e426d2bf0e0')


[arch-commits] Commit in openssh/repos (32 files)

2015-03-20 Thread Gaetan Bisson
Date: Friday, March 20, 2015 @ 07:14:59
  Author: bisson
Revision: 234194

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 234193, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/error.patch
(from rev 234193, openssh/repos/testing-i686/error.patch)
  openssh/repos/core-i686/install
(from rev 234193, openssh/repos/testing-i686/install)
  openssh/repos/core-i686/sshd.pam
(from rev 234193, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 234193, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 234193, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 234193, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 234193, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 234193, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/error.patch
(from rev 234193, openssh/repos/testing-x86_64/error.patch)
  openssh/repos/core-x86_64/install
(from rev 234193, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.pam
(from rev 234193, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 234193, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 234193, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 234193, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 234193, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/install
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  192 ++
 /install|   20 +++
 /sshd.pam   |   12 ++
 /sshd.service   |   34 ++
 /sshd.socket|   20 +++
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 ++
 core-i686/PKGBUILD  |   89 -
 core-i686/error.patch   |   25 
 core-i686/install   |   10 -
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 -
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   89 -
 core-x86_64/error.patch |   25 
 core-x86_64/install |   10 -
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 -
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 23 files changed, 378 insertions(+), 314 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-03-20 05:06:16 UTC (rev 234193)
+++ core-i686/PKGBUILD  2015-03-20 06:14:59 UTC (rev 234194)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.8p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.pam')
-sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-

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

2015-03-20 Thread Evangelos Foutras
Date: Friday, March 20, 2015 @ 07:54:20
  Author: foutrelis
Revision: 234195

upgpkg: chromium 41.0.2272.101-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 06:14:59 UTC (rev 234194)
+++ PKGBUILD2015-03-20 06:54:20 UTC (rev 234195)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=41.0.2272.89
+pkgver=41.0.2272.101
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 chromium.default
 chromium.sh
 chromium-webkit-buffer-overflow.patch)
-sha256sums=('93474277cefcf59973e0a65449178b891a4a3b6e84bec6b149e45f74b1675de9'
+sha256sums=('02d6eccaa10f2dc705e04190e3459ff2f01a0331a6d6421752eb50764bf9'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 'db3a2ea59c64f5aa4618a385b9db0ac488e900664126af578676b5f09939f9f6'


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

2015-03-20 Thread Evangelos Foutras
Date: Friday, March 20, 2015 @ 07:54:49
  Author: foutrelis
Revision: 234196

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 234195, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-webkit-buffer-overflow.patch
(from rev 234195, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 234195, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 234195, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 234195, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 234195, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 234195, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-webkit-buffer-overflow.patch
(from rev 234195, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 234195, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 234195, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 234195, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 234195, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-webkit-buffer-overflow.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-webkit-buffer-overflow.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

+
 /PKGBUILD  |  396 +++
 /chromium-webkit-buffer-overflow.patch |   46 ++
 /chromium.default  |8 
 /chromium.desktop  |  226 ++
 /chromium.install  |   24 +
 /chromium.sh   |   50 ++
 extra-i686/PKGBUILD|  198 -
 extra-i686/chromium-webkit-buffer-overflow.patch   |   23 -
 extra-i686/chromium.default|4 
 extra-i686/chromium.desktop|  113 -
 extra-i686/chromium.install|   12 
 extra-i686/chromium.sh |   25 -
 extra-x86_64/PKGBUILD  |  198 -
 extra-x86_64/chromium-webkit-buffer-overflow.patch |   23 -
 extra-x86_64/chromium.default  |4 
 extra-x86_64/chromium.desktop  |  113 -
 extra-x86_64/chromium.install  |   12 
 extra-x86_64/chromium.sh   |   25 -
 18 files changed, 750 insertions(+), 750 deletions(-)

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


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 09:36:52
  Author: jgc
Revision: 234198

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  bijiben/repos/gnome-unstable-i686/PKGBUILD
(from rev 234197, bijiben/trunk/PKGBUILD)
  bijiben/repos/gnome-unstable-i686/bijiben.install
(from rev 234197, bijiben/trunk/bijiben.install)
  bijiben/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234197, bijiben/trunk/PKGBUILD)
  bijiben/repos/gnome-unstable-x86_64/bijiben.install
(from rev 234197, bijiben/trunk/bijiben.install)
Deleted:
  bijiben/repos/gnome-unstable-i686/PKGBUILD
  bijiben/repos/gnome-unstable-i686/bijiben.install
  bijiben/repos/gnome-unstable-x86_64/PKGBUILD
  bijiben/repos/gnome-unstable-x86_64/bijiben.install

---+
 /PKGBUILD |   58 
 /bijiben.install  |   28 +++
 gnome-unstable-i686/PKGBUILD  |   29 
 gnome-unstable-i686/bijiben.install   |   14 ---
 gnome-unstable-x86_64/PKGBUILD|   29 
 gnome-unstable-x86_64/bijiben.install |   14 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 08:36:45 UTC (rev 234197)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 08:36:52 UTC (rev 234198)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=bijiben
-pkgver=3.15.92
-pkgrel=1
-pkgdesc=Write out notes, every detail matters
-arch=(i686 x86_64)
-url=https://live.gnome.org/Bijiben;
-license=(GPL)
-depends=(tracker zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils 
gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution)
-options=(!emptydirs)
-groups=(gnome-extra)
-install=bijiben.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7f1812771748491e4082540eed7535fe79cacac47d8caf37afd2e9b2b3d07215')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: bijiben/repos/gnome-unstable-i686/PKGBUILD (from rev 234197, 
bijiben/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 08:36:52 UTC (rev 234198)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(tracker zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils 
gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution)
+options=(!emptydirs)
+groups=(gnome-extra)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ba101b4901846ba0d97b40d7ef1dff9029f17416dd8b6a892690640f630f9e28')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/bijiben.install
===
--- gnome-unstable-i686/bijiben.install 2015-03-20 08:36:45 UTC (rev 234197)
+++ gnome-unstable-i686/bijiben.install 2015-03-20 08:36:52 UTC (rev 234198)
@@ -1,14 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database /usr/share/mime
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bijiben/repos/gnome-unstable-i686/bijiben.install (from rev 234197, 
bijiben/trunk/bijiben.install)
===
--- gnome-unstable-i686/bijiben.install (rev 0)
+++ gnome-unstable-i686/bijiben.install 2015-03-20 08:36:52 UTC (rev 234198)
@@ -0,0 +1,14 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 09:36:45
  Author: jgc
Revision: 234197

upgpkg: bijiben 3.16.0-1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 06:54:49 UTC (rev 234196)
+++ PKGBUILD2015-03-20 08:36:45 UTC (rev 234197)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=bijiben
-pkgver=3.15.92
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=Write out notes, every detail matters
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=bijiben.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7f1812771748491e4082540eed7535fe79cacac47d8caf37afd2e9b2b3d07215')
+sha256sums=('ba101b4901846ba0d97b40d7ef1dff9029f17416dd8b6a892690640f630f9e28')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:25:54
  Author: jgc
Revision: 234199

upgpkg: gnome-chess 3.16.0-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 08:36:52 UTC (rev 234198)
+++ PKGBUILD2015-03-20 09:25:54 UTC (rev 234199)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-chess
-pkgver=3.14.1
+pkgver=3.16.0
 pkgrel=1
 pkgdesc=Play the classic two-player boardgame of chess
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 optdepends=('gnuchess: Play against computer')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -18,7 +18,7 @@
 url=https://wiki.gnome.org/Apps/Chess;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('052336b72c19c92792e79980448b32b567d32514133bd05f42be737b433f81a4')
+sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:25:59
  Author: jgc
Revision: 234200

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-chess/repos/gnome-unstable-i686/
  gnome-chess/repos/gnome-unstable-i686/PKGBUILD
(from rev 234199, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/gnome-unstable-i686/gnome-chess.install
(from rev 234199, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/gnome-unstable-x86_64/
  gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234199, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install
(from rev 234199, gnome-chess/trunk/gnome-chess.install)

---+
 gnome-unstable-i686/PKGBUILD  |   33 
 gnome-unstable-i686/gnome-chess.install   |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   33 
 gnome-unstable-x86_64/gnome-chess.install |   13 +++
 4 files changed, 92 insertions(+)

Copied: gnome-chess/repos/gnome-unstable-i686/PKGBUILD (from rev 234199, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:25:59 UTC (rev 234200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url=https://wiki.gnome.org/Apps/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/gnome-unstable-i686/gnome-chess.install (from rev 
234199, gnome-chess/trunk/gnome-chess.install)
===
--- gnome-unstable-i686/gnome-chess.install (rev 0)
+++ gnome-unstable-i686/gnome-chess.install 2015-03-20 09:25:59 UTC (rev 
234200)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234199, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:25:59 UTC (rev 234200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url=https://wiki.gnome.org/Apps/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install (from rev 
234199, gnome-chess/trunk/gnome-chess.install)
===
--- gnome-unstable-x86_64/gnome-chess.install   (rev 0)
+++ gnome-unstable-x86_64/gnome-chess.install   2015-03-20 09:25:59 UTC (rev 
234200)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in file-roller/trunk (PKGBUILD git-fixes.patch)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:44:30
  Author: jgc
Revision: 234205

upgpkg: file-roller 3.15.92-1

Modified:
  file-roller/trunk/PKGBUILD
Deleted:
  file-roller/trunk/git-fixes.patch

-+
 PKGBUILD|   15 --
 git-fixes.patch |  330 --
 2 files changed, 4 insertions(+), 341 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 09:36:57 UTC (rev 234204)
+++ PKGBUILD2015-03-20 09:44:30 UTC (rev 234205)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=file-roller
-pkgver=3.14.2
-pkgrel=2
+pkgver=3.15.92
+pkgrel=1
 pkgdesc=Create and modify archives
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,16 +16,9 @@
 options=('!emptydirs')
 install=file-roller.install
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-sha256sums=('1815e736715afe8c0f3fbda41c76c07289220d4855345f779c632adf5e074e50'
-'d884ef16b2ce1e11967b7a14a34c164158c7008b3dc59e754b3478017696f5f9')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83287ada54e797cf268a94045dae1100d0a241358e34563c2eded2fcb58913f7')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-03-20 09:36:57 UTC (rev 234204)
+++ git-fixes.patch 2015-03-20 09:44:30 UTC (rev 234205)
@@ -1,330 +0,0 @@
-From 64d7dad289f494ab2a8475ec73bbd7b27ccb4afb Mon Sep 17 00:00:00 2001
-From: Lasse Liehu lasse.li...@gmail.com
-Date: Sat, 15 Nov 2014 12:32:54 +0200
-Subject: [PATCH 1/5] Finnish translation update
-

- po/fi.po | 7 ++-
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/po/fi.po b/po/fi.po
-index 31678a5..8c9c700 100644
 a/po/fi.po
-+++ b/po/fi.po
-@@ -14,7 +14,7 @@ msgstr 
- Project-Id-Version: file-roller\n
- Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=file-;
- rollerkeywords=I18N+L10Ncomponent=general\n
--POT-Creation-Date: 2014-09-06 04:49+\n
-+POT-Creation-Date: 2014-11-07 05:38+\n
- PO-Revision-Date: 2014-09-06 17:05+0300\n
- Last-Translator: Jiri Grönroos jiri.gronroos+l...@iki.fi\n
- Language-Team: suomi gnome-fi-la...@lists.sourceforge.net\n
-@@ -53,7 +53,6 @@ msgid bzip archives (.tar.bz, .tbz)
- msgstr bzip-arkistot (.tar.bz, .tbz)
- 
- #: ../data/org.gnome.FileRoller.appdata.xml.in.h:6
--#| msgid Zip (.zip)
- msgid zip archives (.zip)
- msgstr zip-arkistot (.zip)
- 
-@@ -463,7 +462,7 @@ msgstr 
- Ilkka Tuohela , 2005-2009\n
- Pauli Virtanen, 2003-2004\n
- \n
--http://gnome.fi/;
-+https://l10n.gnome.org/teams/fi/;
- 
- #: ../src/fr-archive.c:1845
- msgid You don't have the right permissions.
-@@ -1122,7 +1121,6 @@ msgid _About
- msgstr Ti_etoja
- 
- #: ../src/ui/ask-password.ui.h:2
--#| msgid _Ok
- msgid _OK
- msgstr _OK
- 
-@@ -1135,7 +1133,6 @@ msgid Delete
- msgstr Poista
- 
- #: ../src/ui/delete.ui.h:3
--#| msgid Delete
- msgid _Delete
- msgstr _Poista
- 
--- 
-2.3.0
-
-
-From 3d9bfa9677960c1c03d795c1d5e849fc1ac4e18d Mon Sep 17 00:00:00 2001
-From: Paolo Bacchilega pao...@src.gnome.org
-Date: Sun, 15 Feb 2015 11:52:55 +0100
-Subject: [PATCH 2/5] Deleting all files does not work
-
-only happens when the archive is modified with libarchive
-
-[bug #738178]

- src/fr-archive-libarchive.c | 24 +---
- 1 file changed, 17 insertions(+), 7 deletions(-)
-
-diff --git a/src/fr-archive-libarchive.c b/src/fr-archive-libarchive.c
-index 8770f8a..6909b8a 100644
 a/src/fr-archive-libarchive.c
-+++ b/src/fr-archive-libarchive.c
-@@ -1641,6 +1641,7 @@ fr_archive_libarchive_add_files (FrArchive   
*archive,
- 
- typedef struct {
-   GHashTable *files_to_remove;
-+  gbooleanremove_all_files;
-   int n_files_to_remove;
- } RemoveData;
- 
-@@ -1648,7 +1649,8 @@ typedef struct {
- static void
- remove_data_free (RemoveData *remove_data)
- {
--  g_hash_table_unref (remove_data-files_to_remove);
-+  if (remove_data-files_to_remove != NULL)
-+  g_hash_table_unref (remove_data-files_to_remove);
-   g_free (remove_data);
- }
- 
-@@ -1662,7 +1664,7 @@ _remove_files_begin (SaveData *save_data,
- 
-   fr_archive_progress_set_total_files (load_data-archive, 
remove_data-n_files_to_remove);
-   fr_archive_progress_set_total_bytes (load_data-archive,
--  FR_ARCHIVE_LIBARCHIVE 
(load_data-archive)-priv-uncompressed_size);
-+   FR_ARCHIVE_LIBARCHIVE 
(load_data-archive)-priv-uncompressed_size);
- }
- 
- 
-@@ -1676,6 +1678,9 @@ _remove_files_entry_action (SaveData 
*save_data,
-   WriteAction  action;
-   const char  *pathname;
- 
-+  

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:44:36
  Author: jgc
Revision: 234206

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 234205, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 234205, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234205, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 234205, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/file-roller.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/file-roller.install |   13 ++
 4 files changed, 96 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 234205, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:44:36 UTC (rev 234206)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Create and modify archives
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83287ada54e797cf268a94045dae1100d0a241358e34563c2eded2fcb58913f7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
234205, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2015-03-20 09:44:36 UTC (rev 
234206)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234205, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:44:36 UTC (rev 234206)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Create and modify archives
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83287ada54e797cf268a94045dae1100d0a241358e34563c2eded2fcb58913f7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/file-roller.install (from rev 
234205, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-x86_64/file-roller.install   (rev 0)
+++ 

[arch-commits] Commit in four-in-a-row/repos (6 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 11:06:00
  Author: jgc
Revision: 234210

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  four-in-a-row/repos/gnome-unstable-i686/
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
(from rev 234209, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
(from rev 234209, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/gnome-unstable-x86_64/
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234209, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install
(from rev 234209, four-in-a-row/trunk/four-in-a-row.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 ++
 gnome-unstable-i686/four-in-a-row.install   |   12 +
 gnome-unstable-x86_64/PKGBUILD  |   32 ++
 gnome-unstable-x86_64/four-in-a-row.install |   12 +
 4 files changed, 88 insertions(+)

Copied: four-in-a-row/repos/gnome-unstable-i686/PKGBUILD (from rev 234209, 
four-in-a-row/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 10:06:00 UTC (rev 234210)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8cab249f89a588206be812de69326f14c4a538211ecb020f26c6ab5b1ff07b60')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install (from rev 
234209, four-in-a-row/trunk/four-in-a-row.install)
===
--- gnome-unstable-i686/four-in-a-row.install   (rev 0)
+++ gnome-unstable-i686/four-in-a-row.install   2015-03-20 10:06:00 UTC (rev 
234210)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234209, 
four-in-a-row/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 10:06:00 UTC (rev 234210)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8cab249f89a588206be812de69326f14c4a538211ecb020f26c6ab5b1ff07b60')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install (from 
rev 234209, four-in-a-row/trunk/four-in-a-row.install)
===
--- gnome-unstable-x86_64/four-in-a-row.install (rev 0)
+++ gnome-unstable-x86_64/four-in-a-row.install 2015-03-20 10:06:00 UTC (rev 
234210)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 11:05:54
  Author: jgc
Revision: 234209

upgpkg: four-in-a-row 3.15.90-1

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 09:57:35 UTC (rev 234208)
+++ PKGBUILD2015-03-20 10:05:54 UTC (rev 234209)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=four-in-a-row
-pkgver=3.14.2
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Make lines of the same color to win
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Four-in-a-row;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('32138122d807657b5adb58cf093129587ad1ea057242946acb2168eb797fcb99')
+sha256sums=('8cab249f89a588206be812de69326f14c4a538211ecb020f26c6ab5b1ff07b60')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 11:17:05
  Author: jgc
Revision: 234212

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gedit/repos/gnome-unstable-i686/
  gedit/repos/gnome-unstable-i686/PKGBUILD
(from rev 234211, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-i686/gedit.install
(from rev 234211, gedit/trunk/gedit.install)
  gedit/repos/gnome-unstable-x86_64/
  gedit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234211, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-x86_64/gedit.install
(from rev 234211, gedit/trunk/gedit.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 
 gnome-unstable-i686/gedit.install   |   18 ++
 gnome-unstable-x86_64/PKGBUILD  |   32 
 gnome-unstable-x86_64/gedit.install |   18 ++
 4 files changed, 100 insertions(+)

Copied: gedit/repos/gnome-unstable-i686/PKGBUILD (from rev 234211, 
gedit/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 10:17:05 UTC (rev 234212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88a935ee3440e045f2c0a1ed456e428dcba078c71a4cf7d48d3f49be5d32e4a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/gnome-unstable-i686/gedit.install (from rev 234211, 
gedit/trunk/gedit.install)
===
--- gnome-unstable-i686/gedit.install   (rev 0)
+++ gnome-unstable-i686/gedit.install   2015-03-20 10:17:05 UTC (rev 234212)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gedit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234211, 
gedit/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 10:17:05 UTC (rev 234212)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88a935ee3440e045f2c0a1ed456e428dcba078c71a4cf7d48d3f49be5d32e4a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/gnome-unstable-x86_64/gedit.install (from rev 234211, 
gedit/trunk/gedit.install)
===
--- gnome-unstable-x86_64/gedit.install (rev 0)
+++ gnome-unstable-x86_64/gedit.install 2015-03-20 10:17:05 UTC (rev 234212)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 11:16:59
  Author: jgc
Revision: 234211

upgpkg: gedit 3.15.92-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 10:06:00 UTC (rev 234210)
+++ PKGBUILD2015-03-20 10:16:59 UTC (rev 234211)
@@ -3,19 +3,19 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gedit
-pkgver=3.14.3
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=A text editor for GNOME
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool vala)
+makedepends=(yelp-tools intltool vala gobject-introspection)
 groups=(gnome-extra)
 options=('!emptydirs')
 url=http://www.gnome.org;
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd6c9f556ec12001e4b250091a1d7405cd807cce7fe767bc89ed2c25aa96a319')
+sha256sums=('88a935ee3440e045f2c0a1ed456e428dcba078c71a4cf7d48d3f49be5d32e4a1')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:28:34
  Author: jgc
Revision: 234202

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libchamplain/repos/gnome-unstable-i686/
  libchamplain/repos/gnome-unstable-i686/PKGBUILD
(from rev 234201, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234201, libchamplain/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   30 ++
 gnome-unstable-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 234201, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:28:34 UTC (rev 234202)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.10
+pkgrel=1
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234201, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:28:34 UTC (rev 234202)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.10
+pkgrel=1
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:28:26
  Author: jgc
Revision: 234201

upgpkg: libchamplain 0.12.10-1

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 09:25:59 UTC (rev 234200)
+++ PKGBUILD2015-03-20 09:28:26 UTC (rev 234201)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis mka...@gmx.de
 
 pkgname=libchamplain
-pkgver=0.12.9
+pkgver=0.12.10
 pkgrel=1
 pkgdesc=Gtk3 widget for displaying rasterized maps
 url=http://projects.gnome.org/libchamplain/;
@@ -10,9 +10,9 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'python2')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b25ce832334976c07bf9564bf7f31e628881c69cf871a256cf4530cb277917e3')
+sha256sums=('bf53ceb2405d4e23a14596a53ecc2a821b003f8c69de4a7de3a39d6e99462b05')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:10
  Author: spupykin
Revision: 129614

upgpkg: drupal 7.35-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 08:15:45 UTC (rev 129613)
+++ PKGBUILD2015-03-20 11:00:10 UTC (rev 129614)
@@ -3,8 +3,8 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.34
-pkgrel=2
+pkgver=7.35
+pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
 url=http://www.drupal.org/;
@@ -12,14 +12,12 @@
 depends=('php')
 install='drupal.install'
 options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
-   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-53-D7-backport.patch)
-md5sums=('bb4d212e1eb1d7375e41613fbefa04f2'
- 'a892343516f50041173d36d1d74d4b04')
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('fecc55bd0bd476bc35d9ebf68452942d')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
 }
 
 package() {


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

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:56
  Author: spupykin
Revision: 129618

upgpkg: roundcubemail 1.1.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:00:53 UTC (rev 129617)
+++ PKGBUILD2015-03-20 11:00:56 UTC (rev 129618)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=7
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
+md5sums=('5809a8068355a21abc7762739220adc8'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


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

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:53
  Author: spupykin
Revision: 129617

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 129616, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 129616, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 129616, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 129616, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 129616, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 129616, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 129616, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 129616, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 129616, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 129616, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 129616, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 129616, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   42 +
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   21 --
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   21 --
 18 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 11:00:31 UTC (rev 129616)
+++ community-i686/PKGBUILD 2015-03-20 11:00:53 UTC (rev 129617)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.19
-pkgrel=4
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('3794107224043465603f48941f5c86a7'
- 'fb9e3e591f206873b3eb5afae49cf53d'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf $pkgdir/etc/redis.conf
-  install -Dm644 ../redis.service 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:42:02
  Author: jgc
Revision: 234215

upgpkg: gnome-clocks 3.15.92-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:36:21 UTC (rev 234214)
+++ PKGBUILD2015-03-20 11:42:02 UTC (rev 234215)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-clocks
-pkgver=3.14.1
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Clocks applications for GNOME
 arch=(i686 x86_64)
@@ -9,12 +9,12 @@
 url=https://www.gnome.org/;
 license=(GPL)
 depends=(gtk3 libcanberra libgweather gnome-desktop
- hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib gsound)
 makedepends=(intltool vala gobject-introspection itstool)
 groups=(gnome-extra)
 install=gnome-clocks.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9d6a6fe22e3e4569da44bb93e5e26eb3d3faf2b2edadfd45b088cea0e2c94b4b')
+sha256sums=('e1310fc13f06e7f855659f898717378a35dbc219b5affb79d240e11a1d97e7d0')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:42:09
  Author: jgc
Revision: 234216

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-clocks/repos/gnome-unstable-i686/
  gnome-clocks/repos/gnome-unstable-i686/PKGBUILD
(from rev 234215, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install
(from rev 234215, gnome-clocks/trunk/gnome-clocks.install)
  gnome-clocks/repos/gnome-unstable-x86_64/
  gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234215, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install
(from rev 234215, gnome-clocks/trunk/gnome-clocks.install)

+
 gnome-unstable-i686/PKGBUILD   |   33 +++
 gnome-unstable-i686/gnome-clocks.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD |   33 +++
 gnome-unstable-x86_64/gnome-clocks.install |   13 ++
 4 files changed, 92 insertions(+)

Copied: gnome-clocks/repos/gnome-unstable-i686/PKGBUILD (from rev 234215, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 11:42:09 UTC (rev 234216)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib gsound)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e1310fc13f06e7f855659f898717378a35dbc219b5affb79d240e11a1d97e7d0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install (from rev 
234215, gnome-clocks/trunk/gnome-clocks.install)
===
--- gnome-unstable-i686/gnome-clocks.install(rev 0)
+++ gnome-unstable-i686/gnome-clocks.install2015-03-20 11:42:09 UTC (rev 
234216)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234215, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 11:42:09 UTC (rev 234216)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib gsound)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e1310fc13f06e7f855659f898717378a35dbc219b5affb79d240e11a1d97e7d0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install (from rev 
234215, gnome-clocks/trunk/gnome-clocks.install)
===
--- gnome-unstable-x86_64/gnome-clocks.install  (rev 0)
+++ gnome-unstable-x86_64/gnome-clocks.install  2015-03-20 11:42:09 UTC (rev 
234216)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in redis/trunk (PKGBUILD redis.service)

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:31
  Author: spupykin
Revision: 129616

upgpkg: redis 2.8.19-5

upd

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.service

---+
 PKGBUILD  |4 ++--
 redis.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:00:27 UTC (rev 129615)
+++ PKGBUILD2015-03-20 11:00:31 UTC (rev 129616)
@@ -6,7 +6,7 @@
 
 pkgname=redis
 pkgver=2.8.19
-pkgrel=4
+pkgrel=5
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'
@@ -21,7 +21,7 @@
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
 md5sums=('3794107224043465603f48941f5c86a7'
- 'fb9e3e591f206873b3eb5afae49cf53d'
+ 'b557e370dcf35d8844b77d278e7be0a5'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'b1beae6954b780da261b4056fd7f918a'
  '2ae176578f538e37a67a463258302bc6')

Modified: redis.service
===
--- redis.service   2015-03-20 11:00:27 UTC (rev 129615)
+++ redis.service   2015-03-20 11:00:31 UTC (rev 129616)
@@ -15,7 +15,7 @@
 ProtectHome=true
 NoNewPrivileges=true
 RuntimeDirectory=redis
-RuntimeDirectoryMode=700
+RuntimeDirectoryMode=755
 
 [Install]
 WantedBy=multi-user.target


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

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:27
  Author: spupykin
Revision: 129615

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  102 ++-
 drupal.install |   30 
 2 files changed, 65 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-20 11:00:10 UTC (rev 129614)
+++ PKGBUILD2015-03-20 11:00:27 UTC (rev 129615)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.34
-pkgrel=2
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
-   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-53-D7-backport.patch)
-md5sums=('bb4d212e1eb1d7375e41613fbefa04f2'
- 'a892343516f50041173d36d1d74d4b04')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 129614, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-20 11:00:27 UTC (rev 129615)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.35
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('fecc55bd0bd476bc35d9ebf68452942d')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-03-20 11:00:10 UTC (rev 129614)
+++ drupal.install  2015-03-20 11:00:27 UTC (rev 129615)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echo

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

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:01:05
  Author: spupykin
Revision: 129619

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 129618, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 129618, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 129618, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  110 
 apache.conf   |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-20 11:00:56 UTC (rev 129618)
+++ PKGBUILD2015-03-20 11:01:05 UTC (rev 129619)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=7
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
-'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat 'EOF' $pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 129618, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-20 11:01:05 UTC (rev 129619)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('5809a8068355a21abc7762739220adc8'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat 'EOF' 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:35:59
  Author: jgc
Revision: 234213

Add gsound library for GNOME 3.16

Added:
  gsound/
  gsound/trunk/
  gsound/trunk/PKGBUILD

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

Added: gsound/trunk/PKGBUILD
===
--- gsound/trunk/PKGBUILD   (rev 0)
+++ gsound/trunk/PKGBUILD   2015-03-20 11:35:59 UTC (rev 234213)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gsound
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Small library for playing system sounds
+url=https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in gsound (5 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:36:21
  Author: jgc
Revision: 234214

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gsound/repos/
  gsound/repos/gnome-unstable-i686/
  gsound/repos/gnome-unstable-i686/PKGBUILD
(from rev 234213, gsound/trunk/PKGBUILD)
  gsound/repos/gnome-unstable-x86_64/
  gsound/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234213, gsound/trunk/PKGBUILD)

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

Copied: gsound/repos/gnome-unstable-i686/PKGBUILD (from rev 234213, 
gsound/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2015-03-20 11:36:21 UTC (rev 234214)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gsound
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Small library for playing system sounds
+url=https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gsound/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234213, 
gsound/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2015-03-20 11:36:21 UTC (rev 
234214)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gsound
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Small library for playing system sounds
+url=https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in five-or-more/trunk (PKGBUILD)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:57:29
  Author: jgc
Revision: 234207

upgpkg: five-or-more 3.15.92-1

Modified:
  five-or-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 09:44:36 UTC (rev 234206)
+++ PKGBUILD2015-03-20 09:57:29 UTC (rev 234207)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=five-or-more
-pkgver=3.14.1
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Remove colored balls from the board by forming lines
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Five%20or%20more;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc9c248709aecbc6c1736f377bdcf7abfc78691e5d920fd1b83eb1bf7b3a1d70')
+sha256sums=('6c7ed491a487b1bba8145a886a83e7f378eaabde99a7762fff5e18a82f47598a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in five-or-more/repos (6 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:57:35
  Author: jgc
Revision: 234208

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  five-or-more/repos/gnome-unstable-i686/
  five-or-more/repos/gnome-unstable-i686/PKGBUILD
(from rev 234207, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/gnome-unstable-i686/five-or-more.install
(from rev 234207, five-or-more/trunk/five-or-more.install)
  five-or-more/repos/gnome-unstable-x86_64/
  five-or-more/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234207, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/gnome-unstable-x86_64/five-or-more.install
(from rev 234207, five-or-more/trunk/five-or-more.install)

+
 gnome-unstable-i686/PKGBUILD   |   32 +++
 gnome-unstable-i686/five-or-more.install   |   12 ++
 gnome-unstable-x86_64/PKGBUILD |   32 +++
 gnome-unstable-x86_64/five-or-more.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: five-or-more/repos/gnome-unstable-i686/PKGBUILD (from rev 234207, 
five-or-more/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:57:35 UTC (rev 234208)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c7ed491a487b1bba8145a886a83e7f378eaabde99a7762fff5e18a82f47598a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: five-or-more/repos/gnome-unstable-i686/five-or-more.install (from rev 
234207, five-or-more/trunk/five-or-more.install)
===
--- gnome-unstable-i686/five-or-more.install(rev 0)
+++ gnome-unstable-i686/five-or-more.install2015-03-20 09:57:35 UTC (rev 
234208)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: five-or-more/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234207, 
five-or-more/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:57:35 UTC (rev 234208)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c7ed491a487b1bba8145a886a83e7f378eaabde99a7762fff5e18a82f47598a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: five-or-more/repos/gnome-unstable-x86_64/five-or-more.install (from rev 
234207, five-or-more/trunk/five-or-more.install)
===
--- gnome-unstable-x86_64/five-or-more.install  (rev 0)
+++ gnome-unstable-x86_64/five-or-more.install  2015-03-20 09:57:35 UTC (rev 
234208)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:15:36
  Author: arojas
Revision: 234384

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD
(from rev 234383, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234383, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:15:15 UTC (rev 234383)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:36 UTC (rev 234384)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.03.90
-pkgrel=2
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('019f262cb9f838144cbcb4fe8a8dddaf')
-
-prepare() {
-  mkdir -p 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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD 
(from rev 234383, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:36 UTC (rev 234384)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('b6a1b1d78e05e28941c2fc5538397750')
+
+prepare() {
+  mkdir -p 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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:15 UTC (rev 234383)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:36 UTC (rev 234384)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.03.90
-pkgrel=2
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('019f262cb9f838144cbcb4fe8a8dddaf')
-
-prepare() {
-  mkdir -p 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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 234383, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD   

[arch-commits] Commit in telepathy-kde-integration-module/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:15:58
  Author: arojas
Revision: 234385

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
(from rev 234384, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234384, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:15:36 UTC (rev 234384)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:58 UTC (rev 234385)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('6946a942e689963a1ade7c4a02271d88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 234384, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:58 UTC (rev 234385)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('790d0718954eefa70b3822ecee3ad2aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:36 UTC (rev 234384)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:58 UTC (rev 234385)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('6946a942e689963a1ade7c4a02271d88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 234384, telepathy-kde-integration-module/kde-unstable/PKGBUILD)

[arch-commits] Commit in telepathy-kde-desktop-applets/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:15:15
  Author: arojas
Revision: 234383

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
(from rev 234382, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234382, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:14:54 UTC (rev 234382)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:15 UTC (rev 234383)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('46f084e7ea58fe136c7dbfaf0b77ac35')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 234382, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:15:15 UTC (rev 234383)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('8b9b82469a2bb773fcb7ca9d1eee7dde')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:14:54 UTC (rev 234382)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:15 UTC (rev 234383)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('46f084e7ea58fe136c7dbfaf0b77ac35')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 234382, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:15:15 UTC (rev 234383)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:51:11
  Author: arojas
Revision: 234371

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 234370, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 234370, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234370, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 234370, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install

-+
 /PKGBUILD   |   76 ++
 /kdenetwork-kget.install|   24 
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/kdenetwork-kget.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/kdenetwork-kget.install |   12 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:50:49 UTC (rev 234370)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:51:11 UTC (rev 234371)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kget
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('ebfb6d7481752c85f6ef91be99aea1ddfbe3d631')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 234370, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:51:11 UTC (rev 234371)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('6b811b71010c475c76eb0ea7f9927000188b29fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kget.install
===
--- kde-unstable-i686/kdenetwork-kget.install   2015-03-20 22:50:49 UTC (rev 
234370)
+++ kde-unstable-i686/kdenetwork-kget.install   2015-03-20 22:51:11 UTC (rev 
234371)
@@ -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: kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from 
rev 234370, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===
--- kde-unstable-i686/kdenetwork-kget.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install   2015-03-20 22:51:11 UTC (rev 
234371)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+

[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:11:55
  Author: arojas
Revision: 234376

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 234375, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234375, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:11:08 UTC (rev 234375)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:11:55 UTC (rev 234376)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('556314bf00ecdb814043b7485f04c1bed117f82c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
234375, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:11:55 UTC (rev 234376)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('3988cf6781a382e2f9221dce20f82b01dbabafec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:08 UTC (rev 234375)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:55 UTC (rev 234376)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('556314bf00ecdb814043b7485f04c1bed117f82c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 234375, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:55 UTC (rev 234376)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+

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

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:11:08
  Author: arojas
Revision: 234375

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
(from rev 234374, kdenetwork-krfb/kde-unstable/PKGBUILD)
  kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234374, kdenetwork-krfb/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:08:48 UTC (rev 234374)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:11:08 UTC (rev 234375)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-krfb
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
-sha1sums=('caa737bec3960d618d234bdf89e9fa3f5d451ec3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD (from rev 234374, 
kdenetwork-krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:11:08 UTC (rev 234375)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('1f2603246a8dd60026e33c06533e5b8e0f742bb1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:08:48 UTC (rev 234374)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:08 UTC (rev 234375)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-krfb
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
-sha1sums=('caa737bec3960d618d234bdf89e9fa3f5d451ec3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 234374, 
kdenetwork-krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:08 UTC (rev 234375)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 

[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:12:19
  Author: arojas
Revision: 234377

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
(from rev 234376, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234376, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:11:55 UTC (rev 234376)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:12:19 UTC (rev 234377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('a22e6d9da746c3988665adbbdb4eceb62f506977')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 
234376, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:12:19 UTC (rev 234377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('84ba6f5103e276ba947a75145fc8c9e86a6a2065')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:11:55 UTC (rev 234376)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:19 UTC (rev 234377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('a22e6d9da746c3988665adbbdb4eceb62f506977')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 234376, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:19 UTC (rev 234377)
@@ -0,0 +1,36 @@
+# $Id$
+# 

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

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:08:48
  Author: arojas
Revision: 234374

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
(from rev 234373, kdenetwork-krdc/kde-unstable/PKGBUILD)
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234373, kdenetwork-krdc/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:59:42 UTC (rev 234373)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:08:48 UTC (rev 234374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-krdc
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('affad12e0bc94eca0689235813a9939a90095054')
-
-prepare() {
-  mkdir build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 234373, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:08:48 UTC (rev 234374)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('3cda8c32978af76f08086b3c08b52929aface648')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:59:42 UTC (rev 234373)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:08:48 UTC (rev 234374)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-krdc
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('affad12e0bc94eca0689235813a9939a90095054')
-
-prepare() {
-  mkdir build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 234373, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:08:48 UTC (rev 234374)
@@ 

[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:12:43
  Author: arojas
Revision: 234378

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 234377, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234377, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:12:19 UTC (rev 234377)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:12:43 UTC (rev 234378)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-qt5' 'kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('803eac7448e75f7b3875c8483d3986f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 
234377, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:12:43 UTC (rev 234378)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-qt5' 'kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('bfb4d9d721546d300708933e41e72710')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:19 UTC (rev 234377)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:43 UTC (rev 234378)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-qt5' 'kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('803eac7448e75f7b3875c8483d3986f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 
234377, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:43 UTC (rev 234378)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino 

[arch-commits] Commit in telepathy-kde-approver/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:13:25
  Author: arojas
Revision: 234379

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD
(from rev 234378, telepathy-kde-approver/kde-unstable/PKGBUILD)
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234378, telepathy-kde-approver/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:12:43 UTC (rev 234378)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:13:25 UTC (rev 234379)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('1ab31aa5ec3b55ad95979c2c17dfd5b5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD (from rev 
234378, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:13:25 UTC (rev 234379)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-qt5' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('80aa9d2e94b1de19b015e41f6de5813d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:12:43 UTC (rev 234378)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:13:25 UTC (rev 234379)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('1ab31aa5ec3b55ad95979c2c17dfd5b5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from rev 
234378, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:13:25 UTC (rev 234379)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas 

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

2015-03-20 Thread Evangelos Foutras
Date: Saturday, March 21, 2015 @ 00:48:42
  Author: foutrelis
Revision: 234389

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  442 ++---
 1 file changed, 221 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-20 23:48:26 UTC (rev 234388)
+++ PKGBUILD2015-03-20 23:48:42 UTC (rev 234389)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=36.0.1
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'az Azerbaijani'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'ms Malay'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sonSonghai'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'uz Uzbek'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-
-md5sums=('593bba0eb98b7622f3c78a5d2947ed72'
- '2f9aa5d06b4c3c254823f5201f5703f3'
- 'be3508b48f1939ae423b8431f18a7214'
- 'f9a64f5ca7946413d8ec6e63eed5d6c6'
- 'fdd5997f5f0451fcb7f0681c1f0f'
- '6e94fb1e91ed00ee7f8403f1dc550d20'
- '0ac74f171f9a49e2f39ad0fdb9e39c30'
- 'fa5bb78ccc26189b701c68f12c6a9d3f'
- '98133542071c31e647b10f6841c7ff5a'
- '510e33678b403477009681affc481d96'
- 'c9c297ac5b56882d47bf073d83f68a60'
- '24262a6eb81fefb80782f548fa26f526'
- 'a35f42be5f518d3826e697966fb463a6'
- 'dd0570df34625662f09c50ffac8b87ef'
- 'b420e4aef527de30546db0d33f0c5c8b'
- 'a46ae0fa96ed1909c085902c5f9eb30e'
- 'fb213d8c0a8b2b02894ba77c1d6efffc'
- '4b222e400a58539cd375db262a2b79ae'
- 'dec23793ec1fc01e138d33b902351e68'
- 'e0979935960adf3717bd517ea5b9'
- 'b151b78002dc816b4d7841226640e3b4'
- 'a76a428292bfb2ee4d5b71e709b1e401'
- 'fb9c6993bab2e503bf871a63df41ee3e'
- '28600c53a108432fa4bb126dcb7483e8'
- '6c93f6fce8d2b6d32601d3f33fc89201'
- '408115a1d571b6d72bfceb2f63ead930'
- 'b97c2dccf6641b9b7807a949e24138ab'
- '83337ec512102ed3f2810ac7de3de5d0'
- '188a65ca6b5e84fb2d13ef1c2c5fc4e9'
-  

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

2015-03-20 Thread Evangelos Foutras
Date: Saturday, March 21, 2015 @ 00:48:11
  Author: foutrelis
Revision: 234387

upgpkg: firefox 36.0.3-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 23:16:25 UTC (rev 234386)
+++ PKGBUILD2015-03-20 23:48:11 UTC (rev 234387)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=36.0.1
+pkgver=36.0.3
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -23,10 +23,10 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('f468a65a24524b64ebd1e697eb08908d4a4b6fa3905592df5dcf8d2329ba'
+sha256sums=('af4a3318286ea4c8157850f48f11679c17dc7639cbd0458c18d903ea84ffcd19'
 'SKIP'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
-'d2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
+'7eefe43ba2b4249a4ea2d04a739b80945583aaa5a3d6872a1b7ea7a3d190f882'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 '4f0046b39a8d98f6e4fc3360ec490cb2416e38c7b3e92699f7e511c206c2c961'


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

2015-03-20 Thread Evangelos Foutras
Date: Saturday, March 21, 2015 @ 00:48:26
  Author: foutrelis
Revision: 234388

upgpkg: firefox-i18n 36.0.3-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 23:48:11 UTC (rev 234387)
+++ PKGBUILD2015-03-20 23:48:26 UTC (rev 234388)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=36.0.1
+pkgver=36.0.3
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -130,92 +130,92 @@
 
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
 
-md5sums=('593bba0eb98b7622f3c78a5d2947ed72'
- '2f9aa5d06b4c3c254823f5201f5703f3'
- 'be3508b48f1939ae423b8431f18a7214'
- 'f9a64f5ca7946413d8ec6e63eed5d6c6'
- 'fdd5997f5f0451fcb7f0681c1f0f'
- '6e94fb1e91ed00ee7f8403f1dc550d20'
- '0ac74f171f9a49e2f39ad0fdb9e39c30'
- 'fa5bb78ccc26189b701c68f12c6a9d3f'
- '98133542071c31e647b10f6841c7ff5a'
- '510e33678b403477009681affc481d96'
- 'c9c297ac5b56882d47bf073d83f68a60'
- '24262a6eb81fefb80782f548fa26f526'
- 'a35f42be5f518d3826e697966fb463a6'
- 'dd0570df34625662f09c50ffac8b87ef'
- 'b420e4aef527de30546db0d33f0c5c8b'
- 'a46ae0fa96ed1909c085902c5f9eb30e'
- 'fb213d8c0a8b2b02894ba77c1d6efffc'
- '4b222e400a58539cd375db262a2b79ae'
- 'dec23793ec1fc01e138d33b902351e68'
- 'e0979935960adf3717bd517ea5b9'
- 'b151b78002dc816b4d7841226640e3b4'
- 'a76a428292bfb2ee4d5b71e709b1e401'
- 'fb9c6993bab2e503bf871a63df41ee3e'
- '28600c53a108432fa4bb126dcb7483e8'
- '6c93f6fce8d2b6d32601d3f33fc89201'
- '408115a1d571b6d72bfceb2f63ead930'
- 'b97c2dccf6641b9b7807a949e24138ab'
- '83337ec512102ed3f2810ac7de3de5d0'
- '188a65ca6b5e84fb2d13ef1c2c5fc4e9'
- 'bc70faca02b1e85b6157974ddd6bc71c'
- '71cdd988c4059114a36f3383be47b6b8'
- '5949ed55d1fed98c4fb3204d569ef1e0'
- 'b0dbfe3787e24256cc98142329de7792'
- '52ea1764406d257da6696b3dc6f1def0'
- '5323d0a3005500ff6f016b21d7e48e31'
- 'f4708624b950f8ee25b661d45f49e45d'
- '88d86cb4eb925a81a3602b37ec0c78dc'
- '4a431d284376c6e2f56d5c914132a30e'
- '26f241c494aa6fa4fe764345367cfe0e'
- '5e419f112a5fd91f5adcca405d8e8fc0'
- '5a3c4e65a2ba3aba5bae738cc9ef3ffa'
- '17fbf664fe74875db4fa508d9ffb6223'
- '5740de7f71e733577d6c23ead9b965db'
- 'd7fb155dcb757cc459063fc67f1d86fb'
- '498806f8c18ed49e74c706ee7357b537'
- 'fee6ef15c314f50f4b5f8f44b0da53db'
- '0f74fad94e7fbc9a6232a2a2db0cba8d'
- 'c1f17a1745307c48a3a768af86d1c2af'
- '22149638927f5c8fe39f84e73fb0b1ee'
- '7c40b93beb2630cbd0aee98127dcb5f0'
- '8c2ab6f516dcb82830258109816f2499'
- '842bff359cab063af3b1baff7c032c15'
- 'ca327e2533c25b566a637af92f97ef5c'
- '1309ec11cb3c15c0038efa926605479b'
- '8e022c776609fbd09992ee9c0af460ac'
- '5dbdfa2e51946e0c4336284f23916d8a'
- '00fec3b1e07c5ef8a64bb1e2956139e8'
- '619c5e6ea42b476f2739daa3970eb219'
- 'fa72eec72ee0d634eabd6bcecd998bff'
- 'c9e375a59fb747ff59d3fb33c18034e2'
- 'f79c64d3f3b1d75091de9a435365bd3e'
- '4a1d913581dabc8c9c2d69a82e91b99d'
- 'e18b2a16d359b4c3758a1161bf3fb9ae'
- '44af630da914759856b306e00c932985'
- '563998f0ebbdfa266aaf7715bdb0c9cd'
- 'b1cde845b334ed2f0742254663f28bda'
- '70befe4a2e6c184e28eac9578a3cdd50'
- 'e60d2f3fe2ebf819026170b2582efb9d'
- 'cc1d31fa9d5efe8b6b3882ed3cb6cc72'
- '8059c2192f28ffe57fbb1978a606d0f8'
- '77880da071de46fa763aea94bcd668b8'
- '111c68bc4f469090813bd3986c047b9d'
- 'f8399e2af4b14e0f46982c1209af113d'
- '09a14c64d56547895378067c7d9e5afd'
- 'f6fce930f1e0d834931e2feae2f9c737'
- '82a3e0f7816e7fa2fecb4cb2e76567f0'
- '342dbc973c906f22e8c0a29f2c431ce5'
- '2e857590d5b0f76362df63b681a7ff6a'
- '04b244cc2a012aa12dbb7071f78bbe0c'
- '2e633724e700bd9e336b6f67542b49cc'
- 'ff6c316129cf9c20b255d04e88bb52a2'
- 'fcf8f187258cf3316eff55da93c50726'
- '42196a4dd883d77ebe3f3d77f582efa2'
- 'a00bd8bda9631d3fb5230326b4bb22da'
- 'b649601aabfe1eb30e031b373a650ed2'
- '73255dc1572b8680e7b9b07bc8d5a756'
- '21037c527c41f5df166ef987e4a4b1c5'
- '4257a0f493a19ef28159ee62068e89d7'
- '62813dc822588a94fb1eb7994cc3391b')
+md5sums=('8221dcc1f9872649f7e77695bfeb4f98'
+ 'f0a1311149803254400807d7688c7413'
+ '47c52a47471007f4dbc9bc41f104e67b'
+ '9e1a02007b957e8cfe444c5c8f9860c8'

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

2015-03-20 Thread Evangelos Foutras
Date: Saturday, March 21, 2015 @ 00:48:43
  Author: foutrelis
Revision: 234390

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 234387, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 234387, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 234387, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 234387, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 234387, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 234388, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/rhbz-966424.patch
(from rev 234388, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 234388, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 234388, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 234388, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 234388, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 234388, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 234388, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 234388, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/rhbz-966424.patch
(from rev 234388, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 234388, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/rhbz-966424.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/rhbz-966424.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  230 +
 /firefox-install-dir.patch |   24 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   68 
 /rhbz-966424.patch |   28 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  115 --
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   34 
 extra-i686/rhbz-966424.patch   |   14 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  115 --
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   34 
 extra-x86_64/rhbz-966424.patch |   14 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 636 insertions(+), 636 deletions(-)

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


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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:50:08
  Author: arojas
Revision: 234368

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 234367, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 234367, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234367, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 234367, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install

+
 /PKGBUILD  |   64 +++
 /kdemultimedia-kscd.install|   22 +++
 kde-unstable-i686/PKGBUILD |   32 ---
 kde-unstable-i686/kdemultimedia-kscd.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   32 ---
 kde-unstable-x86_64/kdemultimedia-kscd.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:49:24 UTC (rev 234367)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:50:08 UTC (rev 234368)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kscd
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=KDE CD player
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('87b810aeadd2a8f430da49c2c71a025b51f214ce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 234367, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:50:08 UTC (rev 234368)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('2ba1f4f416920f4affc60fd946cc2fb305175983')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2015-03-20 22:49:24 UTC 
(rev 234367)
+++ kde-unstable-i686/kdemultimedia-kscd.install2015-03-20 22:50:08 UTC 
(rev 234368)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 234367, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2015-03-20 22:50:08 UTC 
(rev 234368)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:49:24 UTC (rev 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:50:32
  Author: arojas
Revision: 234369

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 234368, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234368, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:50:08 UTC (rev 234368)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:50:32 UTC (rev 234369)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('67d1e83171c7ca3fe438e3ed4cc7e95b4a592f92')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
234368, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:50:32 UTC (rev 234369)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=MPlayer based thumbnail generator for video files
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('0d2219501feecc018468527a844080491ca4e9b2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:50:08 UTC (rev 234368)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:50:32 UTC (rev 234369)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=MPlayer based thumbnail generator for video files
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('67d1e83171c7ca3fe438e3ed4cc7e95b4a592f92')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 234368, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:50:32 UTC (rev 234369)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs

[arch-commits] Commit in telepathy-kde-auth-handler/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:13:54
  Author: arojas
Revision: 234380

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD
(from rev 234379, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234379, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:13:25 UTC (rev 234379)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:13:54 UTC (rev 234380)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.03.90
-pkgrel=2
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'signon-kwallet-extension' 
'signon-plugin-oauth2' 'signon-ui')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('933fce931bc28eca148658a007e076db')
-
-prepare() {
-  mkdir -p 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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD (from rev 
234379, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:13:54 UTC (rev 234380)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('qca-qt5' 'telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('34538528418d37ef4f56247b7122ba5e')
+
+prepare() {
+  mkdir -p 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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:13:25 UTC (rev 234379)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:13:54 UTC (rev 234380)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.03.90
-pkgrel=2
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'signon-kwallet-extension' 
'signon-plugin-oauth2' 'signon-ui')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('933fce931bc28eca148658a007e076db')
-
-prepare() {
-  mkdir -p 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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD (from rev 
234379, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)

[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:14:24
  Author: arojas
Revision: 234381

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
(from rev 234380, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
(from rev 234380, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234380, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install
(from rev 234380, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install

+
 /PKGBUILD  |   72 +++
 /telepathy-kde-contact-list.install|   22 
 kde-unstable-i686/PKGBUILD |   35 ---
 kde-unstable-i686/telepathy-kde-contact-list.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   35 ---
 kde-unstable-x86_64/telepathy-kde-contact-list.install |   11 --
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:13:54 UTC (rev 234380)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:14:24 UTC (rev 234381)
@@ -1,35 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('c5954376902bc5b93172c7e3bedbd8d0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 
234380, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:14:24 UTC (rev 234381)
@@ -0,0 +1,36 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('4c2ee98323bcc9975d6cae52e171f2e9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/telepathy-kde-contact-list.install
===
--- kde-unstable-i686/telepathy-kde-contact-list.install2015-03-20 
23:13:54 UTC (rev 234380)
+++ kde-unstable-i686/telepathy-kde-contact-list.install2015-03-20 
23:14:24 UTC (rev 234381)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
 (from rev 234380, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
===
--- 

[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:14:54
  Author: arojas
Revision: 234382

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD
(from rev 234381, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234381, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:14:24 UTC (rev 234381)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:14:54 UTC (rev 234382)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('9a6029a4c2fe023af593d07afabf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD (from rev 
234381, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:14:54 UTC (rev 234382)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('163af3830f8c8c50b2e84125e71b2ed5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 23:14:24 UTC (rev 234381)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:14:54 UTC (rev 234382)
@@ -1,34 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('9a6029a4c2fe023af593d07afabf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 234381, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 23:14:54 UTC (rev 234382)
@@ -0,0 +1,35 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: 

[arch-commits] Commit in telepathy-kde-send-file/repos (8 files)

2015-03-20 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 00:16:25
  Author: arojas
Revision: 234386

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
(from rev 234385, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
(from rev 234385, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234385, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install
(from rev 234385, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install

-+
 /PKGBUILD   |   80 ++
 /telepathy-kde-send-file.install|   22 
 kde-unstable-i686/PKGBUILD  |   39 
 kde-unstable-i686/telepathy-kde-send-file.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   39 
 kde-unstable-x86_64/telepathy-kde-send-file.install |   11 --
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 23:15:58 UTC (rev 234385)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:16:25 UTC (rev 234386)
@@ -1,39 +0,0 @@
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('f63c1cf5064531b8a0cc7e143f9d8cf0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-# Support KDE4 dolphin - TODO: Remove in 15.08
-  mkdir -p $pkgdir/usr/share/kde4/services/ServiceMenus
-  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
$pkgdir/usr/share/kde4/services/ServiceMenus
-}

Copied: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
234385, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 23:16:25 UTC (rev 234386)
@@ -0,0 +1,40 @@
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('2af00033ef412afb225da6684cb00267')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+# Support KDE4 dolphin - TODO: Remove in 15.08
+  mkdir -p $pkgdir/usr/share/kde4/services/ServiceMenus
+  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
$pkgdir/usr/share/kde4/services/ServiceMenus
+}

Deleted: kde-unstable-i686/telepathy-kde-send-file.install
===
--- kde-unstable-i686/telepathy-kde-send-file.install   2015-03-20 23:15:58 UTC 
(rev 234385)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2015-03-20 23:16:25 UTC 
(rev 234386)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:52:27
  Author: arojas
Revision: 234372

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 234371, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 234371, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234371, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 234371, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install

---+
 /PKGBUILD |   76 
 /kdenetwork-kopete.install|   24 +++
 kde-unstable-i686/PKGBUILD|   43 -
 kde-unstable-i686/kdenetwork-kopete.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD  |   43 -
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 ---
 6 files changed, 100 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:51:11 UTC (rev 234371)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:52:27 UTC (rev 234372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=15.03.90
-pkgrel=2
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
-optdepends=('mediastreamer: jingle support')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
-sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'
-  '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
-
-prepare() {
-  mkdir build
-
-# fix compilation with mediastreamer 2.11
-  cd kopete-$pkgver
-  patch -p1 -i $srcdir/mediastreamer-2.11.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 234371, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:52:27 UTC (rev 234372)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('d3ec00ac4fefd253860ae376d7c6494ba00ffe61')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kopete.install
===
--- kde-unstable-i686/kdenetwork-kopete.install 2015-03-20 22:51:11 UTC (rev 
234371)
+++ kde-unstable-i686/kdenetwork-kopete.install 2015-03-20 22:52:27 UTC (rev 
234372)
@@ -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: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 234371, 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:59:42
  Author: arojas
Revision: 234373

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
(from rev 234372, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 234372, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234372, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 234372, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install

-+
 /PKGBUILD   |   64 ++
 /kdenetwork-kppp.install|   24 +
 kde-unstable-i686/PKGBUILD  |   32 -
 kde-unstable-i686/kdenetwork-kppp.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 -
 kde-unstable-x86_64/kdenetwork-kppp.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:52:27 UTC (rev 234372)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:59:42 UTC (rev 234373)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kppp
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('f1574509c21c05d0d36ccd64f0baea51455e021f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 234372, 
kdenetwork-kppp/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:59:42 UTC (rev 234373)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('786e88d4177b3c9afda8bc33e1b4495c0c6bdb0b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kppp.install
===
--- kde-unstable-i686/kdenetwork-kppp.install   2015-03-20 22:52:27 UTC (rev 
234372)
+++ kde-unstable-i686/kdenetwork-kppp.install   2015-03-20 22:59:42 UTC (rev 
234373)
@@ -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: kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install (from 
rev 234372, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
===
--- kde-unstable-i686/kdenetwork-kppp.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kppp.install   2015-03-20 22:59:42 UTC (rev 
234373)
@@ -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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:52:27 UTC (rev 234372)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:59:42 UTC (rev 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:14:18
  Author: jgc
Revision: 234229

upgpkg: rest 0.7.93-1

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 13:10:25 UTC (rev 234228)
+++ PKGBUILD2015-03-20 13:14:18 UTC (rev 234229)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=rest
-pkgver=0.7.92
+pkgver=0.7.93
 pkgrel=1
 pkgdesc=A helper library for RESTful services.
 arch=(i686 x86_64)
@@ -9,9 +9,9 @@
 url=http://www.gtk.org/;
 license=(GPL2)
 depends=(glib2 libxml2 'libsoup')
-makedepends=(gobject-introspection python2)
+makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
+sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:14:25
  Author: jgc
Revision: 234230

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  rest/repos/gnome-unstable-i686/
  rest/repos/gnome-unstable-i686/PKGBUILD
(from rev 234229, rest/trunk/PKGBUILD)
  rest/repos/gnome-unstable-x86_64/
  rest/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234229, rest/trunk/PKGBUILD)

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

Copied: rest/repos/gnome-unstable-i686/PKGBUILD (from rev 234229, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 13:14:25 UTC (rev 234230)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.93
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rest/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234229, 
rest/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 13:14:25 UTC (rev 234230)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.93
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:30:46
  Author: jgc
Revision: 234232

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 234231, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 234231, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 234231, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 234231, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234231, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 234231, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/10-gcr.conf
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  
gcr/repos/gnome-unstable-i686/skip-annotation-gck_object_cache_get_attributes.patch
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install
  
gcr/repos/gnome-unstable-x86_64/skip-annotation-gck_object_cache_get_attributes.patch

-+
 /10-gcr.conf|  
  6 
 /PKGBUILD   |  
 82 ++
 /gcr.install|  
 28 +++
 gnome-unstable-i686/10-gcr.conf |  
  3 
 gnome-unstable-i686/PKGBUILD|  
 48 -
 gnome-unstable-i686/gcr.install |  
 14 -
 gnome-unstable-i686/skip-annotation-gck_object_cache_get_attributes.patch   |  
 33 
 gnome-unstable-x86_64/10-gcr.conf   |  
  3 
 gnome-unstable-x86_64/PKGBUILD  |  
 48 -
 gnome-unstable-x86_64/gcr.install   |  
 14 -
 gnome-unstable-x86_64/skip-annotation-gck_object_cache_get_attributes.patch |  
 33 
 11 files changed, 116 insertions(+), 196 deletions(-)

Deleted: gnome-unstable-i686/10-gcr.conf
===
--- gnome-unstable-i686/10-gcr.conf 2015-03-20 13:30:37 UTC (rev 234231)
+++ gnome-unstable-i686/10-gcr.conf 2015-03-20 13:30:46 UTC (rev 234232)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 234231, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2015-03-20 13:30:46 UTC (rev 234232)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 13:30:37 UTC (rev 234231)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 13:30:46 UTC (rev 234232)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.15.90
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-10-gcr.conf
-skip-annotation-gck_object_cache_get_attributes.patch)
-sha256sums=('b0ad0cfb9f504cda67e740f79a53b5d19c9814a07b7f257d47fbf0409376efe2'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc'
-'cc4056b4cdb79ce7804ae7562d62ff108a39244bd0fe673fec8c1aa4bf193411')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../skip-annotation-gck_object_cache_get_attributes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 234231, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:30:37
  Author: jgc
Revision: 234231

upgpkg: gcr 3.15.92-1

Modified:
  gcr/trunk/PKGBUILD
Deleted:
  gcr/trunk/skip-annotation-gck_object_cache_get_attributes.patch

---+
 PKGBUILD  |   15 +--
 skip-annotation-gck_object_cache_get_attributes.patch |   33 
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 13:14:25 UTC (rev 234230)
+++ PKGBUILD2015-03-20 13:30:37 UTC (rev 234231)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.15.90
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -14,17 +14,10 @@
 options=('!makeflags')
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-10-gcr.conf
-skip-annotation-gck_object_cache_get_attributes.patch)
-sha256sums=('b0ad0cfb9f504cda67e740f79a53b5d19c9814a07b7f257d47fbf0409376efe2'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc'
-'cc4056b4cdb79ce7804ae7562d62ff108a39244bd0fe673fec8c1aa4bf193411')
+10-gcr.conf)
+sha256sums=('ebdb15ef5277b0e66863649a7bccde60f8e20d3ceed8be976878b46cf129e012'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../skip-annotation-gck_object_cache_get_attributes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \

Deleted: skip-annotation-gck_object_cache_get_attributes.patch
===
--- skip-annotation-gck_object_cache_get_attributes.patch   2015-03-20 
13:14:25 UTC (rev 234230)
+++ skip-annotation-gck_object_cache_get_attributes.patch   2015-03-20 
13:30:37 UTC (rev 234231)
@@ -1,33 +0,0 @@
-From 05ab60fb80ec9e1eafb6859f050de32269cdddc2 Mon Sep 17 00:00:00 2001
-From: Christophe Fergeau cferg...@redhat.com
-Date: Thu, 5 Mar 2015 09:17:41 +0100
-Subject: Add (skip) annotation to gck_object_cache_get_attributes
-
-This works around a bug in vala 0.27.1/git master where it would call
-this method in the implementation of Pkcs11Certificate::set_property in
-seahorse. This causes an infinite loop as
-Pkcs11Certificate is an implementation of the GckObjectCacheInterface,
-so calling gck_object_cache_get_attributes() for ::set_property which in
-turn calls g_object_set(self, attributes, value, NULL); is going to
-loop.
-
-This can be reverted once vala is fixed.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=745629
-
-diff --git a/gck/gck-object-cache.c b/gck/gck-object-cache.c
-index 2325bfa..8da15cb 100644
 a/gck/gck-object-cache.c
-+++ b/gck/gck-object-cache.c
-@@ -83,7 +83,7 @@ gck_object_cache_default_init (GckObjectCacheIface *iface)
- }
- 
- /**
-- * gck_object_cache_get_attributes:
-+ * gck_object_cache_get_attributes: (skip):
-  * @object: an object with an attribute cache
-  *
-  * Gets the attributes cached on this object.
--- 
-cgit v0.10.2
-


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 13:27:56
  Author: arodseth
Revision: 129624

upgpkg: libdom 0.1.2-1

Modified:
  libdom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 12:19:12 UTC (rev 129623)
+++ PKGBUILD2015-03-20 12:27:56 UTC (rev 129624)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=libdom
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='Implementation of the W3C DOM'
 arch=('x86_64' 'i686')
@@ -16,6 +16,7 @@
 build() {
   cd $pkgname
   
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   export CFLAGS=-Wno-error=unused-but-set-variable
   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
 }


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 15:12:12
  Author: arodseth
Revision: 129625

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 12:27:56 UTC (rev 129624)
+++ community-i686/PKGBUILD 2015-03-20 14:12:12 UTC (rev 129625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libdom
-pkgver=0.1.1
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
-makedepends=('netsurf-buildsystem' 'git')
-source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 129624, 
libdom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 14:12:12 UTC (rev 129625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libdom
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 12:27:56 UTC (rev 129624)
+++ community-x86_64/PKGBUILD   2015-03-20 14:12:12 UTC (rev 129625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libdom
-pkgver=0.1.1
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
-makedepends=('netsurf-buildsystem' 'git')
-source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 129624, 
libdom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 14:12:12 UTC (rev 129625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libdom
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:10:16
  Author: jgc
Revision: 234227

upgpkg: gnome-session 3.15.92-1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 12:19:33 UTC (rev 234226)
+++ PKGBUILD2015-03-20 13:10:16 UTC (rev 234227)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-session
-pkgver=3.15.90
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 groups=(gnome)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 timeout.patch)
-sha256sums=('b3162cd5c201fe8e0f1805820774d5c04e16faf45c5e0cf490793879c7a96983'
+sha256sums=('6b1b4c5e8bd80e890f1f1277ed246daee42c5fd72866924d49672c38f601fd62'
 '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 
 prepare() {


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 14:10:25
  Author: jgc
Revision: 234228

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
(from rev 234227, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-i686/gnome-session.install
(from rev 234227, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-i686/timeout.patch
(from rev 234227, gnome-session/trunk/timeout.patch)
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234227, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/gnome-session.install
(from rev 234227, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch
(from rev 234227, gnome-session/trunk/timeout.patch)
Deleted:
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
  gnome-session/repos/gnome-unstable-i686/gnome-session.install
  gnome-session/repos/gnome-unstable-i686/timeout.patch
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-session/repos/gnome-unstable-x86_64/gnome-session.install
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch

-+
 /PKGBUILD   |   78 ++
 /gnome-session.install  |   24 
 /timeout.patch  |   48 
 gnome-unstable-i686/PKGBUILD|   39 -
 gnome-unstable-i686/gnome-session.install   |   12 
 gnome-unstable-i686/timeout.patch   |   24 
 gnome-unstable-x86_64/PKGBUILD  |   39 -
 gnome-unstable-x86_64/gnome-session.install |   12 
 gnome-unstable-x86_64/timeout.patch |   24 
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 13:10:16 UTC (rev 234227)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 13:10:25 UTC (rev 234228)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-session
-pkgver=3.15.90
-pkgrel=1
-pkgdesc=The GNOME Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- hicolor-icon-theme json-glib libgl libsm libxtst systemd)
-makedepends=(intltool mesa gtk-doc xtrans)
-options=('!emptydirs')
-install=gnome-session.install
-url=http://www.gnome.org;
-groups=(gnome)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-timeout.patch)
-sha256sums=('b3162cd5c201fe8e0f1805820774d5c04e16faf45c5e0cf490793879c7a96983'
-'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 234227, 
gnome-session/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 13:10:25 UTC (rev 234228)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ hicolor-icon-theme json-glib libgl libsm libxtst systemd)
+makedepends=(intltool mesa gtk-doc xtrans)
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+timeout.patch)
+sha256sums=('6b1b4c5e8bd80e890f1f1277ed246daee42c5fd72866924d49672c38f601fd62'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-session.install
===
--- 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 15:24:42
  Author: arojas
Revision: 234233

Update to 2.1.1

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 13:30:46 UTC (rev 234232)
+++ PKGBUILD2015-03-20 14:24:42 UTC (rev 234233)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=bluedevil
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 epoch=1
 pkgdesc='KDE bluetooth framework'
@@ -14,7 +14,7 @@
 optdepends=('kdebase-workspace: to run the plasmoid')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7b154bdebd971df9e838f290b76a2cd0')
+md5sums=('9a6b011331678ea08f303049bcdbb69f')
 
 prepare() {
   mkdir build


[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:09:05
  Author: jgc
Revision: 234235

upgpkg: adwaita-icon-theme 3.15.92-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 14:25:23 UTC (rev 234234)
+++ PKGBUILD2015-03-20 15:09:05 UTC (rev 234235)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=adwaita-icon-theme
-pkgver=3.15.90
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Adwaita icon theme
 arch=(any)
@@ -14,7 +14,7 @@
 install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8293aa7f9937cbc7c95ab64a18dc6f89ca4fadb821bdc2c00c91878040db6789')
+sha256sums=('06c61f1c96b5f6cac5468d79e1758493de73118bb7c1c107e2e8e5aac3b39021')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in adwaita-icon-theme/repos/gnome-unstable-any (4 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:09:10
  Author: jgc
Revision: 234236

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 234235, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 234235, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
Deleted:
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install

+
 PKGBUILD   |   56 +--
 adwaita-icon-theme.install |   22 
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-20 15:09:05 UTC (rev 234235)
+++ PKGBUILD2015-03-20 15:09:10 UTC (rev 234236)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=adwaita-icon-theme
-pkgver=3.15.90
-pkgrel=1
-pkgdesc=Adwaita icon theme
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('intltool' 'icon-naming-utils')
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome')
-install=adwaita-icon-theme.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8293aa7f9937cbc7c95ab64a18dc6f89ca4fadb821bdc2c00c91878040db6789')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 234235, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-20 15:09:10 UTC (rev 234236)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=adwaita-icon-theme
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Adwaita icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'icon-naming-utils')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06c61f1c96b5f6cac5468d79e1758493de73118bb7c1c107e2e8e5aac3b39021')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: adwaita-icon-theme.install
===
--- adwaita-icon-theme.install  2015-03-20 15:09:05 UTC (rev 234235)
+++ adwaita-icon-theme.install  2015-03-20 15:09:10 UTC (rev 234236)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install 
(from rev 234235, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- adwaita-icon-theme.install  (rev 0)
+++ adwaita-icon-theme.install  2015-03-20 15:09:10 UTC (rev 234236)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-20 Thread Eric Bélanger
Date: Friday, March 20, 2015 @ 16:14:43
  Author: eric
Revision: 234237

upgpkg: xerces-c 3.1.2-1

Upstream update

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 15:09:10 UTC (rev 234236)
+++ PKGBUILD2015-03-20 15:14:43 UTC (rev 234237)
@@ -5,8 +5,8 @@
 # Contributor: Roman Kyrylych roman.kyryl...@gmail.com
 
 pkgname=xerces-c
-pkgver=3.1.1
-pkgrel=5
+pkgver=3.1.2
+pkgrel=1
 pkgdesc=A validating XML parser written in a portable subset of C++
 arch=('i686' 'x86_64')
 url=http://xerces.apache.org/xerces-c/;
@@ -13,7 +13,7 @@
 license=('APACHE')
 depends=('gcc-libs' 'curl')
 
source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
+md5sums=('9eb1048939e88d6a7232c67569b23985')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 16:26:27
  Author: arodseth
Revision: 129631

upgpkg: libparserutils 0.2.1-2

Modified:
  libparserutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 14:58:07 UTC (rev 129630)
+++ PKGBUILD2015-03-20 15:26:27 UTC (rev 129631)
@@ -6,10 +6,10 @@
 
 pkgname=libparserutils
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for building efficient parsers'
 arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libparserutils'
+url='http://www.netsurf-browser.org/projects/libparserutils/'
 license=('MIT')
 depends=('glibc')
 makedepends=('netsurf-buildsystem')


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 16:26:39
  Author: arodseth
Revision: 129632

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

Added:
  libparserutils/repos/community-i686/PKGBUILD
(from rev 129631, libparserutils/trunk/PKGBUILD)
  libparserutils/repos/community-x86_64/PKGBUILD
(from rev 129631, libparserutils/trunk/PKGBUILD)
Deleted:
  libparserutils/repos/community-i686/PKGBUILD
  libparserutils/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-03-20 15:26:27 UTC (rev 129631)
+++ community-i686/PKGBUILD 2015-03-20 15:26:39 UTC (rev 129632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libparserutils
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Library for building efficient parsers'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libparserutils'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735')
-
-build() {
-   cd $pkgname-$pkgver
-
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libparserutils/repos/community-i686/PKGBUILD (from rev 129631, 
libparserutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 15:26:39 UTC (rev 129632)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libparserutils
+pkgver=0.2.1
+pkgrel=2
+pkgdesc='Library for building efficient parsers'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libparserutils/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735')
+
+build() {
+   cd $pkgname-$pkgver
+
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 15:26:27 UTC (rev 129631)
+++ community-x86_64/PKGBUILD   2015-03-20 15:26:39 UTC (rev 129632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libparserutils
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Library for building efficient parsers'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libparserutils'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735')
-
-build() {
-   cd $pkgname-$pkgver
-
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libparserutils/repos/community-x86_64/PKGBUILD (from rev 129631, 
libparserutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-03-20 Thread Felix Yan
Date: Friday, March 20, 2015 @ 16:39:42
  Author: fyan
Revision: 129634

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

Added:
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 129633, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 129633, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 129633, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 129633, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 129633, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 129633, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 129633, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 129633, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-testing-i686/PKGBUILD
  mongodb/repos/community-testing-i686/mongodb.conf
  mongodb/repos/community-testing-i686/mongodb.install
  mongodb/repos/community-testing-i686/mongodb.service
  mongodb/repos/community-testing-x86_64/PKGBUILD
  mongodb/repos/community-testing-x86_64/mongodb.conf
  mongodb/repos/community-testing-x86_64/mongodb.install
  mongodb/repos/community-testing-x86_64/mongodb.service

--+
 /PKGBUILD|  144 +
 /mongodb.conf|   16 +++
 /mongodb.install |   64 
 /mongodb.service |   20 
 community-testing-i686/PKGBUILD  |   72 --
 community-testing-i686/mongodb.conf  |8 -
 community-testing-i686/mongodb.install   |   32 --
 community-testing-i686/mongodb.service   |   10 --
 community-testing-x86_64/PKGBUILD|   72 --
 community-testing-x86_64/mongodb.conf|8 -
 community-testing-x86_64/mongodb.install |   32 --
 community-testing-x86_64/mongodb.service |   10 --
 12 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-20 15:39:06 UTC (rev 129633)
+++ community-testing-i686/PKGBUILD 2015-03-20 15:39:42 UTC (rev 129634)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service')
-sha512sums=('e9a50066754500d53b2e825bc9c4e7ccb692ce45a852b1ff52ba6cd2bbcbd826efea4c1018c68821bb4070a01335db0e19fd35f09f1eee6ba89d52bb96c228a7'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-_scons_args=(
-  --use-system-pcre
-  --use-system-snappy
-  --use-sasl-client
-  --use-system-boost
-  --variant-dir=build
-  --ssl
-  --disable-warnings-as-errors
-  --cc=clang --cxx=clang++
-  LIBS=atomic
-)
-# --use-system-v8 (Doesn't compile)
-# --use-system-yaml (Doesn't compile)
-# --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
-# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
-
-build() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons all ${_scons_args[@]}
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix=$srcdir 
${_scons_args[@]} || warning Tests failed
-}
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install --prefix=$pkgdir/usr ${_scons_args[@]}
-
-  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
-  install 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:40:08
  Author: jgc
Revision: 234240

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  tracker/repos/gnome-unstable-i686/PKGBUILD
(from rev 234239, tracker/trunk/PKGBUILD)
  tracker/repos/gnome-unstable-i686/tracker.install
(from rev 234239, tracker/trunk/tracker.install)
  tracker/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234239, tracker/trunk/PKGBUILD)
  tracker/repos/gnome-unstable-x86_64/tracker.install
(from rev 234239, tracker/trunk/tracker.install)
Deleted:
  tracker/repos/gnome-unstable-i686/PKGBUILD
  tracker/repos/gnome-unstable-i686/tracker.install
  tracker/repos/gnome-unstable-x86_64/PKGBUILD
  tracker/repos/gnome-unstable-x86_64/tracker.install

---+
 /PKGBUILD |  132 
 /tracker.install  |   26 ++
 gnome-unstable-i686/PKGBUILD  |   66 
 gnome-unstable-i686/tracker.install   |   13 ---
 gnome-unstable-x86_64/PKGBUILD|   66 
 gnome-unstable-x86_64/tracker.install |   13 ---
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 15:40:01 UTC (rev 234239)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 15:40:08 UTC (rev 234240)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.3.5
-pkgrel=1
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2 libxslt libiptcdata libosinfo libcue)
-url=http://www.gnome.org;
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('d95446e7ec50e45b33da442b29afbd269eab867340873309d35a079c667c2f57')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart libgxps taglib flac libvorbis totem-plparser gst-plugins-base-libs 
giflib)
-  optdepends=(nautilus: edit files' tracker tags)
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make DESTDIR=$pkgdir -C src/libtracker-sparql uninstall
-  make DESTDIR=$pkgdir -C src/libtracker-sparql-backend uninstall
-  make DESTDIR=$pkgdir -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR=$pkgdir -C src/libtracker-sparql install
-  make DESTDIR=$pkgdir -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/gnome-unstable-i686/PKGBUILD (from rev 234239, 
tracker/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 15:40:08 UTC (rev 234240)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.3.6
+pkgrel=1
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:40:01
  Author: jgc
Revision: 234239

upgpkg: tracker 1.3.6-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 15:17:22 UTC (rev 234238)
+++ PKGBUILD2015-03-20 15:40:01 UTC (rev 234239)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 url=http://www.gnome.org;
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('d95446e7ec50e45b33da442b29afbd269eab867340873309d35a079c667c2f57')
+sha256sums=('0738debb8f396951301fcbcb2ba587d9714374f69971c2e354c768c1b3ab2d3d')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:56:22
  Author: jgc
Revision: 234241

upgpkg: gnome-keyring 3.15.92-1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 15:40:08 UTC (rev 234240)
+++ PKGBUILD2015-03-20 15:56:22 UTC (rev 234241)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.15.90
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d8be41c5e2b8b5116926312f69d18a382a891c704e39258d6a157510c44')
+sha256sums=('5c7c208cb98db040e0d0b6b3d4d84dc05516ec1922c49d68c7e9f723bd024176')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 16:56:30
  Author: jgc
Revision: 234242

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 234241, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 234241, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234241, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 234241, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install

-+
 /PKGBUILD   |   64 ++
 /gnome-keyring.install  |   24 +
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/gnome-keyring.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/gnome-keyring.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 15:56:22 UTC (rev 234241)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 15:56:30 UTC (rev 234242)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=gnome-keyring
-pkgver=3.15.90
-pkgrel=1
-pkgdesc=GNOME Password Management daemon
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gcr' 'libcap-ng')
-makedepends=('intltool' 'gtk-doc')
-groups=('gnome')
-options=('!emptydirs')
-url=http://www.gnome.org;
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9d8be41c5e2b8b5116926312f69d18a382a891c704e39258d6a157510c44')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 234241, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 15:56:30 UTC (rev 234242)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c7c208cb98db040e0d0b6b3d4d84dc05516ec1922c49d68c7e9f723bd024176')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-keyring.install
===
--- gnome-unstable-i686/gnome-keyring.install   2015-03-20 15:56:22 UTC (rev 
234241)
+++ gnome-unstable-i686/gnome-keyring.install   2015-03-20 15:56:30 UTC (rev 
234242)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 
234241, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-i686/gnome-keyring.install   (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install   2015-03-20 15:56:30 UTC (rev 
234242)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: 

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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 15:53:30
  Author: arodseth
Revision: 129627

upgpkg: libwapcaplet 0.2.2-1

Modified:
  libwapcaplet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 14:49:57 UTC (rev 129626)
+++ PKGBUILD2015-03-20 14:53:30 UTC (rev 129627)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=libwapcaplet
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc='String internment library with rapid string comparison'
 arch=('x86_64' 'i686')
@@ -13,11 +13,12 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 
source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9e4a8df3dfe6d7e1bcc4a3ccce18c3d02230545f4726b05b09b9e504946c8ec8')
+sha256sums=('38021992e1e6b3ec50d0d3bf7add069bee4c5b179691afa6a76dd58695201485')
 
 build() {
   cd $pkgname-$pkgver
   
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared 
 }
 


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 15:53:43
  Author: arodseth
Revision: 129628

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 14:53:30 UTC (rev 129627)
+++ community-i686/PKGBUILD 2015-03-20 14:53:43 UTC (rev 129628)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libwapcaplet
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libwapcaplet/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9e4a8df3dfe6d7e1bcc4a3ccce18c3d02230545f4726b05b09b9e504946c8ec8')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-i686/PKGBUILD (from rev 129627, 
libwapcaplet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 14:53:43 UTC (rev 129628)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libwapcaplet
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libwapcaplet/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('38021992e1e6b3ec50d0d3bf7add069bee4c5b179691afa6a76dd58695201485')
+
+build() {
+  cd $pkgname-$pkgver
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 14:53:30 UTC (rev 129627)
+++ community-x86_64/PKGBUILD   2015-03-20 14:53:43 UTC (rev 129628)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libwapcaplet
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libwapcaplet/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('9e4a8df3dfe6d7e1bcc4a3ccce18c3d02230545f4726b05b09b9e504946c8ec8')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 129627, 
libwapcaplet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 14:53:43 UTC (rev 129628)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libwapcaplet
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='String internment 

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

2015-03-20 Thread Felix Yan
Date: Friday, March 20, 2015 @ 16:39:06
  Author: fyan
Revision: 129633

upgpkg: mongodb 3.0.1-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 15:26:39 UTC (rev 129632)
+++ PKGBUILD2015-03-20 15:39:06 UTC (rev 129633)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.conf' 'mongodb.service')
-sha512sums=('e9a50066754500d53b2e825bc9c4e7ccb692ce45a852b1ff52ba6cd2bbcbd826efea4c1018c68821bb4070a01335db0e19fd35f09f1eee6ba89d52bb96c228a7'
+sha512sums=('90a32181b472c5852b3839d2b22fe88dbaeb2f7621142ee05a0b35834b7f231b6099d8e0f077c0622fb65604e0140e154a5ff9b9c6f281e189cb251e18497025'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 15:49:57
  Author: arodseth
Revision: 129626

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 14:12:12 UTC (rev 129625)
+++ community-i686/PKGBUILD 2015-03-20 14:49:57 UTC (rev 129626)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libdom
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
-makedepends=('netsurf-buildsystem' 'git')
-source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 129625, 
libdom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 14:49:57 UTC (rev 129626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libdom
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 14:12:12 UTC (rev 129625)
+++ community-x86_64/PKGBUILD   2015-03-20 14:49:57 UTC (rev 129626)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libdom
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
-makedepends=('netsurf-buildsystem' 'git')
-source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 129625, 
libdom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 14:49:57 UTC (rev 129626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libdom
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub=0.3.0' 'libwapcaplet=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=(git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd 

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

2015-03-20 Thread Eric Bélanger
Date: Friday, March 20, 2015 @ 16:17:22
  Author: eric
Revision: 234238

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

Added:
  xerces-c/repos/extra-i686/PKGBUILD
(from rev 234237, xerces-c/trunk/PKGBUILD)
  xerces-c/repos/extra-x86_64/PKGBUILD
(from rev 234237, xerces-c/trunk/PKGBUILD)
Deleted:
  xerces-c/repos/extra-i686/PKGBUILD
  xerces-c/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-20 15:14:43 UTC (rev 234237)
+++ extra-i686/PKGBUILD 2015-03-20 15:17:22 UTC (rev 234238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=xerces-c
-pkgver=3.1.1
-pkgrel=5
-pkgdesc=A validating XML parser written in a portable subset of C++
-arch=('i686' 'x86_64')
-url=http://xerces.apache.org/xerces-c/;
-license=('APACHE')
-depends=('gcc-libs' 'curl')
-source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc ${SSE2}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: xerces-c/repos/extra-i686/PKGBUILD (from rev 234237, 
xerces-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-20 15:17:22 UTC (rev 234238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=xerces-c
+pkgver=3.1.2
+pkgrel=1
+pkgdesc=A validating XML parser written in a portable subset of C++
+arch=('i686' 'x86_64')
+url=http://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9eb1048939e88d6a7232c67569b23985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-20 15:14:43 UTC (rev 234237)
+++ extra-x86_64/PKGBUILD   2015-03-20 15:17:22 UTC (rev 234238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=xerces-c
-pkgver=3.1.1
-pkgrel=5
-pkgdesc=A validating XML parser written in a portable subset of C++
-arch=('i686' 'x86_64')
-url=http://xerces.apache.org/xerces-c/;
-license=('APACHE')
-depends=('gcc-libs' 'curl')
-source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc ${SSE2}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: xerces-c/repos/extra-x86_64/PKGBUILD (from rev 234237, 
xerces-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-20 15:17:22 UTC (rev 234238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=xerces-c
+pkgver=3.1.2
+pkgrel=1
+pkgdesc=A validating XML parser written in a portable subset of C++
+arch=('i686' 'x86_64')
+url=http://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=(http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9eb1048939e88d6a7232c67569b23985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  [[ ${CARCH} = i686 ]]  SSE2=--disable-sse2
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}


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

2015-03-20 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 05:00:04
  Author: svenstaro
Revision: 129651

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-21 03:59:57 UTC (rev 129650)
+++ community-i686/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: philefou tuxication AT gmail DOT com
-# Contributor: lindquist to...@famolsen.dk
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('928079b331b7c935f63e402df4a71a1b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-}
-
-package_glfw() {
-  pkgdesc=A free, open source, portable framework for OpenGL application 
development
-  cd $srcdir/$pkgname-$pkgver
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_glfw-doc() {
-  pkgdesc=Set of HTML documentation for GLFW
-  mkdir -p ${pkgdir}/usr/share/doc/glfw/
-  cp -r ${srcdir}/glfw-${pkgver}/docs/html ${pkgdir}/usr/share/doc/glfw
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 129650, 
glfw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: philefou tuxication AT gmail DOT com
+# Contributor: lindquist to...@famolsen.dk
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=('glfw' 'glfw-doc')
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.glfw.org/;
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7f61213216fe501eaf5c657cc2800737')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+}
+
+package_glfw() {
+  pkgdesc=A free, open source, portable framework for OpenGL application 
development
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_glfw-doc() {
+  pkgdesc=Set of HTML documentation for GLFW
+  mkdir -p ${pkgdir}/usr/share/doc/glfw/
+  cp -r ${srcdir}/glfw-${pkgver}/docs/html ${pkgdir}/usr/share/doc/glfw
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-21 03:59:57 UTC (rev 129650)
+++ community-x86_64/PKGBUILD   2015-03-21 04:00:04 UTC (rev 129651)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: philefou tuxication AT gmail DOT com
-# Contributor: lindquist to...@famolsen.dk
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('928079b331b7c935f63e402df4a71a1b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [[ -d build ]]  rm -r build

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

2015-03-20 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 04:59:57
  Author: svenstaro
Revision: 129650

upgpkg: glfw 3.1.1-1

upstream release 3.1.1

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-21 03:51:03 UTC (rev 129649)
+++ PKGBUILD2015-03-21 03:59:57 UTC (rev 129650)
@@ -7,7 +7,7 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 
 pkgname=('glfw' 'glfw-doc')
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.glfw.org/;
@@ -15,7 +15,7 @@
 depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
 makedepends=('mesa' 'cmake' 'doxygen')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('928079b331b7c935f63e402df4a71a1b')
+md5sums=('7f61213216fe501eaf5c657cc2800737')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-03-20 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 04:39:28
  Author: svenstaro
Revision: 129648

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 129647, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 129647, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 129647, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-03-21 03:39:20 UTC (rev 129647)
+++ 30-win32-aliases.conf   2015-03-21 03:39:28 UTC (rev 129648)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 129647, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-03-21 03:39:28 UTC (rev 129648)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-21 03:39:20 UTC (rev 129647)
+++ PKGBUILD2015-03-21 03:39:28 UTC (rev 129648)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.38
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('36d246716aa0d052ce2debb4ce8e63b517f9e297'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-03-20 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 04:39:20
  Author: svenstaro
Revision: 129647

upgpkg: wine 1.7.39-1

upstream release 1.7.39

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 22:09:09 UTC (rev 129646)
+++ PKGBUILD2015-03-21 03:39:20 UTC (rev 129647)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.38
+pkgver=1.7.39
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('36d246716aa0d052ce2debb4ce8e63b517f9e297'
+sha1sums=('eb94b2160dbf3bea8364de34225f85efea594044'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-03-20 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 04:51:03
  Author: svenstaro
Revision: 129649

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 129648, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 129648, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 129648, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-03-21 03:39:28 UTC (rev 129648)
+++ 30-win32-aliases.conf   2015-03-21 03:51:03 UTC (rev 129649)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 129648, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-03-21 03:51:03 UTC (rev 129649)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-21 03:39:28 UTC (rev 129648)
+++ PKGBUILD2015-03-21 03:51:03 UTC (rev 129649)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.38
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('36d246716aa0d052ce2debb4ce8e63b517f9e297'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:50:54
  Author: jgc
Revision: 234217

upgpkg: gnome-color-manager 3.15.92-1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:42:09 UTC (rev 234216)
+++ PKGBUILD2015-03-20 11:50:54 UTC (rev 234217)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2fa17f17c1c7259dbf6f042b7adf2816a7ba54747706e1b245bcd6d6274eeef')
+sha256sums=('a4cb7c17295d8edc71be1e409ac87266dc893a84b4bfb466c06fa24f64f1f393')
 
 build(){
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-color-manager/repos (6 files)

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:51:00
  Author: jgc
Revision: 234218

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-color-manager/repos/gnome-unstable-i686/
  gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD
(from rev 234217, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install
(from rev 234217, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/gnome-unstable-x86_64/
  gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234217, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/gnome-unstable-x86_64/gnome-color-manager.install
(from rev 234217, gnome-color-manager/trunk/gnome-color-manager.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/gnome-color-manager.install   |   19 ++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/gnome-color-manager.install |   19 ++
 4 files changed, 108 insertions(+)

Copied: gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD (from rev 
234217, gnome-color-manager/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 11:51:00 UTC (rev 234218)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a4cb7c17295d8edc71be1e409ac87266dc893a84b4bfb466c06fa24f64f1f393')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install (from 
rev 234217, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- gnome-unstable-i686/gnome-color-manager.install 
(rev 0)
+++ gnome-unstable-i686/gnome-color-manager.install 2015-03-20 11:51:00 UTC 
(rev 234218)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
234217, gnome-color-manager/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 11:51:00 UTC (rev 234218)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.15.92
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a4cb7c17295d8edc71be1e409ac87266dc893a84b4bfb466c06fa24f64f1f393')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  

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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 12:54:42
  Author: arodseth
Revision: 129620

upgpkg: lrzip 0.621-1

Modified:
  lrzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:01:05 UTC (rev 129619)
+++ PKGBUILD2015-03-20 11:54:42 UTC (rev 129620)
@@ -4,7 +4,7 @@
 # Contributor: kas...@fobos.org.ar
 
 pkgname=lrzip
-pkgver=0.620
+pkgver=0.621
 pkgrel=1
 pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
 url='http://lrzip.kolivas.org/'
@@ -12,7 +12,7 @@
 arch=('x86_64' 'i686')
 depends=('lzo' 'zlib')
 source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('4d0b8738ad4fa253bc74080c465a67fb938255fabbaf167d1213bc76b3f43486')
+sha256sums=('31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b')
 makedepends_i686=('nasm')
 
 build() {


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 12:54:55
  Author: arodseth
Revision: 129621

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 11:54:42 UTC (rev 129620)
+++ community-i686/PKGBUILD 2015-03-20 11:54:55 UTC (rev 129621)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: kas...@fobos.org.ar
-
-pkgname=lrzip
-pkgver=0.620
-pkgrel=1
-pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
-url='http://lrzip.kolivas.org/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('lzo' 'zlib')
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('4d0b8738ad4fa253bc74080c465a67fb938255fabbaf167d1213bc76b3f43486')
-makedepends_i686=('nasm')
-
-build() {
-  cd $pkgname-$pkgver
-
-  CFLAGS=$CFLAGS -fomit-frame-pointer
-  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
-
-  if [[ $CARCH != x86_64 ]]; then
-./autogen.sh --prefix=/usr --enable-asm
-  else
-./autogen.sh --prefix=/usr
-  fi
-
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver -k check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install-strip
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lrzip/repos/community-i686/PKGBUILD (from rev 129620, 
lrzip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 11:54:55 UTC (rev 129621)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: kas...@fobos.org.ar
+
+pkgname=lrzip
+pkgver=0.621
+pkgrel=1
+pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
+url='http://lrzip.kolivas.org/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('lzo' 'zlib')
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b')
+makedepends_i686=('nasm')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS=$CFLAGS -fomit-frame-pointer
+  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
+
+  if [[ $CARCH != x86_64 ]]; then
+./autogen.sh --prefix=/usr --enable-asm
+  else
+./autogen.sh --prefix=/usr
+  fi
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver -k check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install-strip
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 11:54:42 UTC (rev 129620)
+++ community-x86_64/PKGBUILD   2015-03-20 11:54:55 UTC (rev 129621)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: kas...@fobos.org.ar
-
-pkgname=lrzip
-pkgver=0.620
-pkgrel=1
-pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'
-url='http://lrzip.kolivas.org/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('lzo' 'zlib')
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('4d0b8738ad4fa253bc74080c465a67fb938255fabbaf167d1213bc76b3f43486')
-makedepends_i686=('nasm')
-
-build() {
-  cd $pkgname-$pkgver
-
-  CFLAGS=$CFLAGS -fomit-frame-pointer
-  CXXFLAGS=$CXXFLAGS -fomit-frame-pointer
-
-  if [[ $CARCH != x86_64 ]]; then
-./autogen.sh --prefix=/usr --enable-asm
-  else
-./autogen.sh --prefix=/usr
-  fi
-
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver -k check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install-strip
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 129620, 
lrzip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 11:54:55 UTC (rev 129621)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: kas...@fobos.org.ar
+
+pkgname=lrzip
+pkgver=0.621
+pkgrel=1
+pkgdesc='Multi-threaded compression using the rzip/lzma, lzo, and zpaq 
algorithms'

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:58:20
  Author: jgc
Revision: 234219

upgpkg: gnome-documents 3.15.91-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:51:00 UTC (rev 234218)
+++ PKGBUILD2015-03-20 11:58:20 UTC (rev 234219)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-documents
-pkgver=3.14.2
+pkgver=3.15.91
 pkgrel=1
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
@@ -10,12 +10,12 @@
 license=(GPL)
 groups=(gnome-extra)
 depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkitgtk gnome-online-miners librsvg)
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
 makedepends=(intltool gobject-introspection itstool docbook-xsl)
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('08115ae7cb1b427ed78c7d94c7a41d4396249f1d267bb4b9119655f61b898038')
+sha256sums=('c34bbf52c307fb387a01a59319f372b8eaa8c948fd05c50a183d4929c13c013f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 12:58:26
  Author: jgc
Revision: 234220

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-i686/PKGBUILD
(from rev 234219, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-i686/gnome-documents.install
(from rev 234219, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/gnome-unstable-x86_64/
  gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234219, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install
(from rev 234219, gnome-documents/trunk/gnome-documents.install)

---+
 gnome-unstable-i686/PKGBUILD  |   41 
 gnome-unstable-i686/gnome-documents.install   |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   41 
 gnome-unstable-x86_64/gnome-documents.install |   13 +++
 4 files changed, 108 insertions(+)

Copied: gnome-documents/repos/gnome-unstable-i686/PKGBUILD (from rev 234219, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 11:58:26 UTC (rev 234220)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.15.91
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c34bbf52c307fb387a01a59319f372b8eaa8c948fd05c50a183d4929c13c013f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-i686/gnome-documents.install (from 
rev 234219, gnome-documents/trunk/gnome-documents.install)
===
--- gnome-unstable-i686/gnome-documents.install (rev 0)
+++ gnome-unstable-i686/gnome-documents.install 2015-03-20 11:58:26 UTC (rev 
234220)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234219, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 11:58:26 UTC (rev 234220)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.15.91
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c34bbf52c307fb387a01a59319f372b8eaa8c948fd05c50a183d4929c13c013f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install 
(from rev 234219, gnome-documents/trunk/gnome-documents.install)
===
--- gnome-unstable-x86_64/gnome-documents.install   
(rev 0)
+++ gnome-unstable-x86_64/gnome-documents.install   2015-03-20 11:58:26 UTC 
(rev 234220)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:03:02
  Author: jgc
Revision: 234222

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-klotski/repos/gnome-unstable-i686/
  gnome-klotski/repos/gnome-unstable-i686/PKGBUILD
(from rev 234221, gnome-klotski/trunk/PKGBUILD)
  gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install
(from rev 234221, gnome-klotski/trunk/gnome-klotski.install)
  gnome-klotski/repos/gnome-unstable-x86_64/
  gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234221, gnome-klotski/trunk/PKGBUILD)
  gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install
(from rev 234221, gnome-klotski/trunk/gnome-klotski.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 ++
 gnome-unstable-i686/gnome-klotski.install   |   12 +
 gnome-unstable-x86_64/PKGBUILD  |   32 ++
 gnome-unstable-x86_64/gnome-klotski.install |   12 +
 4 files changed, 88 insertions(+)

Copied: gnome-klotski/repos/gnome-unstable-i686/PKGBUILD (from rev 234221, 
gnome-klotski/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 12:03:02 UTC (rev 234222)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-klotski
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Slide blocks to solve the puzzle
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-klotski.install
+url=https://live.gnome.org/Klotski;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4fed52da55439f8b5ebc763076e54db0c308e3a63f677b871d3d1594440fdca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install (from rev 
234221, gnome-klotski/trunk/gnome-klotski.install)
===
--- gnome-unstable-i686/gnome-klotski.install   (rev 0)
+++ gnome-unstable-i686/gnome-klotski.install   2015-03-20 12:03:02 UTC (rev 
234222)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234221, 
gnome-klotski/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 12:03:02 UTC (rev 234222)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-klotski
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=Slide blocks to solve the puzzle
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-klotski.install
+url=https://live.gnome.org/Klotski;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4fed52da55439f8b5ebc763076e54db0c308e3a63f677b871d3d1594440fdca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install (from 
rev 234221, gnome-klotski/trunk/gnome-klotski.install)
===
--- gnome-unstable-x86_64/gnome-klotski.install (rev 0)
+++ gnome-unstable-x86_64/gnome-klotski.install 2015-03-20 12:03:02 UTC (rev 
234222)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:02:56
  Author: jgc
Revision: 234221

upgpkg: gnome-klotski 3.15.90-1

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:58:26 UTC (rev 234220)
+++ PKGBUILD2015-03-20 12:02:56 UTC (rev 234221)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-klotski
-pkgver=3.14.2
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Slide blocks to solve the puzzle
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Klotski;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e11ebe420536abda02ab69e451a60eb1c69a1c5afb1735398eaf80480aa72697')
+sha256sums=('f4fed52da55439f8b5ebc763076e54db0c308e3a63f677b871d3d1594440fdca')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:08:52
  Author: jgc
Revision: 234224

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdm/repos/gnome-unstable-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 234223, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/gnome-unstable-i686/PKGBUILD
(from rev 234223, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-i686/gdm.install
(from rev 234223, gdm/trunk/gdm.install)
  gdm/repos/gnome-unstable-i686/libgdm.install
(from rev 234223, gdm/trunk/libgdm.install)
  gdm/repos/gnome-unstable-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 234223, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234223, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-x86_64/gdm.install
(from rev 234223, gdm/trunk/gdm.install)
  gdm/repos/gnome-unstable-x86_64/libgdm.install
(from rev 234223, gdm/trunk/libgdm.install)
Deleted:
  gdm/repos/gnome-unstable-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/gnome-unstable-i686/PKGBUILD
  gdm/repos/gnome-unstable-i686/gdm.install
  gdm/repos/gnome-unstable-i686/libgdm.install
  gdm/repos/gnome-unstable-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/gnome-unstable-x86_64/PKGBUILD
  gdm/repos/gnome-unstable-x86_64/gdm.install
  gdm/repos/gnome-unstable-x86_64/libgdm.install

--+
 /0001-Add-Arch-Linux-PAM-config-files.patch  |  398 
++
 /PKGBUILD|  176 
 /gdm.install |   46 +
 /libgdm.install  |   22 
 gnome-unstable-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 -
 gnome-unstable-i686/PKGBUILD |   88 --
 gnome-unstable-i686/gdm.install  |   23 
 gnome-unstable-i686/libgdm.install   |   11 
 gnome-unstable-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 -
 gnome-unstable-x86_64/PKGBUILD   |   88 --
 gnome-unstable-x86_64/gdm.install|   23 
 gnome-unstable-x86_64/libgdm.install |   11 
 12 files changed, 642 insertions(+), 642 deletions(-)

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


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:08:40
  Author: jgc
Revision: 234223

upgpkg: gdm 3.15.92-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 12:03:02 UTC (rev 234222)
+++ PKGBUILD2015-03-20 12:08:40 UTC (rev 234223)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.15.91.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
 0001-Add-Arch-Linux-PAM-config-files.patch)
-sha256sums=('8cc038be6216a35412bb9d8d4936250c9a60edac8ba0d81c013944b7b52a48d9'
+sha256sums=('02e3d4a038f4bef2942a05cce50e6232e1ab251e7feab5493686931d80588045'
 'ad24ed788f2285a935c72c131a9627aa865095b08865416ed6cc60883bf656fc')
 
 prepare() {


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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 13:18:59
  Author: arodseth
Revision: 129622

upgpkg: libparserutils 0.2.1-1

Modified:
  libparserutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:54:55 UTC (rev 129621)
+++ PKGBUILD2015-03-20 12:18:59 UTC (rev 129622)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=libparserutils
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='Library for building efficient parsers'
 arch=('x86_64' 'i686')
@@ -14,12 +14,12 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 
source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7')
+sha256sums=('30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735')
 
 build() {
cd $pkgname-$pkgver
 
-   sed 's:-Wall::' -i Makefile
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
 }
 


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:19:25
  Author: jgc
Revision: 234225

upgpkg: vte3 0.39.92-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 12:08:52 UTC (rev 234224)
+++ PKGBUILD2015-03-20 12:19:25 UTC (rev 234225)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.39.90
+pkgver=0.39.92
 pkgrel=1
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala')
 url=http://www.gnome.org;
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('9d127e8dc9ca8267fe65f280bf3afb17d68ef154163f84b3bb2fc79e73abbc97')
+sha256sums=('8f6bfe97aa212a506c56a5ad66a08a6dd253015430c505547c7a2cdb4ee35aa8')
 
 build() {
   cd vte-$pkgver


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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 13:19:33
  Author: jgc
Revision: 234226

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vte3/repos/gnome-unstable-i686/PKGBUILD
(from rev 234225, vte3/trunk/PKGBUILD)
  vte3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234225, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/gnome-unstable-i686/PKGBUILD
  vte3/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   84 +++
 gnome-unstable-i686/PKGBUILD   |   42 ---
 gnome-unstable-x86_64/PKGBUILD |   42 ---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-20 12:19:25 UTC (rev 234225)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 12:19:33 UTC (rev 234226)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.39.90
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('9d127e8dc9ca8267fe65f280bf3afb17d68ef154163f84b3bb2fc79e73abbc97')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-  rm $pkgdir/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
-}

Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 234225, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 12:19:33 UTC (rev 234226)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.39.92
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('8f6bfe97aa212a506c56a5ad66a08a6dd253015430c505547c7a2cdb4ee35aa8')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-20 12:19:25 UTC (rev 234225)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 12:19:33 UTC (rev 234226)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.39.90
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('9d127e8dc9ca8267fe65f280bf3afb17d68ef154163f84b3bb2fc79e73abbc97')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-  rm $pkgdir/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-  install -Dm644 src/vte.sh 

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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 13:19:12
  Author: arodseth
Revision: 129623

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

Added:
  libparserutils/repos/community-i686/PKGBUILD
(from rev 129622, libparserutils/trunk/PKGBUILD)
  libparserutils/repos/community-x86_64/PKGBUILD
(from rev 129622, libparserutils/trunk/PKGBUILD)
Deleted:
  libparserutils/repos/community-i686/PKGBUILD
  libparserutils/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-03-20 12:18:59 UTC (rev 129622)
+++ community-i686/PKGBUILD 2015-03-20 12:19:12 UTC (rev 129623)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libparserutils
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Library for building efficient parsers'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libparserutils'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7')
-
-build() {
-   cd $pkgname-$pkgver
-
-   sed 's:-Wall::' -i Makefile
-   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libparserutils/repos/community-i686/PKGBUILD (from rev 129622, 
libparserutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 12:19:12 UTC (rev 129623)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libparserutils
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Library for building efficient parsers'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libparserutils'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735')
+
+build() {
+   cd $pkgname-$pkgver
+
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 12:18:59 UTC (rev 129622)
+++ community-x86_64/PKGBUILD   2015-03-20 12:19:12 UTC (rev 129623)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libparserutils
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Library for building efficient parsers'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libparserutils'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7')
-
-build() {
-   cd $pkgname-$pkgver
-
-   sed 's:-Wall::' -i Makefile
-   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared 
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libparserutils/repos/community-x86_64/PKGBUILD (from rev 129622, 
libparserutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 12:19:12 UTC (rev 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 15:25:23
  Author: arojas
Revision: 234234

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

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 234233, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 234233, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 234233, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 234233, 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  |   68 +++
 /bluedevil.install |   24 +
 extra-i686/PKGBUILD|   34 ---
 extra-i686/bluedevil.install   |   12 --
 extra-x86_64/PKGBUILD  |   34 ---
 extra-x86_64/bluedevil.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-20 14:24:42 UTC (rev 234233)
+++ extra-i686/PKGBUILD 2015-03-20 14:25:23 UTC (rev 234234)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=2.1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-runtime' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-workspace: to run the plasmoid')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7b154bdebd971df9e838f290b76a2cd0')
-
-prepare() {
-  mkdir build
-}
-
-build(){
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 234233, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-20 14:25:23 UTC (rev 234234)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.1.1
+pkgrel=1
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-runtime' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-workspace: to run the plasmoid')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9a6b011331678ea08f303049bcdbb69f')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bluedevil.install
===
--- extra-i686/bluedevil.install2015-03-20 14:24:42 UTC (rev 234233)
+++ extra-i686/bluedevil.install2015-03-20 14:25:23 UTC (rev 234234)
@@ -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 234233, 
bluedevil/trunk/bluedevil.install)
===
--- extra-i686/bluedevil.install(rev 0)
+++ extra-i686/bluedevil.install2015-03-20 14:25:23 UTC (rev 234234)
@@ -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-03-20 14:24:42 UTC (rev 234233)
+++ extra-x86_64/PKGBUILD   2015-03-20 14:25:23 UTC (rev 234234)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=2.1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-runtime' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-workspace: to run the plasmoid')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:54:14
  Author: arojas
Revision: 234286

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kcron/repos/kde-unstable-i686/PKGBUILD
(from rev 234285, kcron/kde-unstable/PKGBUILD)
  kcron/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234285, kcron/kde-unstable/PKGBUILD)
Deleted:
  kcron/repos/kde-unstable-i686/PKGBUILD
  kcron/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:53:29 UTC (rev 234285)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:54:14 UTC (rev 234286)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcron
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('9d6006e7053c8f424ead80bb7e95082950637c1b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTINS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 234285, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:54:14 UTC (rev 234286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('4765310e2b2e7fc7c5ce261cbd995898bec9e6c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTINS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 20:53:29 UTC (rev 234285)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 20:54:14 UTC (rev 234286)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcron
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('9d6006e7053c8f424ead80bb7e95082950637c1b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTINS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 234285, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 20:54:14 UTC (rev 234286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:54:53
  Author: arojas
Revision: 234287

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 234286, kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch
(from rev 234286, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234286, kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch
(from rev 234286, kdeadmin-ksystemlog/kde-unstable/syslog-path.patch)
Deleted:
  kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD
  kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch

---+
 /PKGBUILD |   76 
 /syslog-path.patch|   22 +
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/syslog-path.patch   |   11 
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/syslog-path.patch |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:54:14 UTC (rev 234286)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:54:53 UTC (rev 234287)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-ksystemlog
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
-'syslog-path.patch')
-sha1sums=('013c84db7f36aafb628cc15db0e09f222c8b0f95'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-prepare() {
-  cd ksystemlog-${pkgver}
-  patch -p2 -i ${srcdir}/syslog-path.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksystemlog-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 234286, 
kdeadmin-ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:54:53 UTC (rev 234287)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('bc92f9f5924b5891e7532874662cda3d90352666'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/syslog-path.patch
===
--- kde-unstable-i686/syslog-path.patch 2015-03-20 20:54:14 UTC (rev 234286)
+++ kde-unstable-i686/syslog-path.patch 2015-03-20 20:54:53 UTC (rev 234287)
@@ -1,11 +0,0 @@
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
-@@ -39,7 +39,7 @@
-   SystemConfiguration() :
-   GenericLogModeConfiguration(
-   QLatin1String( SYSTEM_LOG_MODE_ID ),
--  QStringList()  QLatin1String( 
/var/log/syslog ),
-+  QStringList()  QLatin1String( 
/var/log/messages.log ),
-   QListint()  INFORMATION_LOG_LEVEL_ID
-   ) {
- 

Copied: 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:55:37
  Author: arojas
Revision: 234288

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
(from rev 234287, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
(from rev 234287, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234287, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
(from rev 234287, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
Deleted:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install

+
 /PKGBUILD  |   64 +++
 /kdeadmin-kuser.install|   22 +
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdeadmin-kuser.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdeadmin-kuser.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:54:53 UTC (rev 234287)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:55:37 UTC (rev 234288)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-kuser
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
-sha1sums=('92c5789bc448772cc54974cf587dcd2290294fd0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kuser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 234287, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:55:37 UTC (rev 234288)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('41d2ddb23971354310603a075eb5f1c6beaa60e7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeadmin-kuser.install
===
--- kde-unstable-i686/kdeadmin-kuser.install2015-03-20 20:54:53 UTC (rev 
234287)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-03-20 20:55:37 UTC (rev 
234288)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
234287, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===
--- kde-unstable-i686/kdeadmin-kuser.install(rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-03-20 20:55:37 UTC (rev 
234288)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 20:54:53 UTC (rev 234287)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 20:55:37 UTC (rev 234288)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:56:22
  Author: arojas
Revision: 234289

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
(from rev 234288, kdeartwork/kde-unstable/PKGBUILD)
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234288, kdeartwork/kde-unstable/PKGBUILD)
Deleted:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|  182 +
 kde-unstable-i686/PKGBUILD   |   91 
 kde-unstable-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:55:37 UTC (rev 234288)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:56:22 UTC (rev 234289)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5762becbc2740445222d0f7b88dccee002f4f710')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 234288, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:56:22 UTC (rev 234289)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.03.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4c0e73877512162c833d8dfa80432df7ef51')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+ 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:07:24
  Author: arojas
Revision: 234290

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  konsole/repos/kde-unstable-i686/PKGBUILD
(from rev 234289, konsole/kde-unstable/PKGBUILD)
  konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234289, konsole/kde-unstable/PKGBUILD)
Deleted:
  konsole/repos/kde-unstable-i686/PKGBUILD
  konsole/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:56:22 UTC (rev 234289)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:07:24 UTC (rev 234290)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=konsole
-pkgver=15.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole4.14.3-2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('4db4357584d4bcfe050a490cc48f79ad07464146')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: konsole/repos/kde-unstable-i686/PKGBUILD (from rev 234289, 
konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:07:24 UTC (rev 234290)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole
+pkgver=15.03.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole4.14.3-2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('bedae1b0e08c678122074a6760bd25ded5949412')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 20:56:22 UTC (rev 234289)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:07:24 UTC (rev 234290)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=konsole
-pkgver=15.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole4.14.3-2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('4db4357584d4bcfe050a490cc48f79ad07464146')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 234289, 
konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 21:07:24 UTC (rev 234290)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole
+pkgver=15.03.95
+pkgrel=1
+arch=('i686' 'x86_64')

  1   2   3   >