[arch-commits] Commit in xf86-input-libinput/repos (12 files)

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 17:54:37
  Author: lcarlier
Revision: 245110

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245109, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 245109, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 245109, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245109, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 245109, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 245109, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
+
 /90-libinput.conf  |   60 
++
 /PKGBUILD  |   96 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
--
 extra-i686/90-libinput.conf|   30 
---
 extra-i686/PKGBUILD|   48 
-
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
--
 extra-x86_64/90-libinput.conf  |   30 
---
 extra-x86_64/PKGBUILD  |   48 
-
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 15:54:20 UTC (rev 245109)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 15:54:37 UTC (rev 245110)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI > 21
-
-Signed-off-by: Peter Hutterer 

- src/libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/libinput.c
-+++ b/src/libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 245109, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 15:54:37 UTC (rev 245110)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI > 21
+
+Signed-off-by: Peter Hutterer 
+---
+ src/xf86libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Deleted: extra-i686/90-libinput.conf

[arch-commits] Commit in xf86-input-libinput/trunk (2 files)

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 17:54:20
  Author: lcarlier
Revision: 245109

upgpkg: xf86-input-libinput 0.14.0-1

upstream update 0.14.0

Modified:
  
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/trunk/PKGBUILD

---+
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |6 +++---
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   2015-08-31 
15:30:29 UTC (rev 245108)
+++ 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   2015-08-31 
15:54:20 UTC (rev 245109)
@@ -6,13 +6,13 @@
 
 Signed-off-by: Peter Hutterer 
 ---
- src/libinput.c | 2 +-
+ src/xf86libinput.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/libinput.c b/src/libinput.c
 index a06e44f..5eb5adf 100644
 a/src/libinput.c
-+++ b/src/libinput.c
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
 @@ -47,7 +47,7 @@
  #define XI86_SERVER_FD 0x20
  #endif

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 15:30:29 UTC (rev 245108)
+++ PKGBUILD2015-08-31 15:54:20 UTC (rev 245109)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
 90-libinput.conf
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
-sha256sums=('b9535c58904f47e8f85fee045b4a2b549c91216ddc9b0ee733d47d1b049fe3da'
+sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
 'SKIP'
 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
-'d7cf26243c2dca5628ab154a45c2aab6135899aec22dc2f8d02c70731fdde319')
+'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 prepare() {


[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 18:03:21
  Author: lcarlier
Revision: 245111

upgpkg: xf86-input-libinput 0.14.0-2

use upstream configuration file for xorg

Modified:
  xf86-input-libinput/trunk/PKGBUILD
Deleted:
  xf86-input-libinput/trunk/90-libinput.conf

--+
 90-libinput.conf |   30 --
 PKGBUILD |6 ++
 2 files changed, 2 insertions(+), 34 deletions(-)

Deleted: 90-libinput.conf
===
--- 90-libinput.conf2015-08-31 15:54:37 UTC (rev 245110)
+++ 90-libinput.conf2015-08-31 16:03:21 UTC (rev 245111)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
-Identifier "libinput pointer catchall"
-MatchIsPointer "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput keyboard catchall"
-MatchIsKeyboard "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput touchpad catchall"
-MatchIsTouchpad "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-
-Section "InputClass"
-Identifier "libinput touchscreen catchall"
-MatchIsTouchscreen "on"
-MatchDevicePath "/dev/input/event*"
-Driver "libinput"
-EndSection
-

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 15:54:37 UTC (rev 245110)
+++ PKGBUILD2015-08-31 16:03:21 UTC (rev 245111)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-libinput
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,11 +13,9 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-90-libinput.conf
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
 sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
 'SKIP'
-'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -41,7 +39,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 ../90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/"
+  install -m644 conf/99-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/90-libinput.conf"
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


[arch-commits] Commit in xf86-input-libinput/repos (10 files)

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 18:03:29
  Author: lcarlier
Revision: 245112

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245111, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 245111, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245111, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 245111, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
+
 /PKGBUILD  |   92 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
--
 extra-i686/90-libinput.conf|   30 
---
 extra-i686/PKGBUILD|   48 
-
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
--
 extra-x86_64/90-libinput.conf  |   30 
---
 extra-x86_64/PKGBUILD  |   48 
-
 8 files changed, 146 insertions(+), 210 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 16:03:21 UTC (rev 245111)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 16:03:29 UTC (rev 245112)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI > 21
-
-Signed-off-by: Peter Hutterer 

- src/xf86libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/xf86libinput.c
-+++ b/src/xf86libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 245111, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-08-31 16:03:29 UTC (rev 245112)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI > 21
+
+Signed-off-by: Peter Hutterer 
+---
+ src/xf86libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Deleted: extra-i686/90-libinput.conf
===
--- extra-i686/90-libinput.conf 2015-08-31 16:03:21 UTC (rev 245111)
+++ extra-i686/90-libinput.conf 2015-08-31 16:03:29 UTC (rev 245112)
@@ -1,30 +0,0 @@
-# Match on all types of devices but tablet devices and joysticks
-
-Section "InputClass"
-Identifier 

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

2015-08-31 Thread Felix Yan
Date: Monday, August 31, 2015 @ 18:25:03
  Author: fyan
Revision: 139016

upgpkg: dart 1.12.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 15:30:58 UTC (rev 139015)
+++ PKGBUILD2015-08-31 16:25:03 UTC (rev 139016)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.11.3
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('976fdd5af35578ffdb22377cc54a0085dd485ae5fb8f99a9f56b6b09e6e69b2a09f11d22016fc35c63af1b759a7dc0280fb44ddbb41f362f9dcc52a3cfa47b6e')
-sha512sums_i686=('745b6f7576d3ce0f5ea7733de4598a1039b7faa2b74b1b01e4fd8ae9b2103fe56dfd8209f032167cecd5705bcc35ba98f4859c1152ef286968e1efbe5fcd9b6f')
+sha512sums_x86_64=('69310d7f5382ea5542f66234aad88fd7e59213b10285bdda28dc587a6dcd287c2b10ac18572b65230a491b9b6f84dd11b07295af03be11b9d16ac90270dbb0c4')
+sha512sums_i686=('a62448cbbf88056d9ec91192c10f73922ad27ac1f3b1ef351954d23c06fe449df197799e487159aec23322682ce7e1422b1fa68e25edbe8011ccb0424af62b35')
 
 prepare() {
   # Fix permissions


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

2015-08-31 Thread Felix Yan
Date: Monday, August 31, 2015 @ 18:25:29
  Author: fyan
Revision: 139017

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

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

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

Copied: dart/repos/community-testing-i686/PKGBUILD (from rev 139016, 
dart/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 16:25:29 UTC (rev 139017)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('69310d7f5382ea5542f66234aad88fd7e59213b10285bdda28dc587a6dcd287c2b10ac18572b65230a491b9b6f84dd11b07295af03be11b9d16ac90270dbb0c4')
+sha512sums_i686=('a62448cbbf88056d9ec91192c10f73922ad27ac1f3b1ef351954d23c06fe449df197799e487159aec23322682ce7e1422b1fa68e25edbe8011ccb0424af62b35')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # BSD License
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-testing-x86_64/PKGBUILD (from rev 139016, 
dart/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-31 16:25:29 UTC (rev 139017)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('69310d7f5382ea5542f66234aad88fd7e59213b10285bdda28dc587a6dcd287c2b10ac18572b65230a491b9b6f84dd11b07295af03be11b9d16ac90270dbb0c4')
+sha512sums_i686=('a62448cbbf88056d9ec91192c10f73922ad27ac1f3b1ef351954d23c06fe449df197799e487159aec23322682ce7e1422b1fa68e25edbe8011ccb0424af62b35')
+

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

2015-08-31 Thread Anatol Pomozov
Date: Monday, August 31, 2015 @ 18:50:35
  Author: anatolik
Revision: 139018

upgpkg: wireshark 1.12.7-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 16:25:29 UTC (rev 139017)
+++ PKGBUILD2015-08-31 16:50:35 UTC (rev 139018)
@@ -4,8 +4,8 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=1.12.6
-pkgrel=2
+pkgver=1.12.7
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
@@ -13,7 +13,7 @@
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 configure-pixmap-fix.diff)
-sha1sums=('5b592bd0389b76d3bdee6a7336e9492f8162c94d'
+sha1sums=('bed365bacfd0b5c653d8568ad25e52957659bd9f'
   'c383bad83442d75f44afe1737848b9dee4f35b8f')
 
 prepare() {


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

2015-08-31 Thread Anatol Pomozov
Date: Monday, August 31, 2015 @ 18:52:05
  Author: anatolik
Revision: 139019

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

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 139018, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
(from rev 139018, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-i686/wireshark-gtk.install
(from rev 139018, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-i686/wireshark-qt.install
(from rev 139018, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 139018, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 139018, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
(from rev 139018, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
(from rev 139018, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
(from rev 139018, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 139018, wireshark/trunk/wireshark.install)

+
 community-testing-i686/PKGBUILD|   98 +++
 community-testing-i686/configure-pixmap-fix.diff   |   14 ++
 community-testing-i686/wireshark-gtk.install   |   12 ++
 community-testing-i686/wireshark-qt.install|   11 ++
 community-testing-i686/wireshark.install   |   18 +++
 community-testing-x86_64/PKGBUILD  |   98 +++
 community-testing-x86_64/configure-pixmap-fix.diff |   14 ++
 community-testing-x86_64/wireshark-gtk.install |   12 ++
 community-testing-x86_64/wireshark-qt.install  |   11 ++
 community-testing-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 139018, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 16:52:05 UTC (rev 139019)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.7
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('bed365bacfd0b5c653d8568ad25e52957659bd9f'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  #wireshark uid group is 150
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"
+
+  # Headers
+  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
+  for d in 16 32 48; do
+

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

2015-08-31 Thread Sven-Hendrik Haase
Date: Monday, August 31, 2015 @ 19:11:35
  Author: svenstaro
Revision: 139021

archrelease: copy trunk to community-any

Added:
  freecol/repos/community-any/PKGBUILD
(from rev 139020, freecol/trunk/PKGBUILD)
  freecol/repos/community-any/fc.desktop
(from rev 139020, freecol/trunk/fc.desktop)
  freecol/repos/community-any/fc.sh
(from rev 139020, freecol/trunk/fc.sh)
Deleted:
  freecol/repos/community-any/PKGBUILD
  freecol/repos/community-any/fc.desktop
  freecol/repos/community-any/fc.sh

+
 PKGBUILD   |   74 +--
 fc.desktop |   20 +++
 fc.sh  |   10 +++
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 17:11:25 UTC (rev 139020)
+++ PKGBUILD2015-08-31 17:11:35 UTC (rev 139021)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: TDY 
-# Contributor: Nelson Menon 
-
-pkgname=freecol
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="A turn-based strategy game based on Colonization"
-arch=('any')
-url="http://www.freecol.org/;
-license=('GPL')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.zip
-fc.desktop
-fc.sh)
-md5sums=('ac2627c88357cbda29aee5b2494a3029'
- '55594d770904af3e3e3852d375085357'
- '5f8e99b4e5ab0e79895a31c6f5a15420')
-
-build() {
-  cd "$srcdir/$pkgname"
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -Dm644 FreeCol.jar "$pkgdir/usr/share/java/$pkgname/FreeCol.jar"
-  install -Dm644 FreeCol.pdf "$pkgdir/usr/share/doc/$pkgname/FreeCol.pdf"
-  install -Dm644 $pkgname.xpm "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 ../fc.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm755 ../fc.sh "$pkgdir/usr/bin/$pkgname"
-
-  cp -r data jars "$pkgdir/usr/share/java/$pkgname/"
-  find "$pkgdir/usr/share/java/$pkgname" -type d -exec chmod 755 '{}' \;
-  find "$pkgdir/usr/share/java/$pkgname" -type f -exec chmod 644 '{}' \;
-}

Copied: freecol/repos/community-any/PKGBUILD (from rev 139020, 
freecol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 17:11:35 UTC (rev 139021)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: TDY 
+# Contributor: Nelson Menon 
+
+pkgname=freecol
+pkgver=0.11.5
+pkgrel=1
+pkgdesc="A turn-based strategy game based on Colonization"
+arch=('any')
+url="http://www.freecol.org/;
+license=('GPL')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.zip
+fc.desktop
+fc.sh)
+md5sums=('c7f1805733f5c47ab7a45e3a10504fe8'
+ '55594d770904af3e3e3852d375085357'
+ '5f8e99b4e5ab0e79895a31c6f5a15420')
+
+build() {
+  cd "$srcdir/$pkgname"
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -Dm644 FreeCol.jar "$pkgdir/usr/share/java/$pkgname/FreeCol.jar"
+  install -Dm644 FreeCol.pdf "$pkgdir/usr/share/doc/$pkgname/FreeCol.pdf"
+  install -Dm644 $pkgname.xpm "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
+  install -Dm644 ../fc.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm755 ../fc.sh "$pkgdir/usr/bin/$pkgname"
+
+  cp -r data jars "$pkgdir/usr/share/java/$pkgname/"
+  find "$pkgdir/usr/share/java/$pkgname" -type d -exec chmod 755 '{}' \;
+  find "$pkgdir/usr/share/java/$pkgname" -type f -exec chmod 644 '{}' \;
+}

Deleted: fc.desktop
===
--- fc.desktop  2015-08-31 17:11:25 UTC (rev 139020)
+++ fc.desktop  2015-08-31 17:11:35 UTC (rev 139021)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=FreeCol
-GenericName=Strategy Game
-Comment=A free Colonization clone
-TryExec=/usr/bin/freecol
-Exec=freecol
-Icon=/usr/share/pixmaps/freecol.xpm
-Categories=Game;StrategyGame;

Copied: freecol/repos/community-any/fc.desktop (from rev 139020, 
freecol/trunk/fc.desktop)
===
--- fc.desktop  (rev 0)
+++ fc.desktop  2015-08-31 17:11:35 UTC (rev 139021)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=FreeCol
+GenericName=Strategy Game
+Comment=A free Colonization clone
+TryExec=/usr/bin/freecol
+Exec=freecol
+Icon=/usr/share/pixmaps/freecol.xpm
+Categories=Game;StrategyGame;

Deleted: fc.sh
===
--- fc.sh   2015-08-31 17:11:25 UTC (rev 139020)
+++ fc.sh   2015-08-31 17:11:35 UTC (rev 139021)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-FC_PATH=/usr/share/java/freecol
-
-java -Xmx512M -jar $FC_PATH/FreeCol.jar "$@" 

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

2015-08-31 Thread Sven-Hendrik Haase
Date: Monday, August 31, 2015 @ 19:11:25
  Author: svenstaro
Revision: 139020

upgpkg: freecol 0.11.5-1

upstream release 0.11.5

Modified:
  freecol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 16:52:05 UTC (rev 139019)
+++ PKGBUILD2015-08-31 17:11:25 UTC (rev 139020)
@@ -4,7 +4,7 @@
 # Contributor: Nelson Menon 
 
 pkgname=freecol
-pkgver=0.11.3
+pkgver=0.11.5
 pkgrel=1
 pkgdesc="A turn-based strategy game based on Colonization"
 arch=('any')
@@ -14,7 +14,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.zip
 fc.desktop
 fc.sh)
-md5sums=('ac2627c88357cbda29aee5b2494a3029'
+md5sums=('c7f1805733f5c47ab7a45e3a10504fe8'
  '55594d770904af3e3e3852d375085357'
  '5f8e99b4e5ab0e79895a31c6f5a15420')
 


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

2015-08-31 Thread Jelle van der Waa
Date: Monday, August 31, 2015 @ 20:19:44
  Author: jelle
Revision: 139022

major refactor of the PKGBUILD:

- Add missing desktop files back
- add unrequired deps
- add poppler as optdep

Modified:
  calibre/trunk/PKGBUILD
  calibre/trunk/calibre.install

-+
 PKGBUILD|   51 ++-
 calibre.install |1 +
 2 files changed, 19 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 17:11:35 UTC (rev 139021)
+++ PKGBUILD2015-08-31 18:19:44 UTC (rev 139022)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=2.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="http://calibre-ebook.com/;
@@ -19,10 +19,12 @@
  'python2-pillow' 'shared-mime-info' 'python2-dnspython'
  'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
  'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('qt5-x11extras' 'xdg-utils')
 optdepends=('ipython2: to use calibre-debug'
 'udisks: required for mounting certain devices'
+'poppler: required for converting pdf to html'
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
@@ -29,7 +31,7 @@
 md5sums=('f22f3666d6ab70faa52b01552b6f5965')
 
 prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
 
   # Remove unneeded files and libs
   rm -rf resources/${pkgname}-portable.* \
@@ -37,22 +39,10 @@
  src/html5lib \
  src/chardet
 
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
   # Desktop integration (e.g. enforce arch defaults)
   sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
+  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
+  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
   -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
   -e "s/^Name=calibre/Name=Calibre/g" \
   -i  src/calibre/linux.py
@@ -59,29 +49,24 @@
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
 
   LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
+  LANG='en_US.UTF-8' python2 setup.py gui
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
+  cd "${pkgname}-${pkgver}"
 
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
+  install -d "${pkgdir}/usr/share/zsh/site-functions" \
+ 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
 
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
+  install -Dm644 resources/calibre-mimetypes.xml \
+"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
 
+  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
+python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
+
   # Compiling bytecode FS#33392
   python2 -m compileall "${pkgdir}/usr/lib/calibre/"
   python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"

Modified: calibre.install
===
--- calibre.install 2015-08-31 17:11:35 UTC (rev 139021)
+++ calibre.install 2015-08-31 18:19:44 UTC (rev 139022)
@@ -1,6 +1,7 @@
 post_install() {
   update-desktop-database -q
   update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {


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

2015-08-31 Thread Jelle van der Waa
Date: Monday, August 31, 2015 @ 20:19:53
  Author: jelle
Revision: 139023

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 139022, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 139022, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install

-+
 PKGBUILD|  161 --
 calibre.install |   25 
 2 files changed, 86 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 18:19:44 UTC (rev 139022)
+++ PKGBUILD2015-08-31 18:19:53 UTC (rev 139023)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('f22f3666d6ab70faa52b01552b6f5965')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
-
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 139022, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 18:19:53 UTC (rev 139023)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.36.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 

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

2015-08-31 Thread Jelle van der Waa
Date: Monday, August 31, 2015 @ 20:28:06
  Author: jelle
Revision: 139024

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 18:19:53 UTC (rev 139023)
+++ community-i686/PKGBUILD 2015-08-31 18:28:06 UTC (rev 139024)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('f22f3666d6ab70faa52b01552b6f5965')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
-
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 139023, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD  

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

2015-08-31 Thread Sven-Hendrik Haase
Date: Monday, August 31, 2015 @ 20:32:48
  Author: svenstaro
Revision: 139025

upgpkg: irrlicht 1.8.2-1

upstream release 1.8.2

Modified:
  irrlicht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 18:28:06 UTC (rev 139024)
+++ PKGBUILD2015-08-31 18:32:48 UTC (rev 139025)
@@ -7,8 +7,8 @@
 
 pkgbase=irrlicht
 pkgname=('irrlicht' 'irrlicht-docs')
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc="An open source high performance realtime 3D graphics engine."
 arch=('i686' 'x86_64')
 url="http://irrlicht.sourceforge.net/;
@@ -18,7 +18,7 @@
 optdepends=('libxcursor: run examples')
 source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('f4f7fa33bd1060eb0dd51dcd66b0f6e3')
+md5sums=('fc842c84c8081406d358cb94f6fe5500')
 
 prepare() {
   unzip $pkgbase-$pkgver.zip
@@ -26,9 +26,9 @@
   cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
 
   # I'm so sorry for this but Irrlicht people don't care about Linux much
-  for file in COpenGLExtensionHandler.h glext.h glxext.h wglext.h; do
-  wget 
http://sourceforge.net/p/irrlicht/code/4600/tree/trunk/source/Irrlicht/${file}?format=raw
 --output-document ${file}
-  done
+  #for file in COpenGLExtensionHandler.h glext.h glxext.h wglext.h; do
+  #wget 
http://sourceforge.net/p/irrlicht/code/4600/tree/trunk/source/Irrlicht/${file}?format=raw
 --output-document ${file}
+  #done
 }
 
 build() {
@@ -57,8 +57,7 @@
 package_irrlicht-docs() {
   cd $srcdir/$pkgbase-$pkgver/
 
-  install -d $pkgdir/usr/share/$pkgbase \
- $pkgdir/usr/share/doc/$pkgbase
+  install -d $pkgdir/usr/share/$pkgbase $pkgdir/usr/share/doc/$pkgbase
 
   # install media files for examples
   cp -r media $pkgdir/usr/share/$pkgbase


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

2015-08-31 Thread Sven-Hendrik Haase
Date: Monday, August 31, 2015 @ 20:32:54
  Author: svenstaro
Revision: 139026

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 18:32:48 UTC (rev 139025)
+++ community-i686/PKGBUILD 2015-08-31 18:32:54 UTC (rev 139026)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Hilton Medeiros 
-# Contributor: Ali H. Caliskan 
-# Contributor: Paolo Fagni 
-# Contributor: Lukas Kropatschek 
-
-pkgbase=irrlicht
-pkgname=('irrlicht' 'irrlicht-docs')
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="An open source high performance realtime 3D graphics engine."
-arch=('i686' 'x86_64')
-url="http://irrlicht.sourceforge.net/;
-license=('ZLIB')
-depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
-makedepends=('mesa' 'unzip' 'libxcursor')
-optdepends=('libxcursor: run examples')
-source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('db97cce5e92da9b053f4546c652e9bd5')
-
-build() {
-  unzip $pkgbase-$pkgver.zip
-
-  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
-
-  make NDEBUG=1 sharedlib
-}
-
-package_irrlicht() {
-  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
-
-  sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" Makefile
-
-  make install
-
-  cd $srcdir/$pkgbase-$pkgver/
-  install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgbase/LICENSE
-
-  # fix headers permissions
-  chmod 644 $pkgdir/usr/include/$pkgbase/*
-
-  cd $pkgdir/usr/lib
-  ln -s libIrrlicht.so.$pkgver libIrrlicht.so.1
-}
-
-package_irrlicht-docs() {
-  cd $srcdir/$pkgbase-$pkgver/
-
-  install -d $pkgdir/usr/share/$pkgbase \
- $pkgdir/usr/share/doc/$pkgbase
-
-  # install media files for examples
-  cp -r media $pkgdir/usr/share/$pkgbase
-
-  # install documentation
-  cp -r doc/* $pkgdir/usr/share/doc/$pkgbase
-  rm -f $pkgdir/usr/share/doc/$pkgbase/*.txt
-}

Copied: irrlicht/repos/community-i686/PKGBUILD (from rev 139025, 
irrlicht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 18:32:54 UTC (rev 139026)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Hilton Medeiros 
+# Contributor: Ali H. Caliskan 
+# Contributor: Paolo Fagni 
+# Contributor: Lukas Kropatschek 
+
+pkgbase=irrlicht
+pkgname=('irrlicht' 'irrlicht-docs')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="An open source high performance realtime 3D graphics engine."
+arch=('i686' 'x86_64')
+url="http://irrlicht.sourceforge.net/;
+license=('ZLIB')
+depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
+makedepends=('mesa' 'unzip' 'libxcursor' 'wget')
+optdepends=('libxcursor: run examples')
+source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('fc842c84c8081406d358cb94f6fe5500')
+
+prepare() {
+  unzip $pkgbase-$pkgver.zip
+
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
+  # I'm so sorry for this but Irrlicht people don't care about Linux much
+  #for file in COpenGLExtensionHandler.h glext.h glxext.h wglext.h; do
+  #wget 
http://sourceforge.net/p/irrlicht/code/4600/tree/trunk/source/Irrlicht/${file}?format=raw
 --output-document ${file}
+  #done
+}
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
+  make NDEBUG=1 sharedlib
+}
+
+package_irrlicht() {
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
+  sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" Makefile
+
+  make install
+
+  cd $srcdir/$pkgbase-$pkgver/
+  install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgbase/LICENSE
+
+  # fix headers permissions
+  chmod 644 $pkgdir/usr/include/$pkgbase/*
+
+  cd $pkgdir/usr/lib
+  ln -s libIrrlicht.so.$pkgver libIrrlicht.so.1
+}
+
+package_irrlicht-docs() {
+  cd $srcdir/$pkgbase-$pkgver/
+
+  install -d $pkgdir/usr/share/$pkgbase $pkgdir/usr/share/doc/$pkgbase
+
+  # install media files for examples
+  cp -r media $pkgdir/usr/share/$pkgbase
+
+  # install documentation
+  cp -r doc/* $pkgdir/usr/share/doc/$pkgbase
+  rm -f $pkgdir/usr/share/doc/$pkgbase/*.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-31 18:32:48 UTC (rev 139025)
+++ 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:41:53
  Author: flexiondotorg
Revision: 139027

upgpkg: mate-desktop 1.10.2-1 - New upstream release

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 18:32:54 UTC (rev 139026)
+++ PKGBUILD2015-08-31 19:41:53 UTC (rev 139027)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=mate-desktop
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
@@ -12,7 +12,7 @@
 depends=('dconf' 'gtk2' 'gtk3' 'startup-notification')
 makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('471adce0cb38610d41f2d69418feb84d4299f15a')
+sha1sums=('de6d2308cbe4399fd54de78849df5a23e21e78cb')
 install=${pkgbase}.install
 
 prepare() {


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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:42:05
  Author: flexiondotorg
Revision: 139028

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

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

---+
 /PKGBUILD |  124 
 /mate-desktop.install |   22 +
 community-i686/PKGBUILD   |   62 
 community-i686/mate-desktop.install   |   11 --
 community-x86_64/PKGBUILD |   62 
 community-x86_64/mate-desktop.install |   11 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:41:53 UTC (rev 139027)
+++ community-i686/PKGBUILD 2015-08-31 19:42:05 UTC (rev 139028)
@@ -1,62 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=mate-desktop
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('471adce0cb38610d41f2d69418feb84d4299f15a')
-install=${pkgbase}.install
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static \
---disable-schemas-compile \
---enable-gtk-doc
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---with-gtk=3.0 \
---disable-static \
---disable-schemas-compile \
---enable-gtk-doc
-make
-}
-
-package_mate-desktop() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'startup-notification')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-desktop-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('dconf' 'gtk3' 'startup-notification')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 139027, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:42:05 UTC (rev 139028)
@@ -0,0 +1,62 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=mate-desktop
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('de6d2308cbe4399fd54de78849df5a23e21e78cb')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static \
+--disable-schemas-compile \
+--enable-gtk-doc
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--with-gtk=3.0 \
+--disable-static \
+--disable-schemas-compile \
+--enable-gtk-doc
+make
+}
+
+package_mate-desktop() {
+pkgdesc+=' (GTK2 version)'
+groups=('mate')
+conflicts=("${pkgbase}-gtk3")
+depends=('dconf' 'gtk2' 'startup-notification')
+
+cd "${srcdir}/${pkgbase}-gtk2"
+make DESTDIR="${pkgdir}" install
+}
+
+package_mate-desktop-gtk3() {
+pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+groups=('mate-gtk3')

[arch-commits] Commit in geany-plugins/trunk (PKGBUILD libgit2-0.23.patch)

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:44:58
  Author: bisson
Revision: 139029

rebuild for libgit2-0.23

Added:
  geany-plugins/trunk/libgit2-0.23.patch
Modified:
  geany-plugins/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 libgit2-0.23.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:42:05 UTC (rev 139028)
+++ PKGBUILD2015-08-31 19:44:58 UTC (rev 139029)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -16,9 +16,16 @@
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libgit2-0.23.patch')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
+'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../libgit2-0.23.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 

Added: libgit2-0.23.patch
===
--- libgit2-0.23.patch  (rev 0)
+++ libgit2-0.23.patch  2015-08-31 19:44:58 UTC (rev 139029)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c 
new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
 new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-  buf, len, NULL, , NULL, hunk_cb, NULL, 
payload);
++  buf, len, NULL, , NULL, NULL, hunk_cb, NULL, 
payload);
+   
+   if (free_buf) {
+ g_free (buf);


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:45:31
  Author: bisson
Revision: 139030

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

Added:
  geany-plugins/repos/community-staging-i686/
  geany-plugins/repos/community-staging-i686/PKGBUILD
(from rev 139029, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-i686/geany-plugins.install
(from rev 139029, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-staging-i686/libgit2-0.23.patch
(from rev 139029, geany-plugins/trunk/libgit2-0.23.patch)
  geany-plugins/repos/community-staging-x86_64/
  geany-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 139029, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-x86_64/geany-plugins.install
(from rev 139029, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-staging-x86_64/libgit2-0.23.patch
(from rev 139029, geany-plugins/trunk/libgit2-0.23.patch)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/geany-plugins.install   |   14 +++
 community-staging-i686/libgit2-0.23.patch  |   12 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/geany-plugins.install |   14 +++
 community-staging-x86_64/libgit2-0.23.patch|   12 ++
 6 files changed, 138 insertions(+)

Copied: geany-plugins/repos/community-staging-i686/PKGBUILD (from rev 139029, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-31 19:45:31 UTC (rev 139030)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libgit2-0.23.patch')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
+'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../libgit2-0.23.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-i686/geany-plugins.install (from 
rev 139029, geany-plugins/trunk/geany-plugins.install)
===
--- community-staging-i686/geany-plugins.install
(rev 0)
+++ community-staging-i686/geany-plugins.install2015-08-31 19:45:31 UTC 
(rev 139030)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-i686/libgit2-0.23.patch (from rev 
139029, geany-plugins/trunk/libgit2-0.23.patch)
===
--- community-staging-i686/libgit2-0.23.patch   (rev 0)
+++ community-staging-i686/libgit2-0.23.patch   2015-08-31 19:45:31 UTC (rev 
139030)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c 
new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
 new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-  buf, len, NULL, , NULL, hunk_cb, NULL, 
payload);
++  buf, len, NULL, , NULL, NULL, hunk_cb, NULL, 
payload);
+   
+   if (free_buf) {
+ g_free (buf);

Copied: geany-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 139029, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-31 19:45:31 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:47:25
  Author: flexiondotorg
Revision: 139031

upgpkg: atril-gtk3 1.10.2-1 - New upstream release

Modified:
  atril-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:45:31 UTC (rev 139030)
+++ PKGBUILD2015-08-31 19:47:25 UTC (rev 139031)
@@ -4,7 +4,7 @@
 _ver=1.10
 _pkgbase=atril
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -22,7 +22,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
+sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1')
 install=${_pkgbase}.install
 
 build() {


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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:47:36
  Author: flexiondotorg
Revision: 139032

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

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

+
 /PKGBUILD  |  100 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:47:25 UTC (rev 139031)
+++ community-i686/PKGBUILD 2015-08-31 19:47:36 UTC (rev 139032)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 
'webkitgtk' 'zlib')
-makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 139031, 
atril-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:47:36 UTC (rev 139032)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 
'webkitgtk' 'zlib')
+makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:51:46
  Author: flexiondotorg
Revision: 139033

upgpkg: mate-settings-daemon 1.10.2-1 - New upstream release

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:47:36 UTC (rev 139032)
+++ PKGBUILD2015-08-31 19:51:46 UTC (rev 139033)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The MATE Settings daemon (GTK2 version)"
 url="http://mate-desktop.org;
@@ -17,7 +17,7 @@
 replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
+sha1sums=('9d2291f236ab72b1abdcdb19b878679774652c3a')
 install=${_pkgbase}.install
 
 build() {


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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:51:53
  Author: flexiondotorg
Revision: 139034

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

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

---+
 /PKGBUILD |   76 
 /mate-settings-daemon.install |   24 +++
 community-i686/PKGBUILD   |   38 
 community-i686/mate-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mate-settings-daemon.install |   12 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:51:46 UTC (rev 139033)
+++ community-i686/PKGBUILD 2015-08-31 19:51:53 UTC (rev 139034)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
- 'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop>=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate')
-replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 139033, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:51:53 UTC (rev 139034)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
+ 'libmatekbd>=1.10' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop>=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate')
+replaces=("${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9d2291f236ab72b1abdcdb19b878679774652c3a')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-08-31 19:51:46 UTC (rev 
139033)
+++ community-i686/mate-settings-daemon.install 2015-08-31 19:51:53 UTC (rev 
139034)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-settings-daemon/repos/community-i686/mate-settings-daemon.install 
(from rev 

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:53:23
  Author: bisson
Revision: 139035

upstream update

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:51:53 UTC (rev 139034)
+++ PKGBUILD2015-08-31 19:53:23 UTC (rev 139035)
@@ -3,19 +3,21 @@
 
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.22.0
-pkgrel=10
+pkgver=0.23.0
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 url="https://github.com/libgit2/pygit2;
 depends=(libgit2)
-makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
 arch=(i686 x86_64)
 license=('GPL2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-md5sums=('a73eaf01c42527db7673d11fb5b37654')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
 
 package_python-pygit2() {
-  cd "pygit2-$pkgver"
+  cd "pygit2"
   depends+=(python python-cffi)
   replaces=(python-libgit2)
   conflicts=(python-libgit2)
@@ -23,7 +25,7 @@
 }
 
 package_python2-pygit2() {
-  cd "pygit2-$pkgver"
+  cd "pygit2"
   depends+=(python2 python2-cffi)
   replaces=(python2-libgit2)
   conflicts=(python2-libgit2)


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:53:46
  Author: bisson
Revision: 139036

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

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

-+
 community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch  
 |   52 ++
 community-staging-i686/PKGBUILD
 |   33 ++
 
community-staging-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch 
|   52 ++
 community-staging-x86_64/PKGBUILD  
 |   33 ++
 4 files changed, 170 insertions(+)

Copied: 
python-pygit2/repos/community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 139035, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-08-31 19:53:46 UTC (rev 139036)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer 
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/pygit2/__init__.py b/pygit2/__init__.py
+index 2674063..995fe6c 100644
+--- a/pygit2/__init__.py
 b/pygit2/__init__.py
+@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
+ C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
+ options.flags = flags
+ options.mode = mode
+-options.workdir_path = to_bytes(workdir_path)
+-options.description = to_bytes(description)
+-options.template_path = to_bytes(template_path)
+-options.initial_head = to_bytes(initial_head)
+-options.origin_url = to_bytes(origin_url)
++
++if workdir_path:
++workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
++options.workdir_path = workdir_path_ref
++
++if description:
++description_ref = ffi.new('char []', to_bytes(description))
++options.description = description_ref
++
++if template_path:
++template_path_ref = ffi.new('char []', to_bytes(template_path))
++options.template_path = template_path_ref
++
++if initial_head:
++initial_head_ref = ffi.new('char []', to_bytes(initial_head))
++options.initial_head = initial_head_ref
++
++if origin_url:
++origin_url_ref = ffi.new('char []', to_bytes(origin_url))
++options.origin_url = origin_url_ref
+ 
+ # Call
+ crepository = ffi.new('git_repository **')
+-- 
+2.2.1
+

Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 139035, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-31 19:53:46 UTC (rev 139036)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:55:14
  Author: flexiondotorg
Revision: 139038

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:55:07 UTC (rev 139037)
+++ community-i686/PKGBUILD 2015-08-31 19:55:14 UTC (rev 139038)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-settings-daemon
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
- 'libmatekbd-gtk3>=1.10' 'libmatemixer' 'libnotify' 'libxt'
- 'mate-desktop-gtk3>=1.10' 'nss' 'polkit')
-makedepends=('mate-common')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---enable-polkit \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon-gtk3/repos/community-i686/PKGBUILD (from rev 
139037, mate-settings-daemon-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:55:14 UTC (rev 139038)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk3' 'libcanberra-pulse'
+ 'libmatekbd-gtk3>=1.10' 'libmatemixer' 'libnotify' 'libxt'
+ 'mate-desktop-gtk3>=1.10' 'nss' 'polkit')
+makedepends=('mate-common')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9d2291f236ab72b1abdcdb19b878679774652c3a')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--enable-polkit \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-settings-daemon.install
===
--- community-i686/mate-settings-daemon.install 2015-08-31 19:55:07 UTC (rev 
139037)
+++ community-i686/mate-settings-daemon.install 2015-08-31 19:55:14 UTC (rev 
139038)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:55:07
  Author: flexiondotorg
Revision: 139037

upgpkg: mate-settings-daemon-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-settings-daemon-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:53:46 UTC (rev 139036)
+++ PKGBUILD2015-08-31 19:55:07 UTC (rev 139037)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The MATE Settings daemon (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}" "${_pkgbase}-gstreamer" "${_pkgbase}-pulseaudio")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('32f9b1e6a899607b69e8d489817fa5dea0f9a4a3')
+sha1sums=('9d2291f236ab72b1abdcdb19b878679774652c3a')
 install=${_pkgbase}.install
 
 build() {


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:39
  Author: bisson
Revision: 245114

db-move: moved gitg from [staging] to [testing] (i686, x86_64)

Added:
  gitg/repos/testing-i686/
  gitg/repos/testing-i686/PKGBUILD
(from rev 245112, gitg/repos/staging-i686/PKGBUILD)
  gitg/repos/testing-i686/gitg.install
(from rev 245112, gitg/repos/staging-i686/gitg.install)
  gitg/repos/testing-x86_64/
  gitg/repos/testing-x86_64/PKGBUILD
(from rev 245112, gitg/repos/staging-x86_64/PKGBUILD)
  gitg/repos/testing-x86_64/gitg.install
(from rev 245112, gitg/repos/staging-x86_64/gitg.install)
Deleted:
  gitg/repos/staging-i686/
  gitg/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gitg.install   |   13 +
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gitg.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gitg/repos/testing-i686/PKGBUILD (from rev 245112, 
gitg/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/testing-i686/gitg.install (from rev 245112, 
gitg/repos/staging-i686/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gitg/repos/testing-x86_64/PKGBUILD (from rev 245112, 
gitg/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/testing-x86_64/gitg.install (from rev 245112, 
gitg/repos/staging-x86_64/gitg.install)
===
--- testing-x86_64/gitg.install (rev 0)
+++ testing-x86_64/gitg.install 2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:41
  Author: bisson
Revision: 245116

db-move: moved kate from [staging] to [testing] (i686, x86_64)

Added:
  kate/repos/testing-i686/
  kate/repos/testing-i686/PKGBUILD
(from rev 245112, kate/repos/staging-i686/PKGBUILD)
  kate/repos/testing-i686/kate.install
(from rev 245112, kate/repos/staging-i686/kate.install)
  kate/repos/testing-i686/kwrite.install
(from rev 245112, kate/repos/staging-i686/kwrite.install)
  kate/repos/testing-x86_64/
  kate/repos/testing-x86_64/PKGBUILD
(from rev 245112, kate/repos/staging-x86_64/PKGBUILD)
  kate/repos/testing-x86_64/kate.install
(from rev 245112, kate/repos/staging-x86_64/kate.install)
  kate/repos/testing-x86_64/kwrite.install
(from rev 245112, kate/repos/staging-x86_64/kwrite.install)
Deleted:
  kate/repos/staging-i686/
  kate/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/kate.install |   13 +++
 testing-i686/kwrite.install   |   12 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/kate.install   |   13 +++
 testing-x86_64/kwrite.install |   12 +++
 6 files changed, 184 insertions(+)

Copied: kate/repos/testing-i686/PKGBUILD (from rev 245112, 
kate/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:41 UTC (rev 245116)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd842f71a556c2d0bb979948840083f7c1f54380')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/;
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kate/;
+  install='kate.install'
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Copied: kate/repos/testing-i686/kate.install (from rev 245112, 
kate/repos/staging-i686/kate.install)
===
--- testing-i686/kate.install   (rev 0)
+++ testing-i686/kate.install   2015-08-31 19:56:41 UTC (rev 245116)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kate/repos/testing-i686/kwrite.install (from rev 245112, 
kate/repos/staging-i686/kwrite.install)
===
--- testing-i686/kwrite.install (rev 0)
+++ testing-i686/kwrite.install 2015-08-31 19:56:41 UTC (rev 245116)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kate/repos/testing-x86_64/PKGBUILD (from rev 245112, 
kate/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:41 UTC (rev 245116)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=2

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:40
  Author: bisson
Revision: 245115

db-move: moved gnome-builder from [staging] to [testing] (i686, x86_64)

Added:
  gnome-builder/repos/testing-i686/
  gnome-builder/repos/testing-i686/PKGBUILD
(from rev 245112, gnome-builder/repos/staging-i686/PKGBUILD)
  gnome-builder/repos/testing-i686/git1.patch
(from rev 245112, gnome-builder/repos/staging-i686/git1.patch)
  gnome-builder/repos/testing-i686/git2.patch
(from rev 245112, gnome-builder/repos/staging-i686/git2.patch)
  gnome-builder/repos/testing-i686/git3.patch
(from rev 245112, gnome-builder/repos/staging-i686/git3.patch)
  gnome-builder/repos/testing-i686/gnome-builder.install
(from rev 245112, gnome-builder/repos/staging-i686/gnome-builder.install)
  gnome-builder/repos/testing-x86_64/
  gnome-builder/repos/testing-x86_64/PKGBUILD
(from rev 245112, gnome-builder/repos/staging-x86_64/PKGBUILD)
  gnome-builder/repos/testing-x86_64/git1.patch
(from rev 245112, gnome-builder/repos/staging-x86_64/git1.patch)
  gnome-builder/repos/testing-x86_64/git2.patch
(from rev 245112, gnome-builder/repos/staging-x86_64/git2.patch)
  gnome-builder/repos/testing-x86_64/git3.patch
(from rev 245112, gnome-builder/repos/staging-x86_64/git3.patch)
  gnome-builder/repos/testing-x86_64/gnome-builder.install
(from rev 245112, gnome-builder/repos/staging-x86_64/gnome-builder.install)
Deleted:
  gnome-builder/repos/staging-i686/
  gnome-builder/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   45 
 testing-i686/git1.patch  |   22 +
 testing-i686/git2.patch  |   48 ++
 testing-i686/git3.patch  |   52 +
 testing-i686/gnome-builder.install   |   13 
 testing-x86_64/PKGBUILD  |   45 
 testing-x86_64/git1.patch|   22 +
 testing-x86_64/git2.patch|   48 ++
 testing-x86_64/git3.patch|   52 +
 testing-x86_64/gnome-builder.install |   13 
 10 files changed, 360 insertions(+)

Copied: gnome-builder/repos/testing-i686/PKGBUILD (from rev 245112, 
gnome-builder/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:40 UTC (rev 245115)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.16.3
+pkgrel=3
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+git1.patch git2.patch git3.patch)
+sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61'
+'e2b3edad8db87c9798abfad2dc831c2133736b6b9cb26e629e8adf0eb2c5e0a7'
+'d81adf53ff7a918e0f037e6dc61515c0ad14a0c226f500a71d1a7daabf64b119'
+'39be431517fe5cedd17738b0289adc16afad8bcbb5a84e4b656a40d5bc1c2353')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git1.patch
+  patch -Np1 -i ../git2.patch
+  patch -Np1 -i ../git3.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-builder/repos/testing-i686/git1.patch (from rev 245112, 
gnome-builder/repos/staging-i686/git1.patch)
===
--- testing-i686/git1.patch (rev 0)
+++ testing-i686/git1.patch 2015-08-31 19:56:40 UTC (rev 245115)
@@ -0,0 +1,22 @@
+From f77c428772273db365bba4d21b6913196b7947ad Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro 
+Date: Fri, 17 Jul 2015 11:58:34 +0200
+Subject: git: pass NULL to the new binary callback
+
+
+diff --git a/libide/git/ide-git-buffer-change-monitor.c 
b/libide/git/ide-git-buffer-change-monitor.c
+index a6a306d..7763c76 100644
+--- a/libide/git/ide-git-buffer-change-monitor.c
 b/libide/git/ide-git-buffer-change-monitor.c
+@@ -618,7 +618,7 @@ ide_git_buffer_change_monitor_calculate_threaded 
(IdeGitBufferChangeMonitor  *se
+   data = g_bytes_get_data (diff->content, _len);
+ 
+   ggit_diff_blob_to_buffer (diff->blob, relative_path, data, data_len, 
relative_path,
+-

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:38
  Author: bisson
Revision: 245113

db-move: moved gedit-plugins from [staging] to [testing] (i686, x86_64)

Added:
  gedit-plugins/repos/testing-i686/
  gedit-plugins/repos/testing-i686/PKGBUILD
(from rev 245112, gedit-plugins/repos/staging-i686/PKGBUILD)
  gedit-plugins/repos/testing-i686/gedit-plugins.install
(from rev 245112, gedit-plugins/repos/staging-i686/gedit-plugins.install)
  gedit-plugins/repos/testing-x86_64/
  gedit-plugins/repos/testing-x86_64/PKGBUILD
(from rev 245112, gedit-plugins/repos/staging-x86_64/PKGBUILD)
  gedit-plugins/repos/testing-x86_64/gedit-plugins.install
(from rev 245112, gedit-plugins/repos/staging-x86_64/gedit-plugins.install)
Deleted:
  gedit-plugins/repos/staging-i686/
  gedit-plugins/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/gedit-plugins.install   |   23 
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/gedit-plugins.install |   23 
 4 files changed, 120 insertions(+)

Copied: gedit-plugins/repos/testing-i686/PKGBUILD (from rev 245112, 
gedit-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:38 UTC (rev 245113)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.16.0
+pkgrel=3
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin'
+'zeitgeist: for dashboard plugin')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/testing-i686/gedit-plugins.install (from rev 
245112, gedit-plugins/repos/staging-i686/gedit-plugins.install)
===
--- testing-i686/gedit-plugins.install  (rev 0)
+++ testing-i686/gedit-plugins.install  2015-08-31 19:56:38 UTC (rev 245113)
@@ -0,0 +1,23 @@
+pkgname=gedit-plugins
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/testing-x86_64/PKGBUILD (from rev 245112, 
gedit-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:38 UTC (rev 245113)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.16.0
+pkgrel=3
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin'
+'zeitgeist: for dashboard plugin')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:43
  Author: bisson
Revision: 245118

db-move: moved libgit2 from [staging] to [testing] (i686, x86_64)

Added:
  libgit2/repos/testing-i686/
  libgit2/repos/testing-i686/PKGBUILD
(from rev 245112, libgit2/repos/staging-i686/PKGBUILD)
  libgit2/repos/testing-x86_64/
  libgit2/repos/testing-x86_64/PKGBUILD
(from rev 245112, libgit2/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgit2/repos/staging-i686/
  libgit2/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libgit2/repos/testing-i686/PKGBUILD (from rev 245112, 
libgit2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:43 UTC (rev 245118)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2/repos/testing-x86_64/PKGBUILD (from rev 245112, 
libgit2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:43 UTC (rev 245118)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:42
  Author: bisson
Revision: 245117

db-move: moved ktexteditor from [staging] to [testing] (i686, x86_64)

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 245112, ktexteditor/repos/staging-i686/PKGBUILD)
  ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 245112, 
ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 245112, ktexteditor/repos/staging-x86_64/PKGBUILD)
  ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 245112, 
ktexteditor/repos/staging-x86_64/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/staging-i686/
  ktexteditor/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 104 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 245112, 
ktexteditor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:42 UTC (rev 245117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('8d7b4487743292ce2a21a84867f5d519'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch (from 
rev 245112, ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2015-08-31 19:56:42 UTC 
(rev 245117)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:44
  Author: bisson
Revision: 245119

db-move: moved libgit2-glib from [staging] to [testing] (i686, x86_64)

Added:
  libgit2-glib/repos/testing-i686/
  libgit2-glib/repos/testing-i686/PKGBUILD
(from rev 245112, libgit2-glib/repos/staging-i686/PKGBUILD)
  libgit2-glib/repos/testing-x86_64/
  libgit2-glib/repos/testing-x86_64/PKGBUILD
(from rev 245112, libgit2-glib/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgit2-glib/repos/staging-i686/
  libgit2-glib/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libgit2-glib/repos/testing-i686/PKGBUILD (from rev 245112, 
libgit2-glib/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:44 UTC (rev 245119)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.4
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e0ae2b2f4cc90fdbf603a89406a07daf01d485b8f837bac9a818b4285e5ce84e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2-glib/repos/testing-x86_64/PKGBUILD (from rev 245112, 
libgit2-glib/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:44 UTC (rev 245119)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.4
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e0ae2b2f4cc90fdbf603a89406a07daf01d485b8f837bac9a818b4285e5ce84e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:57:47
  Author: bisson
Revision: 139039

db-move: moved geany-plugins from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  geany-plugins/repos/community-testing-i686/
  geany-plugins/repos/community-testing-i686/PKGBUILD
(from rev 139038, geany-plugins/repos/community-staging-i686/PKGBUILD)
  geany-plugins/repos/community-testing-i686/geany-plugins.install
(from rev 139038, 
geany-plugins/repos/community-staging-i686/geany-plugins.install)
  geany-plugins/repos/community-testing-i686/libgit2-0.23.patch
(from rev 139038, 
geany-plugins/repos/community-staging-i686/libgit2-0.23.patch)
  geany-plugins/repos/community-testing-x86_64/
  geany-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 139038, geany-plugins/repos/community-staging-x86_64/PKGBUILD)
  geany-plugins/repos/community-testing-x86_64/geany-plugins.install
(from rev 139038, 
geany-plugins/repos/community-staging-x86_64/geany-plugins.install)
  geany-plugins/repos/community-testing-x86_64/libgit2-0.23.patch
(from rev 139038, 
geany-plugins/repos/community-staging-x86_64/libgit2-0.23.patch)
Deleted:
  geany-plugins/repos/community-staging-i686/
  geany-plugins/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   43 +++
 community-testing-i686/geany-plugins.install   |   14 +++
 community-testing-i686/libgit2-0.23.patch  |   12 ++
 community-testing-x86_64/PKGBUILD  |   43 +++
 community-testing-x86_64/geany-plugins.install |   14 +++
 community-testing-x86_64/libgit2-0.23.patch|   12 ++
 6 files changed, 138 insertions(+)

Copied: geany-plugins/repos/community-testing-i686/PKGBUILD (from rev 139038, 
geany-plugins/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 19:57:47 UTC (rev 139039)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libgit2-0.23.patch')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
+'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../libgit2-0.23.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-testing-i686/geany-plugins.install (from 
rev 139038, geany-plugins/repos/community-staging-i686/geany-plugins.install)
===
--- community-testing-i686/geany-plugins.install
(rev 0)
+++ community-testing-i686/geany-plugins.install2015-08-31 19:57:47 UTC 
(rev 139039)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-testing-i686/libgit2-0.23.patch (from rev 
139038, geany-plugins/repos/community-staging-i686/libgit2-0.23.patch)
===
--- community-testing-i686/libgit2-0.23.patch   (rev 0)
+++ community-testing-i686/libgit2-0.23.patch   2015-08-31 19:57:47 UTC (rev 
139039)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c 
new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
 new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-  buf, len, NULL, , NULL, hunk_cb, NULL, 
payload);
++  buf, len, NULL, , NULL, NULL, hunk_cb, NULL, 
payload);
+   
+   if (free_buf) 

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:57:49
  Author: bisson
Revision: 139040

db-move: moved python-pygit2 from [community-staging] to [community-testing] 
(i686, x86_64)

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

-+
 community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch  
 |   52 ++
 community-testing-i686/PKGBUILD
 |   33 ++
 
community-testing-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch 
|   52 ++
 community-testing-x86_64/PKGBUILD  
 |   33 ++
 4 files changed, 170 insertions(+)

Copied: 
python-pygit2/repos/community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 139038, 
python-pygit2/repos/community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- 
community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ 
community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-08-31 19:57:49 UTC (rev 139040)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer 
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/pygit2/__init__.py b/pygit2/__init__.py
+index 2674063..995fe6c 100644
+--- a/pygit2/__init__.py
 b/pygit2/__init__.py
+@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
+ C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
+ options.flags = flags
+ options.mode = mode
+-options.workdir_path = to_bytes(workdir_path)
+-options.description = to_bytes(description)
+-options.template_path = to_bytes(template_path)
+-options.initial_head = to_bytes(initial_head)
+-options.origin_url = to_bytes(origin_url)
++
++if workdir_path:
++workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
++options.workdir_path = workdir_path_ref
++
++if description:
++description_ref = ffi.new('char []', to_bytes(description))
++options.description = description_ref
++
++if template_path:
++template_path_ref = ffi.new('char []', to_bytes(template_path))
++options.template_path = template_path_ref
++
++if initial_head:
++initial_head_ref = ffi.new('char []', to_bytes(initial_head))
++options.initial_head = initial_head_ref
++
++if origin_url:
++origin_url_ref = ffi.new('char []', to_bytes(origin_url))
++options.origin_url = origin_url_ref
+ 
+ # Call
+ crepository = ffi.new('git_repository **')
+-- 
+2.2.1
+

Copied: python-pygit2/repos/community-testing-i686/PKGBUILD (from rev 139038, 
python-pygit2/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 19:57:49 UTC (rev 139040)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')

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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:57:50
  Author: bisson
Revision: 139041

db-move: moved subsurface from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  subsurface/repos/community-testing-i686/
  subsurface/repos/community-testing-i686/PKGBUILD
(from rev 139038, subsurface/repos/community-staging-i686/PKGBUILD)
  subsurface/repos/community-testing-i686/install
(from rev 139038, subsurface/repos/community-staging-i686/install)
  subsurface/repos/community-testing-i686/libgit2.patch
(from rev 139038, subsurface/repos/community-staging-i686/libgit2.patch)
  subsurface/repos/community-testing-x86_64/
  subsurface/repos/community-testing-x86_64/PKGBUILD
(from rev 139038, subsurface/repos/community-staging-x86_64/PKGBUILD)
  subsurface/repos/community-testing-x86_64/install
(from rev 139038, subsurface/repos/community-staging-x86_64/install)
  subsurface/repos/community-testing-x86_64/libgit2.patch
(from rev 139038, subsurface/repos/community-staging-x86_64/libgit2.patch)
Deleted:
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   40 +++
 community-testing-i686/install |   11 
 community-testing-i686/libgit2.patch   |   19 ++
 community-testing-x86_64/PKGBUILD  |   40 +++
 community-testing-x86_64/install   |   11 
 community-testing-x86_64/libgit2.patch |   19 ++
 6 files changed, 140 insertions(+)

Copied: subsurface/repos/community-testing-i686/PKGBUILD (from rev 139038, 
subsurface/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 19:57:50 UTC (rev 139041)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.4.2
+pkgrel=2
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
+'libgit2.patch')
+sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea'
+  'd36e5d3182254a0a5d1940308a7878febdcfdef8')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../libgit2.patch
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   qmake-qt5 \
+   -config release \
+   SPECIAL_MARBLE_PREFIX=1 \
+   INCLUDEPATH+='/usr/include/subsurface' \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make INSTALL_ROOT="${pkgdir}" install
+}

Copied: subsurface/repos/community-testing-i686/install (from rev 139038, 
subsurface/repos/community-staging-i686/install)
===
--- community-testing-i686/install  (rev 0)
+++ community-testing-i686/install  2015-08-31 19:57:50 UTC (rev 139041)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: subsurface/repos/community-testing-i686/libgit2.patch (from rev 139038, 
subsurface/repos/community-staging-i686/libgit2.patch)
===
--- community-testing-i686/libgit2.patch(rev 0)
+++ community-testing-i686/libgit2.patch2015-08-31 19:57:50 UTC (rev 
139041)
@@ -0,0 +1,19 @@
+diff -Naur old/save-git.c new/save-git.c
+--- old/save-git.c 2015-05-04 07:59:10.0 -1000
 new/save-git.c 2015-08-28 15:33:01.298869918 -1000
+@@ -34,6 +34,15 @@
+ #else
+   #define git_treebuilder_write(id, repo, bld)   git_treebuilder_write(id, 
bld)
+ #endif
++/*
++ * api break introduced in libgit2 master after 0.22 - let's guess this is 
the v0.23 API
++ */
++#if USE_LIBGIT23_API || (!LIBGIT2_VER_MAJOR && LIBGIT2_VER_MINOR >= 23)
++  #define git_branch_create(out, repo, branch_name, target, force, signature, 
log_message) \
++   git_branch_create(out, repo, branch_name, target, force)
++  #define git_reference_set_target(out, ref, id, author, log_message) \
++   git_reference_set_target(out, ref, id, log_message)
++#endif
+ 
+ #define VA_BUF(b, fmt) do { va_list args; va_start(args, fmt); put_vformat(b, 
fmt, args); va_end(args); } while (0)
+ 

Copied: subsurface/repos/community-testing-x86_64/PKGBUILD (from rev 139038, 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:58:18
  Author: flexiondotorg
Revision: 139042

upgpkg: atril 1.10.2-1 - New upstream release

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:57:50 UTC (rev 139041)
+++ PKGBUILD2015-08-31 19:58:18 UTC (rev 139042)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=atril
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="MATE document viewer (GTK2 version)"
 url="http://mate-desktop.org;
@@ -21,7 +21,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
+sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1')
 install=${_pkgbase}.install
 
 build() {


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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:58:26
  Author: flexiondotorg
Revision: 139043

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:58:18 UTC (rev 139042)
+++ community-i686/PKGBUILD 2015-08-31 19:58:26 UTC (rev 139043)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
-makedepends=('caja>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 139042, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:58:26 UTC (rev 139043)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
+makedepends=('caja>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-08-31 19:58:18 UTC (rev 139042)
+++ community-i686/atril.install2015-08-31 

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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 22:01:38
  Author: flexiondotorg
Revision: 139044

upgpkg: syncthing 0.11.23-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:58:26 UTC (rev 139043)
+++ PKGBUILD2015-08-31 20:01:38 UTC (rev 139044)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.11.22
+pkgver=0.11.23
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/;


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

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 22:01:46
  Author: flexiondotorg
Revision: 139045

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 20:01:38 UTC (rev 139044)
+++ community-i686/PKGBUILD 2015-08-31 20:01:46 UTC (rev 139045)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.22
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 139044, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 20:01:46 UTC (rev 139045)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.23
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH}" == "x86_64" ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 

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

2015-08-31 Thread Jan Steffens
Date: Monday, August 31, 2015 @ 22:13:06
  Author: heftig
Revision: 245120

3.16.3

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:56:44 UTC (rev 245119)
+++ PKGBUILD2015-08-31 20:13:06 UTC (rev 245120)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.16.2
+pkgver=3.16.3
 pkgrel=1
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
@@ -27,7 +27,7 @@
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e9150d104499500939499e29d56b1593ca49777f35ad5a7a02192e23d811f32')
+sha256sums=('278e6dc66d00a5ae7bedcadba987008139f0b66e534f629febbeb098d450')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-08-31 Thread Jan Steffens
Date: Monday, August 31, 2015 @ 22:14:12
  Author: heftig
Revision: 245121

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 245120, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/bugreport.patch
(from rev 245120, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/totem.install
(from rev 245120, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 245120, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 245120, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 245120, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  106 +
 /bugreport.patch |   44 +
 /totem.install   |   26 ++
 extra-i686/PKGBUILD  |   53 
 extra-i686/bugreport.patch   |   22 
 extra-i686/totem.install |   13 -
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/bugreport.patch |   22 
 extra-x86_64/totem.install   |   13 -
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-31 20:13:06 UTC (rev 245120)
+++ extra-i686/PKGBUILD 2015-08-31 20:14:12 UTC (rev 245121)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="GNOME3 movie player based on GStreamer"
-url="http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
- hicolor-icon-theme gsettings-desktop-schemas dconf
- python-gobject python-xdg
- gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist
- itstool docbook-xsl python-pylint gobject-introspection)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'zeitgeist: Zeitgeist plugin'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-install=totem.install
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e9150d104499500939499e29d56b1593ca49777f35ad5a7a02192e23d811f32')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-
-  # 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
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 245120, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-31 20:14:12 UTC (rev 245121)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.16.3
+pkgrel=1
+pkgdesc="GNOME3 movie player based on GStreamer"
+url="http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc vala zeitgeist
+ itstool docbook-xsl python-pylint gobject-introspection)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

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

2015-08-31 Thread Ray Rashif
Date: Monday, August 31, 2015 @ 22:23:43
  Author: schiv
Revision: 245122

upgpkg: aubio 0.4.2-1

upstream release

Modified:
  aubio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 20:14:12 UTC (rev 245121)
+++ PKGBUILD2015-08-31 20:23:43 UTC (rev 245122)
@@ -4,17 +4,17 @@
 # Contributor: see .contrib
 
 pkgname=aubio
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('i686' 'x86_64')
 url="http://aubio.org/;
 license=('GPL')
 depends=('fftw' 'jack' 'ffmpeg')
-makedepends=('python2-numpy')
+makedepends=('python2-numpy' 'python2-setuptools')
 optdepends=('python2-numpy: Python 2.x interface')
 source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
+md5sums=('c0f6d8355e92669722501c3a762ba548')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,15 +21,15 @@
 
   # python2 compat (for python interface)
   sed -i 's:bin/env python:bin/env python2:' \
-"$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
+  "$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  python2 waf configure --prefix=/usr --enable-fftw3f
+  python2 waf configure --prefix=/usr --enable-fftw3f --libdir=/usr/lib
   python2 waf build $MAKEFLAGS
-  cd python && python2 setup.py build # python interface
+  (cd python && python2 setup.py build) # python interface
 }
 
 package() {
@@ -38,8 +38,7 @@
   python2 waf --destdir="$pkgdir" install
 
   # python interface
-  cd python || return 1
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  (cd python && python2 setup.py install --root="$pkgdir" --optimize=1)
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-31 Thread Ray Rashif
Date: Monday, August 31, 2015 @ 22:25:08
  Author: schiv
Revision: 245123

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

Added:
  aubio/repos/extra-i686/.contrib
(from rev 245122, aubio/trunk/.contrib)
  aubio/repos/extra-i686/PKGBUILD
(from rev 245122, aubio/trunk/PKGBUILD)
  aubio/repos/extra-x86_64/.contrib
(from rev 245122, aubio/trunk/.contrib)
  aubio/repos/extra-x86_64/PKGBUILD
(from rev 245122, aubio/trunk/PKGBUILD)
Deleted:
  aubio/repos/extra-i686/.contrib
  aubio/repos/extra-i686/PKGBUILD
  aubio/repos/extra-x86_64/.contrib
  aubio/repos/extra-x86_64/PKGBUILD

---+
 /.contrib |4 ++
 /PKGBUILD |   88 
 extra-i686/.contrib   |2 -
 extra-i686/PKGBUILD   |   45 
 extra-x86_64/.contrib |2 -
 extra-x86_64/PKGBUILD |   45 
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2015-08-31 20:23:43 UTC (rev 245122)
+++ extra-i686/.contrib 2015-08-31 20:25:08 UTC (rev 245123)
@@ -1,2 +0,0 @@
-# Contributor: Peter Baldwin 
-# Contributor: Shinlun Hsieh 

Copied: aubio/repos/extra-i686/.contrib (from rev 245122, aubio/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2015-08-31 20:25:08 UTC (rev 245123)
@@ -0,0 +1,2 @@
+# Contributor: Peter Baldwin 
+# Contributor: Shinlun Hsieh 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-31 20:23:43 UTC (rev 245122)
+++ extra-i686/PKGBUILD 2015-08-31 20:25:08 UTC (rev 245123)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
-# Contributor: see .contrib
-
-pkgname=aubio
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="A tool for extracting annotations from audio signals"
-arch=('i686' 'x86_64')
-url="http://aubio.org/;
-license=('GPL')
-depends=('fftw' 'jack' 'ffmpeg')
-makedepends=('python2-numpy')
-optdepends=('python2-numpy: Python 2.x interface')
-source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 compat (for python interface)
-  sed -i 's:bin/env python:bin/env python2:' \
-"$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr --enable-fftw3f
-  python2 waf build $MAKEFLAGS
-  cd python && python2 setup.py build # python interface
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf --destdir="$pkgdir" install
-
-  # python interface
-  cd python || return 1
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: aubio/repos/extra-i686/PKGBUILD (from rev 245122, aubio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-31 20:25:08 UTC (rev 245123)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+# Contributor: see .contrib
+
+pkgname=aubio
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('i686' 'x86_64')
+url="http://aubio.org/;
+license=('GPL')
+depends=('fftw' 'jack' 'ffmpeg')
+makedepends=('python2-numpy' 'python2-setuptools')
+optdepends=('python2-numpy: Python 2.x interface')
+source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
+md5sums=('c0f6d8355e92669722501c3a762ba548')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 compat (for python interface)
+  sed -i 's:bin/env python:bin/env python2:' \
+  "$srcdir/$pkgname-$pkgver/python/lib/aubio/__init__.py"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr --enable-fftw3f --libdir=/usr/lib
+  python2 waf build $MAKEFLAGS
+  (cd python && python2 setup.py build) # python interface
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf --destdir="$pkgdir" install
+
+  # python interface
+  (cd python && python2 setup.py install --root="$pkgdir" --optimize=1)
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/.contrib
===
--- extra-x86_64/.contrib   2015-08-31 20:23:43 UTC (rev 245122)
+++ extra-x86_64/.contrib   2015-08-31 20:25:08 UTC (rev 245123)
@@ -1,2 +0,0 @@
-# Contributor: Peter Baldwin 
-# Contributor: Shinlun Hsieh 

Copied: 

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

2015-08-31 Thread Maxime Gauduin
Date: Monday, August 31, 2015 @ 23:30:17
  Author: alucryd
Revision: 139046

upgpkg: pantheon-files 0.2.3-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 20:01:46 UTC (rev 139045)
+++ PKGBUILD2015-08-31 21:30:17 UTC (rev 139046)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.2.2.1
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
 install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('a8b39e3eb34c5aeab38b9152043485f8df187ba27204275fcdb02d03bfee1833')
+source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
+sha256sums=('b6a0a1af3a877b6b2e669af8a7d40cbdb55ce89e7ef15186732abbc1652edbeb')
 
 prepare() {
   cd pantheon-files-${pkgver}


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

2015-08-31 Thread Maxime Gauduin
Date: Monday, August 31, 2015 @ 23:30:37
  Author: alucryd
Revision: 139047

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
(from rev 139046, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
(from rev 139046, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 139046, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
(from rev 139046, pantheon-files/trunk/pantheon-files.install)
Deleted:
  pantheon-files/repos/community-i686/PKGBUILD
  pantheon-files/repos/community-i686/pantheon-files.install
  pantheon-files/repos/community-x86_64/PKGBUILD
  pantheon-files/repos/community-x86_64/pantheon-files.install

-+
 /PKGBUILD   |   98 ++
 /pantheon-files.install |   28 
 community-i686/PKGBUILD |   49 ---
 community-i686/pantheon-files.install   |   14 
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/pantheon-files.install |   14 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 21:30:17 UTC (rev 139046)
+++ community-i686/PKGBUILD 2015-08-31 21:30:37 UTC (rev 139047)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-files
-pkgver=0.2.2.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
- 'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
- 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-'tumbler: Thumbnails generation')
-install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
-sha256sums=('a8b39e3eb34c5aeab38b9152043485f8df187ba27204275fcdb02d03bfee1833')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-files-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 139046, 
pantheon-files/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 21:30:37 UTC (rev 139047)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
+ 'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz;)
+sha256sums=('b6a0a1af3a877b6b2e669af8a7d40cbdb55ce89e7ef15186732abbc1652edbeb')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-files.install
===
--- community-i686/pantheon-files.install   2015-08-31 21:30:17 UTC (rev 
139046)
+++ community-i686/pantheon-files.install   2015-08-31 21:30:37 UTC (rev 
139047)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 

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

2015-08-31 Thread Florian Pritz
Date: Monday, August 31, 2015 @ 23:33:26
  Author: bluewind
Revision: 139048

upgpkg: rsnapshot 1.4.1-1

upstream update

Modified:
  rsnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 21:30:37 UTC (rev 139047)
+++ PKGBUILD2015-08-31 21:33:26 UTC (rev 139048)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=rsnapshot
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
@@ -18,7 +18,7 @@
 'rsnapshot'
'0001-added-missing-back.patch'
"pod-fix.patch")
-md5sums=('4011768eb6ec122a0f9479275ed64a27'
+md5sums=('5bbcc47f7ecf3272bc7d144623f772d1'
  '4cd16eaa51d58a652cffde945985e91c'
  'a7075d9366eda5e699be86f7ffe8246e'
  '0d889cbef6fddf8401611bc16ed63c5c')


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

2015-08-31 Thread Florian Pritz
Date: Monday, August 31, 2015 @ 23:33:31
  Author: bluewind
Revision: 139049

archrelease: copy trunk to community-any

Added:
  rsnapshot/repos/community-any/0001-added-missing-back.patch
(from rev 139048, rsnapshot/trunk/0001-added-missing-back.patch)
  rsnapshot/repos/community-any/PKGBUILD
(from rev 139048, rsnapshot/trunk/PKGBUILD)
  rsnapshot/repos/community-any/pod-fix.patch
(from rev 139048, rsnapshot/trunk/pod-fix.patch)
  rsnapshot/repos/community-any/rsnapshot
(from rev 139048, rsnapshot/trunk/rsnapshot)
Deleted:
  rsnapshot/repos/community-any/0001-added-missing-back.patch
  rsnapshot/repos/community-any/PKGBUILD
  rsnapshot/repos/community-any/pod-fix.patch
  rsnapshot/repos/community-any/rsnapshot

---+
 0001-added-missing-back.patch |   50 ++---
 PKGBUILD  |   92 
 pod-fix.patch |   22 -
 rsnapshot |8 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: 0001-added-missing-back.patch
===
--- 0001-added-missing-back.patch   2015-08-31 21:33:26 UTC (rev 139048)
+++ 0001-added-missing-back.patch   2015-08-31 21:33:31 UTC (rev 139049)
@@ -1,25 +0,0 @@
-From f5d99185002284440947f8eac7b216ac77b4f2e4 Mon Sep 17 00:00:00 2001
-From: Steven Roberts 
-Date: Sun, 7 Jul 2013 19:07:14 -0700
-Subject: [PATCH] added missing =back.
-

- rsnapshot-program.pl | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/rsnapshot-program.pl b/rsnapshot-program.pl
-index 85972fd..95b7031 100755
 a/rsnapshot-program.pl
-+++ b/rsnapshot-program.pl
-@@ -6609,6 +6609,8 @@ additional disk space will be taken up.
- 
- =back
- 
-+=back
-+
- Remember that tabs must separate all elements, and that
- there must be a trailing slash on the end of every directory.
- 
--- 
-1.9.0
-

Copied: rsnapshot/repos/community-any/0001-added-missing-back.patch (from rev 
139048, rsnapshot/trunk/0001-added-missing-back.patch)
===
--- 0001-added-missing-back.patch   (rev 0)
+++ 0001-added-missing-back.patch   2015-08-31 21:33:31 UTC (rev 139049)
@@ -0,0 +1,25 @@
+From f5d99185002284440947f8eac7b216ac77b4f2e4 Mon Sep 17 00:00:00 2001
+From: Steven Roberts 
+Date: Sun, 7 Jul 2013 19:07:14 -0700
+Subject: [PATCH] added missing =back.
+
+---
+ rsnapshot-program.pl | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/rsnapshot-program.pl b/rsnapshot-program.pl
+index 85972fd..95b7031 100755
+--- a/rsnapshot-program.pl
 b/rsnapshot-program.pl
+@@ -6609,6 +6609,8 @@ additional disk space will be taken up.
+ 
+ =back
+ 
++=back
++
+ Remember that tabs must separate all elements, and that
+ there must be a trailing slash on the end of every directory.
+ 
+-- 
+1.9.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 21:33:26 UTC (rev 139048)
+++ PKGBUILD2015-08-31 21:33:31 UTC (rev 139049)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Geoffroy Carrier 
-# Contributor: Thorsten Tasch 
-# Contributor: JJDaNiMoTh 
-# Contributor: Daniel J Griffiths 
-
-pkgname=rsnapshot
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A remote filesystem snapshot utility"
-arch=('any')
-url="http://www.rsnapshot.org;
-license=('GPL')
-depends=('perl' 'rsync' 'openssh' 'perl-lchown')
-backup=('etc/rsnapshot.conf')
-source=("http://www.rsnapshot.org/downloads/${pkgname}-${pkgver}.tar.gz;
-'rsnapshot'
-   '0001-added-missing-back.patch'
-   "pod-fix.patch")
-md5sums=('4011768eb6ec122a0f9479275ed64a27'
- '4cd16eaa51d58a652cffde945985e91c'
- 'a7075d9366eda5e699be86f7ffe8246e'
- '0d889cbef6fddf8401611bc16ed63c5c')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -p1 -i "$srcdir/0001-added-missing-back.patch"
-   patch -p1 -i "$srcdir/pod-fix.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-   sed -i 's:/usr/bin/pod2man:/usr/bin/core_perl/pod2man:' Makefile
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR=${pkgdir} install
-   mv ${pkgdir}/etc/rsnapshot.conf.default ${pkgdir}/etc/rsnapshot.conf
-   install -Dm644 ${srcdir}/rsnapshot ${pkgdir}/etc/logrotate.d/rsnapshot
-}

Copied: rsnapshot/repos/community-any/PKGBUILD (from rev 139048, 
rsnapshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 21:33:31 UTC (rev 139049)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: 

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

2015-08-31 Thread Levente Polyak
Date: Tuesday, September 1, 2015 @ 01:52:45
  Author: anthraxx
Revision: 139050

upgpkg: afl 1.89b-1

upgpkg: afl 1.89b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 21:33:31 UTC (rev 139049)
+++ PKGBUILD2015-08-31 23:52:45 UTC (rev 139050)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.88b
+pkgver=1.89b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
+sha512sums=('33ced2c68dd6a6bd9adc78e5b0ccd2615035c181ea6e77561717e024b6ea0022d1840932d866fd114c04baae174e827d5b07996fa903c108f30de5c87a379b75')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-08-31 Thread Levente Polyak
Date: Tuesday, September 1, 2015 @ 01:55:27
  Author: anthraxx
Revision: 139051

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 23:52:45 UTC (rev 139050)
+++ community-i686/PKGBUILD 2015-08-31 23:55:27 UTC (rev 139051)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.88b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 139050, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 23:55:27 UTC (rev 139051)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=1.89b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url="http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('33ced2c68dd6a6bd9adc78e5b0ccd2615035c181ea6e77561717e024b6ea0022d1840932d866fd114c04baae174e827d5b07996fa903c108f30de5c87a379b75')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-31 23:52:45 UTC (rev 139050)
+++ community-x86_64/PKGBUILD   2015-08-31 23:55:27 UTC (rev 139051)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.88b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 139050, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-31 23:55:27 UTC (rev 139051)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=1.89b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'

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

2015-08-31 Thread Gaetan Bisson
Date: Tuesday, September 1, 2015 @ 03:17:06
  Author: bisson
Revision: 245125

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

Added:
  mutt/repos/extra-i686/PKGBUILD
(from rev 245124, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 245124, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-i686/PKGBUILD
  mutt/repos/extra-i686/cve-2014-9116.patch
  mutt/repos/extra-x86_64/PKGBUILD
  mutt/repos/extra-x86_64/cve-2014-9116.patch

--+
 /PKGBUILD|   94 +
 extra-i686/PKGBUILD  |   61 
 extra-i686/cve-2014-9116.patch   |   35 -
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/cve-2014-9116.patch |   35 -
 5 files changed, 94 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-01 01:16:35 UTC (rev 245124)
+++ extra-i686/PKGBUILD 2015-09-01 01:17:06 UTC (rev 245125)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.5.23
-pkgrel=2
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('i686' 'x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz;
-'cve-2014-9116.patch')
-sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
-  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
-
-makedepends=('mercurial')
-source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
-sha1sums=('SKIP')
-pkgver=1.5.23.hg.20150711
-
-#prepare() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  patch -p1 -i ../cve-2014-9116.patch
-#}
-
-build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
-#  ./configure \
-   ./prepare \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --with-curses=/usr \
-   --with-regex \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn \
-
-   make
-}
-
-package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   rm "${pkgdir}"/usr/bin/{flea,muttbug}
-   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-i686/PKGBUILD (from rev 245124, mutt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-01 01:17:06 UTC (rev 245125)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.5.24
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('i686' 'x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('38a2da5eb01ff83a90a2caee28fa2e95dbfe6898' 'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   rm "${pkgdir}"/usr/bin/{flea,muttbug}
+   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Deleted: extra-i686/cve-2014-9116.patch
===
--- extra-i686/cve-2014-9116.patch  2015-09-01 01:16:35 UTC (rev 245124)
+++ extra-i686/cve-2014-9116.patch  2015-09-01 01:17:06 UTC (rev 245125)
@@ -1,35 +0,0 

[arch-commits] Commit in mutt/trunk (PKGBUILD cve-2014-9116.patch)

2015-08-31 Thread Gaetan Bisson
Date: Tuesday, September 1, 2015 @ 03:16:35
  Author: bisson
Revision: 245124

upstream update

Modified:
  mutt/trunk/PKGBUILD
Deleted:
  mutt/trunk/cve-2014-9116.patch

-+
 PKGBUILD|   30 --
 cve-2014-9116.patch |   35 ---
 2 files changed, 8 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 20:25:08 UTC (rev 245123)
+++ PKGBUILD2015-09-01 01:16:35 UTC (rev 245124)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.5.23
-pkgrel=2
+pkgver=1.5.24
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,26 +12,13 @@
 arch=('i686' 'x86_64')
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz;
-'cve-2014-9116.patch')
-sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
-  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('38a2da5eb01ff83a90a2caee28fa2e95dbfe6898' 'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
-makedepends=('mercurial')
-source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
-sha1sums=('SKIP')
-pkgver=1.5.23.hg.20150711
-
-#prepare() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  patch -p1 -i ../cve-2014-9116.patch
-#}
-
 build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
-#  ./configure \
-   ./prepare \
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-gpgme \
@@ -50,8 +37,7 @@
 }
 
 package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 
rm "${pkgdir}"/etc/mime.types{,.dist}

Deleted: cve-2014-9116.patch
===
--- cve-2014-9116.patch 2015-08-31 20:25:08 UTC (rev 245123)
+++ cve-2014-9116.patch 2015-09-01 01:16:35 UTC (rev 245124)
@@ -1,35 +0,0 @@
-
-# HG changeset patch
-# User Kevin McCarthy 
-# Date 1417472364 28800
-# Node ID 0aebf1df43598b442ac75ae4fe17875351854db0
-# Parent  5a86319adad0d17e4acaf8a580bfc9eb247547d0
-Revert write_one_header() to skip space and tab.  (closes #3716)
-
-This patch fixes CVE-2014-9116 in the stable branch.  It reverts
-write_one_header() to the pre [f251d523ca5a] code for skipping
-whitespace.
-
-Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
-to mutt, which this patch is based off of.
-
-diff -r 5a86319adad0 -r 0aebf1df4359 sendlib.c
 a/sendlib.cMon Jan 05 18:28:59 2015 -0800
-+++ b/sendlib.cMon Dec 01 14:19:24 2014 -0800
-@@ -1814,7 +1814,14 @@
- {
-   tagbuf = mutt_substrdup (start, t);
-   /* skip over the colon separating the header field name and value */
--  t = skip_email_wsp(t + 1);
-+  ++t;
-+
-+  /* skip over any leading whitespace (WSP, as defined in RFC5322)
-+   * NOTE: skip_email_wsp() does the wrong thing here.
-+   *   See tickets 3609 and 3716. */
-+  while (*t == ' ' || *t == '\t')
-+t++;
-+
-   valbuf = mutt_substrdup (t, end);
- }
- dprint(4,(debugfile,"mwoh: buf[%s%s] too long, "
-


[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (2 files)

2015-08-31 Thread Evangelos Foutras
Date: Monday, August 31, 2015 @ 10:55:48
  Author: foutrelis
Revision: 139008

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-31 08:55:39 UTC (rev 139007)
+++ PKGBUILD2015-08-31 08:55:48 UTC (rev 139008)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Sebastien Binet 
-
-pkgname=python-virtualenvwrapper
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-url="https://bitbucket.org/dhellmann/virtualenvwrapper;
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('f3c73c3a5436f4d040505e5fb45401abdc4be267a80fa071878cfaa685e685e1')
-
-package() {
-  cd "$srcdir/virtualenvwrapper-$pkgver"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 139007, 
python-virtualenvwrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-31 08:55:48 UTC (rev 139008)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Sebastien Binet 
+
+pkgname=python-virtualenvwrapper
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+url="https://bitbucket.org/dhellmann/virtualenvwrapper;
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+ 'python-stevedore')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('14b64d3756db680bc2f2709e17911ac40e2010ce56a27722d1079cebcb8b3a71')
+
+package() {
+  cd "$srcdir/virtualenvwrapper-$pkgver"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-31 Thread Evangelos Foutras
Date: Monday, August 31, 2015 @ 10:55:39
  Author: foutrelis
Revision: 139007

upgpkg: python-virtualenvwrapper 4.7.0-1

New upstream release.

Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 04:18:14 UTC (rev 139006)
+++ PKGBUILD2015-08-31 08:55:39 UTC (rev 139007)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet 
 
 pkgname=python-virtualenvwrapper
-pkgver=4.6.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="Extensions to Ian Bicking's virtualenv tool"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('python2-virtualenvwrapper')
 replaces=('python2-virtualenvwrapper')
 
source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('f3c73c3a5436f4d040505e5fb45401abdc4be267a80fa071878cfaa685e685e1')
+sha256sums=('14b64d3756db680bc2f2709e17911ac40e2010ce56a27722d1079cebcb8b3a71')
 
 package() {
   cd "$srcdir/virtualenvwrapper-$pkgver"


[arch-commits] Commit in (4 files)

2015-08-31 Thread Maxime Gauduin
Date: Monday, August 31, 2015 @ 11:12:02
  Author: alucryd
Revision: 139009

Add pantheon-photos

Added:
  pantheon-photos/
  pantheon-photos/trunk/
  pantheon-photos/trunk/PKGBUILD
  pantheon-photos/trunk/pantheon-photos.install

-+
 PKGBUILD|   40 
 pantheon-photos.install |   15 +++
 2 files changed, 55 insertions(+)

Added: pantheon-photos/trunk/PKGBUILD
===
--- pantheon-photos/trunk/PKGBUILD  (rev 0)
+++ pantheon-photos/trunk/PKGBUILD  2015-08-31 09:12:02 UTC (rev 139009)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+ 'libexif' 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'pango' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('vala' 'webkitgtk')
+optdepends=('webkitgtk: Publishing plugins')
+conflicts=('shotwell')
+install='pantheon-photos.install'
+source=("https://launchpad.net/pantheon-photos/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz;)
+sha256sums=('f6952f9a8f30db966b961b5e08cf2b017076861503a8a49d12e939052ff71d10')
+
+build() {
+  cd pantheon-photos-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexec='/usr/lib/shotwell' \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: pantheon-photos/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pantheon-photos/trunk/pantheon-photos.install
===
--- pantheon-photos/trunk/pantheon-photos.install   
(rev 0)
+++ pantheon-photos/trunk/pantheon-photos.install   2015-08-31 09:12:02 UTC 
(rev 139009)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-photos (7 files)

2015-08-31 Thread Maxime Gauduin
Date: Monday, August 31, 2015 @ 11:12:27
  Author: alucryd
Revision: 139010

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

Added:
  pantheon-photos/repos/
  pantheon-photos/repos/community-i686/
  pantheon-photos/repos/community-i686/PKGBUILD
(from rev 139009, pantheon-photos/trunk/PKGBUILD)
  pantheon-photos/repos/community-i686/pantheon-photos.install
(from rev 139009, pantheon-photos/trunk/pantheon-photos.install)
  pantheon-photos/repos/community-x86_64/
  pantheon-photos/repos/community-x86_64/PKGBUILD
(from rev 139009, pantheon-photos/trunk/PKGBUILD)
  pantheon-photos/repos/community-x86_64/pantheon-photos.install
(from rev 139009, pantheon-photos/trunk/pantheon-photos.install)

--+
 community-i686/PKGBUILD  |   40 +
 community-i686/pantheon-photos.install   |   15 ++
 community-x86_64/PKGBUILD|   40 +
 community-x86_64/pantheon-photos.install |   15 ++
 4 files changed, 110 insertions(+)

Copied: pantheon-photos/repos/community-i686/PKGBUILD (from rev 139009, 
pantheon-photos/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-08-31 09:12:27 UTC (rev 139010)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+ 'libexif' 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'pango' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('vala' 'webkitgtk')
+optdepends=('webkitgtk: Publishing plugins')
+conflicts=('shotwell')
+install='pantheon-photos.install'
+source=("https://launchpad.net/pantheon-photos/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz;)
+sha256sums=('f6952f9a8f30db966b961b5e08cf2b017076861503a8a49d12e939052ff71d10')
+
+build() {
+  cd pantheon-photos-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexec='/usr/lib/shotwell' \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-i686/pantheon-photos.install (from rev 
139009, pantheon-photos/trunk/pantheon-photos.install)
===
--- repos/community-i686/pantheon-photos.install
(rev 0)
+++ repos/community-i686/pantheon-photos.install2015-08-31 09:12:27 UTC 
(rev 139010)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 139009, 
pantheon-photos/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-08-31 09:12:27 UTC (rev 139010)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
+ 'libexif' 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'pango' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('vala' 'webkitgtk')
+optdepends=('webkitgtk: Publishing plugins')
+conflicts=('shotwell')
+install='pantheon-photos.install'
+source=("https://launchpad.net/pantheon-photos/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz;)
+sha256sums=('f6952f9a8f30db966b961b5e08cf2b017076861503a8a49d12e939052ff71d10')
+
+build() {
+  cd pantheon-photos-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexec='/usr/lib/shotwell' \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/pantheon-photos.install (from 
rev 139009, pantheon-photos/trunk/pantheon-photos.install)

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

2015-08-31 Thread Antonio Rojas
Date: Monday, August 31, 2015 @ 15:48:35
  Author: arojas
Revision: 139011

Remove obsolete optdependency

Modified:
  qtkeychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 09:12:27 UTC (rev 139010)
+++ PKGBUILD2015-08-31 13:48:35 UTC (rev 139011)
@@ -40,7 +40,7 @@
 
 package_qtkeychain-qt4() {
 depends=(qt4)
-optdepends=('kdeutils-kwalletmanager: KDE password manager' 
'gnome-keyring: GNOME password manager')
+optdepends=('gnome-keyring: GNOME password manager')
 provides=(qtkeychain)
 replaces=(qtkeychain)
 


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

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 16:03:59
  Author: lcarlier
Revision: 139013

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
(from rev 139012, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 139012, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 139012, lib32-mesa/trunk/PKGBUILD)
Deleted:
  
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 0001-i965-Remove-early-release-of-DRI2-miptree.patch |   66 +--
 LICENSE  |  164 -
 PKGBUILD |  296 -
 3 files changed, 263 insertions(+), 263 deletions(-)

Deleted: 0001-i965-Remove-early-release-of-DRI2-miptree.patch
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-31 
14:03:48 UTC (rev 139012)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-31 
14:03:59 UTC (rev 139013)
@@ -1,33 +0,0 @@
-From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Fri, 10 Jul 2015 10:41:35 +0100
-Subject: [PATCH] i965: Remove early release of DRI2 miptree
-
-intel_update_winsys_renderbuffer_miptree() will release the existing
-miptree when wrapping a new DRI2 buffer, so we can remove the early
-release and so prevent a NULL mt dereference should importing the new
-DRI2 name fail for any reason. (Reusing the old DRI2 name will result
-in the rendering going astray, to a stale buffer, and not shown on the
-screen, but it allows us to issue a warning and not crash much later in
-innocent code.)
-
-Signed-off-by: Chris Wilson 

- src/mesa/drivers/dri/i965/brw_context.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
-index e8d1396..72f3897 100644
 a/src/mesa/drivers/dri/i965/brw_context.c
-+++ b/src/mesa/drivers/dri/i965/brw_context.c
-@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
-   buffer->cpp, buffer->pitch);
-}
- 
--   intel_miptree_release(>mt);
-bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
-   buffer->name);
-if (!bo) {
--- 
-2.5.0
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-i965-Remove-early-release-of-DRI2-miptree.patch
 (from rev 139012, 
lib32-mesa/trunk/0001-i965-Remove-early-release-of-DRI2-miptree.patch)
===
--- 0001-i965-Remove-early-release-of-DRI2-miptree.patch
(rev 0)
+++ 0001-i965-Remove-early-release-of-DRI2-miptree.patch2015-08-31 
14:03:59 UTC (rev 139013)
@@ -0,0 +1,33 @@
+From e2a696a4cd93c2dbe445243de48ed478fbdb8009 Mon Sep 17 00:00:00 2001
+From: Chris Wilson 
+Date: Fri, 10 Jul 2015 10:41:35 +0100
+Subject: [PATCH] i965: Remove early release of DRI2 miptree
+
+intel_update_winsys_renderbuffer_miptree() will release the existing
+miptree when wrapping a new DRI2 buffer, so we can remove the early
+release and so prevent a NULL mt dereference should importing the new
+DRI2 name fail for any reason. (Reusing the old DRI2 name will result
+in the rendering going astray, to a stale buffer, and not shown on the
+screen, but it allows us to issue a warning and not crash much later in
+innocent code.)
+
+Signed-off-by: Chris Wilson 
+---
+ src/mesa/drivers/dri/i965/brw_context.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/mesa/drivers/dri/i965/brw_context.c 
b/src/mesa/drivers/dri/i965/brw_context.c
+index e8d1396..72f3897 100644
+--- a/src/mesa/drivers/dri/i965/brw_context.c
 b/src/mesa/drivers/dri/i965/brw_context.c
+@@ -1388,7 +1388,6 @@ intel_process_dri2_buffer(struct brw_context *brw,
+   buffer->cpp, buffer->pitch);
+}
+ 
+-   intel_miptree_release(>mt);
+bo = drm_intel_bo_gem_create_from_name(brw->bufmgr, buffer_name,
+   buffer->name);
+if (!bo) {
+-- 
+2.5.0
+

Deleted: LICENSE
===
--- LICENSE 2015-08-31 14:03:48 UTC (rev 139012)
+++ LICENSE 2015-08-31 14:03:59 UTC (rev 139013)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). 

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

2015-08-31 Thread Laurent Carlier
Date: Monday, August 31, 2015 @ 16:03:48
  Author: lcarlier
Revision: 139012

upgpkg: lib32-mesa 10.6.5-1

upstream update 10.6.5

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 13:48:35 UTC (rev 139011)
+++ PKGBUILD2015-08-31 14:03:48 UTC (rev 139012)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.6.4
+pkgver=10.6.5
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0001-i965-Remove-early-release-of-DRI2-miptree.patch)
-sha256sums=('8f5ac103f0f503de2f7a985b0df349bd4ecdfe7f51c714be146fa5a9a3c07b77'
+sha256sums=('fb6fac3c85bcfa9d06b8dd439169f23f0c0924a88e44362e738b99b1feff762f'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')