[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 08:02:28
  Author: fyan
Revision: 119744

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119743, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119743, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119743, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119743, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119743, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119743, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 05:38:55 UTC (rev 119743)
+++ LICENSE 2014-09-29 06:02:28 UTC (rev 119744)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 05:38:55 UTC (rev 119743)
+++ PKGBUILD2014-09-29 06:02:28 UTC (rev 119744)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 08:42:54
  Author: fyan
Revision: 119745

archrelease: copy trunk to community-any

Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   23 
 PKGBUILD   |   42 -
 jenkins.conf   |   13 ---
 jenkins.install|   57 ---
 jenkins.service|   24 -
 jenkins.tmpfiles.d |2 -
 6 files changed, 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 06:02:28 UTC (rev 119744)
+++ LICENSE 2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 06:02:28 UTC (rev 119744)
+++ PKGBUILD2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
-# Rename to force re-download on new version
-'jenkins.conf'
-'jenkins.service'
-'jenkins.tmpfiles.d'
-'LICENSE')
-sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-
-package() {
-  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
-  install -Dm644 jenkins.service \
-$pkgdir/usr/lib/systemd/system/jenkins.service
-  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
-  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: jenkins.conf
===
--- jenkins.conf2014-09-29 06:02:28 UTC (rev 119744)
+++ jenkins.conf2014-09-29 06:42:54 UTC (rev 119745)
@@ -1,13 +0,0 @@
-JAVA=/usr/bin/java
-JAVA_ARGS=-Xmx512m
-JAVA_OPTS=
-JENKINS_USER=jenkins
-JENKINS_HOME=/var/lib/jenkins
-JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
-JENKINS_WEBROOT=--webroot=/var/cache/jenkins
-JENKINS_PORT=--httpPort=8090
-JENKINS_AJPPORT=--ajp13Port=-1
-JENKINS_OPTS=
-JENKINS_COMMAND_LINE=$JAVA $JAVA_ARGS $JAVA_OPTS -jar $JENKINS_WAR 
$JENKINS_WEBROOT $JENKINS_PORT $JENKINS_AJPPORT $JENKINS_OPTS
-
-# 

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 08:58:22
  Author: fyan
Revision: 119746

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119745, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119745, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119745, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119745, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119745, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119745, jenkins/trunk/jenkins.tmpfiles.d)

+
 LICENSE|   23 
 PKGBUILD   |   42 +
 jenkins.conf   |   13 +++
 jenkins.install|   57 +++
 jenkins.service|   24 +
 jenkins.tmpfiles.d |2 +
 6 files changed, 161 insertions(+)

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

Copied: jenkins/repos/community-any/PKGBUILD (from rev 119745, 
jenkins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 06:58:22 UTC (rev 119746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
+# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
+
+pkgname=jenkins
+pkgver=1.582
+pkgrel=1
+pkgdesc='Extendable continuous integration server (latest)'
+arch=('any')
+url='http://jenkins-ci.org/'
+license=('MIT')
+depends=('java-runtime' 'ttf-dejavu' 'libcups')
+provides=('jenkins-ci')
+conflicts=('jenkins-ci')
+replaces=('jenkins-ci')
+backup=('etc/conf.d/jenkins')
+install='jenkins.install'
+noextract=('jenkins.war')
+source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
+# Rename to force re-download on new version
+'jenkins.conf'
+'jenkins.service'
+'jenkins.tmpfiles.d'
+'LICENSE')
+sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
+
+package() {
+  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
+  install -Dm644 jenkins.service \
+$pkgdir/usr/lib/systemd/system/jenkins.service
+  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
+  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jenkins/repos/community-any/jenkins.conf (from rev 119745, 
jenkins/trunk/jenkins.conf)
===
--- jenkins.conf(rev 

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 09:09:54
  Author: fyan
Revision: 119747

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119746, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119746, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119746, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119746, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119746, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119746, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 06:58:22 UTC (rev 119746)
+++ LICENSE 2014-09-29 07:09:54 UTC (rev 119747)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 119746, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 07:09:54 UTC (rev 119747)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 06:58:22 UTC (rev 119746)
+++ PKGBUILD2014-09-29 07:09:54 UTC (rev 119747)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 09:12:14
  Author: fyan
Revision: 119748

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119747, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119747, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119747, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119747, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119747, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119747, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 07:09:54 UTC (rev 119747)
+++ LICENSE 2014-09-29 07:12:14 UTC (rev 119748)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 119747, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 07:12:14 UTC (rev 119748)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 07:09:54 UTC (rev 119747)
+++ PKGBUILD2014-09-29 07:12:14 UTC (rev 119748)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 09:22:50
  Author: fyan
Revision: 119749

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119748, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119748, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119748, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119748, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119748, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119748, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 07:12:14 UTC (rev 119748)
+++ LICENSE 2014-09-29 07:22:50 UTC (rev 119749)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 119748, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 07:22:50 UTC (rev 119749)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 07:12:14 UTC (rev 119748)
+++ PKGBUILD2014-09-29 07:22:50 UTC (rev 119749)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 09:55:47
  Author: fyan
Revision: 119750

archrelease: copy trunk to community-any

Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   23 
 PKGBUILD   |   42 -
 jenkins.conf   |   13 ---
 jenkins.install|   57 ---
 jenkins.service|   24 -
 jenkins.tmpfiles.d |2 -
 6 files changed, 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-29 07:22:50 UTC (rev 119749)
+++ LICENSE 2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 07:22:50 UTC (rev 119749)
+++ PKGBUILD2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.582
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
-# Rename to force re-download on new version
-'jenkins.conf'
-'jenkins.service'
-'jenkins.tmpfiles.d'
-'LICENSE')
-sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-
-package() {
-  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
-  install -Dm644 jenkins.service \
-$pkgdir/usr/lib/systemd/system/jenkins.service
-  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
-  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: jenkins.conf
===
--- jenkins.conf2014-09-29 07:22:50 UTC (rev 119749)
+++ jenkins.conf2014-09-29 07:55:47 UTC (rev 119750)
@@ -1,13 +0,0 @@
-JAVA=/usr/bin/java
-JAVA_ARGS=-Xmx512m
-JAVA_OPTS=
-JENKINS_USER=jenkins
-JENKINS_HOME=/var/lib/jenkins
-JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
-JENKINS_WEBROOT=--webroot=/var/cache/jenkins
-JENKINS_PORT=--httpPort=8090
-JENKINS_AJPPORT=--ajp13Port=-1
-JENKINS_OPTS=
-JENKINS_COMMAND_LINE=$JAVA $JAVA_ARGS $JAVA_OPTS -jar $JENKINS_WAR 
$JENKINS_WEBROOT $JENKINS_PORT $JENKINS_AJPPORT $JENKINS_OPTS
-
-# 

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 10:17:26
  Author: fyan
Revision: 119751

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119750, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119750, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119750, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119750, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119750, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119750, jenkins/trunk/jenkins.tmpfiles.d)

+
 LICENSE|   23 
 PKGBUILD   |   42 +
 jenkins.conf   |   13 +++
 jenkins.install|   57 +++
 jenkins.service|   24 +
 jenkins.tmpfiles.d |2 +
 6 files changed, 161 insertions(+)

Copied: jenkins/repos/community-any/LICENSE (from rev 119750, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-29 08:17:26 UTC (rev 119751)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Copied: jenkins/repos/community-any/PKGBUILD (from rev 119750, 
jenkins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 08:17:26 UTC (rev 119751)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
+# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
+
+pkgname=jenkins
+pkgver=1.582
+pkgrel=1
+pkgdesc='Extendable continuous integration server (latest)'
+arch=('any')
+url='http://jenkins-ci.org/'
+license=('MIT')
+depends=('java-runtime' 'ttf-dejavu' 'libcups')
+provides=('jenkins-ci')
+conflicts=('jenkins-ci')
+replaces=('jenkins-ci')
+backup=('etc/conf.d/jenkins')
+install='jenkins.install'
+noextract=('jenkins.war')
+source=(jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
+# Rename to force re-download on new version
+'jenkins.conf'
+'jenkins.service'
+'jenkins.tmpfiles.d'
+'LICENSE')
+sha512sums=('026f78106220fe1e31e0abfd94aec6454594c9c88a21db1c6690749438dc17509ce34a69bfcf8a85b9e66d42171aa1cbfc02d687b9f2c43dc06d1f7529e55b44'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
+
+package() {
+  install -Dm444 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm444 jenkins-${pkgver}.war 
$pkgdir/usr/share/java/jenkins/jenkins.war
+  install -Dm644 jenkins.service \
+$pkgdir/usr/lib/systemd/system/jenkins.service
+  install -Dm644 jenkins.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/jenkins.conf
+  install -Dm644 jenkins.conf $pkgdir/etc/conf.d/jenkins
+}
+
+# vim:set ts=2 sw=2 et:

Copied: jenkins/repos/community-any/jenkins.conf (from rev 119750, 
jenkins/trunk/jenkins.conf)
===
--- jenkins.conf(rev 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:10:57
  Author: spupykin
Revision: 119752

upgpkg: firefox-noscript 2.6.8.43-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 08:17:26 UTC (rev 119751)
+++ PKGBUILD2014-09-29 10:10:57 UTC (rev 119752)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.41
+pkgver=2.6.8.43
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a79905de91ad9e9cf03fa1320647e92a')
+md5sums=('98c213de6900e63696064b2d419ef4e0')
 
 package() {
   depends=(firefox)


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:11:08
  Author: spupykin
Revision: 119753

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 119752, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:10:57 UTC (rev 119752)
+++ PKGBUILD2014-09-29 10:11:08 UTC (rev 119753)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.41
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a79905de91ad9e9cf03fa1320647e92a')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 119752, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:11:08 UTC (rev 119753)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.43
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('98c213de6900e63696064b2d419ef4e0')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:26
  Author: spupykin
Revision: 119756

upgpkg: rebar 1:2.5.1-1

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:21:22 UTC (rev 119755)
+++ PKGBUILD2014-09-29 10:21:26 UTC (rev 119756)
@@ -5,7 +5,7 @@
 
 pkgname=rebar
 epoch=1
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('erlang-nox')
 makedepends=('git')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('4673d5c251def757b35b3af45ee50883')
+md5sums=('3a95be5b064845b51cb8a3dba2f780e5')
 
 build() {
   cd $srcdir/rebar-$pkgver


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:22
  Author: spupykin
Revision: 119755

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

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 119754, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 119754, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 119754, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 119754, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   32 --
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 10:21:10 UTC (rev 119754)
+++ community-i686/PKGBUILD 2014-09-29 10:21:22 UTC (rev 119755)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.10
-pkgrel=1
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
-   build-fix.patch)
-md5sums=('33538dc22609e0f0699fb82e5e0b509a'
- '8106b0b4057bfadaede004458859387b')
-
-prepare() {
-  cd $srcdir/gloox-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 119754, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 10:21:22 UTC (rev 119755)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.11
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('c2ce57b117e4988ec89e529f2db55cce')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-09-29 10:21:10 UTC (rev 119754)
+++ community-i686/build-fix.patch  2014-09-29 10:21:22 UTC (rev 119755)
@@ -1,26 +0,0 @@
-diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
 gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
-@@ -82,6 +82,10 @@
- {
- }
- 
-+Session::Reason::~Reason()
-+{
-+}
-+
- Session::Reason::Reason( const Tag* tag )
-   : Plugin( PluginReason )
- {
-diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
 gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
-@@ -147,7 +147,7 @@
- /**
-  * Virtual destructor.
-  */
--virtual ~Reason() {}
-+virtual ~Reason();
- 
- /**
-  * Returns the reason for the session termination.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 119754, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-09-29 10:21:22 UTC (rev 119755)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
+@@ -82,6 +82,10 @@
+ {
+ }
+ 
++Session::Reason::~Reason()
++{
++}
++
+ Session::Reason::Reason( const Tag* tag )
+   : Plugin( 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:34
  Author: spupykin
Revision: 119757

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 119756, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:21:26 UTC (rev 119756)
+++ PKGBUILD2014-09-29 10:21:34 UTC (rev 119757)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-epoch=1
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('4673d5c251def757b35b3af45ee50883')
-
-build() {
-  cd $srcdir/rebar-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/rebar-$pkgver
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 119756, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:21:34 UTC (rev 119757)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('3a95be5b064845b51cb8a3dba2f780e5')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:10
  Author: spupykin
Revision: 119754

upgpkg: gloox 1.0.11-1

upd

Modified:
  gloox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:11:08 UTC (rev 119753)
+++ PKGBUILD2014-09-29 10:21:10 UTC (rev 119754)
@@ -3,7 +3,7 @@
 # Maintainer: William Rea sillywi...@gmail.com
 
 pkgname=gloox
-pkgver=1.0.10
+pkgver=1.0.11
 pkgrel=1
 pkgdesc=C++ libraries for development of Jabber client/component/server
 arch=(i686 x86_64)
@@ -10,16 +10,9 @@
 url=http://camaya.net/gloox;
 license=(GPL)
 depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
-   build-fix.patch)
-md5sums=('33538dc22609e0f0699fb82e5e0b509a'
- '8106b0b4057bfadaede004458859387b')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('c2ce57b117e4988ec89e529f2db55cce')
 
-prepare() {
-  cd $srcdir/gloox-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-}
-
 build() {
   cd $srcdir/gloox-$pkgver
   ./configure --prefix=/usr


[arch-commits] Commit in mediawiki/trunk (PKGBUILD apache.example.conf)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:27:23
  Author: spupykin
Revision: 119758

upgpkg: mediawiki 1.23.4-1

upd

Modified:
  mediawiki/trunk/PKGBUILD
  mediawiki/trunk/apache.example.conf

-+
 PKGBUILD|9 +++--
 apache.example.conf |3 +--
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:21:34 UTC (rev 119757)
+++ PKGBUILD2014-09-29 10:27:23 UTC (rev 119758)
@@ -4,7 +4,7 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.23.3
+pkgver=1.23.4
 _basever=1.23
 pkgrel=1
 pkgdesc=MediaWiki engine
@@ -27,7 +27,6 @@
'php-gd: for thumbnails rendering'
'imagemagick: for thumbnails rendering'
'sendmail: for mail sending')
-backup=(etc/webapps/mediawiki/.htaccess)
 install=mediawiki.install
 options=(!strip)
 #  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
@@ -34,9 +33,9 @@
 
source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('d31502ae832f5371b6c27c36581577e8'
+md5sums=('391f0f9c3091f23822267addd39872fe'
  '2e292442d22c2478150ee592e7780d89'
- '99c25f04d4093fdb1be7624fe4e7')
+ '1b34e53d7be9a124377ac34d9821d574')
 
 package_mediawiki() {
   cd $srcdir
@@ -44,8 +43,6 @@
   install -vdm0755 $pkgdir/etc/webapps/mediawiki
   cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
 
-  echo deny from all  $pkgdir/etc/webapps/mediawiki/.htaccess
-  ln -sf /etc/webapps/mediawiki/.htaccess 
$pkgdir/usr/share/webapps/mediawiki/.htaccess
   install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
 
   # move cache and images to /var

Modified: apache.example.conf
===
--- apache.example.conf 2014-09-29 10:21:34 UTC (rev 119757)
+++ apache.example.conf 2014-09-29 10:27:23 UTC (rev 119758)
@@ -3,6 +3,5 @@
 Directory /usr/share/webapps/mediawiki
 AllowOverride All
 Options FollowSymlinks
-Order allow,deny
-Allow from all
+Require all granted
 /Directory


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:27:32
  Author: spupykin
Revision: 119759

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:27:23 UTC (rev 119758)
+++ PKGBUILD2014-09-29 10:27:32 UTC (rev 119759)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.23.3
-_basever=1.23
-pkgrel=1
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'sendmail: for mail sending')
-backup=(etc/webapps/mediawiki/.htaccess)
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('d31502ae832f5371b6c27c36581577e8'
- '2e292442d22c2478150ee592e7780d89'
- '99c25f04d4093fdb1be7624fe4e7')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  echo deny from all  $pkgdir/etc/webapps/mediawiki/.htaccess
-  ln -sf /etc/webapps/mediawiki/.htaccess 
$pkgdir/usr/share/webapps/mediawiki/.htaccess
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-d0e998f 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 119758, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:27:32 UTC (rev 119759)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.23.4
+_basever=1.23
+pkgrel=1
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+   'php-mysql: for MySQL database support'
+   

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:36:19
  Author: spupykin
Revision: 119760

typo

Modified:
  mysql++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:27:32 UTC (rev 119759)
+++ PKGBUILD2014-09-29 10:36:19 UTC (rev 119760)
@@ -5,7 +5,7 @@
 pkgname=mysql++
 pkgver=3.2.1
 pkgrel=1
-pkgdesc=A C++ wraper for MySQLs C API
+pkgdesc=A C++ wrapper for MySQLs C API
 arch=(i686 x86_64)
 url=http://tangentsoft.net/mysql++/;
 license=(LGPL custom)


[arch-commits] Commit in cgit/trunk (PKGBUILD apache.example.conf)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:39:37
  Author: spupykin
Revision: 119761

upgpkg: cgit 0.10.2-2

upd

Modified:
  cgit/trunk/PKGBUILD
  cgit/trunk/apache.example.conf

-+
 PKGBUILD|4 ++--
 apache.example.conf |6 ++
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:36:19 UTC (rev 119760)
+++ PKGBUILD2014-09-29 10:39:37 UTC (rev 119761)
@@ -7,7 +7,7 @@
 
 pkgname=cgit
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A web interface for git written in plain C
 arch=('i686' 'x86_64')
 url=http://git.zx2c4.com/cgit/;
@@ -20,7 +20,7 @@
 source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
apache.example.conf)
 md5sums=('6682d597f6e3e76645a254c7be537bd3'
- 'bd5696bea0654bfcf98f249b1a36737d')
+ '8266cbc541d14297b8513e670c3dfe23')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: apache.example.conf
===
--- apache.example.conf 2014-09-29 10:36:19 UTC (rev 119760)
+++ apache.example.conf 2014-09-29 10:39:37 UTC (rev 119761)
@@ -5,8 +5,7 @@
 Directory /usr/share/webapps/cgit/
AllowOverride None
Options None
-   Order allow,deny
-   Allow from all
+   Require all granted
AuthType Basic
AuthName cgit
AuthUserFile /etc/httpd/conf/passwd
@@ -16,8 +15,7 @@
 Directory /usr/lib/cgit/
AllowOverride None
Options ExecCGI FollowSymlinks
-   Order allow,deny
-   Allow from all
+   Require all granted
AuthType Basic
AuthName cgit
AuthUserFile /etc/httpd/conf/passwd


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:39:52
  Author: spupykin
Revision: 119762

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 119761, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 119761, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 119761, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 119761, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 119761, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 119761, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-i686/apache.example.conf
  cgit/repos/community-i686/cgit.install
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

--+
 /PKGBUILD|   92 +
 /apache.example.conf |   46 
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   46 
 community-i686/apache.example.conf   |   25 
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   46 
 community-x86_64/apache.example.conf |   25 
 community-x86_64/cgit.install|5 -
 9 files changed, 148 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 10:39:37 UTC (rev 119761)
+++ community-i686/PKGBUILD 2014-09-29 10:39:52 UTC (rev 119762)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Patrick Palka patr...@parcs.ath.cx
-# Contributor: Loui Chang louipc.ist at gmail com
-# Contributor: Andreas Baumann abaumann at yahoo dot com
-
-pkgname=cgit
-pkgver=0.10.2
-pkgrel=1
-pkgdesc=A web interface for git written in plain C
-arch=('i686' 'x86_64')
-url=http://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('python2-pygments: syntax highlighting support'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
-   apache.example.conf)
-md5sums=('6682d597f6e3e76645a254c7be537bd3'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  make get-git
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-  make doc-man
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir prefix=/usr 
install install-man
-
-  install -vd $pkgdir/var/cache/$pkgname
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 119761, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 10:39:52 UTC (rev 119762)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Patrick Palka patr...@parcs.ath.cx
+# Contributor: Loui Chang louipc.ist at gmail com
+# Contributor: Andreas Baumann abaumann at yahoo dot com
+
+pkgname=cgit
+pkgver=0.10.2
+pkgrel=2
+pkgdesc=A web interface for git written in plain C
+arch=('i686' 'x86_64')
+url=http://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('python2-pygments: syntax highlighting support'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
+   apache.example.conf)
+md5sums=('6682d597f6e3e76645a254c7be537bd3'
+ '8266cbc541d14297b8513e670c3dfe23')
+
+prepare() {
+  cd $pkgname-$pkgver
+  make get-git
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+  make doc-man
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir prefix=/usr 
install install-man
+
+  install -vd $pkgdir/var/cache/$pkgname
+  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
+  mkdir -p $pkgdir/usr/lib/cgit
+  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
+  ln -sf ../../../lib/cgit/cgit.cgi 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:39:55
  Author: spupykin
Revision: 119763

upgpkg: drupal 7.31-2

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:39:52 UTC (rev 119762)
+++ PKGBUILD2014-09-29 10:39:55 UTC (rev 119763)
@@ -4,7 +4,7 @@
 
 pkgname=drupal
 pkgver=7.31
-pkgrel=1
+pkgrel=2
 pkgdesc=A PHP-based content management platform
 arch=('any')
 url=http://www.drupal.org/;
@@ -12,7 +12,6 @@
 depends=('php')
 install='drupal.install'
 options=(!strip)
-backup=(etc/webapps/drupal/.htaccess)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
 md5sums=('de256f202930d3ef5ccc6aebc550adaf')
 
@@ -24,7 +23,7 @@
 
   # move .htaccess
   mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1ideny from all' ${_instdir}/.htaccess
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
   mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
   ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
 
@@ -39,8 +38,7 @@
Directory /usr/share/webapps/drupal
AllowOverride All
Options FollowSymlinks
-   Order allow,deny
-   Allow from all
+   Require all granted
php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
/Directory
 EOF


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:10
  Author: spupykin
Revision: 119765

upgpkg: phpvirtualbox 4.3_1-2

upd

Modified:
  phpvirtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:40:02 UTC (rev 119764)
+++ PKGBUILD2014-09-29 10:40:10 UTC (rev 119765)
@@ -4,14 +4,13 @@
 
 pkgname=phpvirtualbox
 pkgver=4.3_1
-pkgrel=1
+pkgrel=2
 pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
 arch=(any)
 url=http://sourceforge.net/projects/phpvirtualbox/;
 license=('GPL')
 depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
+backup=(etc/webapps/phpvirtualbox/config.php)
 
source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
 md5sums=('33c2b4c050d55daa4024659e60c0136b')
 
@@ -33,16 +32,10 @@
   Directory /usr/share/webapps/phpvirtualbox
 Options FollowSymlinks
 AllowOverride All
-Order allow,deny
-Allow from all
+Require all granted
   /Directory
 EOF
 
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
   find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
   ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
 }


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:02
  Author: spupykin
Revision: 119764

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   92 ++-
 drupal.install |   30 -
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:39:55 UTC (rev 119763)
+++ PKGBUILD2014-09-29 10:40:02 UTC (rev 119764)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.31
-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)
-backup=(etc/webapps/drupal/.htaccess)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('de256f202930d3ef5ccc6aebc550adaf')
-
-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,1ideny from all' ${_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
-   Order allow,deny
-   Allow from all
-   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 119763, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:40:02 UTC (rev 119764)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.31
+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)
+md5sums=('de256f202930d3ef5ccc6aebc550adaf')
+
+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  2014-09-29 10:39:55 UTC (rev 119763)
+++ drupal.install  2014-09-29 10:40:02 UTC (rev 119764)
@@ -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:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 119763, 
drupal/trunk/drupal.install)

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:23
  Author: spupykin
Revision: 119767

upgpkg: postfixadmin 2.91-3

upd

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:40:18 UTC (rev 119766)
+++ PKGBUILD2014-09-29 10:40:23 UTC (rev 119767)
@@ -2,7 +2,7 @@
 # Contributor: Filip fila pruda.com
 pkgname=postfixadmin
 pkgver=2.91
-pkgrel=2
+pkgrel=3
 pkgdesc=A web based interface used to manage mailboxes, virtual domains and 
aliases created for Postfix
 arch=('any')
 license=('GPL')
@@ -30,7 +30,7 @@
   # config
   mv ${_destdir}/config.inc.php ${_destdir_etc}
   ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
-  echo #deny from all ${_destdir_etc}/.htaccess
+  echo #Require all denied ${_destdir_etc}/.htaccess
   ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
 
   # template cache needs to be writeable


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:18
  Author: spupykin
Revision: 119766

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 119765, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:40:10 UTC (rev 119765)
+++ PKGBUILD2014-09-29 10:40:18 UTC (rev 119766)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_1
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('33c2b4c050d55daa4024659e60c0136b')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 119765, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:40:18 UTC (rev 119766)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_1
+pkgrel=2
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('33c2b4c050d55daa4024659e60c0136b')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:31
  Author: spupykin
Revision: 119768

archrelease: copy trunk to community-any

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

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

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

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


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:57:10
  Author: spupykin
Revision: 119769

upgpkg: tigervnc 1.3.1-6

upd

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:40:31 UTC (rev 119768)
+++ PKGBUILD2014-09-29 10:57:10 UTC (rev 119769)
@@ -3,7 +3,7 @@
 
 pkgname=tigervnc
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 _xorgver=1.16.0
 pkgdesc=Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC.
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('GPL')
 depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'libxfont' 'pixman'
 'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'mesa' 'libgcrypt' 'perl' )
+'libgl' 'libgcrypt' 'perl' )
 makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
 'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
 'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
-'imagemagick')
+'imagemagick' 'mesa')
 conflicts=('tightvnc')
 
source=(http://downloads.sourceforge.net/project/tigervnc/tigervnc/$pkgver/tigervnc-$pkgver.tar.gz

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2


[arch-commits] Commit in tigervnc/repos (28 files)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:57:38
  Author: spupykin
Revision: 119770

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 119769, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 119769, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 119769, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 119769, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 119769, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg116.patch
(from rev 119769, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-i686/xserver116.patch
(from rev 119769, tigervnc/trunk/xserver116.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 119769, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 119769, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 119769, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 119769, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 119769, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg116.patch
(from rev 119769, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-x86_64/xserver116.patch
(from rev 119769, tigervnc/trunk/xserver116.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg116.patch
  tigervnc/repos/community-i686/xserver116.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg116.patch
  tigervnc/repos/community-x86_64/xserver116.patch

+
 /PKGBUILD  |  152 +
 /gethomedir.patch  |   40 ++
 /getmaster.patch   |  192 +++
 /vncserver.service |   56 +++
 /vncviewer.desktop |   18 +
 /xorg116.patch |  570 +++
 /xserver116.patch  |  274 
 community-i686/PKGBUILD|   76 
 community-i686/gethomedir.patch|   20 -
 community-i686/getmaster.patch |   96 -
 community-i686/vncserver.service   |   28 -
 community-i686/vncviewer.desktop   |9 
 community-i686/xorg116.patch   |  285 -
 community-i686/xserver116.patch|  137 
 community-x86_64/PKGBUILD  |   76 
 community-x86_64/gethomedir.patch  |   20 -
 community-x86_64/getmaster.patch   |   96 -
 community-x86_64/vncserver.service |   28 -
 community-x86_64/vncviewer.desktop |9 
 community-x86_64/xorg116.patch |  285 -
 community-x86_64/xserver116.patch  |  137 
 21 files changed, 1302 insertions(+), 1302 deletions(-)

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


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 13:26:51
  Author: spupykin
Revision: 119771

upgpkg: libvirt 1.2.8-2

upd

Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirtd-guests.conf.d
  libvirt/trunk/libvirtd.conf.d

+
 PKGBUILD   |   11 +++
 libvirtd-guests.conf.d |   20 +---
 libvirtd.conf.d|4 +---
 3 files changed, 17 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 10:57:38 UTC (rev 119770)
+++ PKGBUILD2014-09-29 11:26:51 UTC (rev 119771)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -59,12 +59,14 @@
'etc/sasl2/libvirt.conf')
 install=libvirt.install
 source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
+   
3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch::http://libvirt.org/git/?p=libvirt.git;a=patch;h=3e745e8f775dfe6f64f18b5c2fe4791b35d3546b;
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
 md5sums=('75114991290f7c8f01dd5223431b9c00'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
+ '695e138afb1edf31bb650d4ecf2bdfe8'
+ '5e31269067dbd12ca871234450bb66bb'
+ '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')
 
 prepare() {
@@ -75,6 +77,8 @@
 sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 
+  patch -p1 $srcdir/3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch
+
   sed -i 's|/sysconfig/|/conf.d/|g' \
 daemon/libvirtd.service.in \
 tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
@@ -118,4 +122,3 @@
$pkgdir/etc/sysconfig \
$pkgdir/etc/rc.d
 }
-

Modified: libvirtd-guests.conf.d
===
--- libvirtd-guests.conf.d  2014-09-29 10:57:38 UTC (rev 119770)
+++ libvirtd-guests.conf.d  2014-09-29 11:26:51 UTC (rev 119771)
@@ -1,11 +1,9 @@
-LIBVIRTD_STOP_ACTION=suspend
-
-#LIBVIRTD_URI=-c qemu+ssh://user@host/system
-LIBVIRTD_URI=
-
-#LIBVIRTD_BYPASS_CACHE=--bypass-cache
-LIBVIRTD_BYPASS_CACHE=
-
-LIBVIRTD_START_DELAY=0
-
-LIBVIRTD_SHUTDOWN_TIMEOUT=60
+BYPASS_CACHE=0
+CONNECT_RETRIES=10
+ON_BOOT=start
+ON_SHUTDOWN=suspend
+PARALLEL_SHUTDOWN=0
+RETRIES_SLEEP=1
+SHUTDOWN_TIMEOUT=300
+START_DELAY=0
+URIS=default

Modified: libvirtd.conf.d
===
--- libvirtd.conf.d 2014-09-29 10:57:38 UTC (rev 119770)
+++ libvirtd.conf.d 2014-09-29 11:26:51 UTC (rev 119771)
@@ -1,3 +1 @@
-LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf
-LIBVIRTD_ARGS=-p /var/run/libvirtd.pid
-KRB5_KTNAME=/etc/libvirt/krb5.tab
+LIBVIRTD_ARGS=


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 13:27:11
  Author: spupykin
Revision: 119772

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 119771, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 119771, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 119771, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 119771, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 119771, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 119771, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 119771, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 119771, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 119771, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 119771, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  248 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  120 --
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  120 --
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 11:26:51 UTC (rev 119771)
+++ community-i686/PKGBUILD 2014-09-29 11:27:11 UTC (rev 119772)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   

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

2014-09-29 Thread Evgeniy Alekseev
Date: Monday, September 29, 2014 @ 13:49:37
  Author: arcanis
Revision: 119773

upgpkg: geogebra 5.0.8.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-09-29 11:27:11 UTC (rev 119772)
+++ ChangeLog   2014-09-29 11:49:37 UTC (rev 119773)
@@ -1,3 +1,6 @@
+5.0.8.0-1:
+upstream update
+
 5.0.7.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 11:27:11 UTC (rev 119772)
+++ PKGBUILD2014-09-29 11:49:37 UTC (rev 119773)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.7.0
+pkgver=5.0.8.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -17,7 +17,7 @@
 
source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
 geogebra)
 install=geogebra.install
-md5sums=('19e77e24842417cddf7edacab4be5bc4'
+md5sums=('b344c0b069f18d0c054982a1f07f0973'
  '167a8f9368eb4e27b1f339796f0c091a')
 changelog=ChangeLog
 


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

2014-09-29 Thread Evgeniy Alekseev
Date: Monday, September 29, 2014 @ 13:50:17
  Author: arcanis
Revision: 119774

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 119773, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 119773, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 119773, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 119773, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   37 ---
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 82 insertions(+), 79 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-09-29 11:49:37 UTC (rev 119773)
+++ ChangeLog   2014-09-29 11:50:17 UTC (rev 119774)
@@ -1,17 +0,0 @@
-5.0.7.0-1:
-upstream update
-
-5.0.4.0-1:
-upstream update
-
-4.4.45.0-1:
-upstream update
-
-4.4.44.0-1:
-upstream update
-
-4.4.43.0-1:
-upstream update
-
-4.4.42.0-1:
-upstream update

Copied: geogebra/repos/community-any/ChangeLog (from rev 119773, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-09-29 11:50:17 UTC (rev 119774)
@@ -0,0 +1,20 @@
+5.0.8.0-1:
+upstream update
+
+5.0.7.0-1:
+upstream update
+
+5.0.4.0-1:
+upstream update
+
+4.4.45.0-1:
+upstream update
+
+4.4.44.0-1:
+upstream update
+
+4.4.43.0-1:
+upstream update
+
+4.4.42.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 11:49:37 UTC (rev 119773)
+++ PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.7.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-md5sums=('19e77e24842417cddf7edacab4be5bc4'
- '167a8f9368eb4e27b1f339796f0c091a')
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-

Copied: geogebra/repos/community-any/PKGBUILD (from rev 119773, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.8.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+md5sums=('b344c0b069f18d0c054982a1f07f0973'
+ '167a8f9368eb4e27b1f339796f0c091a')
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
+  --name=GeoGebra \
+  --categories=Education;Science;Math \
+  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
+}
+
+package() {
+  cd 

[arch-commits] Commit in geary/trunk (PKGBUILD geary-gtk3.14.patch)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 16:05:48
  Author: alucryd
Revision: 119775

FS#42163: geary 0.8.0-2

Added:
  geary/trunk/geary-gtk3.14.patch
Modified:
  geary/trunk/PKGBUILD

-+
 PKGBUILD|   22 +++---
 geary-gtk3.14.patch |   44 
 2 files changed, 59 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
+++ PKGBUILD2014-09-29 14:05:48 UTC (rev 119775)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor : sebikul sebi...@gmail.com
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -12,12 +12,20 @@
 license=('GPL3')
 depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install=${pkgname}.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
+install='geary.install'
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;
+'geary-gtk3.14.patch')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
+'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
 
+prepare() {
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-gtk3.14.patch
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd geary-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -30,7 +38,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd geary-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }

Added: geary-gtk3.14.patch
===
--- geary-gtk3.14.patch (rev 0)
+++ geary-gtk3.14.patch 2014-09-29 14:05:48 UTC (rev 119775)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Thu, 25 Sep 2014 16:46:59 -0700
+Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
+
+By setting the icon pixel size, that forces GTK+ to load images
+installed in our locations rather than the theme's.
+
+diff --git a/THANKS b/THANKS
+index 007ab81..f35d8ad 100644
+--- a/THANKS
 b/THANKS
+@@ -5,6 +5,7 @@ Jürg Billeter j...@bitron.ch
+ Yosef Or Boczko yosef...@gmail.com
+ Martijn Braam pizzamart...@gmail.com
+ Attila Bukor r1pp3rj...@w4it.eu
++Matthias Clasen mcla...@redhat.com
+ Andrea Corbellini corbellini.and...@gmail.com
+ Sergey Shnatsel Davidoff ser...@elementaryos.org
+ Joanmarie Diggs jdi...@igalia.com
+diff --git a/src/client/components/pill-toolbar.vala 
b/src/client/components/pill-toolbar.vala
+index 498236c..1c9a1a9 100644
+--- a/src/client/components/pill-toolbar.vala
 b/src/client/components/pill-toolbar.vala
+@@ -38,8 +38,14 @@ public interface PillBar : Gtk.Container {
+ b.related_action = action_group.get_action(action_name);
+ b.tooltip_text = b.related_action.tooltip;
+ b.related_action.notify[tooltip].connect(() = { b.tooltip_text = 
b.related_action.tooltip; });
+-b.image = new Gtk.Image.from_icon_name(icon_name != null ? icon_name :
++
++// set pixel size to force GTK+ to load our images from our installed 
directory, not the theme
++// directory
++Gtk.Image image = new Gtk.Image.from_icon_name(icon_name != null ? 
icon_name :
+ b.related_action.icon_name, Gtk.IconSize.MENU);
++image.set_pixel_size(16);
++b.image = image;
++
+ // Unity buttons are a bit tight
+ #if ENABLE_UNITY
+ b.image.margin = b.image.margin + 4;
+-- 
+cgit v0.10.1
+
+


Property changes on: geary/trunk/geary-gtk3.14.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 16:06:02
  Author: alucryd
Revision: 119776

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 119775, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary-gtk3.14.patch
(from rev 119775, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-i686/geary.install
(from rev 119775, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 119775, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 119775, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-x86_64/geary.install
(from rev 119775, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary.install

--+
 /PKGBUILD|   92 +
 /geary.install   |   34 
 community-i686/PKGBUILD  |   38 -
 community-i686/geary-gtk3.14.patch   |   44 +++
 community-i686/geary.install |   17 --
 community-x86_64/PKGBUILD|   38 -
 community-x86_64/geary-gtk3.14.patch |   44 +++
 community-x86_64/geary.install   |   17 --
 8 files changed, 214 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:05:48 UTC (rev 119775)
+++ community-i686/PKGBUILD 2014-09-29 14:06:02 UTC (rev 119776)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install=${pkgname}.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 119775, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:06:02 UTC (rev 119776)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor : sebikul sebi...@gmail.com
+# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
+install='geary.install'
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;
+'geary-gtk3.14.patch')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
+'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
+
+prepare() {
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-gtk3.14.patch
+}
+
+build() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
+   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary-gtk3.14.patch (from rev 119775, 
geary/trunk/geary-gtk3.14.patch)
===
--- community-i686/geary-gtk3.14.patch  (rev 0)
+++ community-i686/geary-gtk3.14.patch  2014-09-29 14:06:02 UTC (rev 119776)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Thu, 25 Sep 2014 16:46:59 -0700
+Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
+
+By setting the icon pixel size, that forces 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:18:59
  Author: spupykin
Revision: 119778

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:18:42 UTC (rev 119777)
+++ community-i686/PKGBUILD 2014-09-29 14:18:59 UTC (rev 119778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=4
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=($pkgname-$pkgver::git://github.com/robm/dzen)
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
-
-  CFLAGS=$CFLAGS -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LDFLAGS $LIBS config.mk
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-
-  install -dm0644 $pkgdir/usr/share/doc/dzen2
-  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
-}

Copied: dzen2/repos/community-i686/PKGBUILD (from rev 119777, 
dzen2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:18:59 UTC (rev 119778)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Mark Taylor sky...@gmail.com
+
+pkgname=dzen2
+pkgver=0.9.5git
+pkgrel=5
+arch=(i686 x86_64)
+pkgdesc=X notification utility
+url=https://github.com/robm/dzen;
+license=(MIT)
+depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
+makedepends=('gcc' 'git')
+source=($pkgname-$pkgver::git://github.com/robm/dzen)
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
+
+  CFLAGS=$CFLAGS -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
+  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
+
+  echo CFLAGS=$CFLAGS config.mk
+  echo LIBS=$LIBS config.mk
+  echo LDFLAGS=$LDFLAGS $LIBS config.mk
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include X11LIB=/usr/lib
+  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
+  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+
+  install -dm0755 $pkgdir/usr/share/doc/dzen2
+  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 14:18:42 UTC (rev 119777)
+++ community-x86_64/PKGBUILD   2014-09-29 14:18:59 UTC (rev 119778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=4
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=($pkgname-$pkgver::git://github.com/robm/dzen)
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
-
-  CFLAGS=$CFLAGS -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LDFLAGS $LIBS config.mk
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:18:42
  Author: spupykin
Revision: 119777

upgpkg: dzen2 0.9.5git-5

upd

Modified:
  dzen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:06:02 UTC (rev 119776)
+++ PKGBUILD2014-09-29 14:18:42 UTC (rev 119777)
@@ -4,7 +4,7 @@
 
 pkgname=dzen2
 pkgver=0.9.5git
-pkgrel=4
+pkgrel=5
 arch=(i686 x86_64)
 pkgdesc=X notification utility
 url=https://github.com/robm/dzen;
@@ -38,6 +38,6 @@
   (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
 
-  install -dm0644 $pkgdir/usr/share/doc/dzen2
+  install -dm0755 $pkgdir/usr/share/doc/dzen2
   install -m0644 README* $pkgdir/usr/share/doc/dzen2/
 }


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:23:40
  Author: spupykin
Revision: 119779

upgpkg: chrony 1.30-6

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:18:59 UTC (rev 119778)
+++ PKGBUILD2014-09-29 14:23:40 UTC (rev 119779)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.30
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -23,6 +23,11 @@
 sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:23:55
  Author: spupykin
Revision: 119780

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 119779, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 119779, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 119779, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 119779, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 119779, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 119779, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  106 ++
 /chrony.install |   76 +++
 /service|   24 
 community-i686/PKGBUILD |   48 -
 community-i686/chrony.install   |   38 -
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/chrony.install |   38 -
 community-x86_64/service|   12 
 9 files changed, 206 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:23:40 UTC (rev 119779)
+++ community-i686/PKGBUILD 2014-09-29 14:23:55 UTC (rev 119780)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.30
-pkgrel=5
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 119779, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 14:23:55 UTC (rev 119780)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.30
+pkgrel=6
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-docs
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
+
+  sed 

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 16:38:50
  Author: idevolder
Revision: 119784

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

Added:
  packagekit-qt/repos/community-testing-i686/
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-i686/PKGBUILD
(from rev 119783, packagekit-qt/trunk/PKGBUILD)
  packagekit-qt/repos/community-testing-x86_64/
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 119783, packagekit-qt/trunk/PKGBUILD)

--+
 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
   |  138 ++
 community-testing-i686/PKGBUILD
  |   59 
 
community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 |  138 ++
 community-testing-x86_64/PKGBUILD  
  |   59 
 4 files changed, 394 insertions(+)

Copied: 
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 (from rev 119783, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
===
--- 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  (rev 0)
+++ 
community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  2014-09-29 14:38:50 UTC (rev 119784)
@@ -0,0 +1,138 @@
+From 3693ea5ed68b53fdb9e2d9c034dcda7b68798c89 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti dantt...@gmail.com
+Date: Tue, 16 Sep 2014 08:56:19 -0300
+Subject: [PATCH 09/12] Disable namespacing and classes names on the interfaces
+ generated by qdbusxml2cpp so the org.fdo.PackageKit.Offiline interface
+ doesn't clash the PackageKit typedef of org.fdo.PackageKit
+
+---
+ src/CMakeLists.txt |  4 ++--
+ src/daemon.cpp |  8 
+ src/daemonprivate.cpp  |  2 +-
+ src/daemonprivate.h|  4 ++--
+ src/transactionprivate.cpp | 10 +-
+ src/transactionprivate.h   |  4 ++--
+ 6 files changed, 16 insertions(+), 16 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 5037fb2..9d5210f 100755
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -66,8 +66,8 @@ if (NOT PK_INTERFACE_XML OR NOT PK_TRANSACTION_INTERFACE_XML)
+   message (FATAL_ERROR Unable to find PackageKit DBus specifications! 
Please install PackageKit to continue!)
+ endif ()
+ 
+-set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES CLASSNAME 
DaemonProxy)
+-set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
CLASSNAME TransactionProxy)
++set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES NO_NAMESPACE true)
++set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
NO_NAMESPACE true)
+ 
+ if (Qt5_FOUND)
+   qt5_add_dbus_interface(packagekitqt_SRC ${PK_INTERFACE_XML} daemonproxy)
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index fdea8a7..442ef55 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -47,10 +47,10 @@ Daemon::Daemon(QObject *parent) :
+ d_ptr(new DaemonPrivate(this))
+ {
+ Q_D(Daemon);
+-d-daemon = new ::DaemonProxy(QLatin1String(PK_NAME),
+-  QLatin1String(PK_PATH),
+-  QDBusConnection::systemBus(),
+-  this);
++d-daemon = new 
::OrgFreedesktopPackageKitInterface(QLatin1String(PK_NAME),
++
QLatin1String(PK_PATH),
++
QDBusConnection::systemBus(),
++this);
+ 
+ QDBusConnection::systemBus().connect(QLatin1String(PK_NAME),
+  QLatin1String(PK_PATH),
+diff --git a/src/daemonprivate.cpp b/src/daemonprivate.cpp
+index 6a52f14..25ba55b 100644
+--- a/src/daemonprivate.cpp
 b/src/daemonprivate.cpp
+@@ -124,7 +124,7 @@ void DaemonPrivate::updateProperties(const QVariantMap 
properties)
+ } else if (property == QLatin1String(DistroId)) {
+ distroId = value.toString();
+ } else if (property == QLatin1String(Filters)) {
+-filters = static_castTransaction::Filters(value.toULongLong());
++filters = static_castTransaction::Filters(value.toUInt());
+ 

[arch-commits] Commit in virt-manager/repos (3 files)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:34:09
  Author: spupykin
Revision: 119782

archrelease: copy trunk to community-staging-any

Added:
  virt-manager/repos/community-staging-any/
  virt-manager/repos/community-staging-any/PKGBUILD
(from rev 119781, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-staging-any/virt-manager.install
(from rev 119781, virt-manager/trunk/virt-manager.install)

--+
 PKGBUILD |   34 ++
 virt-manager.install |   23 +++
 2 files changed, 57 insertions(+)

Copied: virt-manager/repos/community-staging-any/PKGBUILD (from rev 119781, 
virt-manager/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-09-29 14:34:09 UTC (rev 119782)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virt-manager
+pkgver=1.1.0
+pkgrel=3
+pkgdesc=Desktop user interface for managing virtual machines
+arch=('any')
+url=http://virt-manager.org/;
+license=('GPL')
+depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
+ 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
+ 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
+ 'libvirt-python' 'libosinfo')
+makedepends=('gnome-doc-utils' 'intltool=0.35.0')
+conflicts=('virtinst')
+replaces=('virtinst')
+install=virt-manager.install
+source=(http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root $pkgdir
+}

Copied: virt-manager/repos/community-staging-any/virt-manager.install (from rev 
119781, virt-manager/trunk/virt-manager.install)
===
--- community-staging-any/virt-manager.install  (rev 0)
+++ community-staging-any/virt-manager.install  2014-09-29 14:34:09 UTC (rev 
119782)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+   pre_remove $1
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
+}
+
+post_remove() {
+   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 16:34:02
  Author: spupykin
Revision: 119781

upgpkg: virt-manager 1.1.0-3

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:23:55 UTC (rev 119780)
+++ PKGBUILD2014-09-29 14:34:02 UTC (rev 119781)
@@ -5,10 +5,10 @@
 
 pkgname=virt-manager
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Desktop user interface for managing virtual machines
 arch=('any')
-url=http://virt-manager.et.redhat.com;
+url=http://virt-manager.org/;
 license=('GPL')
 depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
  'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
@@ -20,7 +20,7 @@
 conflicts=('virtinst')
 replaces=('virtinst')
 install=virt-manager.install
-source=(http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=(http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
 md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
 
 build() {


[arch-commits] Commit in (5 files)

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 16:35:13
  Author: idevolder
Revision: 119783

packagekit-qt :: 0.9.2

Added:
  packagekit-qt/
  packagekit-qt/repos/
  packagekit-qt/trunk/
  
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/trunk/PKGBUILD

-+
 0009-Disable-namespacing-and-classes-names-on-the-interfa.patch |  138 
++
 PKGBUILD|   59 
 2 files changed, 197 insertions(+)

Added: 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
===
--- 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 (rev 0)
+++ 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
 2014-09-29 14:35:13 UTC (rev 119783)
@@ -0,0 +1,138 @@
+From 3693ea5ed68b53fdb9e2d9c034dcda7b68798c89 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti dantt...@gmail.com
+Date: Tue, 16 Sep 2014 08:56:19 -0300
+Subject: [PATCH 09/12] Disable namespacing and classes names on the interfaces
+ generated by qdbusxml2cpp so the org.fdo.PackageKit.Offiline interface
+ doesn't clash the PackageKit typedef of org.fdo.PackageKit
+
+---
+ src/CMakeLists.txt |  4 ++--
+ src/daemon.cpp |  8 
+ src/daemonprivate.cpp  |  2 +-
+ src/daemonprivate.h|  4 ++--
+ src/transactionprivate.cpp | 10 +-
+ src/transactionprivate.h   |  4 ++--
+ 6 files changed, 16 insertions(+), 16 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 5037fb2..9d5210f 100755
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -66,8 +66,8 @@ if (NOT PK_INTERFACE_XML OR NOT PK_TRANSACTION_INTERFACE_XML)
+   message (FATAL_ERROR Unable to find PackageKit DBus specifications! 
Please install PackageKit to continue!)
+ endif ()
+ 
+-set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES CLASSNAME 
DaemonProxy)
+-set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
CLASSNAME TransactionProxy)
++set_source_files_properties(${PK_INTERFACE_XML} PROPERTIES NO_NAMESPACE true)
++set_source_files_properties(${PK_TRANSACTION_INTERFACE_XML} PROPERTIES 
NO_NAMESPACE true)
+ 
+ if (Qt5_FOUND)
+   qt5_add_dbus_interface(packagekitqt_SRC ${PK_INTERFACE_XML} daemonproxy)
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index fdea8a7..442ef55 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -47,10 +47,10 @@ Daemon::Daemon(QObject *parent) :
+ d_ptr(new DaemonPrivate(this))
+ {
+ Q_D(Daemon);
+-d-daemon = new ::DaemonProxy(QLatin1String(PK_NAME),
+-  QLatin1String(PK_PATH),
+-  QDBusConnection::systemBus(),
+-  this);
++d-daemon = new 
::OrgFreedesktopPackageKitInterface(QLatin1String(PK_NAME),
++
QLatin1String(PK_PATH),
++
QDBusConnection::systemBus(),
++this);
+ 
+ QDBusConnection::systemBus().connect(QLatin1String(PK_NAME),
+  QLatin1String(PK_PATH),
+diff --git a/src/daemonprivate.cpp b/src/daemonprivate.cpp
+index 6a52f14..25ba55b 100644
+--- a/src/daemonprivate.cpp
 b/src/daemonprivate.cpp
+@@ -124,7 +124,7 @@ void DaemonPrivate::updateProperties(const QVariantMap 
properties)
+ } else if (property == QLatin1String(DistroId)) {
+ distroId = value.toString();
+ } else if (property == QLatin1String(Filters)) {
+-filters = static_castTransaction::Filters(value.toULongLong());
++filters = static_castTransaction::Filters(value.toUInt());
+ } else if (property == QLatin1String(Groups)) {
+ groups =  static_castTransaction::Groups(value.toULongLong());
+ } else if (property == QLatin1String(Locked)) {
+diff --git a/src/daemonprivate.h b/src/daemonprivate.h
+index abc03a7..b8c2b6c 100644
+--- a/src/daemonprivate.h
 b/src/daemonprivate.h
+@@ -27,7 +27,7 @@
+ 
+ #include daemon.h
+ 
+-class DaemonProxy;
++class OrgFreedesktopPackageKitInterface;
+ 
+ namespace PackageKit {
+ 
+@@ -39,7 +39,7 @@ protected:
+ virtual ~DaemonPrivate() {}
+ 
+ Daemon *q_ptr;
+-::DaemonProxy *daemon;
++::OrgFreedesktopPackageKitInterface *daemon;
+ QStringList hints;
+ QStringList connectedSignals;
+ 
+diff --git a/src/transactionprivate.cpp b/src/transactionprivate.cpp
+index 7a87aec..2c73899 100644
+--- a/src/transactionprivate.cpp
 b/src/transactionprivate.cpp
+@@ -46,10 +46,10 @@ void TransactionPrivate::setup(const QDBusObjectPath 
transactionId)
+ Q_Q(Transaction);
+ 
+ tid = transactionId;
+-p = new 

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 16:50:35
  Author: fyan
Revision: 119786

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 119785, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/custom-translation-install-dir.patch
(from rev 119785, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 119785, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 119785, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 119785, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 119785, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/custom-translation-install-dir.patch
(from rev 119785, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 119785, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 119785, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 119785, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-i686/PKGBUILD
  fcitx/repos/community-i686/add-a-context-variable-to-disable-punc.patch
  fcitx/repos/community-i686/fcitx-gtk2.install
  fcitx/repos/community-i686/fcitx-gtk3.install
  fcitx/repos/community-i686/fcitx.install
  fcitx/repos/community-x86_64/PKGBUILD
  fcitx/repos/community-x86_64/add-a-context-variable-to-disable-punc.patch
  fcitx/repos/community-x86_64/fcitx-gtk2.install
  fcitx/repos/community-x86_64/fcitx-gtk3.install
  fcitx/repos/community-x86_64/fcitx.install

---+
 /PKGBUILD |  212 ++
 /fcitx-gtk2.install   |   22 +
 /fcitx-gtk3.install   |   22 +
 /fcitx.install|   28 +
 community-i686/PKGBUILD   |  102 
 community-i686/add-a-context-variable-to-disable-punc.patch   |   59 --
 community-i686/custom-translation-install-dir.patch   |   33 +
 community-i686/fcitx-gtk2.install |   11 
 community-i686/fcitx-gtk3.install |   11 
 community-i686/fcitx.install  |   14 
 community-x86_64/PKGBUILD |  102 
 community-x86_64/add-a-context-variable-to-disable-punc.patch |   59 --
 community-x86_64/custom-translation-install-dir.patch |   33 +
 community-x86_64/fcitx-gtk2.install   |   11 
 community-x86_64/fcitx-gtk3.install   |   11 
 community-x86_64/fcitx.install|   14 
 16 files changed, 350 insertions(+), 394 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 14:49:37 UTC (rev 119785)
+++ community-i686/PKGBUILD 2014-09-29 14:50:35 UTC (rev 119786)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.8.5
-pkgrel=1
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url=http://fcitx-im.org;
-license=('GPL' 'LGPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
-sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-}
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Flexible Context-aware Input Tool with eXtension
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus-core' 'icu')
-  optdepends=('enchant: for word predication support'
-  'opencc: optional engine to do chinese convert'
-  'gettext: for fcitx-po-parser')
-  install=fcitx.install
-
-  cd build
-  make DESTDIR=${pkgdir} install

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 16:49:37
  Author: fyan
Revision: 119785

upgpkg: fcitx 4.2.8.5-2

- add upstream patch to allow for specifying an path to install translations 
(from 
https://github.com/fcitx/fcitx/commit/7a75b84ea330af7f64bed1db34ce45ef10d0015c)

Added:
  fcitx/trunk/custom-translation-install-dir.patch
Modified:
  fcitx/trunk/PKGBUILD
Deleted:
  fcitx/trunk/add-a-context-variable-to-disable-punc.patch

--+
 PKGBUILD |   10 ++--
 add-a-context-variable-to-disable-punc.patch |   59 -
 custom-translation-install-dir.patch |   33 +
 3 files changed, 40 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:38:50 UTC (rev 119784)
+++ PKGBUILD2014-09-29 14:49:37 UTC (rev 119785)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.5
-pkgrel=1
+pkgrel=2
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://fcitx-im.org;
@@ -13,11 +13,15 @@
 license=('GPL' 'LGPL')
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
  'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
-sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+custom-translation-install-dir.patch)
+sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'
+
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
+
+  patch -p1 -i ../custom-translation-install-dir.patch
 }
 
 build() {

Deleted: add-a-context-variable-to-disable-punc.patch
===
--- add-a-context-variable-to-disable-punc.patch2014-09-29 14:38:50 UTC 
(rev 119784)
+++ add-a-context-variable-to-disable-punc.patch2014-09-29 14:49:37 UTC 
(rev 119785)
@@ -1,59 +0,0 @@
-From: Xuetian Weng wen...@gmail.com
-Date: Tue, 11 Mar 2014 00:13:43 +0800
-Subject: add a context variable to disable punc
-

- src/lib/fcitx/context.h |2 ++
- src/module/punc/punc.c  |   12 
- 2 files changed, 14 insertions(+)
-
-diff --git a/src/lib/fcitx/context.h b/src/lib/fcitx/context.h
-index 32115af..05f0f91 100644
 a/src/lib/fcitx/context.h
-+++ b/src/lib/fcitx/context.h
-@@ -70,6 +70,8 @@ extern C {
- #define CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT 
CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT
- /** disable auto first candidate highlight */
- #define CONTEXT_DISABLE_FULLWIDTH CONTEXT_DISABLE_FULLWIDTH
-+/** disable punc module */
-+#define CONTEXT_DISABLE_PUNC CONTEXT_DISABLE_PUNC
- 
- /**
-  * @brief register a new global context variable
-diff --git a/src/module/punc/punc.c b/src/module/punc/punc.c
-index be6dec3..3327f9c 100644
 a/src/module/punc/punc.c
-+++ b/src/module/punc/punc.c
-@@ -154,6 +154,8 @@ void* PuncCreate(FcitxInstance* instance)
-   PuncWhichCopy, 
PuncWhichFree,
-   puncState);
- 
-+FcitxInstanceRegisterWatchableContext(instance, CONTEXT_DISABLE_PUNC, 
FCT_Boolean, FCF_ResetOnInputMethodChange);
-+
- FcitxPuncAddFunctions(instance);
- return puncState;
- }
-@@ -250,6 +252,11 @@ boolean PuncPreFilter(void* arg, FcitxKeySym sym, 
unsigned int state,
- {
- FCITX_UNUSED(retVal);
- FcitxPuncState *puncState = (FcitxPuncState*)arg;
-+boolean disablePunc = FcitxInstanceGetContextBoolean(
-+puncState-owner, CONTEXT_DISABLE_PUNC);
-+if (disablePunc)
-+return false;
-+
- if (FcitxHotkeyIsHotKeySimple(sym, state) 
- !FcitxHotkeyIsHotKeyDigit(sym, state)  !IsHotKeyPunc(sym, state))
- puncState-bLastIsNumber = false;
-@@ -269,6 +276,11 @@ boolean ProcessPunc(void* arg, FcitxKeySym sym, unsigned 
int state, INPUT_RETURN
- if (*retVal != IRV_TO_PROCESS)
- return false;
- 
-+boolean disablePunc = FcitxInstanceGetContextBoolean(
-+puncState-owner, CONTEXT_DISABLE_PUNC);
-+if (disablePunc)
-+return false;
-+
- FcitxCandidateWordList *candList = FcitxInputStateGetCandidateList(input);
- if (FcitxCandidateWordGetListSize(candList) != 0) {
- if (FcitxCandidateWordGetHasGoneToNextPage(candList) 

Added: custom-translation-install-dir.patch
===
--- custom-translation-install-dir.patch  

[arch-commits] Commit in cairo-dock-plugins/trunk (PKGBUILD cd-terminal-vte2.91.patch)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 17:19:46
  Author: alucryd
Revision: 119787

upgpkg: cairo-dock-plugins 3.3.2.r3121-2

Modified:
  cairo-dock-plugins/trunk/PKGBUILD
  cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch

---+
 PKGBUILD  |4 -
 cd-terminal-vte2.91.patch |   96 
 2 files changed, 81 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 14:50:35 UTC (rev 119786)
+++ PKGBUILD2014-09-29 15:19:46 UTC (rev 119787)
@@ -7,7 +7,7 @@
 
 pkgname=cairo-dock-plugins
 pkgver=3.3.2.r3121
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/cairo-dock-plug-ins'
@@ -39,7 +39,7 @@
 source=(cairo-dock-plugins::bzr+lp:cairo-dock-plug-ins#revision=${pkgver#*.r}
 'cd-terminal-vte2.91.patch')
 sha256sums=('SKIP'
-'7f8cd8f5532f2d08e23aa98a3a8e161c08b6865d11c15a698986515465c1d263')
+'b6258ed01337832a2c0bec0152e53e039fbd7422f7b8c5c6a376c3581e1d33bd')
 
 prepare() {
   cd cairo-dock-plugins

Modified: cd-terminal-vte2.91.patch
===
--- cd-terminal-vte2.91.patch   2014-09-29 14:50:35 UTC (rev 119786)
+++ cd-terminal-vte2.91.patch   2014-09-29 15:19:46 UTC (rev 119787)
@@ -1,19 +1,81 @@
 diff -rupN cairo-dock-plugins.orig/CMakeLists.txt 
cairo-dock-plugins/CMakeLists.txt
 cairo-dock-plugins.orig/CMakeLists.txt 2014-09-28 11:56:56.841693400 
+0200
-+++ cairo-dock-plugins/CMakeLists.txt  2014-09-28 11:57:14.664204700 +0200
-@@ -1345,7 +1345,7 @@ add_subdirectory (systray)
+--- cairo-dock-plugins.orig/CMakeLists.txt 2014-09-28 19:07:48.336966300 
+0200
 cairo-dock-plugins/CMakeLists.txt  2014-09-28 19:24:58.793109500 +0200
+@@ -1345,13 +1345,20 @@ add_subdirectory (systray)
  message (STATUS  Terminal:)
  enable_if_not_defined (enable-terminal)
  if (enable-terminal)
 -  set (TERMINAL_MODULE vte-2.90)
 +  set (TERMINAL_MODULE vte-2.91)
++  set (PANGO_MODULE pango)
pkg_check_modules (VTE ${TERMINAL_MODULE})
++  pkg_check_modules (PANGO ${PANGO_MODULE})
if (NOT VTE_FOUND)
message (STATUS Could not find ${TERMINAL_MODULE}; Cairo-Dock 
won't be built with terminal applet.)
+   message (WARNING This module is required to compile Terminal 
applet: ${TERMINAL_MODULE})
+   set (MODULES_MISSING ${MODULES_MISSING} ${TERMINAL_MODULE})
+   set (with_terminal no)
++  elseif (NOT PANGO_FOUND)
++  message (STATUS Could not find ${PANGO_MODULE}; Cairo-Dock 
won't be built with terminal applet.)
++  message (WARNING This module is required to compile Terminal 
applet: ${PANGO_MODULE})
++  set (MODULES_MISSING ${MODULES_MISSING} ${PANGO_MODULE})
++  set (with_terminal no)
+   else()
+   set (GETTEXT_TERMINAL ${GETTEXT_PLUGINS})
+   set (VERSION_TERMINAL 1.0.13)
+diff -rupN cairo-dock-plugins.orig/terminal/src/CMakeLists.txt 
cairo-dock-plugins/terminal/src/CMakeLists.txt
+--- cairo-dock-plugins.orig/terminal/src/CMakeLists.txt2014-09-28 
19:07:48.283802000 +0200
 cairo-dock-plugins/terminal/src/CMakeLists.txt 2014-09-28 
19:27:52.496698900 +0200
+@@ -31,15 +31,18 @@ add_definitions (-DVTE_MINOR=${VTE_MINOR
+ 
+ include_directories (
+   ${PACKAGE_INCLUDE_DIRS}
+-  ${VTE_INCLUDE_DIRS})
++  ${VTE_INCLUDE_DIRS}
++  ${PANGO_INCLUDE_DIRS})
+ 
+ link_directories (
+   ${PACKAGE_LIBRARY_DIRS}
+-  ${VTE_LIBRARY_DIRS})
++  ${VTE_LIBRARY_DIRS}
++  ${PANGO_LIBRARY_DIRS})
+ 
+ target_link_libraries (${PACKAGE_TERMINAL}
+   ${PACKAGE_LIBRARIES}
+-  ${VTE_LIBRARIES})
++  ${VTE_LIBRARIES}
++  ${PANGO_LIBRARIES})
+ 
+ ### install files ###
+ 
+@@ -73,6 +76,7 @@ install(TARGETS ${PACKAGE_TERMINAL} DEST
+ # -I$(top_srcdir)/src
+ # $(PACKAGE_CFLAGS)
+ # $(VTE_CFLAGS)
++# $(PANGO_CFLAGS)
+ # -DMY_APPLET_SHARE_DATA_DIR=${terminaldatadir)
+ # -DMY_APPLET_PREVIEW_FILE=preview.jpg
+ # -DMY_APPLET_CONF_FILE=terminal.conf
+@@ -89,6 +93,7 @@ install(TARGETS ${PACKAGE_TERMINAL} DEST
+ #libcd_terminal_la_LIBADD = 
+ # $(PACKAGE_LIBS) -lm 
+ # $(VTE_LIBS)
++# $(PANGO_LIBS)
+ #
+ #
+ #libcd_terminal_la_LDFLAGS =
 diff -rupN cairo-dock-plugins.orig/terminal/src/terminal-widget.c 
cairo-dock-plugins/terminal/src/terminal-widget.c
 cairo-dock-plugins.orig/terminal/src/terminal-widget.c 2014-09-28 
11:56:56.788514700 +0200
-+++ cairo-dock-plugins/terminal/src/terminal-widget.c  2014-09-28 
12:25:33.651331600 +0200
-@@ -263,12 +263,9 @@ static void _term_apply_settings_on_vter
+--- cairo-dock-plugins.orig/terminal/src/terminal-widget.c 2014-09-28 
19:07:48.283362800 +0200
 cairo-dock-plugins/terminal/src/terminal-widget.c  

[arch-commits] Commit in cairo-dock-plugins/repos (8 files)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 17:19:57
  Author: alucryd
Revision: 119788

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

Added:
  cairo-dock-plugins/repos/community-testing-i686/PKGBUILD
(from rev 119787, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-testing-i686/cd-terminal-vte2.91.patch
(from rev 119787, cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch)
  cairo-dock-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 119787, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-testing-x86_64/cd-terminal-vte2.91.patch
(from rev 119787, cairo-dock-plugins/trunk/cd-terminal-vte2.91.patch)
Deleted:
  cairo-dock-plugins/repos/community-testing-i686/PKGBUILD
  cairo-dock-plugins/repos/community-testing-i686/cd-terminal-vte2.91.patch
  cairo-dock-plugins/repos/community-testing-x86_64/PKGBUILD
  cairo-dock-plugins/repos/community-testing-x86_64/cd-terminal-vte2.91.patch

+
 /PKGBUILD  |  136 +
 /cd-terminal-vte2.91.patch |  264 +++
 community-testing-i686/PKGBUILD|   68 
 community-testing-i686/cd-terminal-vte2.91.patch   |   70 -
 community-testing-x86_64/PKGBUILD  |   68 
 community-testing-x86_64/cd-terminal-vte2.91.patch |   70 -
 6 files changed, 400 insertions(+), 276 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-09-29 15:19:46 UTC (rev 119787)
+++ community-testing-i686/PKGBUILD 2014-09-29 15:19:57 UTC (rev 119788)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Tofe chris.chap...@gmail.com
-# Contributor: zhuqin zhuqi...@gmail.com
-# Contributor: tri1976 tri...@gmail.com
-# Contributor: snoopy33 snoop...@no-log.org
-
-pkgname=cairo-dock-plugins
-pkgver=3.3.2.r3121
-pkgrel=1
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-plug-ins'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('bzr' 'cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
- 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
- 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk3')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'ndesk-dbus-glib: Mono API'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-#source=(https://launchpad.net/cairo-dock-plug-ins/${pkgver%.?}/${pkgver}/+download/cairo-dock-plugins-${pkgver}.tar.gz;)
-source=(cairo-dock-plugins::bzr+lp:cairo-dock-plug-ins#revision=${pkgver#*.r}
-'cd-terminal-vte2.91.patch')
-sha256sums=('SKIP'
-'7f8cd8f5532f2d08e23aa98a3a8e161c08b6865d11c15a698986515465c1d263')
-
-prepare() {
-  cd cairo-dock-plugins
-
-  patch -Np1 -i ../cd-terminal-vte2.91.patch
-}
-
-build() {
-  cd cairo-dock-plugins
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-plugins/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-testing-i686/PKGBUILD (from rev 
119787, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-29 15:19:57 UTC (rev 119788)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2.r3121
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/cairo-dock-plug-ins'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('bzr' 'cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
+ 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
+ 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
+   

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 17:59:39
  Author: spupykin
Revision: 119789

upgpkg: spice-gtk3 0.24-5

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 15:19:57 UTC (rev 119788)
+++ PKGBUILD2014-09-29 15:59:39 UTC (rev 119789)
@@ -6,7 +6,7 @@
 
 pkgname=spice-gtk3
 pkgver=0.24
-pkgrel=4
+pkgrel=5
 pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
 arch=('i686' 'x86_64')
 url=http://spice-space.org;
@@ -20,6 +20,7 @@
 prepare() {
   cd $srcdir/spice-gtk-$pkgver
   sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
 }
 
 build() {


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 17:59:57
  Author: spupykin
Revision: 119790

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 119789, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 119789, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 15:59:39 UTC (rev 119789)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-}
-
-build() {
-  cd $srcdir/spice-gtk-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/spice-gtk-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 119789, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+# Contributor: Jonathan Lestrelin za...@daemontux.org
+# Contributor: Lucio Zara penn...@gmail.com
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=5
+pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl')
+source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd $srcdir/spice-gtk-$pkgver
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+build() {
+  cd $srcdir/spice-gtk-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/spice-gtk-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 15:59:39 UTC (rev 119789)
+++ community-x86_64/PKGBUILD   2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:00:01
  Author: spupykin
Revision: 119791

upgpkg: virtviewer 1.0-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 15:59:57 UTC (rev 119790)
+++ PKGBUILD2014-09-29 16:00:01 UTC (rev 119791)
@@ -3,17 +3,17 @@
 # Maintainer: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
 depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
 makedepends=('intltool' 'spice-protocol')
-url=http://virt-manager.et.redhat.com;
+url=http://virt-manager.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
 install=virtviewer.install
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('a3d7dd877105117e36185378ee1849ee')
+source=(http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:00:14
  Author: spupykin
Revision: 119792

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

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

-+
 /PKGBUILD   |   54 ++
 /virtviewer.install |   26 
 community-i686/PKGBUILD |   27 -
 community-i686/virtviewer.install   |   13 
 community-x86_64/PKGBUILD   |   27 -
 community-x86_64/virtviewer.install |   13 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 16:00:01 UTC (rev 119791)
+++ community-i686/PKGBUILD 2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=3
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
-makedepends=('intltool' 'spice-protocol')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=virtviewer.install
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('a3d7dd877105117e36185378ee1849ee')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 119791, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 16:00:14 UTC (rev 119792)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=1.0
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
+makedepends=('intltool' 'spice-protocol')
+url=http://virt-manager.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=virtviewer.install
+source=(http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/virtviewer.install
===
--- community-i686/virtviewer.install   2014-09-29 16:00:01 UTC (rev 119791)
+++ community-i686/virtviewer.install   2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: virtviewer/repos/community-i686/virtviewer.install (from rev 119791, 
virtviewer/trunk/virtviewer.install)
===
--- community-i686/virtviewer.install   (rev 0)
+++ community-i686/virtviewer.install   2014-09-29 16:00:14 UTC (rev 119792)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 16:00:01 UTC (rev 119791)
+++ community-x86_64/PKGBUILD   2014-09-29 16:00:14 UTC (rev 119792)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-

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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 18:42:40
  Author: fyan
Revision: 119794

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

Added:
  kcm-fcitx/repos/community-staging-i686/
  kcm-fcitx/repos/community-staging-i686/PKGBUILD
(from rev 119793, kcm-fcitx/trunk/PKGBUILD)
  kcm-fcitx/repos/community-staging-x86_64/
  kcm-fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 119793, kcm-fcitx/trunk/PKGBUILD)

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

Copied: kcm-fcitx/repos/community-staging-i686/PKGBUILD (from rev 119793, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:42:40 UTC (rev 119794)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=2
+pkgdesc=KDE Config Module for Fcitx
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/kcm-fcitx;
+license=('GPL')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kcm-fcitx/repos/community-staging-x86_64/PKGBUILD (from rev 119793, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-29 16:42:40 UTC (rev 119794)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=kcm-fcitx
+pkgver=0.4.3
+pkgrel=2
+pkgdesc=KDE Config Module for Fcitx
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/kcm-fcitx;
+license=('GPL')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}


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

2014-09-29 Thread Felix Yan
Date: Monday, September 29, 2014 @ 18:42:16
  Author: fyan
Revision: 119793

upgpkg: kcm-fcitx 0.4.3-2

kdelibs rebuild

Modified:
  kcm-fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:00:14 UTC (rev 119792)
+++ PKGBUILD2014-09-29 16:42:16 UTC (rev 119793)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: poplarch popla...@gmail.com
 
 pkgname=kcm-fcitx
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Config Module for Fcitx
 arch=('i686' 'x86_64')
 url=https://github.com/fcitx/kcm-fcitx;
 license=('GPL')
-depends=('fcitx=4.2.7' 'kdebase-runtime' 'fcitx-qt4')
+depends=('fcitx' 'kdebase-runtime' 'fcitx-qt4')
 makedepends=('cmake' 'automoc4')
 source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -19,7 +20,7 @@
   mkdir -p build
   cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 -DFCITX_PO_INSTALL_DIR=share/locale/kde4/ ..
   make
 }
 
@@ -27,5 +28,3 @@
   cd $srcdir/${pkgname}-${pkgver}/build
   make DESTDIR=${pkgdir} install
 }
-
-sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713')


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:56:21
  Author: spupykin
Revision: 119795

upgpkg: kdenlive 0.9.10-1

upd

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:42:40 UTC (rev 119794)
+++ PKGBUILD2014-09-29 16:56:21 UTC (rev 119795)
@@ -4,8 +4,8 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc=A non-linear video editor for Linux
 arch=('i686' 'x86_64')
 # http://download.kde.org/stable/kdenlive/
@@ -21,7 +21,7 @@
 install=kdenlive.install
 options=('docs')
 
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
 
 build() {
   export LDFLAGS=$LDFLAGS -lX11


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:56:40
  Author: spupykin
Revision: 119796

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

Added:
  kdenlive/repos/community-staging-i686/PKGBUILD
(from rev 119795, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-staging-i686/kdenlive.install
(from rev 119795, kdenlive/trunk/kdenlive.install)
  kdenlive/repos/community-staging-x86_64/PKGBUILD
(from rev 119795, kdenlive/trunk/PKGBUILD)
  kdenlive/repos/community-staging-x86_64/kdenlive.install
(from rev 119795, kdenlive/trunk/kdenlive.install)
Deleted:
  kdenlive/repos/community-staging-i686/PKGBUILD
  kdenlive/repos/community-staging-i686/kdenlive.install
  kdenlive/repos/community-staging-x86_64/PKGBUILD
  kdenlive/repos/community-staging-x86_64/kdenlive.install

---+
 /PKGBUILD |   86 
 /kdenlive.install |   26 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-i686/kdenlive.install   |   13 
 community-staging-x86_64/PKGBUILD |   43 --
 community-staging-x86_64/kdenlive.install |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-09-29 16:56:21 UTC (rev 119795)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:56:40 UTC (rev 119796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zuf kontakt@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=kdenlive
-pkgver=0.9.8
-pkgrel=3
-pkgdesc=A non-linear video editor for Linux
-arch=('i686' 'x86_64')
-# http://download.kde.org/stable/kdenlive/
-url=http://www.kdenlive.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('6c28868598eecd878b9d041bb3900615')
-
-build() {
-  export LDFLAGS=$LDFLAGS -lX11
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../kdenlive-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11 \
--DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdenlive/repos/community-staging-i686/PKGBUILD (from rev 119795, 
kdenlive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 16:56:40 UTC (rev 119796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=kdenlive
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=A non-linear video editor for Linux
+arch=('i686' 'x86_64')
+# http://download.kde.org/stable/kdenlive/
+url=http://www.kdenlive.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+   'dvdauthor: dvd creation'
+   'dvgrab: firewire capture'
+   'xine-ui: dvd preview'
+   'cdrkit: dvd iso image creation')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
+
+build() {
+  export LDFLAGS=$LDFLAGS -lX11
+  cd ${srcdir}
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DLINK_LIBRARIES=-lX11 \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/kdenlive.install
===
--- community-staging-i686/kdenlive.install 2014-09-29 16:56:21 UTC (rev 
119795)
+++ community-staging-i686/kdenlive.install 2014-09-29 16:56:40 UTC (rev 
119796)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-staging-i686/kdenlive.install 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:57:38
  Author: spupykin
Revision: 119798

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 16:57:30 UTC (rev 119797)
+++ PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20140610
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-#url=http://www.gohome.org/wl;
-url=https://github.com/wanderlust/wanderlust/;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('063a0781b939b8e0976454c6f2d510bc')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 119797, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140929
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+#url=http://www.gohome.org/wl;
+url=https://github.com/wanderlust/wanderlust/;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('39258244fcaaf0b268c787a0639d7370')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-09-29 16:57:30 UTC (rev 119797)
+++ wanderlust.install  2014-09-29 16:57:38 UTC (rev 119798)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 119797, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-09-29 16:57:38 UTC (rev 119798)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 18:57:30
  Author: spupykin
Revision: 119797

upgpkg: wanderlust 20140929-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:56:40 UTC (rev 119796)
+++ PKGBUILD2014-09-29 16:57:30 UTC (rev 119797)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20140610
+pkgver=20140929
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('063a0781b939b8e0976454c6f2d510bc')
+md5sums=('39258244fcaaf0b268c787a0639d7370')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:13:31
  Author: spupykin
Revision: 119799

upgpkg: lucene++ 3.0.6-1

upd

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:57:38 UTC (rev 119798)
+++ PKGBUILD2014-09-29 17:13:31 UTC (rev 119799)
@@ -3,16 +3,17 @@
 # Contributor: Rafael Ferreira joseph...@archlinux.info
 
 pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
+pkgver=3.0.6
+pkgrel=1
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'
 license=('GPL' 'Apache')
 depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
+md5sums=('dbab2a09fb675c90b464789aefd1f43e')
 
 prepare() {
   mkdir build
@@ -19,13 +20,15 @@
   sed -i \
 -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
 -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
 }
 
 build() {
   cd build
 
-  cmake ../LucenePlusPlus-rel_$pkgver \
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_DESTINATION=/usr/lib \
 -DBoost_LIBRARY_DIR=/usr/lib \


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:13:46
  Author: spupykin
Revision: 119800

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

Added:
  lucene++/repos/community-i686/PKGBUILD
(from rev 119799, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-x86_64/PKGBUILD
(from rev 119799, lucene++/trunk/PKGBUILD)
Deleted:
  lucene++/repos/community-i686/PKGBUILD
  lucene++/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 17:13:31 UTC (rev 119799)
+++ community-i686/PKGBUILD 2014-09-29 17:13:46 UTC (rev 119800)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Rafael Ferreira joseph...@archlinux.info
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-  sed -i \
--e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
--e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: lucene++/repos/community-i686/PKGBUILD (from rev 119799, 
lucene++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 17:13:46 UTC (rev 119800)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Rafael Ferreira joseph...@archlinux.info
+
+pkgname=lucene++
+pkgver=3.0.6
+pkgrel=1
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
+md5sums=('dbab2a09fb675c90b464789aefd1f43e')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 17:13:31 UTC (rev 119799)
+++ community-x86_64/PKGBUILD   2014-09-29 17:13:46 UTC (rev 119800)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Rafael Ferreira joseph...@archlinux.info
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=3
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-  sed -i \
--e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
--e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
-$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: lucene++/repos/community-x86_64/PKGBUILD (from rev 119799, 

[arch-commits] Commit in packagekit-qt/trunk (9 files)

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:25:52
  Author: idevolder
Revision: 119801

packagekit-qt :: 0.9.2-2

need some patches from upstream to make apper work

Added:
  packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch
  packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch
  
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
  
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
  packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch
  packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch
  packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
  packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch
Modified:
  packagekit-qt/trunk/PKGBUILD

-+
 0001-Remove-daemon-proxy-conection-to-changed.patch |   28 ++
 0002-Add-operator-to-bitfield.patch |   74 +++
 0003-Remove-the-metatype-registration-for-Transaction-typ.patch |   44 
 0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch |   25 ++
 0005-Properly-export-cmake-targets.patch|  101 
++
 0006-Don-t-assume-the-target-is-packagekitqt5.patch |   25 ++
 0007-Fix-compilation-due-to-not-set-cmake-variable.patch|   32 +++
 0008-Fix-QPK-include-dir-in-cmake-module.patch  |   25 ++
 PKGBUILD|   26 ++
 9 files changed, 379 insertions(+), 1 deletion(-)

Added: 0001-Remove-daemon-proxy-conection-to-changed.patch
===
--- 0001-Remove-daemon-proxy-conection-to-changed.patch 
(rev 0)
+++ 0001-Remove-daemon-proxy-conection-to-changed.patch 2014-09-29 17:25:52 UTC 
(rev 119801)
@@ -0,0 +1,28 @@
+From ec677018df575ef295b5a57b66436b24ded63850 Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti dantt...@gmail.com
+Date: Tue, 6 May 2014 12:42:28 -0300
+Subject: [PATCH 01/12] Remove daemon proxy conection to changed()
+
+---
+ src/daemon.cpp | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/src/daemon.cpp b/src/daemon.cpp
+index 621fb89..06907f4 100755
+--- a/src/daemon.cpp
 b/src/daemon.cpp
+@@ -94,10 +94,7 @@ void DaemonPrivate::setupSignal(const QString signal, bool 
connect)
+ const char *signalToConnect = 0;
+ const char *memberToConnect = 0;
+ 
+-if (signal == SIGNAL(changed())) {
+-signalToConnect = SIGNAL(Changed());
+-memberToConnect = SIGNAL(changed());
+-} else if (signal == SIGNAL(repoListChanged())) {
++if (signal == SIGNAL(repoListChanged())) {
+ signalToConnect = SIGNAL(RepoListChanged());
+ memberToConnect = SIGNAL(repoListChanged());
+ } else if (signal == SIGNAL(restartScheduled())) {
+-- 
+2.0.1
+

Added: 0002-Add-operator-to-bitfield.patch
===
--- 0002-Add-operator-to-bitfield.patch (rev 0)
+++ 0002-Add-operator-to-bitfield.patch 2014-09-29 17:25:52 UTC (rev 119801)
@@ -0,0 +1,74 @@
+From c7b3c1dde34409fba8fd80355338d7f3fc1feffe Mon Sep 17 00:00:00 2001
+From: Daniel Nicoletti dantt...@gmail.com
+Date: Tue, 6 May 2014 12:43:26 -0300
+Subject: [PATCH 02/12] Add operator== to bitfield
+
+---
+ src/bitfield.cpp | 15 ++-
+ src/bitfield.h   |  6 +-
+ 2 files changed, 15 insertions(+), 6 deletions(-)
+
+diff --git a/src/bitfield.cpp b/src/bitfield.cpp
+index c986905..68ef80c 100644
+--- a/src/bitfield.cpp
 b/src/bitfield.cpp
+@@ -2,7 +2,7 @@
+ 
+ using namespace PackageKit;
+ 
+-Bitfield::Bitfield () : m_val (0)
++Bitfield::Bitfield ()
+ {
+ }
+ 
+@@ -61,10 +61,15 @@ Bitfield Bitfield::operator|= (Bitfield mask)
+ 
+ Bitfield Bitfield::operator= (const Bitfield other)
+ {
+-  if (this == other)
+-  return *this;
++if (this == other)
++return *this;
+ 
+-  m_val = other.m_val;
++m_val = other.m_val;
+ 
+-  return *this;
++return *this;
++}
++
++bool Bitfield::operator==(const Bitfield other)
++{
++return m_val == other.m_val;
+ }
+diff --git a/src/bitfield.h b/src/bitfield.h
+index d7dd481..8535e46 100644
+--- a/src/bitfield.h
 b/src/bitfield.h
+@@ -2,6 +2,7 @@
+ #define PACKAGEKIT_BITFIELD_H
+ 
+ #include QtGlobal
++#include QMetaType
+ 
+ namespace PackageKit {
+ 
+@@ -23,11 +24,14 @@ public:
+ Bitfield operator|= (Bitfield mask);
+ 
+ Bitfield operator= (const Bitfield other);
++bool operator==(const Bitfield other);
+ 
+ private:
+-qulonglong m_val;
++qulonglong m_val = 0;
+ };
+ 
+ } // End namespace PackageKit
+ 
++Q_DECLARE_METATYPE(PackageKit::Bitfield)
++
+ #endif
+-- 
+2.0.1
+

Added: 0003-Remove-the-metatype-registration-for-Transaction-typ.patch
===

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:26:52
  Author: idevolder
Revision: 119802

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

Added:
  
packagekit-qt/repos/community-testing-i686/0001-Remove-daemon-proxy-conection-to-changed.patch
(from rev 119801, 
packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch)
  packagekit-qt/repos/community-testing-i686/0002-Add-operator-to-bitfield.patch
(from rev 119801, packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch)
  
packagekit-qt/repos/community-testing-i686/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
(from rev 119801, 
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch)
  
packagekit-qt/repos/community-testing-i686/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
(from rev 119801, 
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch)
  
packagekit-qt/repos/community-testing-i686/0005-Properly-export-cmake-targets.patch
(from rev 119801, 
packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch)
  
packagekit-qt/repos/community-testing-i686/0006-Don-t-assume-the-target-is-packagekitqt5.patch
(from rev 119801, 
packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch)
  
packagekit-qt/repos/community-testing-i686/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
(from rev 119801, 
packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch)
  
packagekit-qt/repos/community-testing-i686/0008-Fix-QPK-include-dir-in-cmake-module.patch
(from rev 119801, 
packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch)
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119801, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-i686/PKGBUILD
(from rev 119801, packagekit-qt/trunk/PKGBUILD)
  
packagekit-qt/repos/community-testing-x86_64/0001-Remove-daemon-proxy-conection-to-changed.patch
(from rev 119801, 
packagekit-qt/trunk/0001-Remove-daemon-proxy-conection-to-changed.patch)
  
packagekit-qt/repos/community-testing-x86_64/0002-Add-operator-to-bitfield.patch
(from rev 119801, packagekit-qt/trunk/0002-Add-operator-to-bitfield.patch)
  
packagekit-qt/repos/community-testing-x86_64/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
(from rev 119801, 
packagekit-qt/trunk/0003-Remove-the-metatype-registration-for-Transaction-typ.patch)
  
packagekit-qt/repos/community-testing-x86_64/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
(from rev 119801, 
packagekit-qt/trunk/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch)
  
packagekit-qt/repos/community-testing-x86_64/0005-Properly-export-cmake-targets.patch
(from rev 119801, 
packagekit-qt/trunk/0005-Properly-export-cmake-targets.patch)
  
packagekit-qt/repos/community-testing-x86_64/0006-Don-t-assume-the-target-is-packagekitqt5.patch
(from rev 119801, 
packagekit-qt/trunk/0006-Don-t-assume-the-target-is-packagekitqt5.patch)
  
packagekit-qt/repos/community-testing-x86_64/0007-Fix-compilation-due-to-not-set-cmake-variable.patch
(from rev 119801, 
packagekit-qt/trunk/0007-Fix-compilation-due-to-not-set-cmake-variable.patch)
  
packagekit-qt/repos/community-testing-x86_64/0008-Fix-QPK-include-dir-in-cmake-module.patch
(from rev 119801, 
packagekit-qt/trunk/0008-Fix-QPK-include-dir-in-cmake-module.patch)
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
(from rev 119801, 
packagekit-qt/trunk/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch)
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 119801, packagekit-qt/trunk/PKGBUILD)
Deleted:
  
packagekit-qt/repos/community-testing-i686/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/repos/community-testing-i686/PKGBUILD
  
packagekit-qt/repos/community-testing-x86_64/0009-Disable-namespacing-and-classes-names-on-the-interfa.patch
  packagekit-qt/repos/community-testing-x86_64/PKGBUILD

--+
 /0009-Disable-namespacing-and-classes-names-on-the-interfa.patch   
  |  276 ++
 /PKGBUILD  
  |  166 ++
 community-testing-i686/0001-Remove-daemon-proxy-conection-to-changed.patch 
  |   28 +
 community-testing-i686/0002-Add-operator-to-bitfield.patch 
  |   74 ++
 
community-testing-i686/0003-Remove-the-metatype-registration-for-Transaction-typ.patch
   |   44 +
 
community-testing-i686/0004-Remove-RoleUpgradeSystem-as-it-s-not-supported-in-0..patch
   |   25 
 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:34:58
  Author: spupykin
Revision: 119803

upgpkg: poedit 1.6.9-3

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:26:52 UTC (rev 119802)
+++ PKGBUILD2014-09-29 17:34:58 UTC (rev 119803)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.9
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 19:35:11
  Author: spupykin
Revision: 119804

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 17:34:58 UTC (rev 119803)
+++ community-i686/PKGBUILD 2014-09-29 17:35:11 UTC (rev 119804)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.6.9
-pkgrel=2
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('a7820969fe5e182480549034bc0035ac')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 119803, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 17:35:11 UTC (rev 119804)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.9
+pkgrel=3
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('a7820969fe5e182480549034bc0035ac')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2014-09-29 17:34:58 UTC (rev 119803)
+++ community-i686/poedit.install   2014-09-29 17:35:11 UTC (rev 119804)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 119803, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2014-09-29 17:35:11 UTC (rev 119804)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:54:48
  Author: idevolder
Revision: 119805

apper :: 0.9.1

Modified:
  apper/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:35:11 UTC (rev 119804)
+++ PKGBUILD2014-09-29 17:54:48 UTC (rev 119805)
@@ -4,28 +4,30 @@
 # Contributor: Zom z...@eevul.org
 
 pkgname=apper
-_pkgmainver=0.7
-pkgver=0.7.2
-pkgrel=6
-pkgdesc=KDE tools for PackageKit
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Get and manage software in KDE
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/Apper?content=84745;
 license=('GPL')
-depends=('kdebase-workspace' 'packagekit-qt2=0.6.17')
+depends=('kdebase-workspace' 'packagekit-qt4')
 makedepends=('cmake' 'automoc4' 'chrpath')
 install=$pkgname.install
 provides=('kpackagekit')
 conflicts=('kpackagekit')
 replaces=('kpackagekit')
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('975fede728e7ab96d8e244ae721a2e15ae40b9fb1cd189a1f4afd46c400b219f')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
 
-build() {
+prepare() {
cd $pkgname-$pkgver
-   [ -d build ]  rm -rf build
+
mkdir build
-   cd build
+}
 
+build() {
+   cd $pkgname-$pkgver/build
+
cmake ../ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
@@ -33,8 +35,7 @@
 }
 
 package() {
-   cd $pkgname-$pkgver
-   cd build
+   cd $pkgname-$pkgver/build
make DESTDIR=$pkgdir install
# avoid gnome-packagekit conflict (stolen from fedora as suggested)
mv 
$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service \


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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 19:55:49
  Author: idevolder
Revision: 119806

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

Added:
  apper/repos/community-testing-i686/
  apper/repos/community-testing-i686/PKGBUILD
(from rev 119805, apper/trunk/PKGBUILD)
  apper/repos/community-testing-i686/apper.install
(from rev 119805, apper/trunk/apper.install)
  apper/repos/community-testing-x86_64/
  apper/repos/community-testing-x86_64/PKGBUILD
(from rev 119805, apper/trunk/PKGBUILD)
  apper/repos/community-testing-x86_64/apper.install
(from rev 119805, apper/trunk/apper.install)

+
 community-testing-i686/PKGBUILD|   46 +++
 community-testing-i686/apper.install   |   29 +++
 community-testing-x86_64/PKGBUILD  |   46 +++
 community-testing-x86_64/apper.install |   29 +++
 4 files changed, 150 insertions(+)

Copied: apper/repos/community-testing-i686/PKGBUILD (from rev 119805, 
apper/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-29 17:55:49 UTC (rev 119806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Valeriy Lyasotskiy ones...@ukr.net
+# Contributor: Zom z...@eevul.org
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Get and manage software in KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Apper?content=84745;
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install=$pkgname.install
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   mkdir build
+}
+
+build() {
+   cd $pkgname-$pkgver/build
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver/build
+   make DESTDIR=$pkgdir install
+   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
+   mv 
$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service \
+   
$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service
+   # Hack around cmake rpath bug (debian)
+   chrpath --list $pkgdir/usr/bin/apper
+   chrpath --replace /usr/lib/apper $pkgdir/usr/bin/apper
+}

Copied: apper/repos/community-testing-i686/apper.install (from rev 119805, 
apper/trunk/apper.install)
===
--- community-testing-i686/apper.install(rev 0)
+++ community-testing-i686/apper.install2014-09-29 17:55:49 UTC (rev 
119806)
@@ -0,0 +1,29 @@
+available() {
+   which $1 /dev/null 21
+}
+
+updatemime() {
+   # Setup Menus
+   if available update-desktop-database
+   then
+   update-desktop-database -q /usr/share/applications
+   fi
+
+   # Setup MIME types
+   if available update-mime-database
+   then
+   update-mime-database /usr/share/mime /dev/null
+   fi
+}
+
+post_install() {
+   updatemime
+}
+
+post_upgrade() {
+   updatemime
+}
+
+post_remove() {
+   updatemime
+}

Copied: apper/repos/community-testing-x86_64/PKGBUILD (from rev 119805, 
apper/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-29 17:55:49 UTC (rev 119806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Valeriy Lyasotskiy ones...@ukr.net
+# Contributor: Zom z...@eevul.org
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Get and manage software in KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Apper?content=84745;
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install=$pkgname.install
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   mkdir build
+}
+
+build() {
+   cd $pkgname-$pkgver/build
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver/build
+   make DESTDIR=$pkgdir 

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 20:06:44
  Author: idevolder
Revision: 119808

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

Added:
  apper/repos/community-staging-i686/
  apper/repos/community-staging-i686/PKGBUILD
(from rev 119807, apper/trunk/PKGBUILD)
  apper/repos/community-staging-i686/apper.install
(from rev 119807, apper/trunk/apper.install)
  apper/repos/community-staging-x86_64/
  apper/repos/community-staging-x86_64/PKGBUILD
(from rev 119807, apper/trunk/PKGBUILD)
  apper/repos/community-staging-x86_64/apper.install
(from rev 119807, apper/trunk/apper.install)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/apper.install   |   29 +++
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/apper.install |   29 +++
 4 files changed, 150 insertions(+)

Copied: apper/repos/community-staging-i686/PKGBUILD (from rev 119807, 
apper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-29 18:06:44 UTC (rev 119808)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Valeriy Lyasotskiy ones...@ukr.net
+# Contributor: Zom z...@eevul.org
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=Get and manage software in KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Apper?content=84745;
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install=$pkgname.install
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   mkdir build
+}
+
+build() {
+   cd $pkgname-$pkgver/build
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver/build
+   make DESTDIR=$pkgdir install
+   # avoid gnome-packagekit conflict (stolen from fedora as suggested)
+   mv 
$pkgdir/usr/share/dbus-1/services/org.freedesktop.PackageKit.service \
+   
$pkgdir/usr/share/dbus-1/services/kde-org.freedesktop.PackageKit.service
+   # Hack around cmake rpath bug (debian)
+   chrpath --list $pkgdir/usr/bin/apper
+   chrpath --replace /usr/lib/apper $pkgdir/usr/bin/apper
+}

Copied: apper/repos/community-staging-i686/apper.install (from rev 119807, 
apper/trunk/apper.install)
===
--- community-staging-i686/apper.install(rev 0)
+++ community-staging-i686/apper.install2014-09-29 18:06:44 UTC (rev 
119808)
@@ -0,0 +1,29 @@
+available() {
+   which $1 /dev/null 21
+}
+
+updatemime() {
+   # Setup Menus
+   if available update-desktop-database
+   then
+   update-desktop-database -q /usr/share/applications
+   fi
+
+   # Setup MIME types
+   if available update-mime-database
+   then
+   update-mime-database /usr/share/mime /dev/null
+   fi
+}
+
+post_install() {
+   updatemime
+}
+
+post_upgrade() {
+   updatemime
+}
+
+post_remove() {
+   updatemime
+}

Copied: apper/repos/community-staging-x86_64/PKGBUILD (from rev 119807, 
apper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-29 18:06:44 UTC (rev 119808)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Valeriy Lyasotskiy ones...@ukr.net
+# Contributor: Zom z...@eevul.org
+
+pkgname=apper
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=Get and manage software in KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Apper?content=84745;
+license=('GPL')
+depends=('kdebase-workspace' 'packagekit-qt4')
+makedepends=('cmake' 'automoc4' 'chrpath')
+install=$pkgname.install
+provides=('kpackagekit')
+conflicts=('kpackagekit')
+replaces=('kpackagekit')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ef143b663b21185f83876a2a8daaff3402d8ec45629fbec949cfcdc979a99466')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   mkdir build
+}
+
+build() {
+   cd $pkgname-$pkgver/build
+
+   cmake ../ \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver/build
+   make DESTDIR=$pkgdir 

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

2014-09-29 Thread Ike Devolder
Date: Monday, September 29, 2014 @ 20:06:04
  Author: idevolder
Revision: 119807

apper :: 0.9.1-2

todo/moving-kde4-translations/

Modified:
  apper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 17:55:49 UTC (rev 119806)
+++ PKGBUILD2014-09-29 18:06:04 UTC (rev 119807)
@@ -5,7 +5,7 @@
 
 pkgname=apper
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Get and manage software in KDE
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/Apper?content=84745;


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

2014-09-29 Thread Andreas Radke
Date: Monday, September 29, 2014 @ 20:13:29
  Author: andyrtr
Revision: 223689

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 223688, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 223688, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 223688, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 223688, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 ++
 testing-i686/PKGBUILD   |   41 +++
 testing-x86_64/COPYING  |   48 ++
 testing-x86_64/PKGBUILD |   41 +++
 4 files changed, 178 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 223688, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2014-09-29 18:13:29 UTC (rev 223689)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 223688, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-29 18:13:29 UTC (rev 223689)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdrm
+pkgver=2.4.58
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('valgrind')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
+COPYING)
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd'
+'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+  
+  ./configure --prefix=/usr --enable-udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 ../COPYING $pkgdir/usr/share/licenses/$pkgname/
+}

Copied: 

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

2014-09-29 Thread Andreas Radke
Date: Monday, September 29, 2014 @ 20:13:12
  Author: andyrtr
Revision: 223688

upgpkg: libdrm 2.4.58-1

upstream update 2.4.58

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 16:24:41 UTC (rev 223687)
+++ PKGBUILD2014-09-29 18:13:12 UTC (rev 223688)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.56
+pkgver=2.4.58
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://dri.freedesktop.org/;
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 COPYING)
-sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030'
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {


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

2014-09-29 Thread Laurent Carlier
Date: Monday, September 29, 2014 @ 20:25:17
  Author: lcarlier
Revision: 119809

upgpkg: lib32-libdrm 2.4.58-1

upstream update 2.4.58

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:06:44 UTC (rev 119808)
+++ PKGBUILD2014-09-29 18:25:17 UTC (rev 119809)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.56
+pkgver=2.4.58
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url=http://dri.freedesktop.org/;
 
source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030')
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}


[arch-commits] Commit in lib32-libdrm/repos (2 files)

2014-09-29 Thread Laurent Carlier
Date: Monday, September 29, 2014 @ 20:25:31
  Author: lcarlier
Revision: 119810

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 119809, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 119809, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-09-29 18:25:31 UTC (rev 119810)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.58
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+


[arch-commits] Commit in python2-caja/trunk (PKGBUILD use-pkg-config.diff)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:55:01
  Author: flexiondotorg
Revision: 119811

upgpkg: python2-caja 1.8.1-1 - New upstream release.

Modified:
  python2-caja/trunk/PKGBUILD
Deleted:
  python2-caja/trunk/use-pkg-config.diff

-+
 PKGBUILD|   20 +---
 use-pkg-config.diff |   39 ---
 2 files changed, 5 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:25:31 UTC (rev 119810)
+++ PKGBUILD2014-09-29 18:55:01 UTC (rev 119811)
@@ -2,9 +2,9 @@
 
 pkgname=python2-caja
 _pkgname=python-caja
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Python bindings for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,19 +12,9 @@
 makedepends=('mate-common')
 replaces=('python-caja')
 provides=('python-caja')
-source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;
-use-pkg-config.diff)
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
-  '32c348669868414d98c3a4be0a083b419256200d')
+source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a0fe173e9935c7a550c0c47a751b0d6217bb2760')
 
-prepare() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-# Use pkg-config for python detection and variables
-#  - https://github.com/mate-desktop/python-caja/issues/17
-patch -Np1 -i ${srcdir}/use-pkg-config.diff
-autoreconf -fi
-}
-
 build() {
 cd ${srcdir}/${_pkgname}-${pkgver}
 PYTHON=/usr/bin/python2 ./configure \

Deleted: use-pkg-config.diff
===
--- use-pkg-config.diff 2014-09-29 18:25:31 UTC (rev 119810)
+++ use-pkg-config.diff 2014-09-29 18:55:01 UTC (rev 119811)
@@ -1,39 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f4059e3..a8345ae 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
- dnl **
- dnl * Check for Python
- dnl **
--AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
--AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
-+AM_PATH_PYTHON([2.6])
-+PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
-+PYTHON_LIB_LOC=`pkg-config python-${PYTHON_VERSION} --variable=libdir`
-+AC_SUBST(PYTHON_LIBS)
-+AC_SUBST(PYTHON_CFLAGS)
-+AC_SUBST(PYTHON_LIB_LOC)
- 
- if test `pkg-config --variable=datadir pygobject-3.0` !=  ; then
- PYGOBJECT_VERSION=pygobject-3.0
-diff --git a/src/Makefile.am b/src/Makefile.am
-index e3d7c3f..dd37d15 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \
-   -DLIBDIR=\$(libdir)\ \
-   -DPYTHON_VERSION=\$(PYTHON_VERSION)\ \
-   -DPY_LIB_LOC=\$(PYTHON_LIB_LOC)\ \
--  $(PYTHON_INCLUDES) \
-+  $(CAJA_PYTHON_CFLAGS) \
-   $(AM_CPPFLAGS)
- 
- libcaja_python_la_CFLAGS = \
-+  $(PYTHON_CFLAGS)
-   $(CAJA_PYTHON_CFLAGS) \
-   $(AM_CFLAGS)
- 
- libcaja_python_la_LDFLAGS = -module -avoid-version
--libcaja_python_la_LIBADD  = $(CAJA_PYTHON_LIBS) $(PYTHON_LIBS)
-+libcaja_python_la_LIBADD  = $(PYTHON_LIBS) $(CAJA_PYTHON_LIBS)


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:55:15
  Author: flexiondotorg
Revision: 119812

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

Added:
  python2-caja/repos/community-i686/PKGBUILD
(from rev 119811, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-x86_64/PKGBUILD
(from rev 119811, python2-caja/trunk/PKGBUILD)
Deleted:
  python2-caja/repos/community-i686/PKGBUILD
  python2-caja/repos/community-i686/use-pkg-config.diff
  python2-caja/repos/community-x86_64/PKGBUILD
  python2-caja/repos/community-x86_64/use-pkg-config.diff

--+
 /PKGBUILD|   58 +
 community-i686/PKGBUILD  |   39 --
 community-i686/use-pkg-config.diff   |   39 --
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/use-pkg-config.diff |   39 --
 5 files changed, 58 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 18:55:01 UTC (rev 119811)
+++ community-i686/PKGBUILD 2014-09-29 18:55:15 UTC (rev 119812)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=python2-caja
-_pkgname=python-caja
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'python2' 'python2-gobject')
-makedepends=('mate-common')
-replaces=('python-caja')
-provides=('python-caja')
-source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;
-use-pkg-config.diff)
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
-  '32c348669868414d98c3a4be0a083b419256200d')
-
-prepare() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-# Use pkg-config for python detection and variables
-#  - https://github.com/mate-desktop/python-caja/issues/17
-patch -Np1 -i ${srcdir}/use-pkg-config.diff
-autoreconf -fi
-}
-
-build() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: python2-caja/repos/community-i686/PKGBUILD (from rev 119811, 
python2-caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 18:55:15 UTC (rev 119812)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Python bindings for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+replaces=('python-caja')
+provides=('python-caja')
+source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a0fe173e9935c7a550c0c47a751b0d6217bb2760')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/use-pkg-config.diff
===
--- community-i686/use-pkg-config.diff  2014-09-29 18:55:01 UTC (rev 119811)
+++ community-i686/use-pkg-config.diff  2014-09-29 18:55:15 UTC (rev 119812)
@@ -1,39 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f4059e3..a8345ae 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
- dnl **
- dnl * Check for Python
- dnl **
--AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
--AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
-+AM_PATH_PYTHON([2.6])
-+PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
-+PYTHON_LIB_LOC=`pkg-config python-${PYTHON_VERSION} --variable=libdir`
-+AC_SUBST(PYTHON_LIBS)
-+AC_SUBST(PYTHON_CFLAGS)
-+AC_SUBST(PYTHON_LIB_LOC)
- 
- if test `pkg-config --variable=datadir pygobject-3.0` !=  ; then
- PYGOBJECT_VERSION=pygobject-3.0
-diff --git a/src/Makefile.am b/src/Makefile.am
-index e3d7c3f..dd37d15 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \
-   -DLIBDIR=\$(libdir)\ \
-   -DPYTHON_VERSION=\$(PYTHON_VERSION)\ \
-   -DPY_LIB_LOC=\$(PYTHON_LIB_LOC)\ \
--  $(PYTHON_INCLUDES) \
-+  $(CAJA_PYTHON_CFLAGS) \
-   

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:59:26
  Author: flexiondotorg
Revision: 119813

upgpkg: mate-utils 1.8.1-1 - New upstream release.

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:55:15 UTC (rev 119812)
+++ PKGBUILD2014-09-29 18:59:26 UTC (rev 119813)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-utils
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
+sha1sums=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:02:18
  Author: flexiondotorg
Revision: 119815

upgpkg: mate-terminal 1.8.1-1 - New upstream release.

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 18:59:35 UTC (rev 119814)
+++ PKGBUILD2014-09-29 19:02:18 UTC (rev 119815)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-terminal
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=The MATE Terminal Emulator
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')
+sha1sums=('93853f440f609b7dc728cd94ea14a4f4ef94b4a8')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:06:36
  Author: flexiondotorg
Revision: 119817

upgpkg: mate-system-tools 1.8.1-1 - New upstream release.

Modified:
  mate-system-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:02:27 UTC (rev 119816)
+++ PKGBUILD2014-09-29 19:06:36 UTC (rev 119817)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Suite of tools for MATE to simplify configuring workstations.
 url=http://mate-desktop.org/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-system-tools/repos (8 files)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:06:45
  Author: flexiondotorg
Revision: 119818

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

Added:
  mate-system-tools/repos/community-i686/PKGBUILD
(from rev 119817, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-i686/mate-system-tools.install
(from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
  mate-system-tools/repos/community-x86_64/PKGBUILD
(from rev 119817, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-x86_64/mate-system-tools.install
(from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
Deleted:
  mate-system-tools/repos/community-i686/PKGBUILD
  mate-system-tools/repos/community-i686/mate-system-tools.install
  mate-system-tools/repos/community-x86_64/PKGBUILD
  mate-system-tools/repos/community-x86_64/mate-system-tools.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:06:36 UTC (rev 119817)
+++ community-i686/PKGBUILD 2014-09-29 19:06:45 UTC (rev 119818)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=Suite of tools for MATE to simplify configuring workstations.
-url=http://mate-desktop.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-caja \
---disable-network \
---disable-services \
---disable-shares \
---disable-time
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 119817, 
mate-system-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:06:45 UTC (rev 119818)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-system-tools
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Suite of tools for MATE to simplify configuring workstations.
+url=http://mate-desktop.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'liboobs' 'mate-polkit')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-caja \
+--disable-network \
+--disable-services \
+--disable-shares \
+--disable-time
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-system-tools.install
===
--- community-i686/mate-system-tools.install2014-09-29 19:06:36 UTC (rev 
119817)
+++ community-i686/mate-system-tools.install2014-09-29 19:06:45 UTC (rev 
119818)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-system-tools/repos/community-i686/mate-system-tools.install (from 
rev 119817, mate-system-tools/trunk/mate-system-tools.install)
===
--- community-i686/mate-system-tools.install(rev 0)
+++ community-i686/mate-system-tools.install2014-09-29 19:06:45 UTC (rev 
119818)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 20:59:35
  Author: flexiondotorg
Revision: 119814

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

Added:
  mate-utils/repos/community-i686/PKGBUILD
(from rev 119813, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-i686/mate-utils.install
(from rev 119813, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 119813, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/mate-utils.install
(from rev 119813, mate-utils/trunk/mate-utils.install)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-i686/mate-utils.install
  mate-utils/repos/community-x86_64/PKGBUILD
  mate-utils/repos/community-x86_64/mate-utils.install

-+
 /PKGBUILD   |   70 ++
 /mate-utils.install |   24 +++
 community-i686/PKGBUILD |   35 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/PKGBUILD 2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-utils
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 119813, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-utils
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/mate-utils.install   2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-utils/repos/community-i686/mate-utils.install (from rev 119813, 
mate-utils/trunk/mate-utils.install)
===
--- community-i686/mate-utils.install   (rev 0)
+++ community-i686/mate-utils.install   2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:02:27
  Author: flexiondotorg
Revision: 119816

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

Added:
  mate-terminal/repos/community-i686/PKGBUILD
(from rev 119815, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-i686/mate-terminal.install
(from rev 119815, mate-terminal/trunk/mate-terminal.install)
  mate-terminal/repos/community-x86_64/PKGBUILD
(from rev 119815, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-x86_64/mate-terminal.install
(from rev 119815, mate-terminal/trunk/mate-terminal.install)
Deleted:
  mate-terminal/repos/community-i686/PKGBUILD
  mate-terminal/repos/community-i686/mate-terminal.install
  mate-terminal/repos/community-x86_64/PKGBUILD
  mate-terminal/repos/community-x86_64/mate-terminal.install

+
 /PKGBUILD  |   70 +++
 /mate-terminal.install |   22 +
 community-i686/PKGBUILD|   36 ---
 community-i686/mate-terminal.install   |   11 
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/mate-terminal.install |   11 
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:02:18 UTC (rev 119815)
+++ community-i686/PKGBUILD 2014-09-29 19:02:27 UTC (rev 119816)
@@ -1,36 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-terminal
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=The MATE Terminal Emulator
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
-makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/env python/env python2/' mate-terminal.wrapper
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-terminal/repos/community-i686/PKGBUILD (from rev 119815, 
mate-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:02:27 UTC (rev 119816)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-terminal
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=The MATE Terminal Emulator
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
+makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('93853f440f609b7dc728cd94ea14a4f4ef94b4a8')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/env python/env python2/' mate-terminal.wrapper
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-terminal.install
===
--- community-i686/mate-terminal.install2014-09-29 19:02:18 UTC (rev 
119815)
+++ community-i686/mate-terminal.install2014-09-29 19:02:27 UTC (rev 
119816)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-terminal/repos/community-i686/mate-terminal.install (from rev 
119815, mate-terminal/trunk/mate-terminal.install)
===
--- community-i686/mate-terminal.install(rev 0)
+++ community-i686/mate-terminal.install2014-09-29 19:02:27 UTC (rev 
119816)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 19:02:18 UTC (rev 119815)
+++ community-x86_64/PKGBUILD   

[arch-commits] Commit in mate-settings-daemon/trunk (PKGBUILD)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:23:21
  Author: flexiondotorg
Revision: 119819

upgpkg: mate-settings-daemon 1.8.2-1 - New upstream release.

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:06:45 UTC (rev 119818)
+++ PKGBUILD2014-09-29 19:23:21 UTC (rev 119819)
@@ -2,7 +2,7 @@
 
 pkgbase=mate-settings-daemon
 pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
  'nss' 'polkit' 'pulseaudio-alsa')
 makedepends=('mate-common')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
+sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
 install=${pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-settings-daemon/repos (8 files)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:23:34
  Author: flexiondotorg
Revision: 119820

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 119819, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 119819, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 119819, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 119819, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |  140 
 /mate-settings-daemon.install |   24 
 community-i686/PKGBUILD   |   70 
 community-i686/mate-settings-daemon.install   |   12 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mate-settings-daemon.install |   12 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:23:21 UTC (rev 119819)
+++ community-i686/PKGBUILD 2014-09-29 19:23:34 UTC (rev 119820)
@@ -1,70 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.1
-pkgrel=1
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
- 'nss' 'polkit' 'pulseaudio-alsa')
-makedepends=('mate-common')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cb279e69af618f8496ef45f61325b267afba539e')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}
-cp -a ${pkgbase}-${pkgver}{,-gstreamer}
-
-# build for pulseaudio
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-pulse \
---disable-gstreamer \
---disable-static
-make
-
-# build for gstreamer
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-gstreamer \
---disable-pulse \
---disable-static
-make
-}
-
-package_mate-settings-daemon-pulseaudio() {
-groups=('mate')
-pkgdesc=The MATE Settings daemon (pulseaudio)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
-'pulseaudio-alsa')
-conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
-provides=(${pkgbase})
-replaces=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-settings-daemon-gstreamer() {
-pkgdesc=The MATE Settings daemon (GStreamer)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
-conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
-provides=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 119819, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:23:34 UTC (rev 119820)
@@ -0,0 +1,70 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.8.2
+pkgrel=1
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
+ 'nss' 'polkit' 'pulseaudio-alsa')
+makedepends=('mate-common')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e465eb33b79394150514ad0af201bf32f07fd520')
+install=${pkgbase}.install
+
+build() {
+cd ${srcdir}
+cp -a 

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:28:01
  Author: flexiondotorg
Revision: 119822

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

Added:
  mate-screensaver/repos/community-i686/PKGBUILD
(from rev 119821, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-i686/mate-screensaver.install
(from rev 119821, mate-screensaver/trunk/mate-screensaver.install)
  mate-screensaver/repos/community-x86_64/PKGBUILD
(from rev 119821, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-x86_64/mate-screensaver.install
(from rev 119821, mate-screensaver/trunk/mate-screensaver.install)
Deleted:
  mate-screensaver/repos/community-i686/PKGBUILD
  mate-screensaver/repos/community-i686/mate-screensaver.install
  mate-screensaver/repos/community-x86_64/PKGBUILD
  mate-screensaver/repos/community-x86_64/mate-screensaver.install

---+
 /PKGBUILD |   80 
 /mate-screensaver.install |   22 +++
 community-i686/PKGBUILD   |   41 --
 community-i686/mate-screensaver.install   |   11 ---
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/mate-screensaver.install |   11 ---
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:27:51 UTC (rev 119821)
+++ community-i686/PKGBUILD 2014-09-29 19:28:01 UTC (rev 119822)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-screensaver
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Screensaver for MATE'
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libmatekbd' 'libnotify' 'libxss' 'mate-desktop'
- 'mate-menus' 'mate-session-manager')
-makedepends=('mate-common' 'perl-xml-parser' 'xmlto' 'yelp-tools')
-optdepends=('mate-power-manager: Add power management support.'
-'mate-screensaver-hacks: Additional screensavers.'
-'rss-glx: Really slick screensavers.'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b7ab88c3ee5b513630ff99a64c18626ed8ef49fa')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
---with-xscreensaverhackdir=/usr/lib/xscreensaver \
---with-mit-ext \
---with-libnotify \
---enable-locking \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-screensaver/repos/community-i686/PKGBUILD (from rev 119821, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:28:01 UTC (rev 119822)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-screensaver
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Screensaver for MATE'
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libmatekbd' 'libnotify' 'libxss' 'mate-desktop'
+ 'mate-menus' 'mate-session-manager')
+makedepends=('mate-common' 'perl-xml-parser' 'xmlto' 'yelp-tools')
+optdepends=('mate-power-manager: Add power management support.'
+'mate-screensaver-hacks: Additional screensavers.'
+'rss-glx: Really slick screensavers.'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5b6177dab4f815d18e9651e6fda5aba9a5a181bf')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-screensaver.install
===
--- community-i686/mate-screensaver.install 2014-09-29 19:27:51 UTC (rev 
119821)
+++ community-i686/mate-screensaver.install 2014-09-29 19:28:01 UTC (rev 
119822)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:27:51
  Author: flexiondotorg
Revision: 119821

upgpkg: mate-screensaver 1.8.1-1 - New upstream release.

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:23:34 UTC (rev 119820)
+++ PKGBUILD2014-09-29 19:27:51 UTC (rev 119821)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-screensaver
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Screensaver for MATE'
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 'yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b7ab88c3ee5b513630ff99a64c18626ed8ef49fa')
+sha1sums=('5b6177dab4f815d18e9651e6fda5aba9a5a181bf')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:31:18
  Author: flexiondotorg
Revision: 119823

upgpkg: mate-panel 1.8.1-1 - New upstream release.

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:28:01 UTC (rev 119822)
+++ PKGBUILD2014-09-29 19:31:18 UTC (rev 119823)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=The MATE Panel
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
+sha1sums=('18795801763059269573015f33f16651a1fd36bc')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:31:27
  Author: flexiondotorg
Revision: 119824

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

Added:
  mate-panel/repos/community-i686/PKGBUILD
(from rev 119823, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-i686/mate-panel.install
(from rev 119823, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 119823, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-x86_64/mate-panel.install
(from rev 119823, mate-panel/trunk/mate-panel.install)
Deleted:
  mate-panel/repos/community-i686/PKGBUILD
  mate-panel/repos/community-i686/mate-panel.install
  mate-panel/repos/community-x86_64/PKGBUILD
  mate-panel/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   74 ++
 /mate-panel.install |   24 +++
 community-i686/PKGBUILD |   37 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:31:18 UTC (rev 119823)
+++ community-i686/PKGBUILD 2014-09-29 19:31:27 UTC (rev 119824)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-panel
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=The MATE Panel
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
- 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
- 'mate-menus' 'mate-desktop' 'mate-session-manager')
-makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 119823, 
mate-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:31:27 UTC (rev 119824)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-panel
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=The MATE Panel
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+ 'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+ 'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('18795801763059269573015f33f16651a1fd36bc')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2014-09-29 19:31:18 UTC (rev 119823)
+++ community-i686/mate-panel.install   2014-09-29 19:31:27 UTC (rev 119824)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel/repos/community-i686/mate-panel.install (from rev 119823, 
mate-panel/trunk/mate-panel.install)
===
--- community-i686/mate-panel.install   (rev 0)
+++ community-i686/mate-panel.install   2014-09-29 19:31:27 UTC (rev 119824)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas 

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:34:31
  Author: flexiondotorg
Revision: 119826

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

Added:
  mate-netbook/repos/community-i686/PKGBUILD
(from rev 119825, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-i686/mate-netbook.install
(from rev 119825, mate-netbook/trunk/mate-netbook.install)
  mate-netbook/repos/community-x86_64/PKGBUILD
(from rev 119825, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-x86_64/mate-netbook.install
(from rev 119825, mate-netbook/trunk/mate-netbook.install)
Deleted:
  mate-netbook/repos/community-i686/PKGBUILD
  mate-netbook/repos/community-i686/mate-netbook.install
  mate-netbook/repos/community-x86_64/PKGBUILD
  mate-netbook/repos/community-x86_64/mate-netbook.install

---+
 /PKGBUILD |   62 
 /mate-netbook.install |   22 +++
 community-i686/PKGBUILD   |   32 
 community-i686/mate-netbook.install   |   11 -
 community-x86_64/PKGBUILD |   32 
 community-x86_64/mate-netbook.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:34:21 UTC (rev 119825)
+++ community-i686/PKGBUILD 2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-netbook
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A simple window management tool.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-netbook/repos/community-i686/PKGBUILD (from rev 119825, 
mate-netbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:34:31 UTC (rev 119826)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-netbook
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=A simple window management tool.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-netbook.install
===
--- community-i686/mate-netbook.install 2014-09-29 19:34:21 UTC (rev 119825)
+++ community-i686/mate-netbook.install 2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netbook/repos/community-i686/mate-netbook.install (from rev 
119825, mate-netbook/trunk/mate-netbook.install)
===
--- community-i686/mate-netbook.install (rev 0)
+++ community-i686/mate-netbook.install 2014-09-29 19:34:31 UTC (rev 119826)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 19:34:21 UTC (rev 119825)
+++ community-x86_64/PKGBUILD   2014-09-29 19:34:31 UTC (rev 119826)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-netbook
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A simple window management tool.

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:34:21
  Author: flexiondotorg
Revision: 119825

upgpkg: mate-netbook 1.8.1-1 - New upstream release.

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:31:27 UTC (rev 119824)
+++ PKGBUILD2014-09-29 19:34:21 UTC (rev 119825)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-netbook
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A simple window management tool.
 url=http://mate-desktop.org;
@@ -11,7 +11,7 @@
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
+sha1sums=('f71cf614929500c13b364dcf387e2464512f9f08')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:42:43
  Author: flexiondotorg
Revision: 119827

upgpkg: marco 1.8.2-1 - New upstream release.

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:34:31 UTC (rev 119826)
+++ PKGBUILD2014-09-29 19:42:43 UTC (rev 119827)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=marco
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc=A window manager for MATE
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fc3a881f0feff11b46e1e889947d8b9d0dd9a04a')
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:42:55
  Author: flexiondotorg
Revision: 119828

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

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

+
 /PKGBUILD  |   78 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:42:43 UTC (rev 119827)
+++ community-i686/PKGBUILD 2014-09-29 19:42:55 UTC (rev 119828)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=marco
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=A window manager for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
- 'mate-dialogs' 'startup-notification')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-window-manager')
-provides=('mate-window-manager')
-conflicts=('mate-window-manager')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fc3a881f0feff11b46e1e889947d8b9d0dd9a04a')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 119827, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:42:55 UTC (rev 119828)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=marco
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=A window manager for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+ 'mate-dialogs' 'startup-notification')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-window-manager')
+provides=('mate-window-manager')
+conflicts=('mate-window-manager')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2014-09-29 19:42:43 UTC (rev 119827)
+++ community-i686/marco.install2014-09-29 19:42:55 UTC (rev 119828)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 119827, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2014-09-29 19:42:55 UTC (rev 119828)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 19:42:43 UTC (rev 119827)
+++ 

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:30
  Author: flexiondotorg
Revision: 119830

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 119829, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-i686/mate-applets.install
(from rev 119829, mate-applets/trunk/mate-applets.install)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 119829, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/mate-applets.install
(from rev 119829, mate-applets/trunk/mate-applets.install)
Deleted:
  mate-applets/repos/community-i686/PKGBUILD
  mate-applets/repos/community-i686/mate-applets.install
  mate-applets/repos/community-x86_64/PKGBUILD
  mate-applets/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   84 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   42 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:48:18 UTC (rev 119829)
+++ community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=4
-pkgdesc=Applets for MATE panel
-arch=('i686' 'x86_64')
-url=http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 
'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
- 'perl-xml-parser' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---enable-polkit \
---enable-networkmanager \
---enable-ipv6 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 119829, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-applets
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Applets for MATE panel
+arch=('i686' 'x86_64')
+url=http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 
'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
+ 'perl-xml-parser' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0ba4133db67d94f5b92e45b1776d91cfcce52e37')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-networkmanager \
+--enable-ipv6 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2014-09-29 19:48:18 UTC (rev 119829)
+++ community-i686/mate-applets.install 2014-09-29 19:48:30 UTC (rev 119830)
@@ -1,13 +0,0 @@
-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/mate
-}
-
-post_upgrade() {
-post_install
-}
-

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:18
  Author: flexiondotorg
Revision: 119829

upgpkg: mate-applets 1.8.1-1 - New upstream release.

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:42:55 UTC (rev 119828)
+++ PKGBUILD2014-09-29 19:48:18 UTC (rev 119829)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Applets for MATE panel
 arch=('i686' 'x86_64')
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 'yelp: for reading MATE help documents')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
+sha1sums=('0ba4133db67d94f5b92e45b1776d91cfcce52e37')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:48:52
  Author: flexiondotorg
Revision: 119831

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

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

+
 /PKGBUILD  |   78 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:48:30 UTC (rev 119830)
+++ community-i686/PKGBUILD 2014-09-29 19:48:52 UTC (rev 119831)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=marco
-pkgver=1.8.2
-pkgrel=1
-pkgdesc=A window manager for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
- 'mate-dialogs' 'startup-notification')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-window-manager')
-provides=('mate-window-manager')
-conflicts=('mate-window-manager')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 119830, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:48:52 UTC (rev 119831)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=marco
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=A window manager for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+ 'mate-dialogs' 'startup-notification')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+replaces=('mate-window-manager')
+provides=('mate-window-manager')
+conflicts=('mate-window-manager')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0b361403ad4603d6b93f1b7b684c8c5b905ddf3c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2014-09-29 19:48:30 UTC (rev 119830)
+++ community-i686/marco.install2014-09-29 19:48:52 UTC (rev 119831)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 119830, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2014-09-29 19:48:52 UTC (rev 119831)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 19:48:30 UTC (rev 119830)
+++ 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 21:51:37
  Author: spupykin
Revision: 119833

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 19:51:25 UTC (rev 119832)
+++ PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=3
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-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=('5028c6f9fa88d0c84b0fde0b84355203'
- '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 119832, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+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=('e35652adea5cd4069fcaa1410ae58864'
+ '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
+}

Deleted: apache.conf

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 21:51:25
  Author: spupykin
Revision: 119832

upgpkg: roundcubemail 1.0.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:48:52 UTC (rev 119831)
+++ PKGBUILD2014-09-29 19:51:25 UTC (rev 119832)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
+md5sums=('e35652adea5cd4069fcaa1410ae58864'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:53:22
  Author: flexiondotorg
Revision: 119835

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

Added:
  eom/repos/community-i686/01-fix.diff
(from rev 119834, eom/trunk/01-fix.diff)
  eom/repos/community-i686/PKGBUILD
(from rev 119834, eom/trunk/PKGBUILD)
  eom/repos/community-i686/eom.install
(from rev 119834, eom/trunk/eom.install)
  eom/repos/community-x86_64/01-fix.diff
(from rev 119834, eom/trunk/01-fix.diff)
  eom/repos/community-x86_64/PKGBUILD
(from rev 119834, eom/trunk/PKGBUILD)
  eom/repos/community-x86_64/eom.install
(from rev 119834, eom/trunk/eom.install)
Deleted:
  eom/repos/community-i686/01-fix.diff
  eom/repos/community-i686/PKGBUILD
  eom/repos/community-i686/eom.install
  eom/repos/community-x86_64/01-fix.diff
  eom/repos/community-x86_64/PKGBUILD
  eom/repos/community-x86_64/eom.install

--+
 /01-fix.diff |   26 ++
 /PKGBUILD|   74 +
 /eom.install |   26 ++
 community-i686/01-fix.diff   |   13 ---
 community-i686/PKGBUILD  |   37 
 community-i686/eom.install   |   13 ---
 community-x86_64/01-fix.diff |   13 ---
 community-x86_64/PKGBUILD|   37 
 community-x86_64/eom.install |   13 ---
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/01-fix.diff
===
--- community-i686/01-fix.diff  2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/01-fix.diff  2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,13 +0,0 @@
-diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
-index a4f24b6..a98dd30 100644
 a/src/eom-thumbnail.c
-+++ b/src/eom-thumbnail.c
-@@ -31,7 +31,7 @@
- #ifndef MATE_DESKTOP_USE_UNSTABLE_API
- #define MATE_DESKTOP_USE_UNSTABLE_API
- #endif
--#include libmateui/mate-desktop-thumbnail.h
-+#include libmate-desktop/mate-desktop-thumbnail.h
- 
- #include eom-thumbnail.h
- #include eom-list-store.h

Copied: eom/repos/community-i686/01-fix.diff (from rev 119834, 
eom/trunk/01-fix.diff)
===
--- community-i686/01-fix.diff  (rev 0)
+++ community-i686/01-fix.diff  2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,13 @@
+diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c
+index a4f24b6..a98dd30 100644
+--- a/src/eom-thumbnail.c
 b/src/eom-thumbnail.c
+@@ -31,7 +31,7 @@
+ #ifndef MATE_DESKTOP_USE_UNSTABLE_API
+ #define MATE_DESKTOP_USE_UNSTABLE_API
+ #endif
+-#include libmateui/mate-desktop-thumbnail.h
++#include libmate-desktop/mate-desktop-thumbnail.h
+ 
+ #include eom-thumbnail.h
+ #include eom-list-store.h

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:53:11 UTC (rev 119834)
+++ community-i686/PKGBUILD 2014-09-29 19:53:22 UTC (rev 119835)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=eom
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=An image viewing and cataloging program for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
- 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
- 'python2' 'python2-gobject2' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-replaces=('mate-image-viewer')
-provides=('mate-image-viewer')
-conflicts=('mate-image-viewer')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=2.0 \
---with-librsvg
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 119834, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:53:22 UTC (rev 119835)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=eom
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=An image viewing and cataloging program for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
+ 'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
+ 'python2' 'python2-gobject2' 'startup-notification' 

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:53:11
  Author: flexiondotorg
Revision: 119834

upgpkg: eom 1.8.1-1 - New upstream release.

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:51:37 UTC (rev 119833)
+++ PKGBUILD2014-09-29 19:53:11 UTC (rev 119834)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=eom
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=An image viewing and cataloging program for MATE
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('mate-image-viewer')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')
+sha1sums=('48ceda7c1abb6d0d789129436530cf0539df184a')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:58:04
  Author: flexiondotorg
Revision: 119837

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

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 119836, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/engrampa.install
(from rev 119836, engrampa/trunk/engrampa.install)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 119836, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 119836, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/engrampa.install
(from rev 119836, engrampa/trunk/engrampa.install)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 119836, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/engrampa.install
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/engrampa.install
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   49 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:57:54 UTC (rev 119836)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=engrampa
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Archive manipulator for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-replaces=('mate-file-archiver')
-provides=('mate-file-archiver')
-conflicts=('mate-file-archiver')
-options=( '!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('511019cee95568a4951e9da12d8a7282c3f6af65'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 119836, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=engrampa
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Archive manipulator for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+replaces=('mate-file-archiver')
+provides=('mate-file-archiver')
+conflicts=('mate-file-archiver')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('2f3e655c2e4ac5a972c06591085557906748ac6f'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
+}
+
+build() {
+

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:57:54
  Author: flexiondotorg
Revision: 119836

upgpkg: engrampa 1.8.1-1 - New upstream release.

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:53:22 UTC (rev 119835)
+++ PKGBUILD2014-09-29 19:57:54 UTC (rev 119836)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=engrampa
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Archive manipulator for MATE
 url=http://mate-desktop.org;
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('511019cee95568a4951e9da12d8a7282c3f6af65'
+sha1sums=('2f3e655c2e4ac5a972c06591085557906748ac6f'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${pkgname}.install
 


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:07:06
  Author: flexiondotorg
Revision: 119841

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

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

+
 /PKGBUILD  |  112 +++
 /atril.install |   26 +
 community-i686/PKGBUILD|   57 ---
 community-i686/atril.install   |   13 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/atril.install |   13 
 6 files changed, 138 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 20:06:57 UTC (rev 119840)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=atril
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer')
-provides=('mate-document-viewer')
-conflicts=('mate-document-viewer')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 119840, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=atril
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
+ 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books'
+'yelp: for reading MATE help documents')
+replaces=('mate-document-viewer')
+provides=('mate-document-viewer')
+conflicts=('mate-document-viewer')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+   

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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:02:18
  Author: flexiondotorg
Revision: 119838

upgpkg: caja 1.8.2-1 - New upstream release.

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:58:04 UTC (rev 119837)
+++ PKGBUILD2014-09-29 20:02:18 UTC (rev 119838)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=caja
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc=The MATE shell and file manager
 url=http://mate-desktop.org;
@@ -18,7 +18,7 @@
 conflicts=('mate-file-manager')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fcb8ab7b237fe8b1bd834dbdcbbd92f5aa210413')
+sha1sums=('a9422adf5f5d2428287e9c326145cea1ede6e617')
 install=${pkgname}.install
 
 build() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:06:57
  Author: flexiondotorg
Revision: 119840

upgpkg: atril 1.8.1-1 - New upstream release.

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 20:02:31 UTC (rev 119839)
+++ PKGBUILD2014-09-29 20:06:57 UTC (rev 119840)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=atril
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Simply a document viewer
 url=http://mate-desktop.org;
@@ -24,7 +24,7 @@
 conflicts=('mate-document-viewer')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0')
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
 install=${pkgname}.install
 
 prepare() {


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

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:02:31
  Author: flexiondotorg
Revision: 119839

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

Added:
  caja/repos/community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
(from rev 119838, caja/trunk/4f1e756e08e61840eb9a52de4debee30006ea31e.diff)
  caja/repos/community-i686/PKGBUILD
(from rev 119838, caja/trunk/PKGBUILD)
  caja/repos/community-i686/caja.install
(from rev 119838, caja/trunk/caja.install)
  caja/repos/community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
(from rev 119838, caja/trunk/4f1e756e08e61840eb9a52de4debee30006ea31e.diff)
  caja/repos/community-x86_64/PKGBUILD
(from rev 119838, caja/trunk/PKGBUILD)
  caja/repos/community-x86_64/caja.install
(from rev 119838, caja/trunk/caja.install)
Deleted:
  caja/repos/community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
  caja/repos/community-i686/PKGBUILD
  caja/repos/community-i686/caja.install
  caja/repos/community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
  caja/repos/community-x86_64/PKGBUILD
  caja/repos/community-x86_64/caja.install

+
 /4f1e756e08e61840eb9a52de4debee30006ea31e.diff |  178 
++
 /PKGBUILD  |   80 
 /caja.install  |   28 +
 community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff   |   89 -
 community-i686/PKGBUILD|   40 --
 community-i686/caja.install|   14 
 community-x86_64/4f1e756e08e61840eb9a52de4debee30006ea31e.diff |   89 -
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/caja.install  |   14 
 9 files changed, 286 insertions(+), 286 deletions(-)

Deleted: community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
===
--- community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
2014-09-29 20:02:18 UTC (rev 119838)
+++ community-i686/4f1e756e08e61840eb9a52de4debee30006ea31e.diff
2014-09-29 20:02:31 UTC (rev 119839)
@@ -1,89 +0,0 @@
-diff --git a/src/caja-application.c b/src/caja-application.c
-index 3f4282c..47c86c8 100644
 a/src/caja-application.c
-+++ b/src/caja-application.c
-@@ -961,6 +961,15 @@ queue_accel_map_save_callback (GtkAccelMap *object, gchar 
*accel_path,
- }
- }
- 
-+static gboolean
-+desktop_changed_callback_connect (CajaApplication *application)
-+{
-+g_signal_connect_swapped (caja_preferences, changed:: 
CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR,
-+  G_CALLBACK(desktop_location_changed_callback),
-+  G_OBJECT (application));
-+return FALSE;
-+}
-+
- void
- caja_application_startup (CajaApplication *application,
-   gboolean kill_shell,
-@@ -1029,9 +1038,8 @@ caja_application_startup (CajaApplication *application,
- 
- /* Monitor the preference to have the desktop */
- /* point to the Unix home folder */
--g_signal_connect_swapped (caja_preferences, changed:: 
CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR,
--  
G_CALLBACK(desktop_location_changed_callback),
--  G_OBJECT (application));
-+g_timeout_add_seconds (30, (GSourceFunc) 
desktop_changed_callback_connect, application);
-+
- /* Create the other windows. */
- if (urls != NULL || !no_default_window)
- {
-diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c
-index c7918e6..616e85b 100644
 a/src/caja-window-manage-views.c
-+++ b/src/caja-window-manage-views.c
-@@ -49,6 +49,7 @@
- #include eel/eel-gtk-macros.h
- #include eel/eel-stock-dialogs.h
- #include eel/eel-string.h
-+#include eel/eel-vfs-extensions.h
- #include gtk/gtk.h
- #include gdk/gdkx.h
- #include glib/gi18n.h
-@@ -527,8 +528,10 @@ caja_window_slot_open_location_full (CajaWindowSlot *slot,
- char *old_uri, *new_uri;
- int new_slot_position;
- GList *l;
--gboolean target_navigation = FALSE, target_same = FALSE;
--gboolean is_desktop, is_navigation;
-+gboolean target_navigation = FALSE;
-+gboolean target_same = FALSE;
-+gboolean is_desktop = FALSE;
-+gboolean is_navigation = FALSE;
- 
- window = slot-pane-window;
- 
-@@ -567,7 +570,12 @@ caja_window_slot_open_location_full (CajaWindowSlot *slot,
- * otherwise it's the same window.
- */
- if (is_desktop) {
--  target_navigation = TRUE;
-+new_uri = g_file_get_uri (location);
-+if (g_str_has_prefix (new_uri, EEL_DESKTOP_URI))
-+target_same = TRUE;
-+else
-+target_navigation = TRUE;
-+

  1   2   >