[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 07:59:40
  Author: fyan
Revision: 109480

upgpkg: cinnamon-control-center 2.0.9-2

upower 0.99 rebuild

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 05:44:38 UTC (rev 109479)
+++ PKGBUILD2014-04-15 05:59:40 UTC (rev 109480)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon-control-center
 pkgver=2.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'gnome-menus' 
'libgnomekbd' 'network-manager-applet')



[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 08:03:19
  Author: fyan
Revision: 109481

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 109480, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 109480, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 109480, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 109480, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 109480, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 109480, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/region.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/region.patch

--+
 /PKGBUILD|  118 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   59 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   59 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10766 insertions(+), 10766 deletions(-)

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


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

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 08:04:42
  Author: bpiotrowski
Revision: 210570

upgpkg: bash 4.3.011-1

new upstream release

Modified:
  bash/trunk/PKGBUILD
Deleted:
  bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
  bash/trunk/bash-4.3-debug-trap.patch
  bash/trunk/bash-4.3-test-nameref.patch

+
 PKGBUILD   |   10 -
 bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 --
 bash-4.3-debug-trap.patch  |   30 ---
 bash-4.3-test-nameref.patch|   25 
 4 files changed, 8 insertions(+), 69 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 05:49:04 UTC (rev 210569)
+++ PKGBUILD2014-04-15 06:04:42 UTC (rev 210570)
@@ -5,9 +5,9 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=008
+_patchlevel=011
 pkgver=$_basever.$_patchlevel
-pkgrel=2
+pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -94,4 +94,10 @@
  'dcf471d222bcd83283d3094e6ceeb6f8'
  'SKIP'
  'f7553416646dc26c266454c78a916d36'
+ 'SKIP'
+ '7e73d2151f4064b484a4ba2c4b09960e'
+ 'SKIP'
+ 'a275463d21735bb6d7161f9fbd320d8f'
+ 'SKIP'
+ 'c17103ee20420d77e46b224c8d3fceda'
  'SKIP')

Deleted: bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
===
--- bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch  2014-04-15 
05:49:04 UTC (rev 210569)
+++ bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch  2014-04-15 
06:04:42 UTC (rev 210570)
@@ -1,12 +0,0 @@
-diff -Naur bash-4.2-orig/general.c bash-4.2/general.c
 bash-4.2-orig/general.c2010-12-13 06:06:27.0 +1000
-+++ bash-4.2/general.c 2013-08-25 21:52:36.681484302 +1000
-@@ -766,7 +766,7 @@
-   *nbeg++ = '.';
- 
-   nlen = nend - ntail;
--  memcpy (nbeg, ntail, nlen);
-+  memmove (nbeg, ntail, nlen);
-   nbeg[nlen] = '\0';
- 
-   return name;

Deleted: bash-4.3-debug-trap.patch
===
--- bash-4.3-debug-trap.patch   2014-04-15 05:49:04 UTC (rev 210569)
+++ bash-4.3-debug-trap.patch   2014-04-15 06:04:42 UTC (rev 210570)
@@ -1,30 +0,0 @@
-*** ../bash-4.3/trap.c 2014-02-05 10:03:21.0 -0500
 trap.c 2014-02-28 09:51:43.0 -0500
-***
-*** 921,925 
-  
-  #if defined (JOB_CONTROL)
-!   save_pipeline (1); /* XXX only provides one save level */
-  #endif
-  
 921,926 
-  
-  #if defined (JOB_CONTROL)
-!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-!  save_pipeline (1);  /* XXX only provides one save level */
-  #endif
-  
-***
-*** 941,945 
-  
-  #if defined (JOB_CONTROL)
-!   restore_pipeline (1);
-  #endif
-  
 942,947 
-  
-  #if defined (JOB_CONTROL)
-!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-!  restore_pipeline (1);
-  #endif
-  

Deleted: bash-4.3-test-nameref.patch
===
--- bash-4.3-test-nameref.patch 2014-04-15 05:49:04 UTC (rev 210569)
+++ bash-4.3-test-nameref.patch 2014-04-15 06:04:42 UTC (rev 210570)
@@ -1,25 +0,0 @@
-*** ../bash-4.3/test.c 2014-02-04 16:52:58.0 -0500
 test.c 2014-02-28 21:22:44.0 -0500
-***
-*** 647,652 
-  
-  case 'R':
-!   v = find_variable (arg);
-!   return (v  invisible_p (v) == 0  var_isset (v)  nameref_p (v) ? 
TRUE : FALSE);
-  }
-  
 647,652 
-  
-  case 'R':
-!   v = find_variable_noref (arg);
-!   return ((v  invisible_p (v) == 0  var_isset (v)  nameref_p (v)) 
? TRUE : FALSE);
-  }
-  
-***
-*** 724,727 
 724,728 
-  case 'u': case 'v': case 'w': case 'x': case 'z':
-  case 'G': case 'L': case 'O': case 'S': case 'N':
-+ case 'R':
-return (1);
-  }



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

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 08:05:00
  Author: bpiotrowski
Revision: 210571

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 210570, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash.install
(from rev 210570, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 210570, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 210570, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 210570, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 210570, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 210570, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 210570, bash/trunk/PKGBUILD)
  bash/repos/testing-x86_64/bash.install
(from rev 210570, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 210570, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 210570, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 210570, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 210570, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 210570, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |  103 
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 +
 testing-i686/dot.bash_profile |5 +
 testing-i686/dot.bashrc   |9 +++
 testing-i686/system.bash_logout   |3 +
 testing-i686/system.bashrc|   23 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 +
 testing-x86_64/dot.bash_profile   |5 +
 testing-x86_64/dot.bashrc |9 +++
 testing-x86_64/system.bash_logout |3 +
 testing-x86_64/system.bashrc  |   23 
 14 files changed, 324 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 210570, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-15 06:05:00 UTC (rev 210571)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=011
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout)
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
%03d $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+
+  for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+msg applying patch bash${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../bash${_basever//.}-$(printf %03d $_p)
+  done
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/sbin:/usr/local/bin:/usr/bin\\'
+   -DSTANDARD_UTILS_PATH=\'\/usr/bin\\'
+   -DSYS_BASHRC=\'\/etc/bash.bashrc\\'
+   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
+  export CFLAGS=${CFLAGS} ${_bashconfig[@]}
+
+  ./configure --prefix=/usr --with-curses --enable-readline \
+--without-bash-malloc --with-installed-readline
+  make
+}
+
+check() {
+  make -C $pkgname-$_basever check
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  ln -s bash $pkgdir/usr/bin/sh
+
+  install -dm755 $pkgdir/etc/skel/
+  # system-wide configuration files
+  install -m644 system.bashrc $pkgdir/etc/bash.bashrc
+  install -m644 system.bash_logout $pkgdir/etc/bash.bash_logout
+
+  # user configuration file skeletons
+  install -m644 dot.bashrc $pkgdir/etc/skel/.bashrc
+  install -m644 dot.bash_profile $pkgdir/etc/skel/.bash_profile
+  install -m644 dot.bash_logout $pkgdir/etc/skel/.bash_logout
+}
+
+md5sums=('81348932d5da294953e15d4814c74dd1'
+ 'SKIP'
+ '027d6bd8f5f6a06b75bb7698cb478089'
+ '2902e0fee7a9168f3a4fd2ccd60ff047'
+ '42f4400ed2314bd7519c020d0187edc5'
+   

[arch-commits] Commit in sbt/trunk (LICENSE_Scala PKGBUILD sbt.sh)

2014-04-15 Thread Andrea Scarpino
Date: Tuesday, April 15, 2014 @ 09:17:39
  Author: andrea
Revision: 109482

upgpkg: sbt 1:0.13.2-1

Upstream release

Added:
  sbt/trunk/LICENSE_Scala
  sbt/trunk/sbt.sh
Modified:
  sbt/trunk/PKGBUILD

---+
 LICENSE_Scala |   35 +++
 PKGBUILD  |   28 +---
 sbt.sh|5 +
 3 files changed, 53 insertions(+), 15 deletions(-)

Added: LICENSE_Scala
===
--- LICENSE_Scala   (rev 0)
+++ LICENSE_Scala   2014-04-15 07:17:39 UTC (rev 109482)
@@ -0,0 +1,35 @@
+SCALA LICENSE
+
+Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
+All rights reserved.
+
+This software was developed by the Programming Methods Laboratory of the
+Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
+
+Permission to use, copy, modify, and distribute this software in source
+or binary form for any purpose with or without fee is hereby granted,
+provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+   2. Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+
+   3. Neither the name of the EPFL nor the names of its contributors
+  may be used to endorse or promote products derived from this
+  software without specific prior written permission.
+
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
\ No newline at end of file

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 06:03:19 UTC (rev 109481)
+++ PKGBUILD2014-04-15 07:17:39 UTC (rev 109482)
@@ -4,31 +4,29 @@
 
 pkgname=sbt
 epoch=1
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc=A minimally intrusive build tool for Scala projects
 arch=('any')
 url='http://www.scala-sbt.org/'
-license=('BSD')
+license=('custom' 'APACHE')
 depends=('java-runtime-headless' 'sh')
-optdepends=('scala')
-source=(http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz;
-'LICENSE')
-md5sums=('3e8dc95757f8c70378df638a3047ea9b'
- '0cc49331142988765ce73782a5839c57')
+source=(http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar;
+'LICENSE' 'LICENSE_Scala' 'sbt.sh')
+md5sums=('3bc22e5885fa0792ff500a8e91d0936d'
+ '0cc49331142988765ce73782a5839c57'
+ '4a09aae439532404ef76d0ba1db3342c'
+ 'a83c7936396f5cf9e495b41472e4d4dd')
 
 package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/java/${pkgname}/{bin,conf}
-  install -m755 bin/{sbt,sbt-launch.jar,sbt-launch-lib.bash} \
-${pkgdir}/usr/share/java/${pkgname}/bin
-  install -m644 conf/{sbtconfig.txt,sbtopts} \
-${pkgdir}/usr/share/java/${pkgname}/conf
+  install -d ${pkgdir}/usr/share/java/${pkgname}
+  install -m755 sbt-launch.jar ${pkgdir}/usr/share/java/${pkgname}
 
   install -d ${pkgdir}/usr/bin/
-  ln -s /usr/share/java/${pkgname}/bin/sbt ${pkgdir}/usr/bin/sbt
+  install -Dm755 ${srcdir}/sbt.sh ${pkgdir}/usr/bin/sbt
 
   install -Dm644 ${srcdir}/LICENSE \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
+  install -Dm644 ${srcdir}/LICENSE_Scala \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_Scala
 }

Added: sbt.sh
===
--- sbt.sh  (rev 0)
+++ sbt.sh  2014-04-15 07:17:39 UTC (rev 109482)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+SBT_OPTS=-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M
+
+java $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar $@


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


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

2014-04-15 Thread Andrea Scarpino
Date: Tuesday, April 15, 2014 @ 09:17:45
  Author: andrea
Revision: 109483

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 109482, sbt/trunk/LICENSE)
  sbt/repos/community-any/LICENSE_Scala
(from rev 109482, sbt/trunk/LICENSE_Scala)
  sbt/repos/community-any/PKGBUILD
(from rev 109482, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.sh
(from rev 109482, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/LICENSE
  sbt/repos/community-any/PKGBUILD

---+
 LICENSE   |   50 +-
 LICENSE_Scala |   35 +
 PKGBUILD  |   66 +++-
 sbt.sh|5 
 4 files changed, 97 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-04-15 07:17:39 UTC (rev 109482)
+++ LICENSE 2014-04-15 07:17:45 UTC (rev 109483)
@@ -1,25 +0,0 @@
-Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: sbt/repos/community-any/LICENSE (from rev 109482, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-04-15 07:17:45 UTC (rev 109483)
@@ -0,0 +1,25 @@
+Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Copied: sbt/repos/community-any/LICENSE_Scala (from rev 109482, 
sbt/trunk/LICENSE_Scala)
===
--- LICENSE_Scala   (rev 0)
+++ LICENSE_Scala   2014-04-15 07:17:45 UTC (rev 109483)
@@ -0,0 +1,35 @@
+SCALA LICENSE
+
+Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
+All rights reserved.
+
+This software was developed by the Programming Methods Laboratory of the
+Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
+
+Permission to use, copy, modify, and distribute this software in source
+or binary form for any purpose with or without fee is hereby 

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

2014-04-15 Thread Daniel Micay
Date: Tuesday, April 15, 2014 @ 09:54:58
  Author: thestinger
Revision: 109484

add paxtest

Added:
  paxtest/
  paxtest/repos/
  paxtest/trunk/
  paxtest/trunk/PKGBUILD

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

Added: paxtest/trunk/PKGBUILD
===
--- paxtest/trunk/PKGBUILD  (rev 0)
+++ paxtest/trunk/PKGBUILD  2014-04-15 07:54:58 UTC (rev 109484)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Lubomir Krajcovic lubomir.krajcovic(AT)gmail(DOT)com
+# Contributor: sh0 mee(AT)sh0(DOT)org
+# Contributor: leoarcher carvalho.inacio(AT)gmail(DOT)com
+
+pkgname=paxtest
+pkgver=0.9.11
+pkgrel=2
+pkgdesc='PaX regression test suite'
+url='http://pax.grsecurity.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=()
+makedepends=()
+source=(http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('04ec4a600052c86ee341bbe0240d02c0')
+
+_make=make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname
+
+build() {
+  cd $pkgname-$pkgver
+  $_make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  $_make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 09:55:50
  Author: bpiotrowski
Revision: 210572

upgpkg: readline 6.3.005-1

new upstream release

Modified:
  readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 06:05:00 UTC (rev 210571)
+++ PKGBUILD2014-04-15 07:55:50 UTC (rev 210572)
@@ -5,9 +5,9 @@
 
 pkgname=readline
 _basever=6.3
-_patchlevel=003
+_patchlevel=005
 pkgver=$_basever.$_patchlevel
-pkgrel=2
+pkgrel=1
 pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
 url='http://tiswww.case.edu/php/chet/readline/rltop.html'
@@ -59,4 +59,8 @@
  '700295212f7e2978577feaee584afddb'
  'SKIP'
  'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP'
+ '11f9def89803a5052db3ba72394ce14f'
+ 'SKIP'
+ '93721c31cd225393f80cb3aadb165544'
  'SKIP')



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

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 09:56:02
  Author: bpiotrowski
Revision: 210573

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 210572, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 210572, readline/trunk/inputrc)
  readline/repos/testing-i686/readline.install
(from rev 210572, readline/trunk/readline.install)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 210572, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 210572, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline.install
(from rev 210572, readline/trunk/readline.install)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-i686/inputrc|   36 
 testing-i686/readline.install   |   17 +
 testing-x86_64/PKGBUILD |   66 ++
 testing-x86_64/inputrc  |   36 
 testing-x86_64/readline.install |   17 +
 6 files changed, 238 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 210572, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-15 07:56:02 UTC (rev 210573)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.3
+_patchlevel=005
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+
+if [[ $_patchlevel -gt 0 ]]; then
+for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 %03d $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+msg applying patch readline${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../readline${_basever//.}-$(printf %03d $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  install -Dm644 inputrc $pkgdir/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP'
+ '11f9def89803a5052db3ba72394ce14f'
+ 'SKIP'
+ '93721c31cd225393f80cb3aadb165544'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 210572, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2014-04-15 07:56:02 UTC (rev 210573)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+\e[1~: beginning-of-line
+\e[4~: end-of-line
+\e[5~: beginning-of-history
+\e[6~: end-of-history
+\e[7~: beginning-of-line
+\e[3~: delete-char
+\e[2~: quoted-insert
+\e[5C: forward-word
+\e[5D: backward-word
+\e\e[C: forward-word
+\e\e[D: backward-word
+\e[1;5C: forward-word
+\e[1;5D: backward-word
+
+# for rxvt
+\e[8~: end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+\eOH: beginning-of-line
+\eOF: end-of-line
+
+# for freebsd console
+\e[H: beginning-of-line
+\e[F: end-of-line
+$endif

Copied: readline/repos/testing-i686/readline.install (from rev 210572, 
readline/trunk/readline.install)
===
--- testing-i686/readline.install   (rev 0)
+++ testing-i686/readline.install   2014-04-15 07:56:02 UTC (rev 210573)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(history.info readline.info rluserman.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info 

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

2014-04-15 Thread Daniel Micay
Date: Tuesday, April 15, 2014 @ 09:58:03
  Author: thestinger
Revision: 109485

upgpkg: paxtest 0.9.11-2

Modified:
  paxtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 07:54:58 UTC (rev 109484)
+++ PKGBUILD2014-04-15 07:58:03 UTC (rev 109485)
@@ -10,8 +10,7 @@
 url='http://pax.grsecurity.net'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=()
-makedepends=()
+depends=(sh)
 source=(http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('04ec4a600052c86ee341bbe0240d02c0')
 



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

2014-04-15 Thread Daniel Micay
Date: Tuesday, April 15, 2014 @ 09:58:28
  Author: thestinger
Revision: 109486

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

Added:
  paxtest/repos/community-i686/
  paxtest/repos/community-i686/PKGBUILD
(from rev 109485, paxtest/trunk/PKGBUILD)
  paxtest/repos/community-x86_64/
  paxtest/repos/community-x86_64/PKGBUILD
(from rev 109485, paxtest/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: paxtest/repos/community-i686/PKGBUILD (from rev 109485, 
paxtest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 07:58:28 UTC (rev 109486)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Lubomir Krajcovic lubomir.krajcovic(AT)gmail(DOT)com
+# Contributor: sh0 mee(AT)sh0(DOT)org
+# Contributor: leoarcher carvalho.inacio(AT)gmail(DOT)com
+
+pkgname=paxtest
+pkgver=0.9.11
+pkgrel=2
+pkgdesc='PaX regression test suite'
+url='http://pax.grsecurity.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=(sh)
+source=(http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('04ec4a600052c86ee341bbe0240d02c0')
+
+_make=make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname
+
+build() {
+  cd $pkgname-$pkgver
+  $_make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  $_make DESTDIR=$pkgdir install
+}

Copied: paxtest/repos/community-x86_64/PKGBUILD (from rev 109485, 
paxtest/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-15 07:58:28 UTC (rev 109486)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Lubomir Krajcovic lubomir.krajcovic(AT)gmail(DOT)com
+# Contributor: sh0 mee(AT)sh0(DOT)org
+# Contributor: leoarcher carvalho.inacio(AT)gmail(DOT)com
+
+pkgname=paxtest
+pkgver=0.9.11
+pkgrel=2
+pkgdesc='PaX regression test suite'
+url='http://pax.grsecurity.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=(sh)
+source=(http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('04ec4a600052c86ee341bbe0240d02c0')
+
+_make=make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname
+
+build() {
+  cd $pkgname-$pkgver
+  $_make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  $_make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 09:59:02
  Author: jgc
Revision: 210575

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

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

+
 /PKGBUILD  |   82 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   41 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   41 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 07:58:56 UTC (rev 210574)
+++ extra-i686/PKGBUILD 2014-04-15 07:59:02 UTC (rev 210575)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=rygel
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
-arch=(i686 x86_64)
-url=http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
-makedepends=(vala intltool)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b70fcfc361c3cb6624b15f1acfd8b77d47628d0efd7cba8c5059c4a85ae6882c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 210574, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 07:59:02 UTC (rev 210575)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.22.1
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('11e18979682685e1c078f0205cc1e53f3e7adac768eeba91026677972b8976bc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2014-04-15 07:58:56 UTC (rev 210574)
+++ extra-i686/rygel.install2014-04-15 07:59:02 UTC (rev 210575)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install (from rev 210574, 
rygel/trunk/rygel.install)
===
--- 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 09:58:56
  Author: jgc
Revision: 210574

upgpkg: rygel 0.22.1-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 07:56:02 UTC (rev 210573)
+++ PKGBUILD2014-04-15 07:58:56 UTC (rev 210574)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.22.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b70fcfc361c3cb6624b15f1acfd8b77d47628d0efd7cba8c5059c4a85ae6882c')
+sha256sums=('11e18979682685e1c078f0205cc1e53f3e7adac768eeba91026677972b8976bc')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:00:45
  Author: jgc
Revision: 210576

3.12.1 update, fix URL (FS#39357)

Modified:
  eog-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 07:59:02 UTC (rev 210575)
+++ PKGBUILD2014-04-15 08:00:45 UTC (rev 210576)
@@ -2,17 +2,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=eog-plugins
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Plugins for Eye of Gnome
 arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
+url=https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 license=('GPL2')
 depends=('eog' 'libchamplain' 'libgdata')
 makedepends=('intltool')
 install=eog-plugins.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f6c4e0dd63c1003f31c08636b6540cf0312b9b42e2e621c96b946c72e3d9742')
+sha256sums=('5b9a6854d5411e75aadb9d44694bbe02a35f5a79a23da5c1bb4feb6bacf56f1c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:02:22
  Author: jgc
Revision: 210577

upgpkg: eog 3.12.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:00:45 UTC (rev 210576)
+++ PKGBUILD2014-04-15 08:02:22 UTC (rev 210577)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/EyeOfGnome;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bd9d3f733cb78465bc0891efb203889c97bacd774ca6017a3fd4a146b3d32402')
+sha256sums=('69a68a95c1322f133e15d86616db3b4fd02a2100767e897a85157b6c8ac77dd1')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:02:37
  Author: jgc
Revision: 210578

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

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

--+
 /PKGBUILD|   60 +
 /eog.install |   26 +++
 extra-i686/PKGBUILD  |   30 --
 extra-i686/eog.install   |   13 -
 extra-x86_64/PKGBUILD|   30 --
 extra-x86_64/eog.install |   13 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:02:22 UTC (rev 210577)
+++ extra-i686/PKGBUILD 2014-04-15 08:02:37 UTC (rev 210578)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bd9d3f733cb78465bc0891efb203889c97bacd774ca6017a3fd4a146b3d32402')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 210577, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:02:37 UTC (rev 210578)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('69a68a95c1322f133e15d86616db3b4fd02a2100767e897a85157b6c8ac77dd1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2014-04-15 08:02:22 UTC (rev 210577)
+++ extra-i686/eog.install  2014-04-15 08:02:37 UTC (rev 210578)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-i686/eog.install (from rev 210577, 
eog/trunk/eog.install)
===
--- extra-i686/eog.install  (rev 0)
+++ extra-i686/eog.install  2014-04-15 08:02:37 UTC (rev 210578)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:02:22 UTC (rev 210577)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:02:37 UTC (rev 210578)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
-makedepends=(intltool itstool)
-install=eog.install
-groups=(gnome)

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:18:43
  Author: jgc
Revision: 210579

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

Added:
  eog-plugins/repos/extra-i686/PKGBUILD
(from rev 210578, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/extra-i686/eog-plugins.install
(from rev 210578, eog-plugins/trunk/eog-plugins.install)
  eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 210578, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/extra-x86_64/eog-plugins.install
(from rev 210578, eog-plugins/trunk/eog-plugins.install)
Deleted:
  eog-plugins/repos/extra-i686/PKGBUILD
  eog-plugins/repos/extra-i686/eog-plugins.install
  eog-plugins/repos/extra-x86_64/PKGBUILD
  eog-plugins/repos/extra-x86_64/eog-plugins.install

--+
 /PKGBUILD|   66 +
 /eog-plugins.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/eog-plugins.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/eog-plugins.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-i686/PKGBUILD 2014-04-15 08:18:43 UTC (rev 210579)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=eog-plugins
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Plugins for Eye of Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL2')
-depends=('eog' 'libchamplain' 'libgdata')
-makedepends=('intltool')
-install=eog-plugins.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f6c4e0dd63c1003f31c08636b6540cf0312b9b42e2e621c96b946c72e3d9742')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/extra-i686/PKGBUILD (from rev 210578, 
eog-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:18:43 UTC (rev 210579)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata')
+makedepends=('intltool')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b9a6854d5411e75aadb9d44694bbe02a35f5a79a23da5c1bb4feb6bacf56f1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/eog-plugins.install
===
--- extra-i686/eog-plugins.install  2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-i686/eog-plugins.install  2014-04-15 08:18:43 UTC (rev 210579)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog-plugins/repos/extra-i686/eog-plugins.install (from rev 210578, 
eog-plugins/trunk/eog-plugins.install)
===
--- extra-i686/eog-plugins.install  (rev 0)
+++ extra-i686/eog-plugins.install  2014-04-15 08:18:43 UTC (rev 210579)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:02:37 UTC (rev 210578)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:18:43 UTC (rev 210579)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=eog-plugins
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Plugins for Eye of Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL2')
-depends=('eog' 'libchamplain' 'libgdata')
-makedepends=('intltool')
-install=eog-plugins.install

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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:21:55
  Author: spupykin
Revision: 109489

upgpkg: rsyslog 8.2.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:21:51 UTC (rev 109488)
+++ PKGBUILD2014-04-15 08:21:55 UTC (rev 109489)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.6.3
+pkgver=8.2.0
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('09c29847fff170bece92975f1bb05caa'
+md5sums=('33b06598f46caf8d5436151eec25a254'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 
@@ -39,7 +39,6 @@
   --enable-imjournal \
   --enable-omjournal \
   --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
   make
 }
 
@@ -47,7 +46,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make install DESTDIR=${pkgdir}
   # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
   install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
   install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
 



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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:21:51
  Author: spupykin
Revision: 109488

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:21:28 UTC (rev 109487)
+++ community-i686/PKGBUILD 2014-04-15 08:21:51 UTC (rev 109488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Denis Wernert deniswern...@gmail.com
-
-pkgname=liblogging
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=easy to use, portable, open source library for system logging
-url=http://www.liblogging.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('systemd')
-makedepends=('python-docutils')
-options=('strip' 'zipman' '!libtool')
-source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-i686/PKGBUILD (from rev 109487, 
liblogging/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:21:51 UTC (rev 109488)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Denis Wernert deniswern...@gmail.com
+
+pkgname=liblogging
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=easy to use, portable, open source library for system logging
+url=http://www.liblogging.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('systemd')
+makedepends=('python-docutils')
+options=('strip' 'zipman' '!libtool')
+source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('034083ef1424a566fdeefc56a719691f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 08:21:28 UTC (rev 109487)
+++ community-x86_64/PKGBUILD   2014-04-15 08:21:51 UTC (rev 109488)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Denis Wernert deniswern...@gmail.com
-
-pkgname=liblogging
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=easy to use, portable, open source library for system logging
-url=http://www.liblogging.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('systemd')
-makedepends=('python-docutils')
-options=('strip' 'zipman' '!libtool')
-source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-x86_64/PKGBUILD (from rev 109487, 
liblogging/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-15 08:21:51 UTC (rev 109488)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Denis Wernert deniswern...@gmail.com
+
+pkgname=liblogging
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=easy to use, portable, open source library for system logging
+url=http://www.liblogging.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('systemd')
+makedepends=('python-docutils')
+options=('strip' 'zipman' '!libtool')
+source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('034083ef1424a566fdeefc56a719691f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:21:28
  Author: spupykin
Revision: 109487

upgpkg: liblogging 1.0.4-1

upd

Modified:
  liblogging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 07:58:28 UTC (rev 109486)
+++ PKGBUILD2014-04-15 08:21:28 UTC (rev 109487)
@@ -3,7 +3,7 @@
 # Maintainer: Denis Wernert deniswern...@gmail.com
 
 pkgname=liblogging
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=easy to use, portable, open source library for system logging
 url=http://www.liblogging.org/;
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 options=('strip' 'zipman' '!libtool')
 source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
+md5sums=('034083ef1424a566fdeefc56a719691f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:22:21
  Author: spupykin
Revision: 109491

upgpkg: units 2.11-1

upd

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:22:17 UTC (rev 109490)
+++ PKGBUILD2014-04-15 08:22:21 UTC (rev 109491)
@@ -4,7 +4,7 @@
 # Contributor: Steve Sansom snsan...@gmail.com
 
 pkgname=units
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc=converts between different units
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!makeflags')
 install=units.install
 source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('08dc084526a879dd04b64ef46db2b80d')
+md5sums=('1d83f4e68135495aa9267b848de78dc5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:22:39
  Author: spupykin
Revision: 109492

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

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

+
 /PKGBUILD  |   56 +++
 /units.install |   36 +
 community-i686/PKGBUILD|   28 ---
 community-i686/units.install   |   18 
 community-x86_64/PKGBUILD  |   28 ---
 community-x86_64/units.install |   18 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:22:21 UTC (rev 109491)
+++ community-i686/PKGBUILD 2014-04-15 08:22:39 UTC (rev 109492)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Steve Sansom snsan...@gmail.com
-
-pkgname=units
-pkgver=2.10
-pkgrel=1
-pkgdesc=converts between different units
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
-license=(GPL)
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('08dc084526a879dd04b64ef46db2b80d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-i686/PKGBUILD (from rev 109491, 
units/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:22:39 UTC (rev 109492)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jeff Mickey j...@archlinux.org
+# Contributor: Steve Sansom snsan...@gmail.com
+
+pkgname=units
+pkgver=2.11
+pkgrel=1
+pkgdesc=converts between different units
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/units/units.html;
+depends=('readline')
+license=(GPL)
+options=('!makeflags')
+install=units.install
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('1d83f4e68135495aa9267b848de78dc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/units.install
===
--- community-i686/units.install2014-04-15 08:22:21 UTC (rev 109491)
+++ community-i686/units.install2014-04-15 08:22:39 UTC (rev 109492)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(units.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: units/repos/community-i686/units.install (from rev 109491, 
units/trunk/units.install)
===
--- community-i686/units.install(rev 0)
+++ community-i686/units.install2014-04-15 08:22:39 UTC (rev 109492)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(units.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 08:22:21 UTC (rev 109491)
+++ community-x86_64/PKGBUILD   2014-04-15 08:22:39 UTC (rev 109492)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Steve Sansom snsan...@gmail.com
-
-pkgname=units
-pkgver=2.10
-pkgrel=1
-pkgdesc=converts between different units
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
-license=(GPL)

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

2014-04-15 Thread Sergej Pupykin
Date: Tuesday, April 15, 2014 @ 10:22:17
  Author: spupykin
Revision: 109490

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 109489, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 109489, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 109489, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 109489, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 109489, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 109489, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  112 +++
 /rsyslog.conf  |   88 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   58 --
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   58 --
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 214 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:21:55 UTC (rev 109489)
+++ community-i686/PKGBUILD 2014-04-15 08:22:17 UTC (rev 109490)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.6.3
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('09c29847fff170bece92975f1bb05caa'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 109489, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:22:17 UTC (rev 109490)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.2.0
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:23:24
  Author: jgc
Revision: 210580

upgpkg: gedit 3.12.1-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:18:43 UTC (rev 210579)
+++ PKGBUILD2014-04-15 08:23:24 UTC (rev 210580)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gedit
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A text editor for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6028d535d50c85017739b84e7fe94ad5a1940064bb315375d5d1d6ed99eb38c2')
+sha256sums=('8e3edc62102934a8be708b0fdf27b86368fa9ede885628283bf8e91b26bbb67f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:23:31
  Author: jgc
Revision: 210581

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

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

+
 /PKGBUILD  |   66 +++
 /gedit.install |   36 +++
 extra-i686/PKGBUILD|   33 -
 extra-i686/gedit.install   |   18 ---
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/gedit.install |   18 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:23:24 UTC (rev 210580)
+++ extra-i686/PKGBUILD 2014-04-15 08:23:31 UTC (rev 210581)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A text editor for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool zeitgeist vala)
-optdepends=('zeitgeist: Zeitgeist plugin')
-groups=(gnome-extra)
-options=('!emptydirs')
-url=http://www.gnome.org;
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6028d535d50c85017739b84e7fe94ad5a1940064bb315375d5d1d6ed99eb38c2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 210580, gedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:23:31 UTC (rev 210581)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool zeitgeist vala)
+optdepends=('zeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e3edc62102934a8be708b0fdf27b86368fa9ede885628283bf8e91b26bbb67f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2014-04-15 08:23:24 UTC (rev 210580)
+++ extra-i686/gedit.install2014-04-15 08:23:31 UTC (rev 210581)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 210580, 
gedit/trunk/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2014-04-15 08:23:31 UTC (rev 210581)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:23:24 UTC (rev 210580)
+++ 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:27:36
  Author: jgc
Revision: 210583

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

Added:
  gnome-system-monitor/repos/extra-i686/PKGBUILD
(from rev 210582, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/extra-i686/gnome-system-monitor.install
(from rev 210582, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 210582, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/extra-x86_64/gnome-system-monitor.install
(from rev 210582, gnome-system-monitor/trunk/gnome-system-monitor.install)
Deleted:
  gnome-system-monitor/repos/extra-i686/PKGBUILD
  gnome-system-monitor/repos/extra-i686/gnome-system-monitor.install
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
  gnome-system-monitor/repos/extra-x86_64/gnome-system-monitor.install

---+
 /PKGBUILD |   60 
 /gnome-system-monitor.install |   22 ++
 extra-i686/PKGBUILD   |   30 --
 extra-i686/gnome-system-monitor.install   |   11 -
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/gnome-system-monitor.install |   11 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:27:30 UTC (rev 210582)
+++ extra-i686/PKGBUILD 2014-04-15 08:27:36 UTC (rev 210583)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-system-monitor
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A system monitor for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
-makedepends=('itstool' 'docbook-xsl' 'intltool')
-options=(!emptydirs)
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-system-monitor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2f10547f297002a02f667c4b399242fa82ed1753e0b80ee7c2bbf7034fe3097')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-system-monitor/repos/extra-i686/PKGBUILD (from rev 210582, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:27:36 UTC (rev 210583)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9abdf046248f26b3945a6aba4098ab04907416cdc07e19a7a8aeb568e2428f0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-system-monitor.install
===
--- extra-i686/gnome-system-monitor.install 2014-04-15 08:27:30 UTC (rev 
210582)
+++ extra-i686/gnome-system-monitor.install 2014-04-15 08:27:36 UTC (rev 
210583)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-system-monitor/repos/extra-i686/gnome-system-monitor.install 
(from rev 210582, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- extra-i686/gnome-system-monitor.install (rev 0)
+++ extra-i686/gnome-system-monitor.install 2014-04-15 08:27:36 UTC (rev 
210583)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:27:30 UTC (rev 210582)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:27:36 UTC (rev 210583)
@@ 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:27:30
  Author: jgc
Revision: 210582

upgpkg: gnome-system-monitor 3.12.1-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:23:31 UTC (rev 210581)
+++ PKGBUILD2014-04-15 08:27:30 UTC (rev 210582)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-system-monitor
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A system monitor for GNOME
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome')
 install=gnome-system-monitor.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2f10547f297002a02f667c4b399242fa82ed1753e0b80ee7c2bbf7034fe3097')
+sha256sums=('9abdf046248f26b3945a6aba4098ab04907416cdc07e19a7a8aeb568e2428f0f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:29:41
  Author: jgc
Revision: 210585

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:29:33 UTC (rev 210584)
+++ extra-i686/PKGBUILD 2014-04-15 08:29:41 UTC (rev 210585)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('633fe802d23b9642a2cdfc2131bd67ed3c4355735d4bcbad0fbbde82a21efbdb')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 210584, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:29:41 UTC (rev 210585)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:29:33 UTC (rev 210584)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:29:41 UTC (rev 210585)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('633fe802d23b9642a2cdfc2131bd67ed3c4355735d4bcbad0fbbde82a21efbdb')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 210584, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:29:41 UTC (rev 210585)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:29:33
  Author: jgc
Revision: 210584

upgpkg: gtksourceview3 3.12.1-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:27:36 UTC (rev 210583)
+++ PKGBUILD2014-04-15 08:29:33 UTC (rev 210584)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'glade')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('633fe802d23b9642a2cdfc2131bd67ed3c4355735d4bcbad0fbbde82a21efbdb')
+sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
 
 build() {
   cd $_pkgbasename-$pkgver



[arch-commits] Commit in cairo-dock-plugins/trunk (PKGBUILD)

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 10:31:51
  Author: alucryd
Revision: 109493

upgpkg: cairo-dock-plugins 3.3.2-4

Modified:
  cairo-dock-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:22:39 UTC (rev 109492)
+++ PKGBUILD2014-04-15 08:31:51 UTC (rev 109493)
@@ -7,13 +7,13 @@
 
 pkgname=cairo-dock-plugins
 pkgver=3.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/cairo-dock-plug-ins'
 license=('GPL')
 depends=('cairo-dock')
-makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+makedepends=('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'
@@ -30,7 +30,6 @@
 'python: Python 3 API'
 'python2: Python 2 API'
 'ruby: Ruby API'
-'upower: Logout, PowerManager applets'
 'vte3: Terminal applet'
 'webkitgtk3: Weblets applet')
 source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)



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

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 10:32:17
  Author: alucryd
Revision: 109494

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

Added:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
(from rev 109493, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
(from rev 109493, cairo-dock-plugins/trunk/PKGBUILD)
Deleted:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 112 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:31:51 UTC (rev 109493)
+++ community-i686/PKGBUILD 2014-04-15 08:32:17 UTC (rev 109494)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# 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
-pkgrel=3
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-plug-ins'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' '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'
-'upower: Logout, PowerManager applets'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('48f0caddb0a563d8a64176f66610ca35df5c952071e5574486d39bb574994643')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-i686/PKGBUILD (from rev 109493, 
cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:32:17 UTC (rev 109494)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# 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
+pkgrel=4
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/cairo-dock-plug-ins'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('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=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('48f0caddb0a563d8a64176f66610ca35df5c952071e5574486d39bb574994643')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:33:09
  Author: jgc
Revision: 210586

upgpkg: gnome-klotski 3.12.1-1

remove calls to update-desktop-database, no mimetypes

Modified:
  gnome-klotski/trunk/PKGBUILD
  gnome-klotski/trunk/gnome-klotski.install

---+
 PKGBUILD  |6 +++---
 gnome-klotski.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:29:41 UTC (rev 210585)
+++ PKGBUILD2014-04-15 08:33:09 UTC (rev 210586)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-klotski
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Slide blocks to solve the puzzle
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Klotski;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f73a5be8207ed5578ba4fd8482ad5c0a0ddd55119e52e5967053bf4729225a02')
+sha256sums=('2f2f559f85405de8f9580f9743d922407d78cdd79b9c8e3a529ee9393a18')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-klotski.install
===
--- gnome-klotski.install   2014-04-15 08:29:41 UTC (rev 210585)
+++ gnome-klotski.install   2014-04-15 08:33:09 UTC (rev 210586)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:33:15
  Author: jgc
Revision: 210587

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-klotski.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-klotski.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-klotski.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:33:09 UTC (rev 210586)
+++ extra-i686/PKGBUILD 2014-04-15 08:33:15 UTC (rev 210587)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-klotski
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Slide blocks to solve the puzzle
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-klotski.install
-url=https://live.gnome.org/Klotski;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f73a5be8207ed5578ba4fd8482ad5c0a0ddd55119e52e5967053bf4729225a02')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

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

Deleted: extra-i686/gnome-klotski.install
===
--- extra-i686/gnome-klotski.install2014-04-15 08:33:09 UTC (rev 210586)
+++ extra-i686/gnome-klotski.install2014-04-15 08:33:15 UTC (rev 210587)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-klotski/repos/extra-i686/gnome-klotski.install (from rev 210586, 
gnome-klotski/trunk/gnome-klotski.install)
===
--- extra-i686/gnome-klotski.install(rev 0)
+++ extra-i686/gnome-klotski.install2014-04-15 08:33:15 UTC (rev 210587)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:33:09 UTC (rev 210586)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:33:15 UTC (rev 210587)
@@ -1,32 +0,0 @@
-# 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:36:31
  Author: jgc
Revision: 210588

upgpkg: gnome-mines 3.12.1-1

Modified:
  gnome-mines/trunk/PKGBUILD
  gnome-mines/trunk/gnome-mines.install

-+
 PKGBUILD|6 +++---
 gnome-mines.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:33:15 UTC (rev 210587)
+++ PKGBUILD2014-04-15 08:36:31 UTC (rev 210588)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-mines
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Clear hidden mines from a minefield
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Mines;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7916c1b8cab4f4e876ae5856437b0e2df8db25ed53501b0378fea914dfcce69d')
+sha256sums=('b386add5c4dbaa8ad8a1952a52fbdf4c753a036202e63bf198940e9b97f10a01')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-mines.install
===
--- gnome-mines.install 2014-04-15 08:33:15 UTC (rev 210587)
+++ gnome-mines.install 2014-04-15 08:36:31 UTC (rev 210588)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:36:37
  Author: jgc
Revision: 210589

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

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

--+
 /PKGBUILD|   64 +
 /gnome-mines.install |   24 +
 extra-i686/PKGBUILD  |   32 --
 extra-i686/gnome-mines.install   |   13 ---
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/gnome-mines.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:36:31 UTC (rev 210588)
+++ extra-i686/PKGBUILD 2014-04-15 08:36:37 UTC (rev 210589)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-mines
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Clear hidden mines from a minefield
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mines.install
-url=https://live.gnome.org/Mines;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7916c1b8cab4f4e876ae5856437b0e2df8db25ed53501b0378fea914dfcce69d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-mines/repos/extra-i686/PKGBUILD (from rev 210588, 
gnome-mines/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:36:37 UTC (rev 210589)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mines
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Clear hidden mines from a minefield
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mines.install
+url=https://live.gnome.org/Mines;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b386add5c4dbaa8ad8a1952a52fbdf4c753a036202e63bf198940e9b97f10a01')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-mines.install
===
--- extra-i686/gnome-mines.install  2014-04-15 08:36:31 UTC (rev 210588)
+++ extra-i686/gnome-mines.install  2014-04-15 08:36:37 UTC (rev 210589)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-mines/repos/extra-i686/gnome-mines.install (from rev 210588, 
gnome-mines/trunk/gnome-mines.install)
===
--- extra-i686/gnome-mines.install  (rev 0)
+++ extra-i686/gnome-mines.install  2014-04-15 08:36:37 UTC (rev 210589)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:36:31 UTC (rev 210588)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:36:37 UTC (rev 210589)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:41:46
  Author: jgc
Revision: 210591

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

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

---+
 /PKGBUILD |   64 
 /gnome-robots.install |   24 +
 extra-i686/PKGBUILD   |   32 --
 extra-i686/gnome-robots.install   |   13 ---
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/gnome-robots.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:41:39 UTC (rev 210590)
+++ extra-i686/PKGBUILD 2014-04-15 08:41:46 UTC (rev 210591)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-robots
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Avoid the robots and make them crash into each other
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-robots.install
-url=https://live.gnome.org/Robots;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d31c32636689bef4badf19477a2a5b32e0cd08d244a5eb587180c472ff56f50')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-robots/repos/extra-i686/PKGBUILD (from rev 210590, 
gnome-robots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:41:46 UTC (rev 210591)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-robots
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Avoid the robots and make them crash into each other
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-robots.install
+url=https://live.gnome.org/Robots;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f48477f0dfab25ca78920c005c7d02cbdd8fa771f3825e9106b784d2cb5ca4ad')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-robots.install
===
--- extra-i686/gnome-robots.install 2014-04-15 08:41:39 UTC (rev 210590)
+++ extra-i686/gnome-robots.install 2014-04-15 08:41:46 UTC (rev 210591)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-robots/repos/extra-i686/gnome-robots.install (from rev 210590, 
gnome-robots/trunk/gnome-robots.install)
===
--- extra-i686/gnome-robots.install (rev 0)
+++ extra-i686/gnome-robots.install 2014-04-15 08:41:46 UTC (rev 210591)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:41:39 UTC (rev 210590)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:41:46 UTC 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:41:39
  Author: jgc
Revision: 210590

upgpkg: gnome-robots 3.12.1-1

Modified:
  gnome-robots/trunk/PKGBUILD
  gnome-robots/trunk/gnome-robots.install

--+
 PKGBUILD |6 +++---
 gnome-robots.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:36:37 UTC (rev 210589)
+++ PKGBUILD2014-04-15 08:41:39 UTC (rev 210590)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-robots
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Avoid the robots and make them crash into each other
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Robots;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8d31c32636689bef4badf19477a2a5b32e0cd08d244a5eb587180c472ff56f50')
+sha256sums=('f48477f0dfab25ca78920c005c7d02cbdd8fa771f3825e9106b784d2cb5ca4ad')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-robots.install
===
--- gnome-robots.install2014-04-15 08:36:37 UTC (rev 210589)
+++ gnome-robots.install2014-04-15 08:41:39 UTC (rev 210590)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -q -f usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 10:44:35
  Author: alucryd
Revision: 109495

upgpkg: plank 0.6.0-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:32:17 UTC (rev 109494)
+++ PKGBUILD2014-04-15 08:44:35 UTC (rev 109495)
@@ -4,28 +4,22 @@
 # Contributor: dcelasun dcelasun at gmaild dot com
 
 pkgname=plank
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
-pkgdesc=Elegant, simple, clean dock
+pkgdesc='Elegant, simple, clean dock'
 arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
+url='https://launchpad.net/plank'
 license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
+sha256sums=('6a49bcd2d4aaf8f9dc49b9a074ea02593880c32b7e5f328cad62257cc1e20b25')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
   make
 }
 
@@ -33,7 +27,6 @@
   cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
 }
 
 # vim: ts=2 sw=2 et:



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

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 10:44:49
  Author: alucryd
Revision: 109496

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

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

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:44:35 UTC (rev 109495)
+++ community-i686/PKGBUILD 2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 109495, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:44:49 UTC (rev 109496)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6a49bcd2d4aaf8f9dc49b9a074ea02593880c32b7e5f328cad62257cc1e20b25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2014-04-15 08:44:35 UTC (rev 109495)
+++ community-i686/plank.install2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 109495, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2014-04-15 08:44:49 UTC (rev 109496)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 08:44:35 UTC (rev 109495)
+++ community-x86_64/PKGBUILD   2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:47:30
  Author: jgc
Revision: 210592

upgpkg: swell-foop 3.12.1-1

Modified:
  swell-foop/trunk/PKGBUILD
  swell-foop/trunk/swell-foop.install

+
 PKGBUILD   |6 +++---
 swell-foop.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:41:46 UTC (rev 210591)
+++ PKGBUILD2014-04-15 08:47:30 UTC (rev 210592)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=swell-foop
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Clear the screen by removing groups of colored and shaped tiles
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Swell%20Foop;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7a9529cc3408e07673ba200316f799ee52e45fc56c9a2e728723135178e22a1')
+sha256sums=('d0ccb978c265dacadab635b832cb33e077930655013ee9161b68fce10c985dd9')
 
 build() {
   cd $pkgname-$pkgver

Modified: swell-foop.install
===
--- swell-foop.install  2014-04-15 08:41:46 UTC (rev 210591)
+++ swell-foop.install  2014-04-15 08:47:30 UTC (rev 210592)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:47:36
  Author: jgc
Revision: 210593

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 210592, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 210592, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 210592, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 210592, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   13 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:47:30 UTC (rev 210592)
+++ extra-i686/PKGBUILD 2014-04-15 08:47:36 UTC (rev 210593)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7a9529cc3408e07673ba200316f799ee52e45fc56c9a2e728723135178e22a1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 210592, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:47:36 UTC (rev 210593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d0ccb978c265dacadab635b832cb33e077930655013ee9161b68fce10c985dd9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/swell-foop.install
===
--- extra-i686/swell-foop.install   2014-04-15 08:47:30 UTC (rev 210592)
+++ extra-i686/swell-foop.install   2014-04-15 08:47:36 UTC (rev 210593)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: swell-foop/repos/extra-i686/swell-foop.install (from rev 210592, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2014-04-15 08:47:36 UTC (rev 210593)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:47:30 UTC (rev 210592)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:47:36 UTC (rev 210593)
@@ -1,32 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in gnome-maps/repos (extra-any)

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:51:25
  Author: jgc
Revision: 210596

Removed extra-any for gnome-maps

Deleted:
  gnome-maps/repos/extra-any/



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:51:16
  Author: jgc
Revision: 210594

upgpkg: gnome-maps 3.12.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:47:36 UTC (rev 210593)
+++ PKGBUILD2014-04-15 08:51:16 UTC (rev 210594)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-maps
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=A simple GNOME 3 maps application
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00396da76f88274355c8fa1206308fbd56c94443033993fb7e74c5e3b863516b')
+sha256sums=('783215079164478f9fec4aef455449ceaa3d3ae1726dd3bcdb16096b25865025')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:51:23
  Author: jgc
Revision: 210595

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

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

-+
 /PKGBUILD   |   52 ++
 /gnome-maps.install |   24 +
 extra-i686/PKGBUILD |   26 ---
 extra-i686/gnome-maps.install   |   12 
 extra-x86_64/PKGBUILD   |   26 ---
 extra-x86_64/gnome-maps.install |   12 
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:51:16 UTC (rev 210594)
+++ extra-i686/PKGBUILD 2014-04-15 08:51:23 UTC (rev 210595)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard 
gnome-icon-theme-symbolic)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00396da76f88274355c8fa1206308fbd56c94443033993fb7e74c5e3b863516b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-maps/repos/extra-i686/PKGBUILD (from rev 210594, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:51:23 UTC (rev 210595)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=A simple GNOME 3 maps application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard 
gnome-icon-theme-symbolic)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('783215079164478f9fec4aef455449ceaa3d3ae1726dd3bcdb16096b25865025')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-maps.install
===
--- extra-i686/gnome-maps.install   2014-04-15 08:51:16 UTC (rev 210594)
+++ extra-i686/gnome-maps.install   2014-04-15 08:51:23 UTC (rev 210595)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/extra-i686/gnome-maps.install (from rev 210594, 
gnome-maps/trunk/gnome-maps.install)
===
--- extra-i686/gnome-maps.install   (rev 0)
+++ extra-i686/gnome-maps.install   2014-04-15 08:51:23 UTC (rev 210595)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 08:51:16 UTC (rev 210594)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:51:23 UTC (rev 210595)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard 
gnome-icon-theme-symbolic)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:53:46
  Author: jgc
Revision: 210598

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 210597, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/file-roller.install
(from rev 210597, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 210597, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 210597, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/file-roller.install

--+
 /PKGBUILD|   70 +
 /file-roller.install |   26 +
 extra-i686/PKGBUILD  |   35 --
 extra-i686/file-roller.install   |   13 --
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/file-roller.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

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

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

Deleted: extra-i686/file-roller.install
===
--- extra-i686/file-roller.install  2014-04-15 08:53:40 UTC (rev 210597)
+++ extra-i686/file-roller.install  2014-04-15 08:53:46 UTC (rev 210598)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: file-roller/repos/extra-i686/file-roller.install (from rev 210597, 
file-roller/trunk/file-roller.install)
===
--- extra-i686/file-roller.install  (rev 0)
+++ extra-i686/file-roller.install  2014-04-15 08:53:46 UTC (rev 210598)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:53:40
  Author: jgc
Revision: 210597

upgpkg: file-roller 3.12.1-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:51:25 UTC (rev 210596)
+++ PKGBUILD2014-04-15 08:53:40 UTC (rev 210597)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=file-roller
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Create and modify archives
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=file-roller.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897')
+sha256sums=('bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:12:42
  Author: flexiondotorg
Revision: 109497

upgpkg: mate-session-manager 1.8.1-2 - Disabled upower to address #39853

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:44:49 UTC (rev 109496)
+++ PKGBUILD2014-04-15 09:12:42 UTC (rev 109497)
@@ -2,13 +2,13 @@
 
 pkgname=mate-session-manager
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The MATE Session Handler
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
- 'mate-settings-daemon' 'upower' 'xdg-user-dirs')
+ 'mate-settings-daemon' 'pangox-compat' 'xdg-user-dirs')
 makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
 optdepends=('xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
 groups=('mate')
@@ -23,7 +23,8 @@
 --libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0
+--with-gtk=2.0 \
+--disable-upower
 make
 }
 



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:12:58
  Author: flexiondotorg
Revision: 109498

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 109497, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-i686/mate-session-manager.install
(from rev 109497, mate-session-manager/trunk/mate-session-manager.install)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 109497, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/mate-session-manager.install
(from rev 109497, mate-session-manager/trunk/mate-session-manager.install)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-i686/mate-session-manager.install
  mate-session-manager/repos/community-x86_64/PKGBUILD
  mate-session-manager/repos/community-x86_64/mate-session-manager.install

---+
 /PKGBUILD |   68 
 /mate-session-manager.install |   24 
 community-i686/PKGBUILD   |   33 ---
 community-i686/mate-session-manager.install   |   12 
 community-x86_64/PKGBUILD |   33 ---
 community-x86_64/mate-session-manager.install |   12 
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:12:42 UTC (rev 109497)
+++ community-i686/PKGBUILD 2014-04-15 09:12:58 UTC (rev 109498)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-session-manager
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=The MATE Session Handler
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
- 'mate-settings-daemon' 'upower' 'xdg-user-dirs')
-makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
-optdepends=('xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('af07f12aaad1c6fd7626dfcf95c01c519bde3819')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 109497, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:12:58 UTC (rev 109498)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-session-manager
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=The MATE Session Handler
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus-glib' 'gtk2' 'libsm' 'libxtst' 'mate-desktop' 'mate-polkit'
+ 'mate-settings-daemon' 'pangox-compat' 'xdg-user-dirs')
+makedepends=('mate-common' 'perl-xml-parser' 'xmlto')
+optdepends=('xdg-user-dirs-gtk: Add autostart that prompts to rename user 
directories when switching locales')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('af07f12aaad1c6fd7626dfcf95c01c519bde3819')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-upower
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-session-manager.install
===
--- community-i686/mate-session-manager.install 2014-04-15 09:12:42 UTC (rev 
109497)
+++ community-i686/mate-session-manager.install 2014-04-15 09:12:58 UTC (rev 
109498)
@@ -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-session-manager/repos/community-i686/mate-session-manager.install 
(from rev 109497, mate-session-manager/trunk/mate-session-manager.install)
===
--- community-i686/mate-session-manager.install (rev 0)
+++ 

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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:24:47
  Author: fyan
Revision: 109499

upgpkg: perl-xml-libxml 2.0116-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:12:58 UTC (rev 109498)
+++ PKGBUILD2014-04-15 09:24:47 UTC (rev 109499)
@@ -4,7 +4,7 @@
 # Contributor: François Charette francois.archlinux.org
 
 pkgname=perl-xml-libxml
-pkgver=2.0115
+pkgver=2.0116
 pkgrel=1
 pkgdesc=Interface to the libxml library
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('456cde9d6733792e35bc45df566e82ad')
+md5sums=('a53a743bf053a0cb4afb41513fb8a684')
 
 build() {
   cd $srcdir/XML-LibXML-$pkgver



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:25:25
  Author: fyan
Revision: 210599

upgpkg: perl-ev 4.17-1

Modified:
  perl-ev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 08:53:46 UTC (rev 210598)
+++ PKGBUILD2014-04-15 09:25:25 UTC (rev 210599)
@@ -1,7 +1,8 @@
 # $Id$
+# Maintainer:
 
 pkgname=perl-ev
-pkgver=4.16
+pkgver=4.17
 pkgrel=1
 pkgdesc='perl interface to libev, a high performance full-featured event loop'
 arch=(i686 x86_64)
@@ -10,7 +11,7 @@
 depends=(perl-common-sense)
 url=https://metacpan.org/release/EV
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('8b2ee81053b0766db8af36b055e4dab5')
+md5sums=('ffc39299fab4589bb850b5a46ccd2395')
 
 build() {
   cd EV-$pkgver



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

2014-04-15 Thread Alexander Rødseth
Date: Tuesday, April 15, 2014 @ 11:25:22
  Author: arodseth
Revision: 109500

upgpkg: liteide 22-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:24:47 UTC (rev 109499)
+++ PKGBUILD2014-04-15 09:25:22 UTC (rev 109500)
@@ -5,9 +5,9 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=21.1
+pkgver=22
 pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64' 'i686')
 url='https://github.com/visualfc/liteide'



[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:25:51
  Author: fyan
Revision: 109502

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

Added:
  perl-xml-libxml/repos/community-i686/PKGBUILD
(from rev 109499, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
(from rev 109499, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
(from rev 109500, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install
(from rev 109501, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/community-i686/PKGBUILD
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   76 +
 /perl-xml-libxml.install |   30 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/perl-xml-libxml.install   |   15 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/perl-xml-libxml.install |   15 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
+++ community-i686/PKGBUILD 2014-04-15 09:25:51 UTC (rev 109502)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0115
-pkgrel=1
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('456cde9d6733792e35bc45df566e82ad')
-
-build() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXML-$pkgver
-
-  make pure_install doc_install DESTDIR=$pkgdir/
-}

Copied: perl-xml-libxml/repos/community-i686/PKGBUILD (from rev 109499, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:25:51 UTC (rev 109502)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0116
+pkgrel=1
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('a53a743bf053a0cb4afb41513fb8a684')
+
+build() {
+  cd $srcdir/XML-LibXML-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/XML-LibXML-$pkgver
+
+  make test
+}
+
+package() {
+  cd $srcdir/XML-LibXML-$pkgver
+
+  make pure_install doc_install DESTDIR=$pkgdir/
+}

Deleted: community-i686/perl-xml-libxml.install
===
--- community-i686/perl-xml-libxml.install  2014-04-15 09:25:35 UTC (rev 
109501)
+++ community-i686/perl-xml-libxml.install  2014-04-15 09:25:51 UTC (rev 
109502)
@@ -1,15 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-  fi
-}
-

Copied: perl-xml-libxml/repos/community-i686/perl-xml-libxml.install (from rev 
109499, perl-xml-libxml/trunk/perl-xml-libxml.install)

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

2014-04-15 Thread Alexander Rødseth
Date: Tuesday, April 15, 2014 @ 11:25:35
  Author: arodseth
Revision: 109501

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 109500, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 109500, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 109500, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 109500, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:25:22 UTC (rev 109500)
+++ community-i686/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 109500, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=22
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname 

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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:26:43
  Author: fyan
Revision: 210600

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

Added:
  perl-ev/repos/extra-i686/PKGBUILD
(from rev 210599, perl-ev/trunk/PKGBUILD)
  perl-ev/repos/extra-x86_64/PKGBUILD
(from rev 210599, perl-ev/trunk/PKGBUILD)
Deleted:
  perl-ev/repos/extra-i686/PKGBUILD
  perl-ev/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 09:25:25 UTC (rev 210599)
+++ extra-i686/PKGBUILD 2014-04-15 09:26:43 UTC (rev 210600)
@@ -1,33 +0,0 @@
-# $Id$
-
-pkgname=perl-ev
-pkgver=4.16
-pkgrel=1
-pkgdesc='perl interface to libev, a high performance full-featured event loop'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-common-sense)
-url=https://metacpan.org/release/EV
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('8b2ee81053b0766db8af36b055e4dab5')
-
-build() {
-  cd EV-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd EV-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd EV-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-}

Copied: perl-ev/repos/extra-i686/PKGBUILD (from rev 210599, 
perl-ev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 09:26:43 UTC (rev 210600)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-ev
+pkgver=4.17
+pkgrel=1
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
+md5sums=('ffc39299fab4589bb850b5a46ccd2395')
+
+build() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd EV-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 09:25:25 UTC (rev 210599)
+++ extra-x86_64/PKGBUILD   2014-04-15 09:26:43 UTC (rev 210600)
@@ -1,33 +0,0 @@
-# $Id$
-
-pkgname=perl-ev
-pkgver=4.16
-pkgrel=1
-pkgdesc='perl interface to libev, a high performance full-featured event loop'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-common-sense)
-url=https://metacpan.org/release/EV
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('8b2ee81053b0766db8af36b055e4dab5')
-
-build() {
-  cd EV-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd EV-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd EV-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-}

Copied: perl-ev/repos/extra-x86_64/PKGBUILD (from rev 210599, 
perl-ev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-15 09:26:43 UTC (rev 210600)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-ev
+pkgver=4.17
+pkgrel=1
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
+md5sums=('ffc39299fab4589bb850b5a46ccd2395')
+
+build() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd EV-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+}



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:28:56
  Author: fyan
Revision: 109503

upgpkg: perl-xml-libxslt 1.92-1

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:25:51 UTC (rev 109502)
+++ PKGBUILD2014-04-15 09:28:56 UTC (rev 109503)
@@ -4,7 +4,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-xml-libxslt
-pkgver=1.89
+pkgver=1.92
 pkgrel=1
 pkgdesc=Interface to the gnome libxslt library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl-xml-libxml' 'libxslt')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('692d2491b3ebf3465960c270c6a10e8b')
+md5sums=('e543d54493c8be6d4fb26595593818d1')
 
 build() {
   cd XML-LibXSLT-$pkgver



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:29:03
  Author: fyan
Revision: 210601

upgpkg: perl-extutils-makemaker 6.96-1

Modified:
  perl-extutils-makemaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:26:43 UTC (rev 210600)
+++ PKGBUILD2014-04-15 09:29:03 UTC (rev 210601)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-extutils-makemaker
-pkgver=6.94
+pkgver=6.96
 pkgrel=1
 pkgdesc=ExtUtils::MakeMaker - Create a module Makefile
 arch=('any')
@@ -14,7 +14,7 @@
 replaces=('perl-file-copy-recursive')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz;)
-sha1sums=('bf7b1de7e8380a89b8523f91a54c1c5e0cae6f13')
+sha1sums=('ab0d94b884dd9a010e361ed2294de84af553c2c2')
 
 build() {
   cd ExtUtils-MakeMaker-$pkgver




[arch-commits] Commit in perl-extutils-makemaker/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:29:43
  Author: fyan
Revision: 210602

archrelease: copy trunk to extra-any

Added:
  perl-extutils-makemaker/repos/extra-any/PKGBUILD
(from rev 210601, perl-extutils-makemaker/trunk/PKGBUILD)
Deleted:
  perl-extutils-makemaker/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:29:03 UTC (rev 210601)
+++ PKGBUILD2014-04-15 09:29:43 UTC (rev 210602)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-extutils-makemaker
-pkgver=6.94
-pkgrel=1
-pkgdesc=ExtUtils::MakeMaker - Create a module Makefile
-arch=('any')
-url=http://search.cpan.org/~bingos/ExtUtils-MakeMaker/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-provides=('perl-file-copy-recursive')
-conflicts=('perl-file-copy-recursive')
-replaces=('perl-file-copy-recursive')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz;)
-sha1sums=('bf7b1de7e8380a89b8523f91a54c1c5e0cae6f13')
-
-build() {
-  cd ExtUtils-MakeMaker-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check () {
-  cd ExtUtils-MakeMaker-$pkgver
-  make test
-}
-
-package () {
-  cd ExtUtils-MakeMaker-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-

Copied: perl-extutils-makemaker/repos/extra-any/PKGBUILD (from rev 210601, 
perl-extutils-makemaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:29:43 UTC (rev 210602)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-extutils-makemaker
+pkgver=6.96
+pkgrel=1
+pkgdesc=ExtUtils::MakeMaker - Create a module Makefile
+arch=('any')
+url=http://search.cpan.org/~bingos/ExtUtils-MakeMaker/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+provides=('perl-file-copy-recursive')
+conflicts=('perl-file-copy-recursive')
+replaces=('perl-file-copy-recursive')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz;)
+sha1sums=('ab0d94b884dd9a010e361ed2294de84af553c2c2')
+
+build() {
+  cd ExtUtils-MakeMaker-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd ExtUtils-MakeMaker-$pkgver
+  make test
+}
+
+package () {
+  cd ExtUtils-MakeMaker-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in perl-xml-libxslt/repos (4 files)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:30:25
  Author: fyan
Revision: 109504

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

Added:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
(from rev 109503, perl-xml-libxslt/trunk/PKGBUILD)
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
(from rev 109503, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:28:56 UTC (rev 109503)
+++ community-i686/PKGBUILD 2014-04-15 09:30:25 UTC (rev 109504)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.89
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('692d2491b3ebf3465960c270c6a10e8b')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-xml-libxslt/repos/community-i686/PKGBUILD (from rev 109503, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:30:25 UTC (rev 109504)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.92
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('e543d54493c8be6d4fb26595593818d1')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 09:28:56 UTC (rev 109503)
+++ community-x86_64/PKGBUILD   2014-04-15 09:30:25 UTC (rev 109504)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.89
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('692d2491b3ebf3465960c270c6a10e8b')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-xml-libxslt/repos/community-x86_64/PKGBUILD (from rev 109503, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-15 09:30:25 UTC (rev 109504)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.92
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('e543d54493c8be6d4fb26595593818d1')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:31:15
  Author: flexiondotorg
Revision: 109505

upgpkg: mate-power-manager 1.8.0-2 - Add patches to support upower 0.99

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:30:25 UTC (rev 109504)
+++ PKGBUILD2014-04-15 09:31:15 UTC (rev 109505)
@@ -2,19 +2,25 @@
 
 pkgname=mate-power-manager
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'dconf' 'libcanberra' 'libgnome-keyring' 'libnotify' 
+depends=('dbus-glib' 'dconf' 'libcanberra' 'libgnome-keyring' 'libnotify'
  'libunique' 'mate-panel' 'upower')
 makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'perl-xml-parser'
  'xmlto' '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=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;
+
https://github.com/seife/mate-power-manager/commit/2b3cf01f84204dd5d8204d519e2167b41cda6bc0.diff;
+
https://github.com/seife/mate-power-manager/commit/220a4e0a64aca0579f50e6e57d4eca848b3ac57f.diff;
+
https://github.com/seife/mate-power-manager/commit/d59f4b8bd38e1628af3a992ae8e96b8e069ab738.diff;)
+sha1sums=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8'
+  '8c8d724ac99604aad6eabaddd5012a997dbadc90'
+  '884af06e9344954b4237263cd910acb2f34ff443'
+  'd2950548f353b71ffa8ea6680af6d211a72a5670')
 install=${pkgname}.install
 
 prepare() {
@@ -21,6 +27,10 @@
 cd ${srcdir}/${pkgname}-${pkgver}
 #Work around a problem where the .sgml fail to parse.
 sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+# Add upower 0.99 support
+patch -Np1 -i ${srcdir}/2b3cf01f84204dd5d8204d519e2167b41cda6bc0.diff
+patch -Np1 -i ${srcdir}/220a4e0a64aca0579f50e6e57d4eca848b3ac57f.diff
+patch -Np1 -i ${srcdir}/d59f4b8bd38e1628af3a992ae8e96b8e069ab738.diff
 }
 
 build() {



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

2014-04-15 Thread Massimiliano Torromeo
Date: Tuesday, April 15, 2014 @ 11:32:10
  Author: mtorromeo
Revision: 109507

upgpkg: libuv 0.11.24-1

Updated to 0.11.24

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:31:31 UTC (rev 109506)
+++ PKGBUILD2014-04-15 09:32:10 UTC (rev 109507)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=libuv
-pkgver=0.11.23
+pkgver=0.11.24
 pkgrel=1
 pkgdesc=A new platform layer for Node.JS
 arch=('i686' 'x86_64')
@@ -38,4 +38,4 @@
$pkgdir/usr/share/doc/$pkgname/ChangeLog
 }
 
-sha256sums=('041beb3cc3ae6791e7469984324b4c7dd18001f9be82eac617f244dfbb332e39')
+sha256sums=('8e23517d37a8c820fc68fa250b7398f520c76e40250b8da2a2eca230eb7f3ab8')



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:31:31
  Author: flexiondotorg
Revision: 109506

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

Added:
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 109505, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-i686/mate-power-manager.install
(from rev 109505, mate-power-manager/trunk/mate-power-manager.install)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 109505, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/mate-power-manager.install
(from rev 109505, mate-power-manager/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-i686/mate-power-manager.install
  mate-power-manager/repos/community-x86_64/PKGBUILD
  mate-power-manager/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |  104 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   43 --
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   43 --
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 128 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:31:15 UTC (rev 109505)
+++ community-i686/PKGBUILD 2014-04-15 09:31:31 UTC (rev 109506)
@@ -1,43 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-power-manager
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'libcanberra' 'libgnome-keyring' 'libnotify' 
- 'libunique' 'mate-panel' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'perl-xml-parser'
- 'xmlto' '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=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-#Work around a problem where the .sgml fail to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 109505, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:31:31 UTC (rev 109506)
@@ -0,0 +1,52 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-power-manager
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Session daemon that makes it easy to manage your laptop or desktop 
system for Mate Desktop
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libcanberra' 'libgnome-keyring' 'libnotify'
+ 'libunique' 'mate-panel' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'perl-xml-parser'
+ 'xmlto' '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;
+
https://github.com/seife/mate-power-manager/commit/2b3cf01f84204dd5d8204d519e2167b41cda6bc0.diff;
+
https://github.com/seife/mate-power-manager/commit/220a4e0a64aca0579f50e6e57d4eca848b3ac57f.diff;
+
https://github.com/seife/mate-power-manager/commit/d59f4b8bd38e1628af3a992ae8e96b8e069ab738.diff;)
+sha1sums=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8'
+  '8c8d724ac99604aad6eabaddd5012a997dbadc90'
+  '884af06e9344954b4237263cd910acb2f34ff443'
+  'd2950548f353b71ffa8ea6680af6d211a72a5670')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+# Add upower 0.99 support
+patch -Np1 -i ${srcdir}/2b3cf01f84204dd5d8204d519e2167b41cda6bc0.diff
+patch -Np1 -i ${srcdir}/220a4e0a64aca0579f50e6e57d4eca848b3ac57f.diff
+patch -Np1 -i ${srcdir}/d59f4b8bd38e1628af3a992ae8e96b8e069ab738.diff
+}
+
+build() {
+   

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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:34:34
  Author: fyan
Revision: 109508

upgpkg: perl-local-lib 2.10-1

Modified:
  perl-local-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:32:10 UTC (rev 109507)
+++ PKGBUILD2014-04-15 09:34:34 UTC (rev 109508)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-local-lib
-pkgver=2.08
+pkgver=2.10
 pkgrel=1
 pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
-md5sums=('2dfe859c8fd417363dd5653523b87dcf')
+md5sums=('1223c470aad10fd4d7bcd9f77a729b53')
 
 build() {
   cd local-lib-${pkgver}



[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:35:31
  Author: fyan
Revision: 109509

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
(from rev 109508, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:34:34 UTC (rev 109508)
+++ PKGBUILD2014-04-15 09:35:31 UTC (rev 109509)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-local-lib
-pkgver=2.08
-pkgrel=1
-pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
-arch=('any')
-url=http://search.cpan.org/dist/local-lib/;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
-md5sums=('2dfe859c8fd417363dd5653523b87dcf')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 109508, 
perl-local-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:35:31 UTC (rev 109509)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-local-lib
+pkgver=2.10
+pkgrel=1
+pkgdesc=Create and use a local lib/ for perl modules with PERL5LIB
+arch=('any')
+url=http://search.cpan.org/dist/local-lib/;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz;)
+md5sums=('1223c470aad10fd4d7bcd9f77a729b53')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Massimiliano Torromeo
Date: Tuesday, April 15, 2014 @ 11:35:38
  Author: mtorromeo
Revision: 109510

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

Added:
  libuv/repos/community-i686/PKGBUILD
(from rev 109507, libuv/trunk/PKGBUILD)
  libuv/repos/community-x86_64/PKGBUILD
(from rev 109508, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/community-i686/PKGBUILD
  libuv/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:35:31 UTC (rev 109509)
+++ community-i686/PKGBUILD 2014-04-15 09:35:38 UTC (rev 109510)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=0.11.23
-pkgrel=1
-pkgdesc=A new platform layer for Node.JS
-arch=('i686' 'x86_64')
-url=https://github.com/joyent/libuv;
-license=('custom')
-depends=('glibc')
-source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-}
-
-sha256sums=('041beb3cc3ae6791e7469984324b4c7dd18001f9be82eac617f244dfbb332e39')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 109507, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:35:38 UTC (rev 109510)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=0.11.24
+pkgrel=1
+pkgdesc=A new platform layer for Node.JS
+arch=('i686' 'x86_64')
+url=https://github.com/joyent/libuv;
+license=('custom')
+depends=('glibc')
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+}
+
+sha256sums=('8e23517d37a8c820fc68fa250b7398f520c76e40250b8da2a2eca230eb7f3ab8')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 09:35:31 UTC (rev 109509)
+++ community-x86_64/PKGBUILD   2014-04-15 09:35:38 UTC (rev 109510)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=0.11.23
-pkgrel=1
-pkgdesc=A new platform layer for Node.JS
-arch=('i686' 'x86_64')
-url=https://github.com/joyent/libuv;
-license=('custom')
-depends=('glibc')
-source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-}
-
-sha256sums=('041beb3cc3ae6791e7469984324b4c7dd18001f9be82eac617f244dfbb332e39')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 109508, 
libuv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-15 09:35:38 UTC (rev 109510)
@@ -0,0 +1,41 @@

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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:37:48
  Author: fyan
Revision: 109511

upgpkg: perl-io-all 0.60-1

Modified:
  perl-io-all/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:35:38 UTC (rev 109510)
+++ PKGBUILD2014-04-15 09:37:48 UTC (rev 109511)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-io-all
-pkgver=0.59
+pkgver=0.60
 pkgrel=1
 pkgdesc=IO::All of it to Graham and Damian!
 arch=(any)
@@ -11,9 +11,7 @@
 depends=('perl=5.6.1' 'perl-io-string=1.08')
 url=http://search.cpan.org/dist/IO-All/;
 
source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
-sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
-sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
-sha1sums=('5cef329fe8b16381eebc2159fb8868cb8a0c20c5')
+sha1sums=('9ac0ad8ee42253d62ed9de95a228bf3fabc9ed4c')
 
 build() {
   export PERL_MM_USE_DEFAULT=1 PERL5LIB= \



[arch-commits] Commit in perl-io-all/repos/community-any (PKGBUILD PKGBUILD)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:39:01
  Author: fyan
Revision: 109512

archrelease: copy trunk to community-any

Added:
  perl-io-all/repos/community-any/PKGBUILD
(from rev 109511, perl-io-all/trunk/PKGBUILD)
Deleted:
  perl-io-all/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:37:48 UTC (rev 109511)
+++ PKGBUILD2014-04-15 09:39:01 UTC (rev 109512)
@@ -1,45 +0,0 @@
-# Packager: Justin Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.59
-pkgrel=1
-pkgdesc=IO::All of it to Graham and Damian!
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.1' 'perl-io-string=1.08')
-url=http://search.cpan.org/dist/IO-All/;
-source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
-sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
-sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
-sha1sums=('5cef329fe8b16381eebc2159fb8868cb8a0c20c5')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-  cd ${srcdir}/IO-All-${pkgver}
-  perl Makefile.PL
-  make
-}
-
-check() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-  cd ${srcdir}/IO-All-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/IO-All-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-io-all/repos/community-any/PKGBUILD (from rev 109511, 
perl-io-all/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:39:01 UTC (rev 109512)
@@ -0,0 +1,43 @@
+# Packager: Justin Davis jrc...@gmail.com
+# $Id$
+
+pkgname=perl-io-all
+pkgver=0.60
+pkgrel=1
+pkgdesc=IO::All of it to Graham and Damian!
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl=5.6.1' 'perl-io-string=1.08')
+url=http://search.cpan.org/dist/IO-All/;
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz;)
+sha1sums=('9ac0ad8ee42253d62ed9de95a228bf3fabc9ed4c')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+  cd ${srcdir}/IO-All-${pkgver}
+  perl Makefile.PL
+  make
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+  cd ${srcdir}/IO-All-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/IO-All-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:39:23
  Author: fyan
Revision: 109513

upgpkg: perl-cpan-perl-releases 1.66-1

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:39:01 UTC (rev 109512)
+++ PKGBUILD2014-04-15 09:39:23 UTC (rev 109513)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=1.64
+pkgver=1.66
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('654764322ea411bc2b8411fb7845eb91')
+md5sums=('0ab74d63693c4e96c843fb74604e5096')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver



[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:40:38
  Author: fyan
Revision: 109514

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 109513, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:39:23 UTC (rev 109513)
+++ PKGBUILD2014-04-15 09:40:38 UTC (rev 109514)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=1.64
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url=https://metacpan.org/release/CPAN-Perl-Releases;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('654764322ea411bc2b8411fb7845eb91')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 109513, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:40:38 UTC (rev 109514)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=1.66
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url=https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+md5sums=('0ab74d63693c4e96c843fb74604e5096')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:47:12
  Author: flexiondotorg
Revision: 109515

upgpkg: mate-applets 1.8.0-3 - Rebuilt against upower 0.99

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:40:38 UTC (rev 109514)
+++ PKGBUILD2014-04-15 09:47:12 UTC (rev 109515)
@@ -2,7 +2,7 @@
 
 pkgname=mate-applets
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Applets for MATE panel
 arch=('i686' 'x86_64')
 url=http://mate-desktop.org;
@@ -10,7 +10,7 @@
 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' 
+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;)



[arch-commits] Commit in mate-applets/repos/community-i686 (4 files)

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 11:47:21
  Author: flexiondotorg
Revision: 109516

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |   82 -
 mate-applets.install |   26 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:47:12 UTC (rev 109515)
+++ PKGBUILD2014-04-15 09:47:21 UTC (rev 109516)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=2
-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 109515, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:47:21 UTC (rev 109516)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-applets
+pkgver=1.8.0
+pkgrel=3
+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
+}

Deleted: mate-applets.install
===
--- mate-applets.install2014-04-15 09:47:12 UTC (rev 109515)
+++ mate-applets.install2014-04-15 09:47:21 UTC (rev 109516)
@@ -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
-}
-
-post_remove() {
-post_install
-}

Copied: mate-applets/repos/community-i686/mate-applets.install (from rev 
109515, mate-applets/trunk/mate-applets.install)
===
--- mate-applets.install(rev 0)
+++ mate-applets.install2014-04-15 09:47:21 UTC (rev 109516)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 11:50:46
  Author: alucryd
Revision: 109517

FS#39857: lightdm 1:1.10.0-2

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:47:21 UTC (rev 109516)
+++ PKGBUILD2014-04-15 09:50:46 UTC (rev 109517)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -66,12 +66,14 @@
   rm -rf ${pkgdir}/etc/init
   rm -rf ${pkgdir}/usr/include/lightdm-qt{,5}-*
 
-  install -dm 770 ${pkgdir}/var/lib/lightdm
+  install -dm 755 ${pkgdir}/var/cache/lightdm
+  install -dm 770 ${pkgdir}/var/lib/lightdm{,-data}
   install -dm 711 ${pkgdir}/var/log/lightdm
-  chmod +t ${pkgdir}/var/lib/lightdm
+  chmod +t ${pkgdir}/var/{cache/lightdm,lib/lightdm{,-data}}
   echo 'GDK_CORE_DEVICE_EVENTS=true'  
${pkgdir}/var/lib/lightdm/.pam_environment
   chmod 644 ${pkgdir}/var/lib/lightdm/.pam_environment
-  chown 620:620 -R ${pkgdir}/var/{lib,log}/lightdm
+  chown 620:620 -R ${pkgdir}/var/lib/lightdm{,-data}
+  chgrp 620 ${pkgdir}/var/log/lightdm
 
 # PAM
   install -m 644 ../lightdm.pam ${pkgdir}/etc/pam.d/lightdm
@@ -90,7 +92,7 @@
 package_liblightdm-qt4() {
 pkgdesc='LightDM Qt client library'
 depends=('lightdm' 'qt4')
-options+=('!emptydirs')
+options=('!emptydirs')
 
   cd ${pkgbase}-${pkgver}
 
@@ -105,7 +107,7 @@
 package_liblightdm-qt5() {
 pkgdesc='LightDM Qt client library'
 depends=('lightdm' 'qt5-base')
-options+=('!emptydirs')
+options=('!emptydirs')
 
   cd ${pkgbase}-${pkgver}
 



[arch-commits] Commit in lightdm/repos (36 files)

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 11:51:22
  Author: alucryd
Revision: 109518

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 109517, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 109517, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 109517, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 109517, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 109517, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 109517, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 109517, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 109517, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 109517, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 109517, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 109517, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 109517, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 109517, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 109517, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 109517, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 109517, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 109517, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 109517, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  244 
 /Xsession |  114 +++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   90 
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 ++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  120 ---
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   45 
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  120 ---
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   45 
 community-x86_64/lightdm.install  |   23 --
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 27 files changed, 594 insertions(+), 590 deletions(-)

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


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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:53:11
  Author: fyan
Revision: 109519

upgpkg: python2-polib 1.0.4-1

Modified:
  python2-polib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:51:22 UTC (rev 109518)
+++ PKGBUILD2014-04-15 09:53:11 UTC (rev 109519)
@@ -2,7 +2,7 @@
 
 pkgname=python2-polib
 _pkgname='polib'
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='A library to manipulate gettext files'
 url='http://polib.readthedocs.org/en/latest/index.html'
@@ -11,9 +11,8 @@
 depends=('python2')
 
 source=(https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz;)
-sha256sums=('7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff')
+sha256sums=('8b3276f75ce2fce9442e27db3ae63d842416e17f0e2095f39ff52dc735e5749a')
 
-
 build() {
   cd ${srcdir}/${_pkgname}-${pkgver}
   python2 setup.py build



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:53:55
  Author: fyan
Revision: 109520

archrelease: copy trunk to community-any

Added:
  python2-polib/repos/community-any/PKGBUILD
(from rev 109519, python2-polib/trunk/PKGBUILD)
Deleted:
  python2-polib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:53:11 UTC (rev 109519)
+++ PKGBUILD2014-04-15 09:53:55 UTC (rev 109520)
@@ -1,26 +0,0 @@
-# Contributor: Esteban V. Carnevale alfpla...@mailoo.com
-
-pkgname=python2-polib
-_pkgname='polib'
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='A library to manipulate gettext files'
-url='http://polib.readthedocs.org/en/latest/index.html'
-arch=('any')
-license=('MIT')
-depends=('python2')
-
-source=(https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz;)
-sha256sums=('7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff')
-
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python2-polib/repos/community-any/PKGBUILD (from rev 109519, 
python2-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:53:55 UTC (rev 109520)
@@ -0,0 +1,25 @@
+# Contributor: Esteban V. Carnevale alfpla...@mailoo.com
+
+pkgname=python2-polib
+_pkgname='polib'
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='http://polib.readthedocs.org/en/latest/index.html'
+arch=('any')
+license=('MIT')
+depends=('python2')
+
+source=(https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz;)
+sha256sums=('8b3276f75ce2fce9442e27db3ae63d842416e17f0e2095f39ff52dc735e5749a')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:57:53
  Author: fyan
Revision: 109521

upgpkg: python-pyro 4.25-1

Modified:
  python-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:53:55 UTC (rev 109520)
+++ PKGBUILD2014-04-15 09:57:53 UTC (rev 109521)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pyro
 pkgname=($pkgbase 'python2-pyro')
-pkgver=4.24
+pkgver=4.25
 pkgrel=1
 pkgdesc='Distributed object middleware for Python (RPC)'
 url='http://pypi.python.org/pypi/Pyro4/'
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
-sha256sums=('24d2ceaabbd886981d0df56f8f7e5f7f1a9db173778baa4965605f6880c90eb8')
+sha256sums=('ac2b0123badcb76c63eb716fcd95e0ee4021d345b5db05fda19253c59e39b384')
 
 package_python-pyro() {
   depends=('python')



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:58:34
  Author: fyan
Revision: 109522

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:57:53 UTC (rev 109521)
+++ PKGBUILD2014-04-15 09:58:34 UTC (rev 109522)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org 
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.br
-
-pkgbase=python-pyro
-pkgname=($pkgbase 'python2-pyro')
-pkgver=4.24
-pkgrel=1
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='http://pypi.python.org/pypi/Pyro4/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
-sha256sums=('24d2ceaabbd886981d0df56f8f7e5f7f1a9db173778baa4965605f6880c90eb8')
-
-package_python-pyro() {
-  depends=('python')
-  cd Pyro4-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyro() {
-  depends=('python2')
-  cd Pyro4-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 109521, 
python-pyro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 09:58:34 UTC (rev 109522)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.br
+
+pkgbase=python-pyro
+pkgname=($pkgbase 'python2-pyro')
+pkgver=4.25
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='http://pypi.python.org/pypi/Pyro4/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
+sha256sums=('ac2b0123badcb76c63eb716fcd95e0ee4021d345b5db05fda19253c59e39b384')
+
+package_python-pyro() {
+  depends=('python')
+  cd Pyro4-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyro() {
+  depends=('python2')
+  cd Pyro4-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 11:59:50
  Author: fyan
Revision: 109523

upgpkg: python-configobj 5.0.4-1

Modified:
  python-configobj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:58:34 UTC (rev 109522)
+++ PKGBUILD2014-04-15 09:59:50 UTC (rev 109523)
@@ -6,7 +6,7 @@
 
 pkgbase=python-configobj
 pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc='Simple but powerful config file reader and writer for Python'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
-sha256sums=('7531711eb36d141a6c5dfe2780ae5a342410ea3060a77fec45b46de9d514351f')
+sha256sums=('e8ab66b86e888c7188f1316708f50db9032006469f1456764511d03646f3f6e8')
 
 package_python-configobj() {
   depends=('python-six')



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

2014-04-15 Thread Felix Yan
Date: Tuesday, April 15, 2014 @ 12:00:42
  Author: fyan
Revision: 109524

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 09:59:50 UTC (rev 109523)
+++ PKGBUILD2014-04-15 10:00:42 UTC (rev 109524)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Stefan Husmann  stefan-husm...@t-online.de
-# Contributor: Manuel ekerazha C. (www.ekerazha.com)
-
-pkgbase=python-configobj
-pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Simple but powerful config file reader and writer for Python'
-arch=('any')
-url='https://github.com/DiffSK/configobj'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
-sha256sums=('7531711eb36d141a6c5dfe2780ae5a342410ea3060a77fec45b46de9d514351f')
-
-package_python-configobj() {
-  depends=('python-six')
-  cd configobj-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-configobj() {
-  depends=('python2-six')
-  cd configobj-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-configobj/repos/community-any/PKGBUILD (from rev 109523, 
python-configobj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 10:00:42 UTC (rev 109524)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Stefan Husmann  stefan-husm...@t-online.de
+# Contributor: Manuel ekerazha C. (www.ekerazha.com)
+
+pkgbase=python-configobj
+pkgname=('python-configobj' 'python2-configobj')
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='Simple but powerful config file reader and writer for Python'
+arch=('any')
+url='https://github.com/DiffSK/configobj'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
+sha256sums=('e8ab66b86e888c7188f1316708f50db9032006469f1456764511d03646f3f6e8')
+
+package_python-configobj() {
+  depends=('python-six')
+  cd configobj-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-configobj() {
+  depends=('python2-six')
+  cd configobj-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-15 Thread Martin Wimpress
Date: Tuesday, April 15, 2014 @ 12:04:44
  Author: flexiondotorg
Revision: 109525

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 109524, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-i686/mate-applets.install
(from rev 109524, mate-applets/trunk/mate-applets.install)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 109524, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/mate-applets.install
(from rev 109524, 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 |   82 
 /mate-applets.install |   26 ++
 community-i686/PKGBUILD   |   41 
 community-i686/mate-applets.install   |   13 -
 community-x86_64/PKGBUILD |   41 
 community-x86_64/mate-applets.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 10:00:42 UTC (rev 109524)
+++ community-i686/PKGBUILD 2014-04-15 10:04:44 UTC (rev 109525)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=3
-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 109524, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 10:04:44 UTC (rev 109525)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-applets
+pkgver=1.8.0
+pkgrel=3
+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
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2014-04-15 10:00:42 UTC (rev 109524)
+++ community-i686/mate-applets.install 2014-04-15 10:04:44 UTC (rev 109525)
@@ -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
-}
-
-post_remove() {

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 12:33:45
  Author: jgc
Revision: 210604

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

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

-+
 /PKGBUILD   |   64 ++
 /gnome-mahjongg.install |   24 
 extra-i686/PKGBUILD |   32 -
 extra-i686/gnome-mahjongg.install   |   13 --
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/gnome-mahjongg.install |   13 --
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 10:33:38 UTC (rev 210603)
+++ extra-i686/PKGBUILD 2014-04-15 10:33:45 UTC (rev 210604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-mahjongg
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Disassemble a pile of tiles by removing matching pairs
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mahjongg.install
-url=https://live.gnome.org/Mahjongg;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc1e04ddcdd4facb79c564328da8401245cc92c3465b73ad908caf1577c85b45')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-mahjongg/repos/extra-i686/PKGBUILD (from rev 210603, 
gnome-mahjongg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 10:33:45 UTC (rev 210604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mahjongg
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Disassemble a pile of tiles by removing matching pairs
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mahjongg.install
+url=https://live.gnome.org/Mahjongg;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('86b54c8b82131b9a6ffcb1eb41a8a29b859ae3a1ca99a1b08656cbe8bcca9f04')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-mahjongg.install
===
--- extra-i686/gnome-mahjongg.install   2014-04-15 10:33:38 UTC (rev 210603)
+++ extra-i686/gnome-mahjongg.install   2014-04-15 10:33:45 UTC (rev 210604)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-mahjongg/repos/extra-i686/gnome-mahjongg.install (from rev 
210603, gnome-mahjongg/trunk/gnome-mahjongg.install)
===
--- extra-i686/gnome-mahjongg.install   (rev 0)
+++ extra-i686/gnome-mahjongg.install   2014-04-15 10:33:45 UTC (rev 210604)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 10:33:38 UTC (rev 210603)
+++ 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 12:33:38
  Author: jgc
Revision: 210603

upgpkg: gnome-mahjongg 3.12.1-1

Modified:
  gnome-mahjongg/trunk/PKGBUILD
  gnome-mahjongg/trunk/gnome-mahjongg.install

+
 PKGBUILD   |6 +++---
 gnome-mahjongg.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 09:29:43 UTC (rev 210602)
+++ PKGBUILD2014-04-15 10:33:38 UTC (rev 210603)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-mahjongg
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Disassemble a pile of tiles by removing matching pairs
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Mahjongg;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc1e04ddcdd4facb79c564328da8401245cc92c3465b73ad908caf1577c85b45')
+sha256sums=('86b54c8b82131b9a6ffcb1eb41a8a29b859ae3a1ca99a1b08656cbe8bcca9f04')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-mahjongg.install
===
--- gnome-mahjongg.install  2014-04-15 09:29:43 UTC (rev 210602)
+++ gnome-mahjongg.install  2014-04-15 10:33:38 UTC (rev 210603)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 13:20:24
  Author: jgc
Revision: 210606

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

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

-+
 /PKGBUILD   |   64 ++
 /gnome-tetravex.install |   24 
 extra-i686/PKGBUILD |   32 -
 extra-i686/gnome-tetravex.install   |   13 --
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/gnome-tetravex.install |   13 --
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 11:20:18 UTC (rev 210605)
+++ extra-i686/PKGBUILD 2014-04-15 11:20:24 UTC (rev 210606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-tetravex
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Complete the puzzle by matching numbered tiles
-arch=(i686 x86_64)
-license=(GPL)
-depends=(desktop-file-utils hicolor-icon-theme gtk3)
-makedepends=(intltool itstool gobject-introspection vala)
-conflicts=(gnome-games)
-replaces=(gnome-games)
-options=(!emptydirs)
-install=gnome-tetravex.install
-url=https://live.gnome.org/Tetravex;
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93ac828fb41d57631dff88fc6546d2954b028fdbddfd3e95e8ea8ca56ad30763')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-tetravex/repos/extra-i686/PKGBUILD (from rev 210605, 
gnome-tetravex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 11:20:24 UTC (rev 210606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-tetravex
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Complete the puzzle by matching numbered tiles
+arch=(i686 x86_64)
+license=(GPL)
+depends=(hicolor-icon-theme gtk3)
+makedepends=(intltool itstool gobject-introspection vala)
+conflicts=(gnome-games)
+replaces=(gnome-games)
+options=(!emptydirs)
+install=gnome-tetravex.install
+url=https://live.gnome.org/Tetravex;
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d50ba0eefb13b5293e7636b30d4f2621c9f001221eb144dbc7d283639871e8ff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-tetravex.install
===
--- extra-i686/gnome-tetravex.install   2014-04-15 11:20:18 UTC (rev 210605)
+++ extra-i686/gnome-tetravex.install   2014-04-15 11:20:24 UTC (rev 210606)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-tetravex/repos/extra-i686/gnome-tetravex.install (from rev 
210605, gnome-tetravex/trunk/gnome-tetravex.install)
===
--- extra-i686/gnome-tetravex.install   (rev 0)
+++ extra-i686/gnome-tetravex.install   2014-04-15 11:20:24 UTC (rev 210606)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 11:20:18 UTC (rev 210605)
+++ extra-x86_64/PKGBUILD   2014-04-15 11:20:24 UTC (rev 210606)
@@ -1,32 +0,0 @@
-# 

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

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 13:20:18
  Author: jgc
Revision: 210605

upgpkg: gnome-tetravex 3.12.1-1

Modified:
  gnome-tetravex/trunk/PKGBUILD
  gnome-tetravex/trunk/gnome-tetravex.install

+
 PKGBUILD   |8 
 gnome-tetravex.install |1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 10:33:45 UTC (rev 210604)
+++ PKGBUILD2014-04-15 11:20:18 UTC (rev 210605)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-tetravex
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Complete the puzzle by matching numbered tiles
 arch=(i686 x86_64)
 license=(GPL)
-depends=(desktop-file-utils hicolor-icon-theme gtk3)
+depends=(hicolor-icon-theme gtk3)
 makedepends=(intltool itstool gobject-introspection vala)
 conflicts=(gnome-games)
 replaces=(gnome-games)
@@ -16,8 +16,8 @@
 install=gnome-tetravex.install
 url=https://live.gnome.org/Tetravex;
 groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93ac828fb41d57631dff88fc6546d2954b028fdbddfd3e95e8ea8ca56ad30763')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d50ba0eefb13b5293e7636b30d4f2621c9f001221eb144dbc7d283639871e8ff')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-tetravex.install
===
--- gnome-tetravex.install  2014-04-15 10:33:45 UTC (rev 210604)
+++ gnome-tetravex.install  2014-04-15 11:20:18 UTC (rev 210605)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -f -q usr/share/icons/hicolor
 }
 



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

2014-04-15 Thread Guillaume Alaux
Date: Tuesday, April 15, 2014 @ 13:50:50
  Author: guillaume
Revision: 210607

Upstream release 1.1.30

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 11:20:24 UTC (rev 210606)
+++ PKGBUILD2014-04-15 11:50:50 UTC (rev 210607)
@@ -2,7 +2,7 @@
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 
 pkgname=tomcat-native
-pkgver=1.1.29
+pkgver=1.1.30
 pkgrel=1
 pkgdesc='The Apache Tomcat Native Library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('java-environment')
 options=('!emptydirs')
 
source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
+sha256sums=('0842c2a14163e2c16b8140d1855701bc3d7daba493d0193ec1bba0aa49aa8c11')
 
 build() {
   cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native



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

2014-04-15 Thread Guillaume Alaux
Date: Tuesday, April 15, 2014 @ 13:51:31
  Author: guillaume
Revision: 210608

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

Added:
  tomcat-native/repos/extra-i686/PKGBUILD
(from rev 210607, tomcat-native/trunk/PKGBUILD)
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 210607, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-i686/PKGBUILD
  tomcat-native/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 11:50:50 UTC (rev 210607)
+++ extra-i686/PKGBUILD 2014-04-15 11:51:31 UTC (rev 210608)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.29
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=('!emptydirs')
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-i686/PKGBUILD (from rev 210607, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 11:51:31 UTC (rev 210608)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.30
+pkgrel=1
+pkgdesc='The Apache Tomcat Native Library'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/'
+license=('APACHE')
+depends=('apr' 'openssl')
+makedepends=('java-environment')
+options=('!emptydirs')
+source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
+sha256sums=('0842c2a14163e2c16b8140d1855701bc3d7daba493d0193ec1bba0aa49aa8c11')
+
+build() {
+  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
+
+  ./configure \
+--prefix=/usr \
+--with-java-home=${JAVA_HOME} \
+--with-apr=/usr \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-15 11:50:50 UTC (rev 210607)
+++ extra-x86_64/PKGBUILD   2014-04-15 11:51:31 UTC (rev 210608)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.29
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=('!emptydirs')
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 210607, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-15 11:51:31 UTC (rev 210608)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.30
+pkgrel=1
+pkgdesc='The Apache Tomcat Native Library'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/'
+license=('APACHE')
+depends=('apr' 'openssl')
+makedepends=('java-environment')
+options=('!emptydirs')
+source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
+sha256sums=('0842c2a14163e2c16b8140d1855701bc3d7daba493d0193ec1bba0aa49aa8c11')
+
+build() {
+  cd 

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 14:47:19
  Author: bpiotrowski
Revision: 109526

upgpkg: cinnamon-control-center 2.2.3-1

new upstream release

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 10:04:44 UTC (rev 109525)
+++ PKGBUILD2014-04-15 12:47:19 UTC (rev 109526)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
 # Based on gnome-control-center:
 # Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'gnome-menus' 
'libgnomekbd' 'network-manager-applet')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')
 optdepends=('gnome-color-manager: for color management tasks')
 makedepends=('intltool' 'gnome-common' 'docbook-xsl')
 url=https://github.com/linuxmint/cinnamon-control-center;
@@ -16,18 +17,9 @@
 install=cinnamon-control-center.install
 license=('GPL')
 options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-region.patch)
-sha256sums=('63bb179a50d5f873ed1c19de97966592eedbc055ce2829e4298223a75fc33b4e'
-'077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('50a3da1282f7dcda7a9460aff18873bc83076b74c8dcbe9919e0a372672ae6c9')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix region panel
-  patch -Np1 -i ../region.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 14:47:26
  Author: bpiotrowski
Revision: 109527

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 109526, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 109526, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 109526, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 109526, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 109526, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 109526, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/region.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/region.patch

--+
 /PKGBUILD|  102 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   59 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   59 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10750 insertions(+), 10766 deletions(-)

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


[arch-commits] Commit in cinnamon-settings-daemon/trunk (8 files)

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 14:55:51
  Author: bpiotrowski
Revision: 109528

upgpkg: cinnamon-settings-daemon 2.2.1-1

new upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD
Deleted:
  cinnamon-settings-daemon/trunk/automount-plugin.patch
  cinnamon-settings-daemon/trunk/dpms.patch
  cinnamon-settings-daemon/trunk/fix-lock-on-suspend.patch
  cinnamon-settings-daemon/trunk/keyboard.patch
  cinnamon-settings-daemon/trunk/remove_obsolete_battery_recall_code.patch
  cinnamon-settings-daemon/trunk/systemd-support.patch
  cinnamon-settings-daemon/trunk/upower_deprecated.patch

---+
 PKGBUILD  |   48 
 automount-plugin.patch|  447 --
 dpms.patch|   29 
 fix-lock-on-suspend.patch |  109 
 keyboard.patch| 4728 
 remove_obsolete_battery_recall_code.patch |  242 -
 systemd-support.patch |  535 ---
 upower_deprecated.patch   |   81 
 8 files changed, 6 insertions(+), 6213 deletions(-)

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


[arch-commits] Commit in cinnamon-settings-daemon/repos (22 files)

2014-04-15 Thread Bartłomiej Piotrowski
Date: Tuesday, April 15, 2014 @ 14:55:57
  Author: bpiotrowski
Revision: 109529

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 109528, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 109528, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 109528, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 109528, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-i686/dpms.patch
  cinnamon-settings-daemon/repos/community-i686/fix-lock-on-suspend.patch
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
  
cinnamon-settings-daemon/repos/community-i686/remove_obsolete_battery_recall_code.patch
  cinnamon-settings-daemon/repos/community-i686/systemd-support.patch
  cinnamon-settings-daemon/repos/community-i686/upower_deprecated.patch
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/dpms.patch
  cinnamon-settings-daemon/repos/community-x86_64/fix-lock-on-suspend.patch
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch
  
cinnamon-settings-daemon/repos/community-x86_64/remove_obsolete_battery_recall_code.patch
  cinnamon-settings-daemon/repos/community-x86_64/systemd-support.patch
  cinnamon-settings-daemon/repos/community-x86_64/upower_deprecated.patch

+
 /PKGBUILD  |   70 
 /cinnamon-settings-daemon.install  |   24 
 community-i686/PKGBUILD|   71 
 community-i686/automount-plugin.patch  |  447 -
 community-i686/cinnamon-settings-daemon.install|   12 
 community-i686/dpms.patch  |   29 
 community-i686/fix-lock-on-suspend.patch   |  109 
 community-i686/keyboard.patch  | 4728 ---
 community-i686/remove_obsolete_battery_recall_code.patch   |  242 
 community-i686/systemd-support.patch   |  535 -
 community-i686/upower_deprecated.patch |   81 
 community-x86_64/PKGBUILD  |   71 
 community-x86_64/automount-plugin.patch|  447 -
 community-x86_64/cinnamon-settings-daemon.install  |   12 
 community-x86_64/dpms.patch|   29 
 community-x86_64/fix-lock-on-suspend.patch |  109 
 community-x86_64/keyboard.patch| 4728 ---
 community-x86_64/remove_obsolete_battery_recall_code.patch |  242 
 community-x86_64/systemd-support.patch |  535 -
 community-x86_64/upower_deprecated.patch   |   81 
 20 files changed, 94 insertions(+), 12508 deletions(-)

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


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

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 15:28:34
  Author: bgyorgy
Revision: 109531

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 109530, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/adwaita_style.patch
(from rev 109530, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-i686/nemo.install
(from rev 109530, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 109530, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/adwaita_style.patch
(from rev 109530, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 109530, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install

--+
 /PKGBUILD|  116 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   53 ---
 community-i686/adwaita_style.patch   |   10 ++
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   53 ---
 community-x86_64/adwaita_style.patch |   10 ++
 community-x86_64/nemo.install|   14 ---
 8 files changed, 164 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 13:28:25 UTC (rev 109530)
+++ community-i686/PKGBUILD 2014-04-15 13:28:34 UTC (rev 109531)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Cinnamon file manager (Nautilus fork)
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
- 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 109530, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 13:28:34 UTC (rev 109531)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
+adwaita_style.patch)
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466'
+'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Fix white text on breadcrumb with Adwaita theme
+  patch -Np1 -i ../adwaita_style.patch
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+ 

[arch-commits] Commit in nemo/trunk (PKGBUILD adwaita_style.patch)

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 15:28:25
  Author: bgyorgy
Revision: 109530

upgpkg: nemo 2.2.0-2

The fix for Adwaita theme is still needed

Added:
  nemo/trunk/adwaita_style.patch
Modified:
  nemo/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 adwaita_style.patch |   10 ++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 12:55:57 UTC (rev 109529)
+++ PKGBUILD2014-04-15 13:28:25 UTC (rev 109530)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -15,12 +15,17 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
+adwaita_style.patch)
+sha256sums=('d909354fb5378804eb9abcfe04e3f4b4e482e7afbec018cacc35b3e845cce466'
+'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
 
 prepare() {
   cd linuxmint-nemo-*
 
+  # Fix white text on breadcrumb with Adwaita theme
+  patch -Np1 -i ../adwaita_style.patch
+
   # Python2 fix
   sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'

Added: adwaita_style.patch
===
--- adwaita_style.patch (rev 0)
+++ adwaita_style.patch 2014-04-15 13:28:25 UTC (rev 109530)
@@ -0,0 +1,10 @@
+--- a/src/nemo-style-fallback.css
 b/src/nemo-style-fallback.css
+@@ -8,7 +8,6 @@ NemoPathbarButton {
+  color-stop (.7, shade(alpha(@bg_color, 
0.8), 0.90)),
+  color-stop (1, shade(alpha(@bg_color, 
0.8), 0.80)));
+ border-color: #808080;
+-color: @fg_color;
+ -NemoPathbarButton-border-radius: 3px;
+ }
+ 



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

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 15:35:27
  Author: bgyorgy
Revision: 109532

upgpkg: cinnamon-session 2.2.0-2

Cinnamon has its own session name now, remove prefix

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 13:28:34 UTC (rev 109531)
+++ PKGBUILD2014-04-15 13:35:27 UTC (rev 109532)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-session
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -36,8 +36,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  $pkgdir/usr/share/applications/cinnamon-session-properties.desktop
 }



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

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 15:35:36
  Author: bgyorgy
Revision: 109533

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 109532, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 109532, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 109532, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 109532, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 109532, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 109532, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

---+
 /PKGBUILD |   78 
 /cinnamon-session.install |   24 
 /timeout.patch|   48 +
 community-i686/PKGBUILD   |   43 ---
 community-i686/cinnamon-session.install   |   12 
 community-i686/timeout.patch  |   24 
 community-x86_64/PKGBUILD |   43 ---
 community-x86_64/cinnamon-session.install |   12 
 community-x86_64/timeout.patch|   24 
 9 files changed, 150 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 13:35:27 UTC (rev 109532)
+++ community-i686/PKGBUILD 2014-04-15 13:35:36 UTC (rev 109533)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop libsm upower libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch)
-sha256sums=('b6ce4672a9b4fcd241c21a6b1921ff461e0c6e9fbeef4d4e9b1185785374ffae'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  $pkgdir/usr/share/applications/cinnamon-session-properties.desktop
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 109532, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 13:35:36 UTC (rev 109533)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=The Cinnamon Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(cinnamon-desktop libsm upower libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+install=cinnamon-session.install
+url=https://github.com/linuxmint/cinnamon-session;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
+timeout.patch)
+sha256sums=('b6ce4672a9b4fcd241c21a6b1921ff461e0c6e9fbeef4d4e9b1185785374ffae'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
+  --disable-schemas-compile 

[arch-commits] Commit in cinnamon-control-center/trunk (region.patch)

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 15:40:46
  Author: bgyorgy
Revision: 109534

Remove obsoleted patch

Deleted:
  cinnamon-control-center/trunk/region.patch

--+
 region.patch | 5313 -
 1 file changed, 5313 deletions(-)

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


[arch-commits] Commit in cinnamon/trunk (5 files)

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 16:34:01
  Author: bgyorgy
Revision: 109535

upgpkg: cinnamon 2.2.3-2

Remove some stuff that no longer needed

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/cinnamon.install
Deleted:
  cinnamon/trunk/input_keybindings.patch
  cinnamon/trunk/keyboard_applet.patch
  cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy

-+
 PKGBUILD|   38 ++---
 cinnamon.install|1 
 input_keybindings.patch |   11 ---
 keyboard_applet.patch   |  133 --
 4 files changed, 8 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 13:40:46 UTC (rev 109534)
+++ PKGBUILD2014-04-15 14:34:01 UTC (rev 109535)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -13,7 +13,7 @@
 license=('GPL2')
 depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
- 'gnome-menus' 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring'
  'librsvg' 'networkmanager' 'muffin' 'python2-dbus' 'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
@@ -23,18 +23,11 @@
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 upower_calender_fix.patch
-keyboard_applet.patch
-input_keybindings.patch
-set_wheel.patch
-org.archlinux.pkexec.cinnamon-settings-users.policy)
+set_wheel.patch)
 sha256sums=('9151452f81ffb7edc28cbdb107818f64bb9bd55610711781345418166372f0fe'
 'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
-'6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
-'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'
-'d5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec'
-'371beac9e55d36f7629d2fc5cb40d6a3e6c0f4aac014f6fefdcd6743b5194b23')
+'d5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec')
 
-
 prepare() {
   cd ${srcdir}/Cinnamon*
 
@@ -42,28 +35,18 @@
   sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-
   # Fix calendar applet with upower 0.99
   patch -Np1 -i ../upower_calender_fix.patch
 
-  # Fix keyboard applet
-  patch -Np1 -i ../keyboard_applet.patch
-
-  # Add input keybindings
-  patch -Np1 -i ../input_keybindings.patch
-
   # Use wheel group instread of sudo
   patch -Np1 -i ../set_wheel.patch
 
-  # Fix required components
-  sed -i 
's/cinnamon-fallback-mount-helper;/polkit-gnome-authentication-agent-1;/' 
files/usr/share/cinnamon-session/sessions/cinnamon*.session
+  # Add polkit agent to required components
+  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
 
-  # fix for the python2 PAM module  
+  # Fix for the python2 PAM module  
   sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
 
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
   # Check for the cc-panel path, not for the unneeded binary
   sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
files/usr/bin/cinnamon-settings
 
@@ -70,9 +53,6 @@
   # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
   sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
 files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with 
gnome-control-center
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
files/usr/share/applications/cinnamon-settings{,-users}.desktop
 }
 
 build() {
@@ -92,8 +72,4 @@
 package() {
   cd ${srcdir}/Cinnamon*
   make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 
${srcdir}/org.archlinux.pkexec.cinnamon-settings-users.policy \
- 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.cinnamon-settings-users.policy
 }

Modified: cinnamon.install
===
--- cinnamon.install2014-04-15 13:40:46 UTC (rev 109534)
+++ cinnamon.install2014-04-15 14:34:01 UTC (rev 109535)
@@ -1,5 +1,6 @@
 

[arch-commits] Commit in cinnamon/repos (22 files)

2014-04-15 Thread Balló György
Date: Tuesday, April 15, 2014 @ 16:34:12
  Author: bgyorgy
Revision: 109536

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 109535, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 109535, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 109535, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-i686/upower_calender_fix.patch
(from rev 109535, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 109535, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 109535, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 109535, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/upower_calender_fix.patch
(from rev 109535, cinnamon/trunk/upower_calender_fix.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-i686/upower_calender_fix.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/set_wheel.patch
  cinnamon/repos/community-x86_64/upower_calender_fix.patch

+
 /PKGBUILD  |  150 +++
 /cinnamon.install  |   24 
 /set_wheel.patch   |   28 +
 /upower_calender_fix.patch |   44 +++
 community-i686/PKGBUILD|   99 -
 community-i686/cinnamon.install|   11 -
 community-i686/input_keybindings.patch |   11 -
 community-i686/keyboard_applet.patch   |  133 ---
 community-i686/set_wheel.patch |   14 --
 community-i686/upower_calender_fix.patch   |   22 ---
 community-x86_64/PKGBUILD  |   99 -
 community-x86_64/cinnamon.install  |   11 -
 community-x86_64/input_keybindings.patch   |   11 -
 community-x86_64/keyboard_applet.patch |  133 ---
 community-x86_64/set_wheel.patch   |   14 --
 community-x86_64/upower_calender_fix.patch |   22 ---
 16 files changed, 246 insertions(+), 580 deletions(-)

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


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

2014-04-15 Thread Florian Pritz
Date: Tuesday, April 15, 2014 @ 16:55:48
  Author: bluewind
Revision: 109538

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 14:55:45 UTC (rev 109537)
+++ PKGBUILD2014-04-15 14:55:48 UTC (rev 109538)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=glib2
-pkgname=lib32-$_pkgbasename
-pkgver=2.38.2
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
-url=http://www.gtk.org/;
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-pcre' 'lib32-zlib' 'lib32-dbus-core' lib32-libffi 
$_pkgbasename)
-makedepends=('gcc-multilib' python2)
-options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
-sha256sums=('056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/glib-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
-  --enable-static --enable-shared --with-pcre=system --disable-fam
-  make
-}
-
-package() {
-  cd ${srcdir}/glib-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/{share,include}}
-
-  cd ${pkgdir}/usr/bin
-  mv gio-querymodules gio-querymodules-32
-  rm -f gdbus glib* gobject-query gsettings gtester*
-  rm -rf $pkgdir/usr/lib32/gdbus-2.0
-  find $pkgdir/usr/bin -type f -not -name gio-querymodules-32 -delete
-}

Copied: lib32-glib2/repos/multilib-x86_64/PKGBUILD (from rev 109537, 
lib32-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 14:55:48 UTC (rev 109538)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.40.0
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
+url=http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-pcre' 'lib32-zlib' 'lib32-libdbus' lib32-libffi $_pkgbasename)
+makedepends=('gcc-multilib' python2)
+options=('!libtool' '!docs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
+sha256sums=('0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/glib-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
+  --enable-static --enable-shared --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd ${srcdir}/glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{share,include}}
+
+  cd ${pkgdir}/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf $pkgdir/usr/lib32/gdbus-2.0
+  find $pkgdir/usr/bin -type f -not -name gio-querymodules-32 -delete
+}



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

2014-04-15 Thread Florian Pritz
Date: Tuesday, April 15, 2014 @ 16:55:45
  Author: bluewind
Revision: 109537

upgpkg: lib32-glib2 2.40.0-1

upstream update

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 14:34:12 UTC (rev 109536)
+++ PKGBUILD2014-04-15 14:55:45 UTC (rev 109537)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.38.2
+pkgver=2.40.0
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
 url=http://www.gtk.org/;
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib' python2)
 options=('!libtool' '!docs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
-sha256sums=('056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734')
+sha256sums=('0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5')
 
 build() {
   export CC=gcc -m32



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

2014-04-15 Thread Florian Pritz
Date: Tuesday, April 15, 2014 @ 16:58:17
  Author: bluewind
Revision: 109539

upgpkg: lib32-gnutls 3.3.0-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-15 14:55:48 UTC (rev 109538)
+++ PKGBUILD2014-04-15 14:58:17 UTC (rev 109539)
@@ -7,8 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.2.12.1
-_pkgver=3.2.12 # *sigh*, change that to $pkgver on the next normal release...
+pkgver=3.3.0
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,8 +15,8 @@
 url=http://gnutls.org/;
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('a795db68253d1336f1e3c2ee48c1fee4'
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('4aeb8014feb4016c73a60f4e1ac73c9f'
  'SKIP')
 
 build() {
@@ -25,7 +24,7 @@
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
 
   # build fails without --disable-hardware-acceleration because of assembler 
errors
   ./configure --prefix=/usr --libdir=/usr/lib32 \
@@ -37,12 +36,12 @@
 }
 
 check() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
   #make -k check
 }
 
 package() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
   make DESTDIR=${pkgdir} install
   find $pkgdir
 



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

2014-04-15 Thread Florian Pritz
Date: Tuesday, April 15, 2014 @ 16:58:20
  Author: bluewind
Revision: 109540

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-15 14:58:17 UTC (rev 109539)
+++ PKGBUILD2014-04-15 14:58:20 UTC (rev 109540)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.2.12.1
-_pkgver=3.2.12 # *sigh*, change that to $pkgver on the next normal release...
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('a795db68253d1336f1e3c2ee48c1fee4'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 109539, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-15 14:58:20 UTC (rev 109540)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('4aeb8014feb4016c73a60f4e1ac73c9f'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



  1   2   >