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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 09:23:37
  Author: fyan
Revision: 117654

upgpkg: lwqq 0.4.0-1

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 02:53:29 UTC (rev 117653)
+++ PKGBUILD2014-08-20 07:23:37 UTC (rev 117654)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=lwqq
-pkgver=0.3.1
-#_gitver=tag=v$pkgver
-_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/lwqq;



[arch-commits] Commit in lwqq/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 09:23:59
  Author: fyan
Revision: 117655

archrelease: copy trunk to community-x86_64

Added:
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 117654, lwqq/trunk/PKGBUILD)
Deleted:
  lwqq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 07:23:37 UTC (rev 117654)
+++ PKGBUILD2014-08-20 07:23:59 UTC (rev 117655)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.3.1
-#_gitver=tag=v$pkgver
-_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 117654, 
lwqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-20 07:23:59 UTC (rev 117655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')



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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 09:40:23
  Author: fyan
Revision: 117656

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

Added:
  lwqq/repos/community-i686/PKGBUILD
(from rev 117655, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/PKGBUILD
(from rev 117655, lwqq/trunk/PKGBUILD)
Deleted:
  lwqq/repos/community-i686/PKGBUILD
  lwqq/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-08-20 07:23:59 UTC (rev 117655)
+++ community-i686/PKGBUILD 2014-08-20 07:40:23 UTC (rev 117656)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.3.1
-#_gitver=tag=v$pkgver
-_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 117655, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 07:40:23 UTC (rev 117656)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-20 07:23:59 UTC (rev 117655)
+++ community-x86_64/PKGBUILD   2014-08-20 07:40:23 UTC (rev 117656)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 117655, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-20 07:40:23 UTC (rev 117656)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=1
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')



[arch-commits] Commit in java-common/trunk (PKGBUILD profile_jre.csh)

2014-08-20 Thread Guillaume Alaux
Date: Wednesday, August 20, 2014 @ 10:15:35
  Author: guillaume
Revision: 220263

Fix profile jre.csh using wrong syntax

Modified:
  java-common/trunk/PKGBUILD
  java-common/trunk/profile_jre.csh

-+
 PKGBUILD|4 ++--
 profile_jre.csh |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 02:49:53 UTC (rev 220262)
+++ PKGBUILD2014-08-20 08:15:35 UTC (rev 220263)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=java-common
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'
@@ -19,7 +19,7 @@
 bin_java-common-wrapper
 https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
 
-sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
+sha256sums=('073ebe73e05346c03c29d02c73cca38f6a4fccc9f3ab2026760f1cd29791fabb'
 '458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
 'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
 '0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'

Modified: profile_jre.csh
===
--- profile_jre.csh 2014-08-20 02:49:53 UTC (rev 220262)
+++ profile_jre.csh 2014-08-20 08:15:35 UTC (rev 220263)
@@ -3,4 +3,4 @@
 setenv JAVA_HOME /usr/lib/jvm/java-default-runtime
 
 # Enable this for non-reparenting window managers
-#export _JAVA_AWT_WM_NONREPARENTING=1
+#setenv _JAVA_AWT_WM_NONREPARENTING 1



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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 10:24:43
  Author: fyan
Revision: 117657

upgpkg: pidgin-lwqq 0.4.0-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 07:40:23 UTC (rev 117656)
+++ PKGBUILD2014-08-20 08:24:43 UTC (rev 117657)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.3.1
+pkgver=0.4.0
 _gitver=tag=v$pkgver
 #_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
 pkgrel=1



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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 10:25:32
  Author: fyan
Revision: 117658

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 117657, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 117657, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 117657, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 117657, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   64 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   32 
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   32 
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 08:24:43 UTC (rev 117657)
+++ community-i686/PKGBUILD 2014-08-20 08:25:32 UTC (rev 117658)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.3.1
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 117657, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 08:25:32 UTC (rev 117658)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2014-08-20 08:24:43 UTC (rev 117657)
+++ community-i686/pidgin-lwqq.install  2014-08-20 08:25:32 UTC (rev 117658)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 117657, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2014-08-20 08:25:32 UTC (rev 117658)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-20 08:24:43 UTC (rev 117657)
+++ community-x86_64/PKGBUILD   2014-08-20 08:25:32 UTC (rev 117658)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.3.1
-_gitver=tag=v$pkgver
-#_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol

[arch-commits] Commit in java-common/repos/extra-any (14 files)

2014-08-20 Thread Guillaume Alaux
Date: Wednesday, August 20, 2014 @ 10:32:35
  Author: guillaume
Revision: 220264

archrelease: copy trunk to extra-any

Added:
  java-common/repos/extra-any/PKGBUILD
(from rev 220263, java-common/trunk/PKGBUILD)
  java-common/repos/extra-any/bin_archlinux-java
(from rev 220263, java-common/trunk/bin_archlinux-java)
  java-common/repos/extra-any/bin_java-common-wrapper
(from rev 220263, java-common/trunk/bin_java-common-wrapper)
  java-common/repos/extra-any/install_java-common.sh
(from rev 220263, java-common/trunk/install_java-common.sh)
  java-common/repos/extra-any/profile_jre.csh
(from rev 220263, java-common/trunk/profile_jre.csh)
  java-common/repos/extra-any/profile_jre.sh
(from rev 220263, java-common/trunk/profile_jre.sh)
  java-common/repos/extra-any/test_archlinux-java
(from rev 220263, java-common/trunk/test_archlinux-java)
Deleted:
  java-common/repos/extra-any/PKGBUILD
  java-common/repos/extra-any/bin_archlinux-java
  java-common/repos/extra-any/bin_java-common-wrapper
  java-common/repos/extra-any/install_java-common.sh
  java-common/repos/extra-any/profile_jre.csh
  java-common/repos/extra-any/profile_jre.sh
  java-common/repos/extra-any/test_archlinux-java

-+
 PKGBUILD|   82 +++---
 bin_archlinux-java  |  368 ++---
 bin_java-common-wrapper |4 
 install_java-common.sh  |   22 -
 profile_jre.csh |   12 
 profile_jre.sh  |   12 
 test_archlinux-java |  574 +++---
 7 files changed, 537 insertions(+), 537 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 08:15:35 UTC (rev 220263)
+++ PKGBUILD2014-08-20 08:32:35 UTC (rev 220264)
@@ -1,41 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=java-common
-pkgver=1
-pkgrel=4
-pkgdesc='Common files for Java Environments'
-arch=('any')
-url='www.archlinux.org'
-license=('GPL')
-checkdepends=('wget')
-backup=(etc/profile.d/jre.sh
-etc/profile.d/jre.csh)
-# TODO remove after a while
-replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
-install=install_java-common.sh
-source=(profile_jre.csh
-profile_jre.sh
-bin_archlinux-java
-test_archlinux-java
-bin_java-common-wrapper
-https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
-
-sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
-'458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
-'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
-'0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
-'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
-'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
-
-check() {
-  cd ${srcdir}
-  ./test_archlinux-java
-}
-
-build() {
-  cd ${srcdir}
-
-  install -D -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
-  install -D -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
-  install -D -m 755 bin_java-common-wrapper 
${pkgdir}/usr/lib/java-common-wrapper
-  install -D -m 755 bin_archlinux-java ${pkgdir}/usr/bin/archlinux-java
-}

Copied: java-common/repos/extra-any/PKGBUILD (from rev 220263, 
java-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-20 08:32:35 UTC (rev 220264)
@@ -0,0 +1,41 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=java-common
+pkgver=1
+pkgrel=5
+pkgdesc='Common files for Java Environments'
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+checkdepends=('wget')
+backup=(etc/profile.d/jre.sh
+etc/profile.d/jre.csh)
+# TODO remove after a while
+replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+install=install_java-common.sh
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+test_archlinux-java
+bin_java-common-wrapper
+https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
+
+sha256sums=('073ebe73e05346c03c29d02c73cca38f6a4fccc9f3ab2026760f1cd29791fabb'
+'458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
+'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
+'0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
+'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
+'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
+
+check() {
+  cd ${srcdir}
+  ./test_archlinux-java
+}
+
+build() {
+  cd ${srcdir}
+
+  install -D -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
+  install -D -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
+  install -D -m 755 bin_java-common-wrapper 

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

2014-08-20 Thread Lukas Fleischer
Date: Wednesday, August 20, 2014 @ 11:20:55
  Author: lfleischer
Revision: 220265

upgpkg: lirc 1:0.9.1.a-3

Fix another segfault.

Added:
  lirc/trunk/lirc-0.9.1a-fix-segfaults.patch
Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/lirc-0.9.1a-fix-segfault.patch

-+
 PKGBUILD|8 +--
 lirc-0.9.1a-fix-segfault.patch  |   41 ---
 lirc-0.9.1a-fix-segfaults.patch |   79 ++
 3 files changed, 83 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 08:32:35 UTC (rev 220264)
+++ PKGBUILD2014-08-20 09:20:55 UTC (rev 220265)
@@ -5,7 +5,7 @@
 pkgname=('lirc' 'lirc-utils')
 _pkgver=0.9.1a
 [[ $_pkgver =~ [a-z]$ ]]  pkgver=${_pkgver:0:-1}.${_pkgver: -1} || 
pkgver=$_pkgver
-pkgrel=2
+pkgrel=3
 epoch=1
 _extramodules=extramodules-3.16-ARCH
 arch=('i686' 'x86_64')
@@ -16,13 +16,13 @@
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${_pkgver}.tar.bz2;
 wpc8769l-build-fix.patch
-lirc-0.9.1a-fix-segfault.patch
+lirc-0.9.1a-fix-segfaults.patch
 lirc.logrotate
 irexec.service
 lirc.tmpfiles)
 md5sums=('1f1fac162ed309dd50f307e96a292957'
  '9ec33169b3407f74264062d7679dd269'
- '13bfc8dbf1a9e30f8ed21ac6c099a676'
+ 'cd00acf480e82a0bf050032732d0d733'
  '3deb02604b37811d41816e9b4385fcc3'
  '32df3b9bc859565d6acf5f0e5b747083'
  'febf25c154a7d36f01159e84f26c2d9a')
@@ -31,7 +31,7 @@
   cd ${srcdir}/lirc-${_pkgver}
 
   patch -Np1 -i ${srcdir}/wpc8769l-build-fix.patch
-  patch -Np1 -i ${srcdir}/lirc-0.9.1a-fix-segfault.patch
+  patch -Np1 -i ${srcdir}/lirc-0.9.1a-fix-segfaults.patch
 
   sed -i '/AC_PATH_XTRA/d' configure.ac
   sed -e 's/@X_CFLAGS@//g' \

Deleted: lirc-0.9.1a-fix-segfault.patch
===
--- lirc-0.9.1a-fix-segfault.patch  2014-08-20 08:32:35 UTC (rev 220264)
+++ lirc-0.9.1a-fix-segfault.patch  2014-08-20 09:20:55 UTC (rev 220265)
@@ -1,41 +0,0 @@
-commit 4a9b45822890f50c5ed36660468e0a99cd4531e0
-Author: Alec Leamas lea...@nowhere.net
-Date:   Mon Aug 18 10:05:44 2014 +0200
-
-lircd: Fix bad default for lircdfile.
-
-diff --git a/daemons/lircd.c b/daemons/lircd.c
-index db8ea13..fa8cf17 100644
 a/daemons/lircd.c
-+++ b/daemons/lircd.c
-@@ -2147,7 +2147,7 @@ static void lircd_add_defaults(void)
-   lircd:device, LIRC_DRIVER_DEVICE,
-   lircd:listen, NULL ,
-   lircd:connect,NULL,
--  lircd:output, LIRCD,
-+  lircd:lircdfile,  LIRCD,
-   lircd:pidfile,PIDFILE,
-   lircd:logfile,LOGFILE,
-   lircd:debug,  False,
-
-commit 8459a881fd53525a47ae2f9180fa3644be5df343
-Author: Alec Leamas lea...@nowhere.net
-Date:   Mon Aug 18 10:00:49 2014 +0200
-
-Fix segfault when starting lircd (AUR 41581)
-
-See https://bugs.archlinux.org/task/41581
-
-diff --git a/lirc_options.conf b/lirc_options.conf
-index d8ddedd..11293e2 100644
 a/lirc_options.conf
-+++ b/lirc_options.conf
-@@ -7,7 +7,7 @@ nodaemon= False
- permission  = 666
- driver  = default
- device  = /dev/lirc0
--output  = /var/run/lirc/lircd
-+lircdfile   = /var/run/lirc/lircd
- pidfile = /var/run/lirc/lircd.pid
- plugindir   = /usr/lib/lirc/plugins
- allow-simulate  = No

Added: lirc-0.9.1a-fix-segfaults.patch
===
--- lirc-0.9.1a-fix-segfaults.patch (rev 0)
+++ lirc-0.9.1a-fix-segfaults.patch 2014-08-20 09:20:55 UTC (rev 220265)
@@ -0,0 +1,79 @@
+From 8459a881fd53525a47ae2f9180fa3644be5df343 Mon Sep 17 00:00:00 2001
+From: Alec Leamas lea...@nowhere.net
+Date: Mon, 18 Aug 2014 10:00:49 +0200
+Subject: [PATCH 1/3] Fix segfault when starting lircd (AUR 41581)
+
+See https://bugs.archlinux.org/task/41581
+---
+ lirc_options.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lirc_options.conf b/lirc_options.conf
+index d8ddedd..11293e2 100644
+--- a/lirc_options.conf
 b/lirc_options.conf
+@@ -7,7 +7,7 @@ nodaemon= False
+ permission  = 666
+ driver  = default
+ device  = /dev/lirc0
+-output  = /var/run/lirc/lircd
++lircdfile   = /var/run/lirc/lircd
+ pidfile = /var/run/lirc/lircd.pid
+ plugindir   = /usr/lib/lirc/plugins
+ allow-simulate  = No
+-- 
+2.1.0
+
+
+From 4a9b45822890f50c5ed36660468e0a99cd4531e0 Mon Sep 17 00:00:00 2001
+From: Alec Leamas lea...@nowhere.net
+Date: Mon, 18 Aug 2014 10:05:44 +0200
+Subject: [PATCH 2/3] lircd: Fix bad default for lircdfile.
+
+---
+ daemons/lircd.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git 

[arch-commits] Commit in lirc/repos (30 files)

2014-08-20 Thread Lukas Fleischer
Date: Wednesday, August 20, 2014 @ 11:21:14
  Author: lfleischer
Revision: 220266

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 220265, lirc/trunk/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 220265, lirc/trunk/irexec.service)
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 220265, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 220265, lirc/trunk/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 220265, lirc/trunk/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 220265, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 220265, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
(from rev 220265, lirc/trunk/wpc8769l-build-fix.patch)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 220265, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 220265, lirc/trunk/irexec.service)
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 220265, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 220265, lirc/trunk/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 220265, lirc/trunk/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 220265, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 220265, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
(from rev 220265, lirc/trunk/wpc8769l-build-fix.patch)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch

--+
 /PKGBUILD|  204 +
 /irexec.service  |   22 ++
 /lirc-utils.install  |   26 +++
 /lirc.install|   28 +++
 /lirc.logrotate  |   10 +
 /lirc.tmpfiles   |2 
 /wpc8769l-build-fix.patch|  180 ++
 extra-i686/PKGBUILD  |  102 
 extra-i686/irexec.service|   11 -
 extra-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 +
 extra-i686/lirc-utils.install|   13 -
 extra-i686/lirc.install  |   14 -
 extra-i686/lirc.logrotate|5 
 extra-i686/lirc.tmpfiles |1 
 extra-i686/wpc8769l-build-fix.patch  |   90 ---
 extra-x86_64/PKGBUILD|  102 
 extra-x86_64/irexec.service  |   11 -
 extra-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 +
 extra-x86_64/lirc-utils.install  |   13 -
 extra-x86_64/lirc.install|   14 -
 extra-x86_64/lirc.logrotate  |5 
 extra-x86_64/lirc.tmpfiles   |1 
 extra-x86_64/wpc8769l-build-fix.patch|   90 ---
 23 files changed, 630 insertions(+), 472 deletions(-)

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


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

2014-08-20 Thread Sébastien Luttringer
Date: Wednesday, August 20, 2014 @ 11:48:12
  Author: seblu
Revision: 220267

upgpkg: nftables 1:0.3-2

- fix flush script

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables-flush

+
 PKGBUILD   |4 ++--
 nftables-flush |   14 --
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 09:21:14 UTC (rev 220266)
+++ PKGBUILD2014-08-20 09:48:12 UTC (rev 220267)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
@@ -20,7 +20,7 @@
   'SKIP'
   '041027cc0c217a5efa6b513a75736e28ab6db076'
   'a9021dd71f55f985a146f26a8ec66d4e15949978'
-  '194e4ab55f4b001396143f333988300541668e70')
+  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
 
 build() {
   cd $pkgname-$pkgver

Modified: nftables-flush
===
--- nftables-flush  2014-08-20 09:21:14 UTC (rev 220266)
+++ nftables-flush  2014-08-20 09:48:12 UTC (rev 220267)
@@ -19,12 +19,14 @@
 PROTOS=(ip ip6 inet arp bridge)
 
 for proto in ${PROTOS[@]}; do
-   nft list tables $proto|cut -f 2 -d ' '| while read table; do
-   nft list table ip6 filter|awk '/^[ \t]+chain/{ print $2 
}'|while read chain; do
-   nft delete chain $proto $table $chain
-   done
-   nft delete table $proto $table
-   done
+  nft list tables $proto|cut -f 2 -d ' '| while read table; do
+nft flush table $proto $table
+# flush remove rules and not chain (despite man page). do it manually.
+nft list table $proto filter|awk '/^[ \t]+chain/{ print $2 }'|while read 
chain; do
+  nft delete chain $proto $table $chain
+done
+nft delete table $proto $table
+  done
 done
 
 # vim:set ts=2 sw=2 et:



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

2014-08-20 Thread Sébastien Luttringer
Date: Wednesday, August 20, 2014 @ 11:48:36
  Author: seblu
Revision: 220268

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

Added:
  nftables/repos/testing-i686/PKGBUILD
(from rev 220267, nftables/trunk/PKGBUILD)
  nftables/repos/testing-i686/nftables-flush
(from rev 220267, nftables/trunk/nftables-flush)
  nftables/repos/testing-i686/nftables.conf
(from rev 220267, nftables/trunk/nftables.conf)
  nftables/repos/testing-i686/nftables.service
(from rev 220267, nftables/trunk/nftables.service)
  nftables/repos/testing-x86_64/PKGBUILD
(from rev 220267, nftables/trunk/PKGBUILD)
  nftables/repos/testing-x86_64/nftables-flush
(from rev 220267, nftables/trunk/nftables-flush)
  nftables/repos/testing-x86_64/nftables.conf
(from rev 220267, nftables/trunk/nftables.conf)
  nftables/repos/testing-x86_64/nftables.service
(from rev 220267, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/testing-i686/PKGBUILD
  nftables/repos/testing-i686/nftables-flush
  nftables/repos/testing-i686/nftables.conf
  nftables/repos/testing-i686/nftables.service
  nftables/repos/testing-x86_64/PKGBUILD
  nftables/repos/testing-x86_64/nftables-flush
  nftables/repos/testing-x86_64/nftables.conf
  nftables/repos/testing-x86_64/nftables.service

-+
 /PKGBUILD   |   92 ++
 /nftables-flush |   64 ++
 /nftables.conf  |   76 +++
 /nftables.service   |   24 +
 testing-i686/PKGBUILD   |   46 ---
 testing-i686/nftables-flush |   30 
 testing-i686/nftables.conf  |   38 ---
 testing-i686/nftables.service   |   12 
 testing-x86_64/PKGBUILD |   46 ---
 testing-x86_64/nftables-flush   |   30 
 testing-x86_64/nftables.conf|   38 ---
 testing-x86_64/nftables.service |   12 
 12 files changed, 256 insertions(+), 252 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-08-20 09:48:12 UTC (rev 220267)
+++ testing-i686/PKGBUILD   2014-08-20 09:48:36 UTC (rev 220268)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-
-pkgname=nftables
-epoch=1
-pkgver=0.3
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
-'nftables.conf'
-'nftables.service'
-'nftables-flush')
-sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
-  'SKIP'
-  '041027cc0c217a5efa6b513a75736e28ab6db076'
-  'a9021dd71f55f985a146f26a8ec66d4e15949978'
-  '194e4ab55f4b001396143f333988300541668e70')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf $pkgdir/etc/nftables.conf
-  # systemd
-  install -Dm644 nftables.service 
$pkgdir/usr/lib/systemd/system/nftables.service
-  install -Dm755 nftables-flush 
$pkgdir/usr/lib/systemd/scripts/nftables-flush
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/testing-i686/PKGBUILD (from rev 220267, 
nftables/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-20 09:48:36 UTC (rev 220268)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=nftables
+epoch=1
+pkgver=0.3
+pkgrel=2
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-flush')
+sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
+  'SKIP'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
+  'a9021dd71f55f985a146f26a8ec66d4e15949978'
+  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  popd
+  # 

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

2014-08-20 Thread Daniel Micay
Date: Wednesday, August 20, 2014 @ 12:30:44
  Author: thestinger
Revision: 117659

upgpkg: linux-grsec 3.15.10.201408192020-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 08:25:32 UTC (rev 117658)
+++ PKGBUILD2014-08-20 10:30:44 UTC (rev 117659)
@@ -9,7 +9,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.10
 _grsecver=3.0
-_timestamp=201408140023
+_timestamp=201408192020
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,7 +30,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 '28627178e53e5e2d3aa7e5b1ca0532615d6fc44bcaa4da39ec7895e463482308'
-'b4072cb368bba37ff8d538068016f60891d5d0c1206bb9821090b08a44bf3d11'
+'4d5433830813a84ada91d255da0e5d5dc030fc9f3c3879dba5dd91a2e2d766bf'
 'SKIP'
 '1e5002ab60027000c96ae541440063576a29254bbfd349ff063efeddf4810703'
 '12192853e749b198bba4fc4f56f77fa6c9dac8f405b5e5df2624267e822ab7da'



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

2014-08-20 Thread Daniel Micay
Date: Wednesday, August 20, 2014 @ 12:31:43
  Author: thestinger
Revision: 117660

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 117659, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 117659, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 117659, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 117659, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 117659, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 117659, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 117659, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 117659, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 117659, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 117659, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 117659, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 117659, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  632 
 /change-default-console-loglevel.patch |   24 
 /config|13830 +++
 /config.x86_64 |13310 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6915 ---
 community-i686/config.x86_64   | 6655 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6915 ---
 community-x86_64/config.x86_64 | 6655 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 18 files changed, 27940 insertions(+), 27940 deletions(-)

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


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

2014-08-20 Thread Daniel Micay
Date: Wednesday, August 20, 2014 @ 12:58:39
  Author: thestinger
Revision: 117661

upgpkg: chrony 1.30-4

add Conflicts=systemd-timesyncd.service to prepare for systemd 216

Modified:
  chrony/trunk/PKGBUILD
  chrony/trunk/service

--+
 PKGBUILD |6 +++---
 service  |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 10:31:43 UTC (rev 117660)
+++ PKGBUILD2014-08-20 10:58:39 UTC (rev 117661)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
 # Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
 # Contributor: cdhotfire cdhotf...@gmail.com
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.30
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -21,7 +21,7 @@
 service)
 install=${pkgname}.install
 sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
 build() {
   cd $pkgname-$pkgver

Modified: service
===
--- service 2014-08-20 10:31:43 UTC (rev 117660)
+++ service 2014-08-20 10:58:39 UTC (rev 117661)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Chrony Network Time Daemon
 After=network.target
+Conflicts=systemd-timesyncd.service
 
 [Service]
 Type=forking



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

2014-08-20 Thread Daniel Micay
Date: Wednesday, August 20, 2014 @ 12:59:17
  Author: thestinger
Revision: 117662

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

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

-+
 /PKGBUILD   |  102 ++
 /chrony.install |   76 
 /service|   24 
 community-i686/PKGBUILD |   51 ---
 community-i686/chrony.install   |   38 --
 community-i686/service  |   11 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/chrony.install |   38 --
 community-x86_64/service|   11 
 9 files changed, 202 insertions(+), 200 deletions(-)

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

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

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

2014-08-20 Thread Guillaume Alaux
Date: Wednesday, August 20, 2014 @ 13:53:22
  Author: guillaume
Revision: 220269

Upstream release 8.u20

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 09:48:36 UTC (rev 220268)
+++ PKGBUILD2014-08-20 11:53:22 UTC (rev 220269)
@@ -10,8 +10,8 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=11
-_jdk_build=31
+_jdk_update=20
+_jdk_build=23
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgrel=1
@@ -32,14 +32,14 @@
 001_adjust-mflags-for-gmake-4.patch
 002_gcc.make-4.9.patch)
 
-sha256sums=('e8594688f066f7a401fe2ef308a1e0d1efab2a6823e0c8b172e6575460b3ccd6'
-'5190fdfb377e66327aa0c039564c3c66e08fca090aacac827a0c7b0cc795cf86'
-'20ffe825218d5c8375727cb6fcdc28bc0140618009f66f3dafee4f707e9ee41d'
-'ce1417f22fc93c36f8b0a34702ffaa573b81dfd4391a1bc8860919be34541be2'
-'ed68e0439672252e80560559e764117d29080f2b714be000bb76e8f0dcdaf0a3'
-'23a777fa1636ba76aaa4cfda931aeabd2dee527167b98a05b36f09dd07c8ef20'
-'48ce0be7d270fae666d9f4760e0ffcdb01c5fae3f472ad449b3689dd9e982013'
-'cd21a4bf851cd4edff46eba6fbbeee09c8ee56b3bb589db9e596b867164d7d48'
+sha256sums=('ec0b86c0a5883f769cb951a96a0b61734aa7e3c2b62e3b448f7bf6866a36c237'
+'e979396e3d64af94664932a28eb63d3048bdf3595f180bd4bd3fad91bc8b685c'
+'ba0c359bb99b82fb2eca37ba5d2a7e775bd9f67749e41cbbf6a059677f20750a'
+'7f66b915b4ad378710cf1b8e52a3615105457d6a93aaf6183b76d7d6dfa14c14'
+'3d19d5b7fd7a13ed2bf860491731ca6c928ed0d44e10910f2d43340f627714f7'
+'046de26b27cf7f24b77c33af249aac7fa8d14269306ed2e1f9517cce279243c3'
+'05177c5ba5ec95d041d46e871358692ff1e62f8568c8c9580688b39e5165d580'
+'2499b19562e320eb304be8797c2a895f1fe2ab2d16fd7da68aeaed180b3f1899'
 '682104f7723c5c543c47b53f51cc5577e273a12343bd04bebd1bcd70dd72ded9'
 '5b1ed72ffd14a18e36aba2129e0781696b8c9cccd060bf4dbe1c4b9a44100b69')
 



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

2014-08-20 Thread Guillaume Alaux
Date: Wednesday, August 20, 2014 @ 13:54:07
  Author: guillaume
Revision: 220270

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

Added:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
(from rev 220269, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
(from rev 220269, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 220269, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 220269, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 220269, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 220269, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
(from rev 220269, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
(from rev 220269, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 220269, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 220269, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 220269, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 220269, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 /001_adjust-mflags-for-gmake-4.patch |   92 +++
 /002_gcc.make-4.9.patch  |   24 
 /PKGBUILD|  582 +
 /install_jdk8-openjdk.sh |   76 ++
 /install_jre8-openjdk-headless.sh|   78 ++
 /install_jre8-openjdk.sh |   90 +++
 extra-i686/001_adjust-mflags-for-gmake-4.patch   |   46 -
 extra-i686/002_gcc.make-4.9.patch|   12 
 extra-i686/PKGBUILD  |  291 --
 extra-i686/install_jdk8-openjdk.sh   |   38 -
 extra-i686/install_jre8-openjdk-headless.sh  |   39 -
 extra-i686/install_jre8-openjdk.sh   |   45 -
 extra-x86_64/001_adjust-mflags-for-gmake-4.patch |   46 -
 extra-x86_64/002_gcc.make-4.9.patch  |   12 
 extra-x86_64/PKGBUILD|  291 --
 extra-x86_64/install_jdk8-openjdk.sh |   38 -
 extra-x86_64/install_jre8-openjdk-headless.sh|   39 -
 extra-x86_64/install_jre8-openjdk.sh |   45 -
 18 files changed, 942 insertions(+), 942 deletions(-)

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


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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 15:01:25
  Author: svenstaro
Revision: 220272

upgpkg: kdebindings-python 4.14.0-1

kde 4.14.0

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 12:42:53 UTC (rev 220271)
+++ PKGBUILD2014-08-20 13:01:25 UTC (rev 220272)
@@ -13,16 +13,13 @@
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'sip-4.15.5.patch')
-sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e'
-  'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e')
 
 prepare() {
   mkdir build
 
   cd pykde4-${pkgver}
-  patch -p1 -i ${srcdir}/sip-4.15.5.patch
 }
 
 build() {



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 15:01:33
  Author: svenstaro
Revision: 220273

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

Added:
  kdebindings-python/repos/testing-i686/
  kdebindings-python/repos/testing-i686/PKGBUILD
(from rev 220272, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-i686/sip-4.15.5.patch
(from rev 220272, kdebindings-python/trunk/sip-4.15.5.patch)
  kdebindings-python/repos/testing-x86_64/
  kdebindings-python/repos/testing-x86_64/PKGBUILD
(from rev 220272, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-x86_64/sip-4.15.5.patch
(from rev 220272, kdebindings-python/trunk/sip-4.15.5.patch)

-+
 testing-i686/PKGBUILD   |   96 ++
 testing-i686/sip-4.15.5.patch   |   12 
 testing-x86_64/PKGBUILD |   96 ++
 testing-x86_64/sip-4.15.5.patch |   12 
 4 files changed, 216 insertions(+)

Copied: kdebindings-python/repos/testing-i686/PKGBUILD (from rev 220272, 
kdebindings-python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-20 13:01:33 UTC (rev 220273)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.14.0
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e')
+
+prepare() {
+  mkdir build
+
+  cd pykde4-${pkgver}
+}
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.4 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Copied: kdebindings-python/repos/testing-i686/sip-4.15.5.patch (from rev 
220272, kdebindings-python/trunk/sip-4.15.5.patch)
===
--- testing-i686/sip-4.15.5.patch   (rev 0)
+++ testing-i686/sip-4.15.5.patch   2014-08-20 13:01:33 UTC (rev 220273)
@@ -0,0 +1,12 @@
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
++class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
+ {
+ 
+ signals:

Copied: 

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 17:00:11
  Author: svenstaro
Revision: 117663

upgpkg: spring 97.0-4

glew 1.11 rebuild

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 10:59:17 UTC (rev 117662)
+++ PKGBUILD2014-08-20 15:00:11 UTC (rev 117663)
@@ -5,7 +5,7 @@
 
 pkgname=spring
 pkgver=97.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url=http://springrts.com/;



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 17:00:19
  Author: svenstaro
Revision: 117664

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

Added:
  spring/repos/community-staging-i686/PKGBUILD
(from rev 117663, spring/trunk/PKGBUILD)
  spring/repos/community-staging-i686/glew1.11.patch
(from rev 117663, spring/trunk/glew1.11.patch)
  spring/repos/community-staging-i686/optional.patch
(from rev 117663, spring/trunk/optional.patch)
  spring/repos/community-staging-i686/spring.install
(from rev 117663, spring/trunk/spring.install)
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 117663, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/glew1.11.patch
(from rev 117663, spring/trunk/glew1.11.patch)
  spring/repos/community-staging-x86_64/optional.patch
(from rev 117663, spring/trunk/optional.patch)
  spring/repos/community-staging-x86_64/spring.install
(from rev 117663, spring/trunk/spring.install)
Deleted:
  spring/repos/community-staging-i686/PKGBUILD
  spring/repos/community-staging-i686/optional.patch
  spring/repos/community-staging-i686/spring.install
  spring/repos/community-staging-x86_64/PKGBUILD
  spring/repos/community-staging-x86_64/optional.patch
  spring/repos/community-staging-x86_64/spring.install

-+
 /PKGBUILD   |  102 ++
 /optional.patch |   38 +++
 /spring.install |   24 +++
 community-staging-i686/PKGBUILD |   48 --
 community-staging-i686/glew1.11.patch   |   13 +++
 community-staging-i686/optional.patch   |   19 -
 community-staging-i686/spring.install   |   12 ---
 community-staging-x86_64/PKGBUILD   |   48 --
 community-staging-x86_64/glew1.11.patch |   13 +++
 community-staging-x86_64/optional.patch |   19 -
 community-staging-x86_64/spring.install |   12 ---
 11 files changed, 190 insertions(+), 158 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-20 15:00:11 UTC (rev 117663)
+++ community-staging-i686/PKGBUILD 2014-08-20 15:00:19 UTC (rev 117664)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgname=spring
-pkgver=97.0
-pkgrel=2
-pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('i686' 'x86_64')
-url=http://springrts.com/;
-license=('GPL')
-depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
-optdepends=('python2: python-based bots'
-'java-runtime: java-based bots')
-install=spring.install
-source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
-optional.patch)
-md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
- 'd7904319b17c32299b44594ccb6ff4ea')
-
-build() {
-  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
-  
-  cd spring_${pkgver}
-
-  sed -i /ory(test)/d tools/unitsync/CMakeLists.txt
-  patch -Np1  $srcdir/optional.patch
-
-  cmake. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDATADIR=share/spring \
--DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd spring_${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/etc/spring
-  echo '$HOME/.spring'  $pkgdir/etc/spring/datadir
-}
-
-# vim sw=2:ts=2 et:

Copied: spring/repos/community-staging-i686/PKGBUILD (from rev 117663, 
spring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-20 15:00:19 UTC (rev 117664)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=spring
+pkgver=97.0
+pkgrel=4
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url=http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+install=spring.install
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+optional.patch
+glew1.11.patch)
+md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
+ 'd7904319b17c32299b44594ccb6ff4ea'

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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 17:02:05
  Author: fyan
Revision: 117665

upgpkg: gimp-help 2.8.2-1

Modified:
  gimp-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 15:00:19 UTC (rev 117664)
+++ PKGBUILD2014-08-20 15:02:05 UTC (rev 117665)
@@ -3,15 +3,15 @@
 # Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
 
 pkgbase=gimp-help
-pkgver=2.8.1
-pkgrel=3
+pkgver=2.8.2
+pkgrel=1
 arch=('any')
 url='http://docs.gimp.org/'
 license=('GPL' 'LGPL')
 makedepends=('python2' 'docbook-xsl')
 options=(!strip !zipman)
-source=(ftp://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
-md5sums=('7f48c64bcadab9611ce8d3d89d990bb4')
+source=(http://download.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
 
 declare -A _languages
 _languages=(



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

2014-08-20 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 17:02:29
  Author: fyan
Revision: 117666

archrelease: copy trunk to community-any

Added:
  gimp-help/repos/community-any/PKGBUILD
(from rev 117665, gimp-help/trunk/PKGBUILD)
Deleted:
  gimp-help/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 15:02:05 UTC (rev 117665)
+++ PKGBUILD2014-08-20 15:02:29 UTC (rev 117666)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
-
-pkgbase=gimp-help
-pkgver=2.8.1
-pkgrel=3
-arch=('any')
-url='http://docs.gimp.org/'
-license=('GPL' 'LGPL')
-makedepends=('python2' 'docbook-xsl')
-options=(!strip !zipman)
-source=(ftp://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
-md5sums=('7f48c64bcadab9611ce8d3d89d990bb4')
-
-_languages=(
-  'ca Catalan'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en English'
-  'en_GB  English (United Kingdom)'
-  'es Spanish'
-  'fr French'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'nl Dutch'
-  'nn Norwegian '
-  'pt_BR  Brazilian Portuguese'
-  'ru Russian'
-  'sl Slovenian'
-  'sv Swedish'
-  'zh_CN  Chinese (simplified)'
-)
-
-_package() {
-  pkgdesc=$2 help files for Gimp
-  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
-  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
-$pkgdir/usr/share/gimp/2.0/help
-}
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -e '1s/python$/python2/' -i tools/xml2po.py
-}
-
-build(){
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --without-gimp
-  make
-}
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=gimp-help-${_locale,,}
-
-  pkgname+=($_pkgname)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done

Copied: gimp-help/repos/community-any/PKGBUILD (from rev 117665, 
gimp-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-20 15:02:29 UTC (rev 117666)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.2
+pkgrel=1
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+options=(!strip !zipman)
+source=(http://download.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
+
+declare -A _languages
+_languages=(
+  [ca]='Catalan'
+  [da]='Danish'
+  [de]='German'
+  [el]='Greek'
+  [en]='English'
+  [en_GB]='English (United Kingdom)'
+  [es]='Spanish'
+  [fr]='French'
+  [it]='Italian'
+  [ja]='Japanese'
+  [ko]='Korean'
+  [nl]='Dutch'
+  [nn]='Norwegian'
+  [pt_BR]='Brazilian Portuguese'
+  [ru]='Russian'
+  [sl]='Slovenian'
+  [sv]='Swedish'
+  [zh_CN]='Chinese (simplified)'
+)
+
+_package() {
+  pkgdesc=${_languages[$1]} help files for Gimp
+  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
+  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
+$pkgdir/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for lang in ${!_languages[@]}; do
+  _pkgname=gimp-help-$lang
+
+  pkgname+=($_pkgname)
+  eval package_$_pkgname() {
+_package $lang
+  }
+done



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 17:25:34
  Author: svenstaro
Revision: 220275

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

Added:
  kdepim/repos/testing-i686/
  kdepim/repos/testing-i686/PKGBUILD
(from rev 220274, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-i686/kdepim-akregator.install
(from rev 220274, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-i686/kdepim-kaddressbook.install
(from rev 220274, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-i686/kdepim-kleopatra.install
(from rev 220274, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-i686/kdepim-kmail.install
(from rev 220274, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-i686/kdepim-knode.install
(from rev 220274, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-i686/kdepim-korganizer.install
(from rev 220274, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-i686/kdepim-ktnef.install
(from rev 220274, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-i686/kdepim.install
(from rev 220274, kdepim/trunk/kdepim.install)
  kdepim/repos/testing-x86_64/
  kdepim/repos/testing-x86_64/PKGBUILD
(from rev 220274, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-x86_64/kdepim-akregator.install
(from rev 220274, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-x86_64/kdepim-kaddressbook.install
(from rev 220274, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-x86_64/kdepim-kleopatra.install
(from rev 220274, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-x86_64/kdepim-kmail.install
(from rev 220274, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-x86_64/kdepim-knode.install
(from rev 220274, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-x86_64/kdepim-korganizer.install
(from rev 220274, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-x86_64/kdepim-ktnef.install
(from rev 220274, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-x86_64/kdepim.install
(from rev 220274, kdepim/trunk/kdepim.install)

+
 testing-i686/PKGBUILD  |  277 +++
 testing-i686/kdepim-akregator.install  |   12 +
 testing-i686/kdepim-kaddressbook.install   |   12 +
 testing-i686/kdepim-kleopatra.install  |   12 +
 testing-i686/kdepim-kmail.install  |   12 +
 testing-i686/kdepim-knode.install  |   12 +
 testing-i686/kdepim-korganizer.install |   12 +
 testing-i686/kdepim-ktnef.install  |   12 +
 testing-i686/kdepim.install|   11 +
 testing-x86_64/PKGBUILD|  277 +++
 testing-x86_64/kdepim-akregator.install|   12 +
 testing-x86_64/kdepim-kaddressbook.install |   12 +
 testing-x86_64/kdepim-kleopatra.install|   12 +
 testing-x86_64/kdepim-kmail.install|   12 +
 testing-x86_64/kdepim-knode.install|   12 +
 testing-x86_64/kdepim-korganizer.install   |   12 +
 testing-x86_64/kdepim-ktnef.install|   12 +
 testing-x86_64/kdepim.install  |   11 +
 18 files changed, 744 insertions(+)

Copied: kdepim/repos/testing-i686/PKGBUILD (from rev 220274, 
kdepim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-20 15:25:34 UTC (rev 220275)
@@ -0,0 +1,277 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=('kdepim-akonadiconsole'
+ 'kdepim-akregator'
+ 'kdepim-blogilo'
+ 'kdepim-console'
+ 'kdepim-kaddressbook'
+ 'kdepim-kalarm'
+ 'kdepim-kjots'
+ 'kdepim-kleopatra'
+ 'kdepim-kmail'
+ 'kdepim-knode'
+ 'kdepim-knotes'
+ 'kdepim-kontact'
+ 'kdepim-korganizer'
+ 'kdepim-kresources'
+ 'kdepim-ktimetracker'
+ 'kdepim-ktnef'
+ 'kdepim-libkdepim')
+pkgver=4.14.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdepim')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
+ 'baloo' 'link-grammar')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e5f24a8892954004f4b4eada5bcd46b6c71e1bbd')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DKDEPIM_BUILD_MOBILE=OFF
+   make
+}
+
+package_kdepim-akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('kdepim-libkdepim')
+   

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 17:25:21
  Author: svenstaro
Revision: 220274

upgpkg: kdepim 4.14.0-1

kde 4.14.0

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 13:01:33 UTC (rev 220273)
+++ PKGBUILD2014-08-20 15:25:21 UTC (rev 220274)
@@ -61,6 +61,8 @@
make DESTDIR=${pkgdir} install
cd ${srcdir}/build/kontact/plugins/akregator
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/akregator
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-blogilo() {
@@ -74,6 +76,8 @@
make DESTDIR=${pkgdir} install
 cd ${srcdir}/build/composereditor-ng
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/blogilo
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-console() {
@@ -91,7 +95,7 @@
url=http://kde.org/applications/office/kaddressbook/;
   install='kdepim-kaddressbook.install'
   for i in kaddressbook kontact/plugins/kaddressbook \
-plugins/kaddressbook contactthemeeditor; do
+plugins/kaddressbook; do
 cd ${srcdir}/build/${i}
 make DESTDIR=${pkgdir} install
   done
@@ -104,6 +108,8 @@
install='kdepim.install'
cd ${srcdir}/build/kalarm
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/kalarm
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-kjots() {
@@ -115,6 +121,8 @@
make DESTDIR=${pkgdir} install
cd ${srcdir}/build/kontact/plugins/kjots
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/kjots
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-kleopatra() {
@@ -124,6 +132,10 @@
url=http://kde.org/applications/utilities/kleopatra/;
cd ${srcdir}/build/kleopatra
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/kleopatra
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/kwatchgnupg
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-kmail() {
@@ -135,12 +147,18 @@
   'kdepim-mimelib' 'kdepim-plugins')
replaces=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve'
  'kdepim-mimelib' 'kdepim-plugins')
-  for i in kmail kmailcvt agents/archivemailagent storageservicemanager\
-agents/mailfilteragent importwizard ksendemail libksieve messagelist \
-kontact/plugins/kmail headerthemeeditor mboximporter; do
-cd ${srcdir}/build/${i}
-make DESTDIR=${pkgdir} install
-  done
+for i in kmail kmailcvt agents/archivemailagent storageservicemanager\
+  agents/mailfilteragent importwizard ksendemail libksieve messagelist \
+  kontact/plugins/kmail mboximporter; do
+  cd ${srcdir}/build/${i}
+  make DESTDIR=${pkgdir} install
+done
+   cd ${srcdir}/build/doc/kmail
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/sieveeditor
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/importwizard
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-knode() {
@@ -152,6 +170,8 @@
make DESTDIR=${pkgdir} install
cd ${srcdir}/build/kontact/plugins/knode
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/knode
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-knotes() {
@@ -161,10 +181,12 @@
install='kdepim.install'
cd ${srcdir}/build/knotes
make DESTDIR=${pkgdir} install
-  cd ${srcdir}/build/agents/notesagent
+cd ${srcdir}/build/agents/notesagent
make DESTDIR=${pkgdir} install
cd ${srcdir}/build/kontact/plugins/knotes
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/knotes
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-kontact() {
@@ -179,6 +201,8 @@
cd ${srcdir}/build/${i}
make DESTDIR=${pkgdir} install
done
+   cd ${srcdir}/build/doc/kontact
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-korganizer() {
@@ -190,6 +214,8 @@
cd ${srcdir}/build/${i}
make DESTDIR=${pkgdir} install
done
+   cd ${srcdir}/build/doc/korganizer
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-kresources() {
@@ -207,6 +233,8 @@
install='kdepim.install'
cd ${srcdir}/build/ktimetracker
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/ktimetracker
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-ktnef() {
@@ -216,6 +244,8 @@
 install=kdepim-ktnef.install
cd ${srcdir}/build/ktnef
make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/ktnef
+   make DESTDIR=${pkgdir} install
 }
 
 package_kdepim-libkdepim() {
@@ -232,9 +262,16 @@
   incidenceeditor-ng kaddressbookgrantlee kdgantt2 libkdepim \
   libkdepimdbusinterfaces libkleo libkpgp 

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

2014-08-20 Thread Martin Wimpress
Date: Wednesday, August 20, 2014 @ 18:15:30
  Author: flexiondotorg
Revision: 117667

upgpkg: syncthing 0.9.5-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 15:02:29 UTC (rev 117666)
+++ PKGBUILD2014-08-20 16:15:30 UTC (rev 117667)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -17,7 +17,7 @@
 source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
 syncthing@.service
 syncthing.1)
-sha1sums=('3bbef21b87d8d194aae717c7d615e54c848f362b'
+sha1sums=('218afa29c7c084123de0440b59f39b5667d256ad'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install



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

2014-08-20 Thread Martin Wimpress
Date: Wednesday, August 20, 2014 @ 18:15:55
  Author: flexiondotorg
Revision: 117668

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 117667, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 117667, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 117667, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 117667, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 117667, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 117667, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 117667, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 117667, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  112 
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   56 --
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 350 insertions(+), 350 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 16:15:30 UTC (rev 117667)
+++ community-i686/PKGBUILD 2014-08-20 16:15:55 UTC (rev 117668)
@@ -1,56 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('3bbef21b87d8d194aae717c7d615e54c848f362b'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 117667, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 16:15:55 UTC (rev 117668)
@@ -0,0 +1,56 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.5
+pkgrel=1

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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 20:07:42
  Author: anatolik
Revision: 117669

upgpkg: rethinkdb 1.13.4-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 16:15:55 UTC (rev 117668)
+++ PKGBUILD2014-08-20 18:07:42 UTC (rev 117669)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('1b0429393e118d5fad8e14120cd88f5e4855b9cc9cd8340e74c6899a5a5becf2'
+sha256sums=('716e52a38219ab2a84358cc2ef22a7773bc1887c2b1345fcb8a13cbcd308ecb4'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 



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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 20:08:32
  Author: anatolik
Revision: 117670

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 117669, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 117669, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 117669, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 117669, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 117669, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 117669, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 117669, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 117669, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   57 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   37 ++
 community-testing-i686/rethinkdb.service|   12 
 community-testing-x86_64/PKGBUILD   |   57 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   37 ++
 community-testing-x86_64/rethinkdb.service  |   12 
 8 files changed, 214 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 117669, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-20 18:08:32 UTC (rev 117670)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.13.4
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('716e52a38219ab2a84358cc2ef22a7773bc1887c2b1345fcb8a13cbcd308ecb4'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+build() {
+  cd rethinkdb-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --fetch v8 --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  # SindexEraseRange failure https://github.com/rethinkdb/rethinkdb/issues/2042
+  ./build/release/rethinkdb-unittest --gtest_filter=-RDBBtree.SindexEraseRange
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
117669, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2014-08-20 18:08:32 UTC 
(rev 117670)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-i686/rethinkdb.install (from rev 
117669, rethinkdb/trunk/rethinkdb.install)
===
--- community-testing-i686/rethinkdb.install(rev 0)
+++ 

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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 20:12:35
  Author: anatolik
Revision: 117672

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

Added:
  v8/repos/community-i686/PKGBUILD
(from rev 117671, v8/trunk/PKGBUILD)
  v8/repos/community-i686/v8.pc
(from rev 117671, v8/trunk/v8.pc)
  v8/repos/community-x86_64/PKGBUILD
(from rev 117671, v8/trunk/PKGBUILD)
  v8/repos/community-x86_64/v8.pc
(from rev 117671, v8/trunk/v8.pc)
Deleted:
  v8/repos/community-i686/PKGBUILD
  v8/repos/community-i686/v8.pc
  v8/repos/community-x86_64/PKGBUILD
  v8/repos/community-x86_64/v8.pc

---+
 /PKGBUILD |  148 
 /v8.pc|   20 +
 community-i686/PKGBUILD   |   74 --
 community-i686/v8.pc  |   10 --
 community-x86_64/PKGBUILD |   74 --
 community-x86_64/v8.pc|   10 --
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 18:12:00 UTC (rev 117671)
+++ community-i686/PKGBUILD 2014-08-20 18:12:35 UTC (rev 117672)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: tocer tocer.d...@gmail.com
-
-pkgname=v8
-# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.25.28.16
-pkgrel=1
-pkgdesc='Fast and modern Javascript engine'
-arch=(i686 x86_64)
-url='http://code.google.com/p/v8'
-license=(BSD)
-depends=(readline icu)
-makedepends=(subversion python2)
-# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
-v8.pc)
-sha256sums=('0bc398066499fb8d927bdd9af0fc253da4d9a9b21253c8f8eaa9ef72a9e15d96'
-'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
-
-[[ $CARCH = 'i686' ]]ARCH=ia32
-[[ $CARCH = 'x86_64' ]]  ARCH=x64
-
-prepare() {
-  cd v8-$pkgver
-
-  # we do not need icu sources, just one icu.gyp
-  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu 
--revision |' -i Makefile
-  make dependencies
-
-  find build/ test/ tools/ src/ -type f -exec \
-sed -e 's_^#!/usr/bin/env python$_2_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-
-  sed 's/\bpython\b/python2/' -i Makefile build/gyp/gyp
-
-  sed s/@VERSION@/$pkgver/g -i $srcdir/v8.pc
-}
-
-build() {
-  cd v8-$pkgver
-
-  build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$ARCH -Dwerror= 
--generator-output=out -f make
-
-  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release mksnapshot.$ARCH
-  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release
-}
-
-check() {
-  cd v8-$pkgver
-  # A number of tests are failing. Figure out what happens and then enable 
tests.
-  # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit 
--outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
-}
-
-package() {
-  cd v8-$pkgver
-
-  install -Dm755 out/Release/d8 $pkgdir/usr/bin/d8
-  install -Dm755 out/Release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
-
-  # V8 has several header files and ideally if it had its own folder in 
/usr/include
-  # But doing it here will break all users. Ideally if they use provided 
pkgconfig file.
-  install -d $pkgdir/usr/include
-  install -Dm644 include/*.h $pkgdir/usr/include
-
-  install -d $pkgdir/usr/lib/pkgconfig
-  install -m644 $srcdir/v8.pc $pkgdir/usr/lib/pkgconfig
-
-  install -d $pkgdir/usr/share/licenses/v8
-  install -m644 LICENSE* $pkgdir/usr/share/licenses/v8
-}

Copied: v8/repos/community-i686/PKGBUILD (from rev 117671, v8/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 18:12:35 UTC (rev 117672)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.26.31.15
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(subversion python2)
+# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
+v8.pc)
+sha256sums=('9d1fdcf0fa15c68056193a3f0e7286761fe4ffdb6a78dc5d16fa61c3097f3e63'
+

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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 20:12:00
  Author: anatolik
Revision: 117671

upgpkg: v8 3.26.31.15-1

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 18:08:32 UTC (rev 117670)
+++ PKGBUILD2014-08-20 18:12:00 UTC (rev 117671)
@@ -6,7 +6,7 @@
 
 pkgname=v8
 # use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.25.28.16
+pkgver=3.26.31.15
 pkgrel=1
 pkgdesc='Fast and modern Javascript engine'
 arch=(i686 x86_64)
@@ -15,9 +15,9 @@
 depends=(readline icu)
 makedepends=(subversion python2)
 # unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
 v8.pc)
-sha256sums=('0bc398066499fb8d927bdd9af0fc253da4d9a9b21253c8f8eaa9ef72a9e15d96'
+sha256sums=('9d1fdcf0fa15c68056193a3f0e7286761fe4ffdb6a78dc5d16fa61c3097f3e63'
 '2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
 
 [[ $CARCH = 'i686' ]]ARCH=ia32
@@ -27,8 +27,8 @@
   cd v8-$pkgver
 
   # we do not need icu sources, just one icu.gyp
-  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu 
--revision |' -i Makefile
-  make dependencies
+#  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu 
--revision |' -i Makefile
+#  make dependencies
 
   find build/ test/ tools/ src/ -type f -exec \
 sed -e 's_^#!/usr/bin/env python$_2_' \



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

2014-08-20 Thread Andreas Radke
Date: Wednesday, August 20, 2014 @ 20:37:34
  Author: andyrtr
Revision: 220443

remove any arch comments

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 15:34:20 UTC (rev 220442)
+++ PKGBUILD2014-08-20 18:37:34 UTC (rev 220443)
@@ -690,7 +690,6 @@
 
 package_libreoffice-still-en-US() {
   pkgdesc=English (US) language pack for LibreOffice maintenance branch
-  #arch=('any')
   replaces=('libreoffice-en-US')
   provides=('libreoffice-still-langpack' 'libreoffice-en-US')
   conflicts=('libreoffice-en-US' 'libreoffice-fresh')
@@ -712,7 +711,6 @@
 package_libreoffice-still-extension-wiki-publisher() {
 
  pkgdesc=This extension enables you to create Wiki articles on MediaWiki 
servers without having to know the syntax of the MediaWiki markup language
- #arch=('any')
  depends=('libreoffice-still-common' 'java-environment')
  groups=('libreoffice-still-extensions')
  replaces=('libreoffice-extension-wiki-publisher')



[arch-commits] Commit in libreoffice-still/repos (40 files)

2014-08-20 Thread Andreas Radke
Date: Wednesday, August 20, 2014 @ 20:37:58
  Author: andyrtr
Revision: 220444

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

Added:
  libreoffice-still/repos/testing-i686/PKGBUILD
(from rev 220443, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-i686/libreoffice-still-base.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-calc.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.csh
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.sh
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/testing-i686/libreoffice-still-draw.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-impress.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-writer.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220443, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/testing-x86_64/PKGBUILD
(from rev 220443, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-base.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-calc.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.csh
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.sh
(from rev 220443, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-draw.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-impress.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-writer.install
(from rev 220443, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220443, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/testing-i686/PKGBUILD
  libreoffice-still/repos/testing-i686/libreoffice-still-base.install
  libreoffice-still/repos/testing-i686/libreoffice-still-calc.install
  libreoffice-still/repos/testing-i686/libreoffice-still-common.csh
  libreoffice-still/repos/testing-i686/libreoffice-still-common.install
  libreoffice-still/repos/testing-i686/libreoffice-still-common.sh
  libreoffice-still/repos/testing-i686/libreoffice-still-draw.install
  libreoffice-still/repos/testing-i686/libreoffice-still-impress.install
  libreoffice-still/repos/testing-i686/libreoffice-still-writer.install
  
libreoffice-still/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/testing-x86_64/PKGBUILD
  libreoffice-still/repos/testing-x86_64/libreoffice-still-base.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-calc.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.csh
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.sh
  libreoffice-still/repos/testing-x86_64/libreoffice-still-draw.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-impress.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-writer.install
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff

-+
 /PKGBUILD   | 1470 
++
 /libreoffice-still-base.install |   22 
 /libreoffice-still-calc.install |   22 
 /libreoffice-still-common.csh   |   12 
 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 21:25:35
  Author: heftig
Revision: 220445

0.9.14

Modified:
  check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 18:37:58 UTC (rev 220444)
+++ PKGBUILD2014-08-20 19:25:35 UTC (rev 220445)
@@ -4,7 +4,7 @@
 # Contributor: Jeremy Cowgar jer...@cowgar.com
 
 pkgname=check
-pkgver=0.9.13
+pkgver=0.9.14
 pkgrel=1
 pkgdesc=A unit testing framework for C
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 depends=('awk')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('95530868f81a9496b2518fd2b713008a')
+md5sums=('38263d115d784c17aa3b959ce94be8b8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 21:26:34
  Author: heftig
Revision: 220446

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

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

+
 /PKGBUILD  |   80 +++
 /check.install |   40 +
 extra-i686/PKGBUILD|   40 -
 extra-i686/check.install   |   20 --
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/check.install |   20 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 19:25:35 UTC (rev 220445)
+++ extra-i686/PKGBUILD 2014-08-20 19:26:34 UTC (rev 220446)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeremy Cowgar jer...@cowgar.com
-
-pkgname=check
-pkgver=0.9.13
-pkgrel=1
-pkgdesc=A unit testing framework for C
-arch=('i686' 'x86_64')
-url=http://check.sourceforge.net/;
-license=('LGPL')
-install=$pkgname.install
-depends=('awk')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('95530868f81a9496b2518fd2b713008a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Extremely long
-  #make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # get rid of the package's info directory,
-  # install-info adds entries for us at install-time
-  rm $pkgdir/usr/share/info/dir
-
-  # svn log file is too big
-  rm $pkgdir/usr/share/doc/check/*ChangeLog*
-}

Copied: check/repos/extra-i686/PKGBUILD (from rev 220445, check/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 19:26:34 UTC (rev 220446)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeremy Cowgar jer...@cowgar.com
+
+pkgname=check
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=A unit testing framework for C
+arch=('i686' 'x86_64')
+url=http://check.sourceforge.net/;
+license=('LGPL')
+install=$pkgname.install
+depends=('awk')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('38263d115d784c17aa3b959ce94be8b8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Extremely long
+  #make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # get rid of the package's info directory,
+  # install-info adds entries for us at install-time
+  rm $pkgdir/usr/share/info/dir
+
+  # svn log file is too big
+  rm $pkgdir/usr/share/doc/check/*ChangeLog*
+}

Deleted: extra-i686/check.install
===
--- extra-i686/check.install2014-08-20 19:25:35 UTC (rev 220445)
+++ extra-i686/check.install2014-08-20 19:26:34 UTC (rev 220446)
@@ -1,20 +0,0 @@
-_infodir=/usr/share/info
-_filelist=(check.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info $_infodir/$file $_infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
-  done
-}

Copied: check/repos/extra-i686/check.install (from rev 220445, 
check/trunk/check.install)
===
--- extra-i686/check.install(rev 0)
+++ extra-i686/check.install2014-08-20 19:26:34 UTC (rev 220446)
@@ -0,0 +1,20 @@
+_infodir=/usr/share/info
+_filelist=(check.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info $_infodir/$file $_infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
+  done
+}


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 21:52:45
  Author: heftig
Revision: 220447

1.18.4

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 19:26:34 UTC (rev 220446)
+++ PKGBUILD2014-08-20 19:52:45 UTC (rev 220447)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.18.2
+pkgver=1.18.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63')
+sha256sums=('4eea1015cd6d4b4945cb5d4a60e52275b0d70e13852d6d99c9abc0cd4deeb60c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 21:57:03
  Author: heftig
Revision: 220448

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

Added:
  clutter/repos/extra-i686/PKGBUILD
(from rev 220447, clutter/trunk/PKGBUILD)
  clutter/repos/extra-i686/fix_a_segfault_on_device_removal.diff
(from rev 220447, clutter/trunk/fix_a_segfault_on_device_removal.diff)
  clutter/repos/extra-i686/fix_buffer_age.patch
(from rev 220447, clutter/trunk/fix_buffer_age.patch)
  clutter/repos/extra-i686/stop_using_deprecated_libevdev_api.diff
(from rev 220447, clutter/trunk/stop_using_deprecated_libevdev_api.diff)
  clutter/repos/extra-i686/unref_devices_on_removal.diff
(from rev 220447, clutter/trunk/unref_devices_on_removal.diff)
  clutter/repos/extra-x86_64/PKGBUILD
(from rev 220447, clutter/trunk/PKGBUILD)
  clutter/repos/extra-x86_64/fix_a_segfault_on_device_removal.diff
(from rev 220447, clutter/trunk/fix_a_segfault_on_device_removal.diff)
  clutter/repos/extra-x86_64/fix_buffer_age.patch
(from rev 220447, clutter/trunk/fix_buffer_age.patch)
  clutter/repos/extra-x86_64/stop_using_deprecated_libevdev_api.diff
(from rev 220447, clutter/trunk/stop_using_deprecated_libevdev_api.diff)
  clutter/repos/extra-x86_64/unref_devices_on_removal.diff
(from rev 220447, clutter/trunk/unref_devices_on_removal.diff)
Deleted:
  clutter/repos/extra-i686/PKGBUILD
  clutter/repos/extra-i686/fix_a_segfault_on_device_removal.diff
  clutter/repos/extra-i686/fix_buffer_age.patch
  clutter/repos/extra-i686/stop_using_deprecated_libevdev_api.diff
  clutter/repos/extra-i686/unref_devices_on_removal.diff
  clutter/repos/extra-x86_64/PKGBUILD
  clutter/repos/extra-x86_64/fix_a_segfault_on_device_removal.diff
  clutter/repos/extra-x86_64/fix_buffer_age.patch
  clutter/repos/extra-x86_64/stop_using_deprecated_libevdev_api.diff
  clutter/repos/extra-x86_64/unref_devices_on_removal.diff

--+
 /PKGBUILD|   66 
 /fix_a_segfault_on_device_removal.diff   |   62 
 /fix_buffer_age.patch|   68 
 /stop_using_deprecated_libevdev_api.diff |  234 +
 /unref_devices_on_removal.diff   |   44 +++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/fix_a_segfault_on_device_removal.diff |   31 --
 extra-i686/fix_buffer_age.patch  |   34 --
 extra-i686/stop_using_deprecated_libevdev_api.diff   |  117 
 extra-i686/unref_devices_on_removal.diff |   22 -
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/fix_a_segfault_on_device_removal.diff   |   31 --
 extra-x86_64/fix_buffer_age.patch|   34 --
 extra-x86_64/stop_using_deprecated_libevdev_api.diff |  117 
 extra-x86_64/unref_devices_on_removal.diff   |   22 -
 15 files changed, 474 insertions(+), 474 deletions(-)

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


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:00:23
  Author: heftig
Revision: 220449

3.12.5

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 19:57:03 UTC (rev 220448)
+++ PKGBUILD2014-08-20 20:00:23 UTC (rev 220449)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.4
+pkgver=3.12.5
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
+sha256sums=('06a97a4513f2cc3a56517ac3f478adb85b9a4a64a49d6c60ab4ea97276bc0f66')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:02:33
  Author: anatolik
Revision: 117673

upgpkg: avr-gcc 4.9.1-1

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 18:12:35 UTC (rev 117672)
+++ PKGBUILD2014-08-20 20:02:33 UTC (rev 117673)
@@ -8,8 +8,8 @@
 
 pkgname=avr-gcc
 _pkgname=gcc
-pkgver=4.9.0
-pkgrel=2
+pkgver=4.9.1
+pkgrel=1
 pkgdesc=The GNU AVR Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -98,4 +98,4 @@
 rm -rf ${pkgdir}/usr/share/info
 }
 
-md5sums=('9709b49ae0e904cbb0a6a1b62853b556')
+md5sums=('fddf71348546af523353bd43d34919c1')



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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:03:30
  Author: anatolik
Revision: 117675

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

Added:
  avr-gcc/repos/community-testing-i686/
  avr-gcc/repos/community-testing-i686/PKGBUILD
(from rev 117673, avr-gcc/trunk/PKGBUILD)
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 117674, avr-gcc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |  101 
 community-testing-x86_64/PKGBUILD |  101 
 2 files changed, 202 insertions(+)

Copied: avr-gcc/repos/community-testing-i686/PKGBUILD (from rev 117673, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-20 20:03:30 UTC (rev 117675)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-gcc
+_pkgname=gcc
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=The GNU AVR Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org/;
+depends=('avr-binutils=2.24' 'cloog' 'ppl' 'gcc-libs=4.8.0' 'libmpc')
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+provides=(gcc-avr=$pkgver)
+replaces=('gcc-avr')
+options=('staticlibs' '!emptydirs' '!strip')
+source=(http://ftp.gnu.org/gnu/gcc/${_pkgname}-${pkgver}/gcc-${pkgver}.tar.bz2)
+
+_basedir=${_pkgname}-${pkgver}
+
+build() {
+# default CFLAGS lead to issues later on when configure 
+# calls avr-gcc with -march set.
+export CFLAGS=-O2 -pipe
+export CXXFLAGS=-O2 -pipe
+
+cd ${srcdir}/${_basedir} 
+
+# Do not install libiberty
+sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+
+# https://bugs.archlinux.org/task/34629
+sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ gcc/configure
+
+echo ${pkgver}  gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build  cd gcc-build
+
+# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
+
+${srcdir}/${_basedir}/configure \
+--disable-cloog-version-check \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--enable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-cloog-backend=isl \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=avr \
+--with-as=/usr/bin/avr-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/avr-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name *.a \
+-exec /usr/bin/avr-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
+
+rm -rf ${pkgdir}/usr/share/man/man7
+rm -rf ${pkgdir}/usr/share/info
+}
+
+md5sums=('fddf71348546af523353bd43d34919c1')

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 117674, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-20 20:03:30 UTC (rev 117675)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-gcc
+_pkgname=gcc
+pkgver=4.9.1
+pkgrel=1

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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:03:19
  Author: anatolik
Revision: 117674

upgpkg: avr-libc 1.8.1-1

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:02:33 UTC (rev 117673)
+++ PKGBUILD2014-08-20 20:03:19 UTC (rev 117674)
@@ -5,8 +5,8 @@
 # Build order: avr-binutils - avr-gcc - avr-libc
 
 pkgname=avr-libc
-pkgver=1.8.0
-pkgrel=5
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=The C runtime library for the AVR family of microcontrollers
 arch=('any')
 url=http://savannah.nongnu.org/projects/avr-libc/;
@@ -14,8 +14,8 @@
 depends=('avr-gcc')
 options=('staticlibs' '!strip')
 
source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('54c71798f24c96bab206be098062344f'
- '4dfc58651096f56f49fb07961ea15eee')
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in avr-libc/repos (2 files)

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:03:41
  Author: anatolik
Revision: 117676

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 117675, avr-libc/trunk/PKGBUILD)

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

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 117675, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-08-20 20:03:41 UTC (rev 117676)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=The C runtime library for the AVR family of microcontrollers
+arch=('any')
+url=http://savannah.nongnu.org/projects/avr-libc/;
+license=('BSD')
+depends=('avr-gcc')
+options=('staticlibs' '!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:04:55
  Author: heftig
Revision: 220450

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

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

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 20:00:23 UTC (rev 220449)
+++ extra-i686/PKGBUILD 2014-08-20 20:04:55 UTC (rev 220450)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=empathy
-pkgver=3.12.4
-pkgrel=1
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=(i686 x86_64)
-url=http://live.gnome.org/Empathy;
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('056a1fc27e9aa1f9df4d4d91353e04ca2e1b0fcc6bf082a9108f9dbb9870c978')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 220449, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 20:04:55 UTC (rev 220450)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.5
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06a97a4513f2cc3a56517ac3f478adb85b9a4a64a49d6c60ab4ea97276bc0f66')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2014-08-20 20:00:23 UTC (rev 220449)
+++ extra-i686/empathy.install  2014-08-20 20:04:55 UTC (rev 220450)
@@ -1,16 +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
-echo To use Empathy you need to install at least one Telepathy connection 
manager.
-}
-
-post_upgrade() {
-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_remove() {
-post_upgrade
-}

Copied: 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:07:07
  Author: heftig
Revision: 220451

3.12.2

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:04:55 UTC (rev 220450)
+++ PKGBUILD2014-08-20 20:07:07 UTC (rev 220451)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evince
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))
 url=https://wiki.gnome.org/Apps/Evince;
@@ -19,7 +19,7 @@
 install=evince.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef22cc29a7cbe70d2e7ce8c0b5b7ee774187ea69f3ae49a64c6d4a91559ef137')
+sha256sums=('30c243bbfde56338c25a39003b4848143be42157177e2163a368f14139909f7d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:08:53
  Author: heftig
Revision: 220452

4.8.4

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:07:07 UTC (rev 220451)
+++ PKGBUILD2014-08-20 20:08:53 UTC (rev 220452)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e72a6e9b180217aefb1d9dbd8a2fd41f00419cd1f268e1a7e1e2aef2b54a8341')
+sha256sums=('00363771f5c5fef28ec90bcd643d9375d61efa6c88e770e874c3b64d3cf3b25d')
 
 build() {
 cd $_pkgbasename-$pkgver



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD git-fixes.patch)

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:13:44
  Author: heftig
Revision: 220453

3.12.5

Modified:
  evolution-data-server/trunk/PKGBUILD
Deleted:
  evolution-data-server/trunk/git-fixes.patch

-+
 PKGBUILD|   12 
 git-fixes.patch | 7856 --
 2 files changed, 4 insertions(+), 7864 deletions(-)

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


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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:23:51
  Author: anatolik
Revision: 117677

upgpkg: avr-gdb 7.8-1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:03:41 UTC (rev 117676)
+++ PKGBUILD2014-08-20 20:23:51 UTC (rev 117677)
@@ -7,14 +7,14 @@
 
 pkgname=avr-gdb
 _pkgname=gdb
-pkgver=7.7
+pkgver=7.8
 pkgrel=1
 pkgdesc=The GNU Debugger for AVR
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gdb/;
 license=('GPL3')
-depends=('python2')
-source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
+depends=('python2' 'guile' 'xz')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
 
 build() {
   cd ${srcdir}/${_pkgname}-${pkgver}
@@ -52,4 +52,4 @@
   rm -rf ${pkgdir}/usr/include/gdb
 }
 
-md5sums=('271a18f41858a7e98b28ae4eb91287c9')
+md5sums=('bd958fe9019d7c7896f29f6724a764ed')



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:24:34
  Author: heftig
Revision: 220454

3.12.5

Modified:
  evolution/trunk/PKGBUILD
Deleted:
  evolution/trunk/git-fixes.patch

-+
 PKGBUILD|   13 
 git-fixes.patch | 1473 --
 2 files changed, 4 insertions(+), 1482 deletions(-)

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


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

2014-08-20 Thread Anatol Pomozov
Date: Wednesday, August 20, 2014 @ 22:24:28
  Author: anatolik
Revision: 117678

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

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 117677, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 117677, avr-gdb/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   55 
 community-testing-x86_64/PKGBUILD |   55 
 2 files changed, 110 insertions(+)

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 117677, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-20 20:24:28 UTC (rev 117678)
@@ -0,0 +1,55 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc=The GNU Debugger for AVR
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('python2' 'guile' 'xz')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS=-O2 -pipe
+  export CPPFLAGS=-O2 -pipe
+  export CXXFLAGS=$CFLAGS
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('bd958fe9019d7c7896f29f6724a764ed')

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 117677, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-20 20:24:28 UTC (rev 117678)
@@ -0,0 +1,55 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc=The GNU Debugger for AVR
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('python2' 'guile' 'xz')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS=-O2 -pipe
+  export CPPFLAGS=-O2 -pipe
+  export CXXFLAGS=$CFLAGS
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('bd958fe9019d7c7896f29f6724a764ed')



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:24:42
  Author: heftig
Revision: 220455

3.12.5

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:24:34 UTC (rev 220454)
+++ PKGBUILD2014-08-20 20:24:42 UTC (rev 220455)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.4
+pkgver=3.12.5
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7c6bc77dfc9049e5d92f2fbc52725023868fb8a68e1a6e3efaa6f2c5404a8b7')
+sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:25:44
  Author: heftig
Revision: 220456

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

Added:
  gtkhtml4/repos/extra-i686/PKGBUILD
(from rev 220455, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/extra-x86_64/PKGBUILD
(from rev 220455, gtkhtml4/trunk/PKGBUILD)
Deleted:
  gtkhtml4/repos/extra-i686/PKGBUILD
  gtkhtml4/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-08-20 20:24:42 UTC (rev 220455)
+++ extra-i686/PKGBUILD 2014-08-20 20:25:44 UTC (rev 220456)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.3
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e72a6e9b180217aefb1d9dbd8a2fd41f00419cd1f268e1a7e1e2aef2b54a8341')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtkhtml4/repos/extra-i686/PKGBUILD (from rev 220455, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 20:25:44 UTC (rev 220456)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('00363771f5c5fef28ec90bcd643d9375d61efa6c88e770e874c3b64d3cf3b25d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 20:24:42 UTC (rev 220455)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:25:44 UTC (rev 220456)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.3
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e72a6e9b180217aefb1d9dbd8a2fd41f00419cd1f268e1a7e1e2aef2b54a8341')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtkhtml4/repos/extra-x86_64/PKGBUILD (from rev 220455, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:25:44 UTC (rev 220456)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('00363771f5c5fef28ec90bcd643d9375d61efa6c88e770e874c3b64d3cf3b25d')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in evolution-data-server/repos (10 files)

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:30:54
  Author: heftig
Revision: 220457

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 220456, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 220456, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 220456, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 220456, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-i686/git-fixes.patch
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/git-fixes.patch

+
 /PKGBUILD  |   70 
 /evolution-data-server.install |   22 
 extra-i686/PKGBUILD|   39 
 extra-i686/evolution-data-server.install   |   11 
 extra-i686/git-fixes.patch | 7856 ---
 extra-x86_64/PKGBUILD  |   39 
 extra-x86_64/evolution-data-server.install |   11 
 extra-x86_64/git-fixes.patch   | 7856 ---
 8 files changed, 92 insertions(+), 15812 deletions(-)

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


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:35:54
  Author: heftig
Revision: 220458

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 220457, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 220457, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 220457, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 220457, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-i686/git-fixes.patch
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install
  evolution/repos/extra-x86_64/git-fixes.patch

+
 /PKGBUILD  |   94 ++
 /evolution.install |   38 +
 extra-i686/PKGBUILD|   52 -
 extra-i686/evolution.install   |   19 
 extra-i686/git-fixes.patch | 1473 ---
 extra-x86_64/PKGBUILD  |   52 -
 extra-x86_64/evolution.install |   19 
 extra-x86_64/git-fixes.patch   | 1473 ---
 8 files changed, 132 insertions(+), 3088 deletions(-)

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


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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:36:39
  Author: heftig
Revision: 220459

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 220458, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 220458, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 20:35:54 UTC (rev 220458)
+++ extra-i686/PKGBUILD 2014-08-20 20:36:39 UTC (rev 220459)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.12.4
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7c6bc77dfc9049e5d92f2fbc52725023868fb8a68e1a6e3efaa6f2c5404a8b7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 220458, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 20:36:39 UTC (rev 220459)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.5
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 20:35:54 UTC (rev 220458)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:36:39 UTC (rev 220459)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.12.4
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7c6bc77dfc9049e5d92f2fbc52725023868fb8a68e1a6e3efaa6f2c5404a8b7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 220458, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:36:39 UTC (rev 220459)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.5
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3e69187396ab8549c3365fb20ffe35094a120de403d4456b3a39c2ae192f446c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:39:44
  Author: heftig
Revision: 220460

1.16.0

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:36:39 UTC (rev 220459)
+++ PKGBUILD2014-08-20 20:39:44 UTC (rev 220460)
@@ -4,16 +4,18 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=openal
-pkgver=1.15.1
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc=A cross-platform 3D audio library
 arch=(i686 x86_64)
 url=http://www.openal.org/;
 license=(LGPL)
 depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
+optdepends=('qt4: alsoft-config GUI Configurator'
+'fluidsynth: MIDI rendering')
 
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
+md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
 
 build() {
   cd $pkgname-soft-$pkgver/build
@@ -24,5 +26,5 @@
 package() {
   cd $pkgname-soft-$pkgver
   make -C build DESTDIR=$pkgdir/ install
-  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
+  install -m644 -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
 }



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:42:53
  Author: heftig
Revision: 220461

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 20:39:44 UTC (rev 220460)
+++ extra-i686/PKGBUILD 2014-08-20 20:42:53 UTC (rev 220461)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=openal
-pkgver=1.15.1
-pkgrel=2
-pkgdesc=A cross-platform 3D audio library
-arch=(i686 x86_64)
-url=http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR=$pkgdir/ install
-  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-i686/PKGBUILD (from rev 220460, 
openal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 20:42:53 UTC (rev 220461)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=openal
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=A cross-platform 3D audio library
+arch=(i686 x86_64)
+url=http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
+optdepends=('qt4: alsoft-config GUI Configurator'
+'fluidsynth: MIDI rendering')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $pkgname-soft-$pkgver
+  make -C build DESTDIR=$pkgdir/ install
+  install -m644 -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 20:39:44 UTC (rev 220460)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:42:53 UTC (rev 220461)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=openal
-pkgver=1.15.1
-pkgrel=2
-pkgdesc=A cross-platform 3D audio library
-arch=(i686 x86_64)
-url=http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR=$pkgdir/ install
-  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-x86_64/PKGBUILD (from rev 220460, 
openal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:42:53 UTC (rev 220461)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=openal
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=A cross-platform 3D audio library
+arch=(i686 x86_64)
+url=http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
+optdepends=('qt4: alsoft-config GUI Configurator'
+'fluidsynth: MIDI rendering')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+

[arch-commits] Commit in libwebp/trunk (PKGBUILD libwebp-0.4.0-giflib-5.1.0.patch)

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:52:28
  Author: heftig
Revision: 220462

0.4.1

Modified:
  libwebp/trunk/PKGBUILD
Deleted:
  libwebp/trunk/libwebp-0.4.0-giflib-5.1.0.patch

--+
 PKGBUILD |   11 ---
 libwebp-0.4.0-giflib-5.1.0.patch |   12 
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:42:53 UTC (rev 220461)
+++ PKGBUILD2014-08-20 20:52:28 UTC (rev 220462)
@@ -4,8 +4,8 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=libwebp
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc=WebP library and conversion tools
 arch=(x86_64 i686)
 url=https://developers.google.com/speed/webp/;
@@ -13,14 +13,11 @@
 depends=(libpng libjpeg libtiff giflib)
 makedepends=(freeglut mesa glu)
 optdepends=('freeglut: vwebp viewer')
-source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-libwebp-0.4.0-giflib-5.1.0.patch)
-sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69'
-'466fb04887b7fba1be95bb409bd01c23c2855dc2b9471cf5cd6de1822e55ed86')
+source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
+sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/libwebp-0.4.0-giflib-5.1.0.patch 
 }
 
 build() {

Deleted: libwebp-0.4.0-giflib-5.1.0.patch
===
--- libwebp-0.4.0-giflib-5.1.0.patch2014-08-20 20:42:53 UTC (rev 220461)
+++ libwebp-0.4.0-giflib-5.1.0.patch2014-08-20 20:52:28 UTC (rev 220462)
@@ -1,12 +0,0 @@
-diff -rupN a/examples/gif2webp.c b/examples/gif2webp.c
 a/examples/gif2webp.c  2013-12-20 09:48:07.0 +0100
-+++ b/examples/gif2webp.c  2014-06-01 13:28:31.790564455 +0200
-@@ -644,7 +644,7 @@ int main(int argc, const char *argv[]) {
- DisplayGifError(gif, gif_error);
-   }
-   if (gif != NULL) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
-   }
- 
-   return !ok;



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:53:51
  Author: heftig
Revision: 220463

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

Added:
  libwebp/repos/extra-i686/PKGBUILD
(from rev 220462, libwebp/trunk/PKGBUILD)
  libwebp/repos/extra-x86_64/PKGBUILD
(from rev 220462, libwebp/trunk/PKGBUILD)
Deleted:
  libwebp/repos/extra-i686/PKGBUILD
  libwebp/repos/extra-i686/libwebp-0.4.0-giflib-5.1.0.patch
  libwebp/repos/extra-x86_64/PKGBUILD
  libwebp/repos/extra-x86_64/libwebp-0.4.0-giflib-5.1.0.patch

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   46 
 extra-i686/libwebp-0.4.0-giflib-5.1.0.patch   |   12 ---
 extra-x86_64/PKGBUILD |   46 
 extra-x86_64/libwebp-0.4.0-giflib-5.1.0.patch |   12 ---
 5 files changed, 86 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 20:52:28 UTC (rev 220462)
+++ extra-i686/PKGBUILD 2014-08-20 20:53:51 UTC (rev 220463)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=libwebp
-pkgver=0.4.0
-pkgrel=2
-pkgdesc=WebP library and conversion tools
-arch=(x86_64 i686)
-url=https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-libwebp-0.4.0-giflib-5.1.0.patch)
-sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69'
-'466fb04887b7fba1be95bb409bd01c23c2855dc2b9471cf5cd6de1822e55ed86')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/libwebp-0.4.0-giflib-5.1.0.patch 
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-i686/PKGBUILD (from rev 220462, 
libwebp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 20:53:51 UTC (rev 220463)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
+sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libwebp-0.4.0-giflib-5.1.0.patch
===
--- extra-i686/libwebp-0.4.0-giflib-5.1.0.patch 2014-08-20 20:52:28 UTC (rev 
220462)
+++ extra-i686/libwebp-0.4.0-giflib-5.1.0.patch 2014-08-20 20:53:51 UTC (rev 
220463)
@@ -1,12 +0,0 @@
-diff -rupN a/examples/gif2webp.c b/examples/gif2webp.c
 a/examples/gif2webp.c  2013-12-20 09:48:07.0 +0100
-+++ b/examples/gif2webp.c  2014-06-01 13:28:31.790564455 +0200
-@@ -644,7 +644,7 @@ int main(int argc, const char *argv[]) {
- DisplayGifError(gif, gif_error);
-   }
-   if (gif != NULL) {
--DGifCloseFile(gif);
-+DGifCloseFile(gif, NULL);
-   }
- 
-   return !ok;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 20:52:28 UTC (rev 220462)
+++ extra-x86_64/PKGBUILD   2014-08-20 20:53:51 UTC (rev 220463)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Jon Nordby 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 22:57:08
  Author: heftig
Revision: 220464

1.10.0

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:53:51 UTC (rev 220463)
+++ PKGBUILD2014-08-20 20:57:08 UTC (rev 220464)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libmbim
-pkgver=1.8.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
+sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
+--libexecdir=/usr/lib/$pkgname --disable-static --with-tests
   make
 }
 



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:01:40
  Author: heftig
Revision: 220465

0.14.10

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:57:08 UTC (rev 220464)
+++ PKGBUILD2014-08-20 21:01:40 UTC (rev 220465)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gssdp
-pkgver=0.14.8
+pkgver=0.14.10
 pkgrel=1
 pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk3 gtk-doc vala)
 optdepends=('gtk3: gssdp-device-sniffer')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13')
+sha256sums=('b9b3be6354d6a0dcc7c29a7da4120847350011e5614383626552e15c28f3058c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:04:34
  Author: heftig
Revision: 220466

libmbim bump

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:01:40 UTC (rev 220465)
+++ PKGBUILD2014-08-20 21:04:34 UTC (rev 220466)
@@ -5,7 +5,7 @@
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -25,6 +25,10 @@
 --with-polkit=permissive \
 --enable-gtk-doc \
 --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2014-08-20 Thread Maxime Gauduin
Date: Wednesday, August 20, 2014 @ 23:03:46
  Author: alucryd
Revision: 117679

upgpkg: geary 0.6.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:24:28 UTC (rev 117678)
+++ PKGBUILD2014-08-20 21:03:46 UTC (rev 117679)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9')
+sha256sums=('efe6532d78bcb08f74da117a7096d0930c7ce34b14d2cea6405d27246f05e42a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-08-20 Thread Maxime Gauduin
Date: Wednesday, August 20, 2014 @ 23:03:57
  Author: alucryd
Revision: 117680

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

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

+
 /PKGBUILD  |   76 +++
 /geary.install |   34 +
 community-i686/PKGBUILD|   38 ---
 community-i686/geary.install   |   17 
 community-x86_64/PKGBUILD  |   38 ---
 community-x86_64/geary.install |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

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

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

Deleted: community-i686/geary.install
===
--- community-i686/geary.install2014-08-20 21:03:46 UTC (rev 117679)
+++ community-i686/geary.install2014-08-20 21:03:57 UTC (rev 117680)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary.install (from rev 117679, 
geary/trunk/geary.install)
===
--- community-i686/geary.install(rev 0)
+++ community-i686/geary.install2014-08-20 21:03:57 UTC (rev 117680)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:05:22
  Author: heftig
Revision: 220467

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:04:34 UTC (rev 220466)
+++ extra-i686/PKGBUILD 2014-08-20 21:05:22 UTC (rev 220467)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libmbim
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=MBIM modem protocol helper library
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmbim/repos/extra-i686/PKGBUILD (from rev 220466, 
libmbim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:05:22 UTC (rev 220467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libmbim
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=MBIM modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:04:34 UTC (rev 220466)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:05:22 UTC (rev 220467)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libmbim
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=MBIM modem protocol helper library
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('084b527ea88f7e1e31a6208840036aecede21fcd0668332523c81a2ebe2d9ea6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 220466, 
libmbim/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:05:22 UTC (rev 220467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libmbim
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=MBIM modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:06:23
  Author: heftig
Revision: 220468

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:05:22 UTC (rev 220467)
+++ extra-i686/PKGBUILD 2014-08-20 21:06:23 UTC (rev 220468)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.2.0
-pkgrel=4
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd polkit ppp libqmi libmbim)
-makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('8bd9d8c3b506f34a9f927e95784026d1fe132c9d60fc426a892b690f7d6408bc')
-
-build() {
-  cd ModemManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C libmm-glib uninstall
-  make DESTDIR=$pkgdir -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv $pkgdir/usr/include ..
-  mv $pkgdir/usr/lib/pkgconfig ..
-}
-
-package_libmm-glib() {
-  pkgdesc=ModemManager library
-  depends=(glib2)
-
-  install -d $pkgdir/usr/lib
-  mv include $pkgdir/usr
-  mv pkgconfig $pkgdir/usr/lib
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir -C libmm-glib install
-  make DESTDIR=$pkgdir -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 220467, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:06:23 UTC (rev 220468)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.2.0
+pkgrel=5
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
+sha256sums=('8bd9d8c3b506f34a9f927e95784026d1fe132c9d60fc426a892b690f7d6408bc')
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C libmm-glib uninstall
+  make DESTDIR=$pkgdir -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv $pkgdir/usr/include ..
+  mv $pkgdir/usr/lib/pkgconfig ..
+}
+
+package_libmm-glib() {
+  pkgdesc=ModemManager library
+  depends=(glib2)
+
+  install -d $pkgdir/usr/lib
+  mv include $pkgdir/usr
+  mv pkgconfig $pkgdir/usr/lib
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir -C libmm-glib install
+  make DESTDIR=$pkgdir -C vapi install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:05:22 UTC (rev 220467)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:06:23 UTC (rev 220468)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:06:58
  Author: heftig
Revision: 220469

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:06:23 UTC (rev 220468)
+++ extra-i686/PKGBUILD 2014-08-20 21:06:58 UTC (rev 220469)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.8
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 220468, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:06:58 UTC (rev 220469)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.10
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b9b3be6354d6a0dcc7c29a7da4120847350011e5614383626552e15c28f3058c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:06:23 UTC (rev 220468)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:06:58 UTC (rev 220469)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.8
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 220468, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:06:58 UTC (rev 220469)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.10
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:08:36
  Author: heftig
Revision: 220470

0.9.8

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:06:58 UTC (rev 220469)
+++ PKGBUILD2014-08-20 21:08:36 UTC (rev 220470)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.9.7.1
+pkgver=0.9.8
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -13,12 +13,17 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
+md5sums=('1bfccf799ae58533ebfcb14b831b5cd9')
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --disable-schemas-compile \
 --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:09:01
  Author: heftig
Revision: 220471

0.4.3

Modified:
  libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:08:36 UTC (rev 220470)
+++ PKGBUILD2014-08-20 21:09:01 UTC (rev 220471)
@@ -5,7 +5,7 @@
 
 pkgbase=libxkbcommon
 pkgname=(libxkbcommon libxkbcommon-x11)
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc=Keyboard handling library using XKB data
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xkeyboard-config glibc)
 makedepends=(libxcb doxygen xorg-util-macros)
 source=(http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz;)
-md5sums=('4b717adce41c8305258e99a9b396330a')
+md5sums=('26c57ff21438ed45de2a4ca609177db9')
 
 prepare() {
   mkdir -p x11/usr/{include/xkbcommon,lib/pkgconfig}



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:09:23
  Author: heftig
Revision: 220472

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

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

+
 /PKGBUILD  |   70 +++
 /folks.install |   22 +
 extra-i686/PKGBUILD|   30 --
 extra-i686/folks.install   |   11 --
 extra-x86_64/PKGBUILD  |   30 --
 extra-x86_64/folks.install |   11 --
 6 files changed, 92 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:09:01 UTC (rev 220471)
+++ extra-i686/PKGBUILD 2014-08-20 21:09:23 UTC (rev 220472)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.7.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=https://wiki.gnome.org/Projects/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala)
-install=folks.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile \
---disable-libsocialweb-backend --disable-fatal-warnings
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 220471, folks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:09:23 UTC (rev 220472)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=https://wiki.gnome.org/Projects/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+md5sums=('1bfccf799ae58533ebfcb14b831b5cd9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+
+  # 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/folks.install
===
--- extra-i686/folks.install2014-08-20 21:09:01 UTC (rev 220471)
+++ extra-i686/folks.install2014-08-20 21:09:23 UTC (rev 220472)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/extra-i686/folks.install (from rev 220471, 
folks/trunk/folks.install)
===
--- extra-i686/folks.install(rev 0)
+++ extra-i686/folks.install2014-08-20 21:09:23 UTC (rev 220472)
@@ -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-08-20 21:09:01 UTC (rev 220471)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:09:23 UTC (rev 220472)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.7.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=https://wiki.gnome.org/Projects/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala)
-install=folks.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
-
-build() {
-  cd 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:10:46
  Author: heftig
Revision: 220473

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

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

-+
 /PKGBUILD   |   80 ++
 /evince.install |   26 +
 extra-i686/PKGBUILD |   40 -
 extra-i686/evince.install   |   13 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/evince.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:09:23 UTC (rev 220472)
+++ extra-i686/PKGBUILD 2014-08-20 21:10:46 UTC (rev 220473)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evince
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))
-url=https://wiki.gnome.org/Apps/Evince;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
-makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving'
-'p7zip: cbz and cb7 compressed comic books'
-'tar: cbt compressed comic books'
-'unrar: cbr compressed comic books')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef22cc29a7cbe70d2e7ce8c0b5b7ee774187ea69f3ae49a64c6d4a91559ef137')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 220472, 
evince/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:10:46 UTC (rev 220473)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))
+url=https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving'
+'p7zip: cbz and cb7 compressed comic books'
+'tar: cbt compressed comic books'
+'unrar: cbr compressed comic books')
+groups=(gnome)
+install=evince.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('30c243bbfde56338c25a39003b4848143be42157177e2163a368f14139909f7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evince.install
===
--- extra-i686/evince.install   2014-08-20 21:09:23 UTC (rev 220472)
+++ extra-i686/evince.install   2014-08-20 21:10:46 UTC (rev 220473)
@@ -1,13 +0,0 @@

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:12:52
  Author: heftig
Revision: 220474

0.9.35

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:10:46 UTC (rev 220473)
+++ PKGBUILD2014-08-20 21:12:52 UTC (rev 220474)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.32
+pkgver=0.9.35
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('430c81744e2d87b36f529b16f18efd0d0140aee9df59b2ee312f5de1994b9db4')
+sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:13:03
  Author: heftig
Revision: 220475

1.36.6

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:12:52 UTC (rev 220474)
+++ PKGBUILD2014-08-20 21:13:03 UTC (rev 220475)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=pango
-pkgver=1.36.5
+pkgver=1.36.6
 pkgrel=1
 pkgdesc=A library for layout and rendering of text
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 install=pango.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('be0e94b2e5c7459f0b6db21efab6253556c8f443837200b8736d697071276ac8')
+sha256sums=('4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:13:53
  Author: heftig
Revision: 220476

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:13:03 UTC (rev 220475)
+++ extra-i686/PKGBUILD 2014-08-20 21:13:53 UTC (rev 220476)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.32
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('430c81744e2d87b36f529b16f18efd0d0140aee9df59b2ee312f5de1994b9db4')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 220475, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:13:53 UTC (rev 220476)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.35
+pkgrel=1
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:13:03 UTC (rev 220475)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:13:53 UTC (rev 220476)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.32
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('430c81744e2d87b36f529b16f18efd0d0140aee9df59b2ee312f5de1994b9db4')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:14:57
  Author: heftig
Revision: 220477

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

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

+
 /PKGBUILD  |   62 +++
 /pango.install |   28 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/pango.install   |   14 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/pango.install |   14 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-i686/PKGBUILD 2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.5
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('be0e94b2e5c7459f0b6db21efab6253556c8f443837200b8736d697071276ac8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 220476, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:14:57 UTC (rev 220477)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.6
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-i686/pango.install2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 220476, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2014-08-20 21:14:57 UTC (rev 220477)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.5
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 23:58:24
  Author: svenstaro
Revision: 117681

upgpkg: openimageio 1.4.12-3

glew 1.11 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:03:57 UTC (rev 117680)
+++ PKGBUILD2014-08-20 21:58:24 UTC (rev 117681)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.4.12
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 23:58:34
  Author: svenstaro
Revision: 117682

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117681, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117681, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117681, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117681, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-20 21:58:24 UTC (rev 117681)
+++ community-staging-i686/PKGBUILD 2014-08-20 21:58:34 UTC (rev 117682)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117681, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-20 21:58:34 UTC (rev 117682)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.12
+pkgrel=3
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-08-20 21:58:24 UTC (rev 
117681)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-20 21:58:34 UTC (rev 
117682)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117681, openimageio/trunk/fix32bit-fail.patch)

[arch-commits] Commit in telepathy-kde-common-internals/trunk (PKGBUILD)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:22:50
  Author: svenstaro
Revision: 220481

upgpkg: telepathy-kde-common-internals 0.8.1-2

qt-gstreamer 1.2.0 rebuild

Modified:
  telepathy-kde-common-internals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:10:04 UTC (rev 220480)
+++ PKGBUILD2014-08-20 22:22:50 UTC (rev 220481)
@@ -4,7 +4,7 @@
 pkgname=telepathy-kde-common-internals
 _pkgname=ktp-common-internals
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Common components for KDE-Telepathy
 arch=('i686' 'x86_64')
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;



[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:22:55
  Author: svenstaro
Revision: 220482

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 220481, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 220481, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 220481, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 220481, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install

-+
 /PKGBUILD   |   66 ++
 /telepathy-kde-common-internals.install |   22 ++
 extra-i686/PKGBUILD |   33 -
 extra-i686/telepathy-kde-common-internals.install   |   11 ---
 extra-x86_64/PKGBUILD   |   33 -
 extra-x86_64/telepathy-kde-common-internals.install |   11 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 22:22:50 UTC (rev 220481)
+++ extra-i686/PKGBUILD 2014-08-20 22:22:55 UTC (rev 220482)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=Common components for KDE-Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('libkpeople' 'telepathy-logger-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ffd42fd3c3a72ab7969c6a917524b59bf5c03a86')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
220481, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 22:22:55 UTC (rev 220482)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.8.1
+pkgrel=2
+pkgdesc=Common components for KDE-Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('libkpeople' 'telepathy-logger-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ffd42fd3c3a72ab7969c6a917524b59bf5c03a86')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2014-08-20 22:22:50 UTC 
(rev 220481)
+++ extra-i686/telepathy-kde-common-internals.install   2014-08-20 22:22:55 UTC 
(rev 220482)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: 
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
 (from rev 220481, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
===
--- extra-i686/telepathy-kde-common-internals.install   
(rev 0)
+++ extra-i686/telepathy-kde-common-internals.install   2014-08-20 22:22:55 UTC 
(rev 220482)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:25:33
  Author: svenstaro
Revision: 220483

upgpkg: telepathy-logger-qt 0.8.0-2

qt-gstreamer 1.2.0 rebuild

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:22:55 UTC (rev 220482)
+++ PKGBUILD2014-08-20 22:25:33 UTC (rev 220483)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-logger-qt
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt bindings for telepathy logger
 arch=('i686' 'x86_64')
 
url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:25:38
  Author: svenstaro
Revision: 220484

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

Added:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
(from rev 220483, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 220483, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 22:25:33 UTC (rev 220483)
+++ extra-i686/PKGBUILD 2014-08-20 22:25:38 UTC (rev 220484)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
-makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 220483, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 22:25:38 UTC (rev 220484)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
+makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 22:25:33 UTC (rev 220483)
+++ extra-x86_64/PKGBUILD   2014-08-20 22:25:38 UTC (rev 220484)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
-makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 220483, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-20 22:25:38 UTC (rev 220484)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
+makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 

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

2014-08-20 Thread Dave Reisner
Date: Thursday, August 21, 2014 @ 00:31:36
  Author: dreisner
Revision: 220485

upgpkg: systemd 216-1

- reenable systemd-coredump (FS#41167)
- use systemd-firstboot to generate the machine ID (FS#40131)
- add polkit to optdepends (FS#41253)
- run systemd-sysusers on post_upgrade/post_install
- always run systemd-tmpfiles on post_upgrade

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-+
 PKGBUILD|   26 --
 systemd.install |   13 ++---
 2 files changed, 18 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:25:38 UTC (rev 220484)
+++ PKGBUILD2014-08-20 22:31:36 UTC (rev 220485)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=215
-pkgrel=4
+pkgver=216
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -15,20 +15,12 @@
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
 'initcpio-hook-udev'
 'initcpio-install-systemd'
-'initcpio-install-udev'
-'0001-networkd-properly-track-addresses-when-first-added.patch')
-md5sums=('d2603e9fffd8b18d242543e36f2e7d31'
+'initcpio-install-udev')
+md5sums=('04fda588a04f549da0f397dce3ae6a39'
  '29245f7a240bfba66e2b1783b63b6b40'
  '66cca7318e13eaf37c5b7db2efa69846'
- 'bde43090d4ac0ef048e3eaee8202a407'
- '2d237a277a12b3801c88d159d64a7413')
+ 'bde43090d4ac0ef048e3eaee8202a407')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 
$srcdir/0001-networkd-properly-track-addresses-when-first-added.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 
@@ -61,7 +53,8 @@
   'cryptsetup: required for encrypted block devices'
   'libmicrohttpd: remote journald capabilities'
   'quota-tools: kernel-level quota management'
-  'systemd-sysvcompat: symlink package to provide sysvinit 
binaries')
+  'systemd-sysvcompat: symlink package to provide sysvinit 
binaries'
+  'polkit: allow administration as unprivileged user')
   backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
   etc/dbus-1/system.d/org.freedesktop.hostname1.conf
   etc/dbus-1/system.d/org.freedesktop.login1.conf
@@ -86,14 +79,11 @@
   rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service \
   
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service \
   
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-resolved.service \
-  
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service \
+  
$pkgdir/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service \
   
$pkgdir/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
   rmdir $pkgdir/etc/systemd/system/getty.target.wants \
   $pkgdir/etc/systemd/system/network-online.target.wants
 
-  # remove the coredump rule until minidumps are a thing.
-  rm $pkgdir/usr/lib/sysctl.d/50-coredump.conf
-
   # get rid of RPM macros
   rm -r $pkgdir/usr/lib/rpm
 

Modified: systemd.install
===
--- systemd.install 2014-08-20 22:25:38 UTC (rev 220484)
+++ systemd.install 2014-08-20 22:31:36 UTC (rev 220485)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 sd_booted() {
-  [[ -d run/systemd/system ]]
+  [[ -d run/systemd/system  ! -L run/systemd/system ]]
 }
 
 add_privs() {
@@ -36,8 +36,8 @@
 }
 
 post_common() {
-  systemd-machine-id-setup
-
+  systemd-sysusers
+  systemd-tmpfiles --create
   udevadm hwdb --update
   journalctl --update-catalog
 }
@@ -142,7 +142,14 @@
   systemd-tmpfiles --create etc.conf
 }
 
+_216_1_changes() {
+  echo ':: Coredumps are handled by systemd by default. Collection behavior 
can be'
+  echo '   tuned in /etc/systemd/coredump.conf.'
+}
+
 post_install() {
+  systemd-firstboot --setup-machine-id
+
   post_common $@
 
   add_journal_acls



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

2014-08-20 Thread Dave Reisner
Date: Thursday, August 21, 2014 @ 00:32:20
  Author: dreisner
Revision: 220486

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 220485, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 220485, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 220485, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 220485, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 220485, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 220485, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 220485, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 220485, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 220485, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 220485, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 220485, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 220485, systemd/trunk/systemd.install)

--+
 testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch   | 
 104 +
 testing-i686/PKGBUILD| 
 157 
 testing-i686/initcpio-hook-udev  | 
  22 +
 testing-i686/initcpio-install-systemd| 
 160 
 testing-i686/initcpio-install-udev   | 
  29 +
 testing-i686/systemd.install | 
 187 ++
 testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch | 
 104 +
 testing-x86_64/PKGBUILD  | 
 157 
 testing-x86_64/initcpio-hook-udev| 
  22 +
 testing-x86_64/initcpio-install-systemd  | 
 160 
 testing-x86_64/initcpio-install-udev | 
  29 +
 testing-x86_64/systemd.install   | 
 187 ++
 12 files changed, 1318 insertions(+)

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


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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:40:51
  Author: svenstaro
Revision: 220487

upgpkg: digikam 4.2.0-2

qt-gstreamer 1.2.0 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:32:20 UTC (rev 220486)
+++ PKGBUILD2014-08-20 22:40:51 UTC (rev 220487)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in digikam/repos/extra-i686 (6 files)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:40:56
  Author: svenstaro
Revision: 220488

archrelease: copy trunk to extra-i686

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 220487, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 220487, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 220487, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install

--+
 PKGBUILD |  238 -
 digikam.install  |   24 ++--
 kipi-plugins.install |   24 ++--
 3 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 22:40:51 UTC (rev 220487)
+++ PKGBUILD2014-08-20 22:40:56 UTC (rev 220488)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4a54136629bed3b30cf4e9355e8d5b498b0d4e54')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkgeomap*.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo  
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/po
-  make DESTDIR=${pkgdir} install
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/digikam.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo  
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
-  optdepends=('libkgeomap: Geolocalize tool'
-  'libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt-gstreamer: Video SlideShow plugin')
-  options=('staticlibs')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/po
-  make DESTDIR=${pkgdir} install
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkgeomap.mo
-  rm 

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:44:57
  Author: svenstaro
Revision: 117683

upgpkg: blender 14:2.71.git1.bb39925ec-3

glew 1.11 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 21:58:34 UTC (rev 117682)
+++ PKGBUILD2014-08-20 22:44:57 UTC (rev 117683)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.71
-#_gitcommit=ff
+#_gittag=v2.71
+_gitcommit=bb39925ec
 
 pkgname=blender
 pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=2
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=3
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:45:10
  Author: svenstaro
Revision: 117684

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

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

--+
 /PKGBUILD|  198 +
 /blender.install |   26 +++
 community-staging-i686/PKGBUILD  |  103 ---
 community-staging-i686/blender.install   |   13 -
 community-staging-x86_64/PKGBUILD|  103 ---
 community-staging-x86_64/blender.install |   13 -
 6 files changed, 224 insertions(+), 232 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-20 22:44:57 UTC (rev 117683)
+++ community-staging-i686/PKGBUILD 2014-08-20 22:45:10 UTC (rev 117684)
@@ -1,103 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-#_gittag=v2.71
-_gitcommit=bb39925ec
-
-pkgname=blender
-pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=2.71.git1.$_gitcommit
-pkgrel=2
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
--DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
--DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
-  # Fix for gcc 4.9 :/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:50:15
  Author: svenstaro
Revision: 117685

upgpkg: cuda 6.5.14-1

upstream release 6.5.14

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:45:10 UTC (rev 117684)
+++ PKGBUILD2014-08-20 22:50:15 UTC (rev 117685)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=cuda
-pkgver=6.0.37
-pkgrel=2
+pkgver=6.5.14
+pkgrel=1
 pkgdesc=NVIDIA's GPU programming toolkit
 arch=('x86_64')
 url=http://www.nvidia.com/object/cuda_home.html;
@@ -13,10 +13,10 @@
 optdepends=('gdb: for cuda-gdb')
 options=(!strip staticlibs)
 install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
+source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
 cuda.sh
 cuda.conf)
-md5sums=('22f50793b6704fe987983302fa7d1707'
+md5sums=('90b1b8f77313600cc294d9271741f4da'
  '7e5990e03eea90075f5a500e91a0c3d3'
  'ffe1e6fb7f97b23da28fd94a5fd7356d')
 



[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:50:29
  Author: svenstaro
Revision: 117686

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 117685, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 117685, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 117685, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 117685, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 22:50:15 UTC (rev 117685)
+++ PKGBUILD2014-08-20 22:50:29 UTC (rev 117686)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.37
-pkgrel=2
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
-cuda.sh
-cuda.conf)
-md5sums=('22f50793b6704fe987983302fa7d1707'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 117685, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-20 22:50:29 UTC (rev 117686)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.5.14
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+md5sums=('90b1b8f77313600cc294d9271741f4da'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

[arch-commits] Commit in digikam/repos/extra-x86_64 (6 files)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:54:09
  Author: svenstaro
Revision: 220489

archrelease: copy trunk to extra-x86_64

Added:
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 220488, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 220488, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 220488, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

--+
 PKGBUILD |  238 -
 digikam.install  |   24 ++--
 kipi-plugins.install |   24 ++--
 3 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 22:40:56 UTC (rev 220488)
+++ PKGBUILD2014-08-20 22:54:09 UTC (rev 220489)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=4.2.0
-pkgrel=1
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4a54136629bed3b30cf4e9355e8d5b498b0d4e54')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkgeomap*.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo  
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/po
-  make DESTDIR=${pkgdir} install
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/digikam.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo  
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
-  optdepends=('libkgeomap: Geolocalize tool'
-  'libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt-gstreamer: Video SlideShow plugin')
-  options=('staticlibs')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/po
-  make DESTDIR=${pkgdir} install
-  # Put these in the relevant splitted packages
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkgeomap.mo
- 

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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 02:15:39
  Author: svenstaro
Revision: 117687

upgpkg: blender 14:2.71.git1.d42c08-4

glew 1.11 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:50:29 UTC (rev 117686)
+++ PKGBUILD2014-08-21 00:15:39 UTC (rev 117687)
@@ -12,12 +12,12 @@
 # unreasonable.
 
 #_gittag=v2.71
-_gitcommit=bb39925ec
+_gitcommit=d42c08
 
 pkgname=blender
 pkgver=2.71
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
+pkgrel=4
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 02:15:45
  Author: svenstaro
Revision: 117688

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

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

--+
 /PKGBUILD|  198 +
 /blender.install |   26 +++
 community-staging-i686/PKGBUILD  |   99 --
 community-staging-i686/blender.install   |   13 -
 community-staging-x86_64/PKGBUILD|   99 --
 community-staging-x86_64/blender.install |   13 -
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-21 00:15:39 UTC (rev 117687)
+++ community-staging-i686/PKGBUILD 2014-08-21 00:15:45 UTC (rev 117688)
@@ -1,99 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-#_gittag=v2.71
-_gitcommit=bb39925ec
-
-pkgname=blender
-pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
--DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
--DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
-  # Fix for gcc 4.9 :/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall 

[arch-commits] Commit in sunpinyin-data/repos (2 files)

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 03:17:18
  Author: fyan
Revision: 117690

archrelease: copy trunk to community-testing-any

Added:
  sunpinyin-data/repos/community-testing-any/
  sunpinyin-data/repos/community-testing-any/PKGBUILD
(from rev 117689, sunpinyin-data/trunk/PKGBUILD)

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

Copied: sunpinyin-data/repos/community-testing-any/PKGBUILD (from rev 117689, 
sunpinyin-data/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-08-21 01:17:18 UTC (rev 117690)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=sunpinyin-data
+pkgver=2.0.3.20140820
+epoch=1
+_lm_sc_ver=20140820
+_dict_ver=20131214
+pkgrel=1
+arch=('any')
+pkgdesc=Statistical language model data from open-gram project for sunpinyin
+license=('APACHE')
+provides=(sunpinyin-data-le=$pkgver)
+url=http://sunpinyin.googlecode.com;
+makedepends=('sunpinyin' 'git')
+source=('git+https://code.google.com/p/open-gram')
+md5sums=('SKIP')
+# Google gives a 403 to the 3gm file
+#source=(https://open-gram.googlecode.com/git/lm_sc.3gm.arpa-${_lm_sc_ver}.tar.bz2;
+#https://open-gram.googlecode.com/git/dict.utf8-${_dict_ver}.tar.bz2;)
+#sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
+#
'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')
+
+prepare() {
+  bsdtar -xf open-gram/lm_sc.3gm.arpa-${_lm_sc_ver}.tar.bz2
+  bsdtar -xf open-gram/dict.utf8-${_dict_ver}.tar.bz2
+  mkdir raw  cd raw
+  ln -s ../lm_sc.3gm.arpa
+  ln -s ../dict.utf8
+
+  ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk ./Makefile
+}
+
+build() {
+  cd raw
+  make
+}
+
+package() {
+  cd raw
+  make DESTDIR=$pkgdir install
+}
+



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

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 03:17:00
  Author: fyan
Revision: 117689

upgpkg: sunpinyin-data 1:2.0.3.20140820-1

Modified:
  sunpinyin-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 00:15:45 UTC (rev 117688)
+++ PKGBUILD2014-08-21 01:17:00 UTC (rev 117689)
@@ -3,10 +3,10 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=sunpinyin-data
-pkgver=2.0.3.20131212
+pkgver=2.0.3.20140820
 epoch=1
-_lm_sc_ver=20121025
-_dict_ver=20131212
+_lm_sc_ver=20140820
+_dict_ver=20131214
 pkgrel=1
 arch=('any')
 pkgdesc=Statistical language model data from open-gram project for sunpinyin
@@ -13,13 +13,20 @@
 license=('APACHE')
 provides=(sunpinyin-data-le=$pkgver)
 url=http://sunpinyin.googlecode.com;
-makedepends=(sunpinyin)
-source=(http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-${_lm_sc_ver}.tar.bz2;
-http://open-gram.googlecode.com/files/dict.utf8-${_dict_ver}.tar.bz2;)
+makedepends=('sunpinyin' 'git')
+source=('git+https://code.google.com/p/open-gram')
+md5sums=('SKIP')
+# Google gives a 403 to the 3gm file
+#source=(https://open-gram.googlecode.com/git/lm_sc.3gm.arpa-${_lm_sc_ver}.tar.bz2;
+#https://open-gram.googlecode.com/git/dict.utf8-${_dict_ver}.tar.bz2;)
+#sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
+#
'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')
 
 prepare() {
+  bsdtar -xf open-gram/lm_sc.3gm.arpa-${_lm_sc_ver}.tar.bz2
+  bsdtar -xf open-gram/dict.utf8-${_dict_ver}.tar.bz2
   mkdir raw  cd raw
-  ln -s ../lm_sc.t3g.arpa
+  ln -s ../lm_sc.3gm.arpa
   ln -s ../dict.utf8
 
   ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk ./Makefile
@@ -35,7 +42,3 @@
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
-
'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')
-sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
-
'3c90965ee389995a9a2801d489fb3f37ecf124d318a159a94145f6db348d7561dfa408dd148ab4eeae3ea466f83c1132558d4117bc6a01ca97cf89ce85ca9b99')



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

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 03:17:41
  Author: fyan
Revision: 117691

upgpkg: sunpinyin 2.0.3.20140820-1

Modified:
  sunpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 01:17:18 UTC (rev 117690)
+++ PKGBUILD2014-08-21 01:17:41 UTC (rev 117691)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=sunpinyin
-pkgver=2.0.3.20130307
-_commit=64e26d9ed1f617e59ff37c2efc0be97727c799a1
+pkgver=2.0.3.20140820
+_commit=9c165f917b05bd929cc6e8b02e3db1af08ac75fc
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Statistical Language Model based pinyin IME by Sun



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

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 03:18:06
  Author: fyan
Revision: 117692

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

Added:
  sunpinyin/repos/community-testing-i686/
  sunpinyin/repos/community-testing-i686/PKGBUILD
(from rev 117691, sunpinyin/trunk/PKGBUILD)
  sunpinyin/repos/community-testing-x86_64/
  sunpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 117691, sunpinyin/trunk/PKGBUILD)

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

Copied: sunpinyin/repos/community-testing-i686/PKGBUILD (from rev 117691, 
sunpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-21 01:18:06 UTC (rev 117692)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=sunpinyin
+pkgver=2.0.3.20140820
+_commit=9c165f917b05bd929cc6e8b02e3db1af08ac75fc
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Statistical Language Model based pinyin IME by Sun
+license=('LGPL')
+url=http://sunpinyin.googlecode.com;
+depends=('sqlite' 'make' 'gcc-libs')
+optdepends=('sunpinyin-data: Statistical language model data from open-gram 
project for sunpinyin')
+makedepends=('git' 'scons' 'intltool')
+source=(git://github.com/sunpinyin/sunpinyin.git#commit=$_commit)
+md5sums=(SKIP)
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i -e 1s|python|python2| python/*.py python/importer/*.py
+
+  scons \
+--prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  scons \
+--prefix=/usr \
+--install-sandbox=$pkgdir \
+install
+}
+

Copied: sunpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 117691, 
sunpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-21 01:18:06 UTC (rev 117692)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=sunpinyin
+pkgver=2.0.3.20140820
+_commit=9c165f917b05bd929cc6e8b02e3db1af08ac75fc
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Statistical Language Model based pinyin IME by Sun
+license=('LGPL')
+url=http://sunpinyin.googlecode.com;
+depends=('sqlite' 'make' 'gcc-libs')
+optdepends=('sunpinyin-data: Statistical language model data from open-gram 
project for sunpinyin')
+makedepends=('git' 'scons' 'intltool')
+source=(git://github.com/sunpinyin/sunpinyin.git#commit=$_commit)
+md5sums=(SKIP)
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i -e 1s|python|python2| python/*.py python/importer/*.py
+
+  scons \
+--prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  scons \
+--prefix=/usr \
+--install-sandbox=$pkgdir \
+install
+}
+



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

2014-08-20 Thread Gaetan Bisson
Date: Thursday, August 21, 2014 @ 03:22:53
  Author: bisson
Revision: 220490

update service file for systemd-216

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntpd.service

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 22:54:09 UTC (rev 220489)
+++ PKGBUILD2014-08-21 01:22:53 UTC (rev 220490)
@@ -6,7 +6,7 @@
 _pkgname=ntp-dev
 _pkgver=4.2.7p446
 pkgver=${_pkgver/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -19,7 +19,7 @@
 'ntpdate.service')
 sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
   'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-  'dd24216e8333e12d5080965696602591c72537b1'
+  'c6d540074f98f57a162738f2bdae409b52cce72d'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 
 options=('!emptydirs')

Modified: ntpd.service
===
--- ntpd.service2014-08-20 22:54:09 UTC (rev 220489)
+++ ntpd.service2014-08-21 01:22:53 UTC (rev 220490)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Network Time Service
 After=network.target nss-lookup.target
+Conflicts=systemd-timesyncd.service
 
 [Service]
 Type=forking



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

2014-08-20 Thread Gaetan Bisson
Date: Thursday, August 21, 2014 @ 03:23:47
  Author: bisson
Revision: 220491

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 220490, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 220490, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 220490, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 220490, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 220490, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 220490, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 220490, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 220490, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 220490, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 220490, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|  110 +
 /install |   22 
 /ntp.conf|   38 ++
 /ntpd.service|   28 ++
 /ntpdate.service |   24 
 extra-i686/PKGBUILD  |   55 
 extra-i686/install   |   11 
 extra-i686/ntp.conf  |   19 ---
 extra-i686/ntpd.service  |   13 
 extra-i686/ntpdate.service   |   12 
 extra-x86_64/PKGBUILD|   55 
 extra-x86_64/install |   11 
 extra-x86_64/ntp.conf|   19 ---
 extra-x86_64/ntpd.service|   13 
 extra-x86_64/ntpdate.service |   12 
 15 files changed, 222 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-21 01:22:53 UTC (rev 220490)
+++ extra-i686/PKGBUILD 2014-08-21 01:23:47 UTC (rev 220491)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-_pkgname=ntp-dev
-_pkgver=4.2.7p446
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
-  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-  'dd24216e8333e12d5080965696602591c72537b1'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=install
-
-build() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-linuxcaps \
-   --enable-ntp-signd \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   echo  ${pkgdir}/var/lib/ntp/.placeholder
-
-   install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
-   echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 220490, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 01:23:47 UTC (rev 220491)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+
+pkgname=ntp
+_pkgname=ntp-dev
+_pkgver=4.2.7p446
+pkgver=${_pkgver/p/.p}
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
+  

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

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 04:07:47
  Author: fyan
Revision: 117693

upgpkg: python-pycuda 2014.1-2

rebuild for cuda 6.5

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 01:18:06 UTC (rev 117692)
+++ PKGBUILD2014-08-21 02:07:47 UTC (rev 117693)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/repos/community-x86_64 (4 files)

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 04:08:06
  Author: fyan
Revision: 117694

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 117693, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 117693, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  156 ++---
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-08-21 02:07:47 UTC (rev 117693)
+++ LICENSE 2014-08-21 02:08:06 UTC (rev 117694)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and Contributors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-x86_64/LICENSE (from rev 117693, 
python-pycuda/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-08-21 02:08:06 UTC (rev 117694)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-21 02:07:47 UTC (rev 117693)
+++ PKGBUILD2014-08-21 02:08:06 UTC (rev 117694)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2014.1
-pkgrel=1
-pkgdesc=Python wrapper for Nvidia CUDA
-arch=('x86_64')
-url=http://mathema.tician.de/software/pycuda;
-license=('MIT' 'Apache')
-source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-
-build() {
-   cd ${srcdir}
-  
-   _arch=''
-   [ $CARCH = x86_64 ]  _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd ${srcdir}/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd ${srcdir}/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
- 

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

2014-08-20 Thread Evangelos Foutras
Date: Thursday, August 21, 2014 @ 05:17:31
  Author: foutrelis
Revision: 117696

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 117695, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-21 03:17:20 UTC (rev 117695)
+++ PKGBUILD2014-08-21 03:17:31 UTC (rev 117696)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.2.5
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('a97ca9c19d0d8a6d2dd5823937697550744f6fea9321400e7764ef5ef8a0cbf0'
-'a4c7ecbec83b286abf9cfd21a94313e9072373f00c4e6183b42cdc8ca4b236ae'
-'dfb5905f0693f15f7879715586620c68195a17eff4a1fd077b431a8adbe59150')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 117695, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-21 03:17:31 UTC (rev 117696)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.3
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.3/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.3/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.3/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('e1a1677eb0184cf4b6e7b13f5d4d3cdcfcb03db23a1190781e86d35680338fd4'
+'ce3e1239f3734da0c2ca283ba2de34f5c7e5ed0167900bbcf645917244be4add'
+'dfaf03bf1ef503947bf98e4f1ea5a8b4df7847d2014c901af6ccf4e415ac2e12')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

  1   2   >