[arch-commits] Commit in deepin-gtk-theme/trunk (PKGBUILD)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 09:19:49
  Author: fyan
Revision: 153549

upgpkg: deepin-gtk-theme 15.12.1-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:49:18 UTC (rev 153548)
+++ PKGBUILD2015-12-17 08:19:49 UTC (rev 153549)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=3.18.0.20151215
+pkgver=15.12.1
 _commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
 pkgrel=1
 pkgdesc="Deepin GTK Theme"


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

2015-12-17 Thread Jan de Groot
Date: Thursday, December 17, 2015 @ 09:51:58
  Author: jgc
Revision: 256689

upgpkg: alacarte 3.11.91+12+g1bb265f-1

Update to git snapshot, adds some post-release bugfixes that still have not 
been released

Modified:
  alacarte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 07:08:28 UTC (rev 256688)
+++ PKGBUILD2015-12-17 08:51:58 UTC (rev 256689)
@@ -3,31 +3,32 @@
 # Contributor: pressh 
 
 pkgname=alacarte
-pkgver=3.11.91
-pkgrel=2
+pkgver=3.11.91+12+g1bb265f
+pkgrel=1
 pkgdesc="Menu editor for gnome"
 arch=(any)
 license=('LGPL')
 url="http://www.gnome.org;
 depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'libxslt' 'docbook-xsl')
+makedepends=('intltool' 'libxslt' 'docbook-xsl' 'git' 'gnome-common')
 install=alacarte.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d77294f25ac9e4f293530080578d83dc8e014d5b7c6c01d6f9a7f1715719a384')
+source=('git://git.gnome.org/alacarte#commit=1bb265f7')
+sha256sums=('SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
 }
 
 build() {
-  cd $pkgname-$pkgver
-
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
PYTHON=/usr/bin/python2
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/Alacarte/
 }


[arch-commits] Commit in alacarte/repos/extra-any (4 files)

2015-12-17 Thread Jan de Groot
Date: Thursday, December 17, 2015 @ 09:52:03
  Author: jgc
Revision: 256690

archrelease: copy trunk to extra-any

Added:
  alacarte/repos/extra-any/PKGBUILD
(from rev 256689, alacarte/trunk/PKGBUILD)
  alacarte/repos/extra-any/alacarte.install
(from rev 256689, alacarte/trunk/alacarte.install)
Deleted:
  alacarte/repos/extra-any/PKGBUILD
  alacarte/repos/extra-any/alacarte.install

--+
 PKGBUILD |   67 ++---
 alacarte.install |   22 -
 2 files changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 08:51:58 UTC (rev 256689)
+++ PKGBUILD2015-12-17 08:52:03 UTC (rev 256690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: pressh 
-
-pkgname=alacarte
-pkgver=3.11.91
-pkgrel=2
-pkgdesc="Menu editor for gnome"
-arch=(any)
-license=('LGPL')
-url="http://www.gnome.org;
-depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'libxslt' 'docbook-xsl')
-install=alacarte.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d77294f25ac9e4f293530080578d83dc8e014d5b7c6c01d6f9a7f1715719a384')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/Alacarte/
-}

Copied: alacarte/repos/extra-any/PKGBUILD (from rev 256689, 
alacarte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 08:52:03 UTC (rev 256690)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: pressh 
+
+pkgname=alacarte
+pkgver=3.11.91+12+g1bb265f
+pkgrel=1
+pkgdesc="Menu editor for gnome"
+arch=(any)
+license=('LGPL')
+url="http://www.gnome.org;
+depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
+makedepends=('intltool' 'libxslt' 'docbook-xsl' 'git' 'gnome-common')
+install=alacarte.install
+source=('git://git.gnome.org/alacarte#commit=1bb265f7')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/Alacarte/
+}

Deleted: alacarte.install
===
--- alacarte.install2015-12-17 08:51:58 UTC (rev 256689)
+++ alacarte.install2015-12-17 08:52:03 UTC (rev 256690)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: alacarte/repos/extra-any/alacarte.install (from rev 256689, 
alacarte/trunk/alacarte.install)
===
--- alacarte.install(rev 0)
+++ alacarte.install2015-12-17 08:52:03 UTC (rev 256690)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}


[arch-commits] Commit in deepin-gtk-theme/repos/community-testing-any (2 files)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 09:20:12
  Author: fyan
Revision: 153550

archrelease: copy trunk to community-testing-any

Added:
  deepin-gtk-theme/repos/community-testing-any/PKGBUILD
(from rev 153549, deepin-gtk-theme/trunk/PKGBUILD)
Deleted:
  deepin-gtk-theme/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 08:19:49 UTC (rev 153549)
+++ PKGBUILD2015-12-17 08:20:12 UTC (rev 153550)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gtk-theme
-pkgver=3.18.0.20151215
-_commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
-pkgrel=1
-pkgdesc="Deepin GTK Theme"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-gtk-theme;
-license=('LGPL3')
-makedepends=('git')
-optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-package() {
-  install -dm0755 "${pkgdir}"/usr/share/themes
-  cp -a deepin-gtk-theme/Deepin "${pkgdir}"/usr/share/themes/
-}

Copied: deepin-gtk-theme/repos/community-testing-any/PKGBUILD (from rev 153549, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 08:20:12 UTC (rev 153550)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=15.12.1
+_commit=935d88d13e4904601fb8b6b3e201c4c4904304fd
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gtk-theme;
+license=('LGPL3')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+package() {
+  install -dm0755 "${pkgdir}"/usr/share/themes
+  cp -a deepin-gtk-theme/Deepin "${pkgdir}"/usr/share/themes/
+}


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

2015-12-17 Thread Daniel Micay
Date: Thursday, December 17, 2015 @ 10:06:59
  Author: thestinger
Revision: 153551

upgpkg: linux-grsec 4.3.3.201512162141-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 08:20:12 UTC (rev 153550)
+++ PKGBUILD2015-12-17 09:06:59 UTC (rev 153551)
@@ -9,7 +9,7 @@
 _srcname=linux-4.3
 _pkgver=4.3.3
 _grsecver=3.1
-_timestamp=201512151908
+_timestamp=201512162141
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -35,7 +35,7 @@
 'SKIP'
 '95cd81fcbb87953f672150d60950548edc04a88474c42de713b91811557fefa5'
 'SKIP'
-'7da2feaf41aafb90c8b75ab44f9f9dc520ec6c0597bb438422a7af54fc470b3c'
+'7dd3a3c77740a952c2a51b2349e2ca03a6f1a4fee6343c0b492f001cc283cc19'
 'SKIP'
 '6beef54b29575e93d27f390857f8de92d21bc5c726671d24e182eefe54d541c6'
 'ccf8cde2be433a374e672c6cc5c4920e6b2d1541fab1183ea49258090c077d00'


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

2015-12-17 Thread Daniel Micay
Date: Thursday, December 17, 2015 @ 10:08:39
  Author: thestinger
Revision: 153552

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

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

+
 /btrfs-overflow.patch  |   52 
 community-i686/PKGBUILD|  329 
 community-i686/btrfs-overflow.patch|   26 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7876 +++
 community-i686/config.x86_64   | 7579 ++
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  329 
 community-x86_64/btrfs-overflow.patch  |   26 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7876 +++
 community-x86_64/config.x86_64 | 7579 ++
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 15 files changed, 31744 insertions(+), 52 deletions(-)

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


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:58:45
  Author: fyan
Revision: 153555

upgpkg: fail2ban 0.9.3-6

add etc/fail2ban/jail.conf into backup array

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 09:44:23 UTC (rev 153554)
+++ PKGBUILD2015-12-17 09:58:45 UTC (rev 153555)
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -15,7 +15,8 @@
 depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
 makedepends=('python-setuptools')
 checkdepends=('python-setuptools' 'python-coverage')
-backup=(etc/fail2ban/fail2ban.conf)
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
 install=fail2ban.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
 md5sums=('73c87c545cc6474de984b5a05e64ecab')


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

2015-12-17 Thread Laurent Carlier
Date: Thursday, December 17, 2015 @ 11:08:44
  Author: lcarlier
Revision: 256693

upgpkg: mesa 11.1.0-1

upstream update 11.1.0

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 09:31:50 UTC (rev 256692)
+++ PKGBUILD2015-12-17 10:08:44 UTC (rev 256693)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=11.0.7
+pkgver=11.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb'
+sha256sums=('9befe03b04223eb1ede177fa8cac001e2850292c8c12a3ec9929106afad9cf1f'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-12-17 Thread Tobias Powalowski
Date: Thursday, December 17, 2015 @ 11:13:07
  Author: tpowa
Revision: 256694

upgpkg: ldb 1.1.24-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:08:44 UTC (rev 256693)
+++ PKGBUILD2015-12-17 10:13:07 UTC (rev 256694)
@@ -4,7 +4,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=1.1.23
+pkgver=1.1.24
 pkgrel=1
 pkgdesc="A schema-less, ldap like, API and database"
 arch=('i686' 'x86_64')
@@ -39,5 +39,5 @@
 
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('93bd52b5e90a6f7dd30c7b08d2fa5e3a'
+md5sums=('152f061422de5b90f8ce51e0ea316292'
  'SKIP')


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

2015-12-17 Thread Guillaume Alaux
Date: Thursday, December 17, 2015 @ 11:18:22
  Author: guillaume
Revision: 256696

Implement FS#47337

Modified:
  tomcat7/trunk/PKGBUILD
  tomcat7/trunk/systemd_tomcat7.service

-+
 PKGBUILD|2 +-
 systemd_tomcat7.service |6 --
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:13:18 UTC (rev 256695)
+++ PKGBUILD2015-12-17 10:18:22 UTC (rev 256696)
@@ -22,7 +22,7 @@
 systemd_tmpfiles.d_${pkgname}.conf)
 
 sha256sums=('cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e'
-'c6d4dbbaac417418397e395944f7b6aa38ac10e2fc33c7ee3520dba4cd23'
+'51f599e519095ec146f5eba1a0d471117070f5b3089715bc9e392d537deb38ce'
 '4c0e12c45b406d2e8f0081de3d60dbf34c31f4da36296cedce6af5d6e03c8708'
 'bc8ce84b3b2c938f55980cbe9bc1c2a5f371e23b34cf11c1b56d2c49836761d6')
 

Modified: systemd_tomcat7.service
===
--- systemd_tomcat7.service 2015-12-17 10:13:18 UTC (rev 256695)
+++ systemd_tomcat7.service 2015-12-17 10:18:22 UTC (rev 256696)
@@ -10,6 +10,8 @@
 Environment=CATALINA_HOME=/usr/share/tomcat7
 Environment=CATALINA_BASE=/usr/share/tomcat7
 Environment=CATALINA_OPTS=
+Environment=ERRFILE=SYSLOG
+Environment=OUTFILE=SYSLOG
 
 ExecStart=/usr/bin/jsvc \
 -Dcatalina.home=${CATALINA_HOME} \
@@ -19,8 +21,8 @@
 -user tomcat7 \
 -java-home ${TOMCAT_JAVA_HOME} \
 -pidfile /var/run/tomcat7.pid \
--errfile SYSLOG \
--outfile SYSLOG \
+-errfile ${ERRFILE} \
+-outfile ${OUTFILE} \
 $CATALINA_OPTS \
 org.apache.catalina.startup.Bootstrap
 


[arch-commits] Commit in samba/repos (56 files)

2015-12-17 Thread Tobias Powalowski
Date: Thursday, December 17, 2015 @ 11:27:29
  Author: tpowa
Revision: 256700

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

Added:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 256699, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-i686/PKGBUILD
(from rev 256699, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 256699, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 256699, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 256699, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 256699, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 256699, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 256699, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 256699, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 256699, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 256699, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 256699, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 256699, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 256699, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 256699, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 256699, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 256699, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 256699, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 256699, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 256699, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 256699, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 256699, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 256699, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 256699, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 256699, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 256699, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 256699, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 256699, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

---+
 /0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |  138 ++
 /PKGBUILD |  514 
++
 /nmbd.service |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch|  120 ++
 /samba.conf   |4 
 /samba.conf.d |   36 
 /samba.install|   28 
 /samba.logrotate  |   18 
 /samba.pam|6 
 /samba.service|   28 
 /smbd.service |   24 
 /smbd.socket

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:36:08
  Author: fyan
Revision: 153563

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

Added:
  brise/repos/community-testing-i686/
  brise/repos/community-testing-i686/PKGBUILD
(from rev 153562, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/PKGBUILD
(from rev 153562, brise/trunk/PKGBUILD)
Deleted:
  brise/repos/community-testing-x86_64/PKGBUILD

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

Copied: brise/repos/community-testing-i686/PKGBUILD (from rev 153562, 
brise/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 10:36:08 UTC (rev 153563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;
+source=("git+https://github.com/lotem/brise.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-17 10:34:24 UTC (rev 153562)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 10:36:08 UTC (rev 153563)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-
-pkgname=brise
-pkgver=0.35.20150907
-_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
-pkgrel=1
-pkgdesc="Rime schema repository"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/;
-license=('GPL3')
-makedepends=('cmake' 'git' 'librime')
-provides=('librime-data')
-#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;
-source=("git+https://github.com/lotem/brise.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 153562, 
brise/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 10:36:08 UTC (rev 153563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;
+source=("git+https://github.com/lotem/brise.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:31:28
  Author: fyan
Revision: 256691

upgpkg: perl-http-message 6.11-2

fix dependencies (FS#45960)

Modified:
  perl-http-message/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 08:52:03 UTC (rev 256690)
+++ PKGBUILD2015-12-17 09:31:28 UTC (rev 256691)
@@ -5,15 +5,14 @@
 
 pkgname=perl-http-message
 pkgver=6.11
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP style messages"
 arch=('any')
 url='http://search.cpan.org/dist/HTTP-Message'
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl' 'perl-encode-locale' 'perl-html-parser'
- 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
-checkdepends=('perl-io-html')
+depends=('perl' 'perl-encode-locale' 'perl-http-date' 'perl-lwp-mediatypes' 
'perl-uri'
+ 'perl-io-html')
 conflicts=('perl-libwww<6')
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/HTTP-Message-$pkgver.tar.gz;)
 md5sums=('4ed7add10daea3ab30abfeab6d03872f')


[arch-commits] Commit in perl-http-message/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:31:50
  Author: fyan
Revision: 256692

archrelease: copy trunk to extra-any

Added:
  perl-http-message/repos/extra-any/PKGBUILD
(from rev 256691, perl-http-message/trunk/PKGBUILD)
Deleted:
  perl-http-message/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 09:31:28 UTC (rev 256691)
+++ PKGBUILD2015-12-17 09:31:50 UTC (rev 256692)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin "juster" Davis 
-# Generator : pbjam 0.01
-
-pkgname=perl-http-message
-pkgver=6.11
-pkgrel=1
-pkgdesc="HTTP style messages"
-arch=('any')
-url='http://search.cpan.org/dist/HTTP-Message'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-encode-locale' 'perl-html-parser'
- 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
-checkdepends=('perl-io-html')
-conflicts=('perl-libwww<6')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/HTTP-Message-$pkgver.tar.gz;)
-md5sums=('4ed7add10daea3ab30abfeab6d03872f')
-
-build() {
-  cd HTTP-Message-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTTP-Message-$pkgver
-  make test
-}
-
-package() {
-  cd HTTP-Message-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-http-message/repos/extra-any/PKGBUILD (from rev 256691, 
perl-http-message/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 09:31:50 UTC (rev 256692)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-http-message
+pkgver=6.11
+pkgrel=2
+pkgdesc="HTTP style messages"
+arch=('any')
+url='http://search.cpan.org/dist/HTTP-Message'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-encode-locale' 'perl-http-date' 'perl-lwp-mediatypes' 
'perl-uri'
+ 'perl-io-html')
+conflicts=('perl-libwww<6')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/HTTP-Message-$pkgver.tar.gz;)
+md5sums=('4ed7add10daea3ab30abfeab6d03872f')
+
+build() {
+  cd HTTP-Message-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Message-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Message-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:43:51
  Author: fyan
Revision: 153553

upgpkg: sshuttle 0.73.20151215-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 09:08:39 UTC (rev 153552)
+++ PKGBUILD2015-12-17 09:43:51 UTC (rev 153553)
@@ -3,8 +3,8 @@
 # Contributor: alphazo 
 
 pkgname=sshuttle
-pkgver=0.73.20151209
-_commit=2eeea9536afe87cbe21f9417768a6977c2bb11d1
+pkgver=0.73.20151215
+_commit=e433c599e40bc47c7b0e4d16934815c84b26eea8
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:59:09
  Author: fyan
Revision: 153556

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  115 ++---
 fail2ban.install |6 +-
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 09:58:45 UTC (rev 153555)
+++ PKGBUILD2015-12-17 09:59:09 UTC (rev 153556)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-pkgname=fail2ban
-pkgver=0.9.3
-pkgrel=5
-pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
-makedepends=('python-setuptools')
-checkdepends=('python-setuptools' 'python-coverage')
-backup=(etc/fail2ban/fail2ban.conf)
-install=fail2ban.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('73c87c545cc6474de984b5a05e64ecab')
-
-check() {
-  cd $pkgname-$pkgver
-  ./fail2ban-2to3
-  coverage run bin/fail2ban-testcases || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
-
-  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
-
-  install -Dm644 files/fail2ban.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 files/fail2ban-tmpfiles.conf \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-  install -Dm644 files/fail2ban-logrotate \
-"$pkgdir"/etc/logrotate.d/fail2ban
-  install -Dm644 files/bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/fail2ban
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
-
-  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
-  install -Dm644 man/fail2ban-client.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-client.1
-  install -Dm644 man/fail2ban-regex.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
-  install -Dm644 man/fail2ban-server.1 \
-"$pkgdir"/usr/share/man/man1/fail2ban-server.1
-  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
-
-  rm -r "$pkgdir/run"
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 153555, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 09:59:09 UTC (rev 153556)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.9.3
+pkgrel=6
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+makedepends=('python-setuptools')
+checkdepends=('python-setuptools' 'python-coverage')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('73c87c545cc6474de984b5a05e64ecab')
+
+check() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  coverage run bin/fail2ban-testcases || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+
+  chmod 644 
"$pkgdir/usr/lib/python3.5/site-packages/fail2ban-$pkgver-py3.5.egg-info"/*
+
+  install -Dm644 files/fail2ban.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+"$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 

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

2015-12-17 Thread Laurent Carlier
Date: Thursday, December 17, 2015 @ 11:26:37
  Author: lcarlier
Revision: 256698

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 256697, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 256697, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 256697, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 256697, mesa/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   82 +
 testing-i686/PKGBUILD   |  172 ++
 testing-x86_64/LICENSE  |   82 +
 testing-x86_64/PKGBUILD |  172 ++
 4 files changed, 508 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 256697, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2015-12-17 10:26:37 UTC (rev 256698)
@@ -0,0 +1,82 @@
+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). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/testing-i686/PKGBUILD (from rev 256697, mesa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   

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

2015-12-17 Thread Tobias Powalowski
Date: Thursday, December 17, 2015 @ 11:27:00
  Author: tpowa
Revision: 256699

upgpkg: samba 4.3.3-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:26:37 UTC (rev 256698)
+++ PKGBUILD2015-12-17 10:27:00 UTC (rev 256699)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.3.2
+pkgver=4.3.3
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.3.2
+_realver=4.3.3
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org;
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('61188e76b272c1b1b3730bf1933a791f'
+md5sums=('d7e2bef4deb00178eb310d7b0da3ef8e'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:34:04
  Author: fyan
Revision: 153561

upgpkg: brise 0.35.20150907-1

Modified:
  brise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:33:30 UTC (rev 153560)
+++ PKGBUILD2015-12-17 10:34:04 UTC (rev 153561)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: GONG Chen 
 
 pkgname=brise
-pkgver=0.35
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
 pkgrel=1
 pkgdesc="Rime schema repository"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=()
-makedepends=('cmake' 'git' 'librime>=1.2')
+makedepends=('cmake' 'git' 'librime')
 provides=('librime-data')
-conflicts=('librime<1.2' 'ibus-rime<1.2')
-source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;)
-md5sums=('SKIP')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;
+source=("git+https://github.com/lotem/brise.git#commit=$_commit;)
+sha512sums=('SKIP')
 
 build() {
   cd $pkgname


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:33:30
  Author: fyan
Revision: 153560

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

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

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

Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 153559, 
librime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 10:33:30 UTC (rev 153560)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20151020
+_commit=4734375c32a790f469f432838e5d507129739ea4
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 153559, 
librime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 10:33:30 UTC (rev 153560)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20151020
+_commit=4734375c32a790f469f432838e5d507129739ea4
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 10:44:23
  Author: fyan
Revision: 153554

archrelease: copy trunk to community-any

Added:
  sshuttle/repos/community-any/PKGBUILD
(from rev 153553, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-any/prefixes.conf
(from rev 153553, sshuttle/trunk/prefixes.conf)
  sshuttle/repos/community-any/sshuttle.service
(from rev 153553, sshuttle/trunk/sshuttle.service)
  sshuttle/repos/community-any/tunnel.conf
(from rev 153553, sshuttle/trunk/tunnel.conf)
Deleted:
  sshuttle/repos/community-any/PKGBUILD
  sshuttle/repos/community-any/prefixes.conf
  sshuttle/repos/community-any/sshuttle.service
  sshuttle/repos/community-any/tunnel.conf

--+
 PKGBUILD |   90 ++---
 prefixes.conf|   10 ++---
 sshuttle.service |   16 -
 tunnel.conf  |   38 +++---
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 09:43:51 UTC (rev 153553)
+++ PKGBUILD2015-12-17 09:44:23 UTC (rev 153554)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: alphazo 
-
-pkgname=sshuttle
-pkgver=0.73.20151209
-_commit=2eeea9536afe87cbe21f9417768a6977c2bb11d1
-pkgrel=1
-pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
-arch=('any')
-url="https://github.com/sshuttle/sshuttle;
-license=('GPL2')
-depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
-makedepends=('git' 'pandoc')
-checkdepends=('python-pytest-runner' 'python-mock')
-backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit;
-'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
-md5sums=('SKIP'
- 'f2cd1660dcdb4e24b45b71e589da73f3'
- 'e780f69851445f739ea76774bb3a3b17'
- '4137f5e6d5dd92b7f7f34a1bfdbda45c')
-
-build() {
-  cd $pkgname
-  python setup.py build
-
-  pandoc -s -r markdown -w man -o sshuttle.8 sshuttle/sshuttle.md
-}
-
-check() {
-  cd $pkgname
-  python setup.py ptr
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
-
-  install -d "$pkgdir/etc/sshuttle"
-  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir/etc/sshuttle"
-  install -Dm644 "$srcdir/sshuttle.service" 
"$pkgdir/usr/lib/systemd/system/sshuttle.service"
-}

Copied: sshuttle/repos/community-any/PKGBUILD (from rev 153553, 
sshuttle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 09:44:23 UTC (rev 153554)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: alphazo 
+
+pkgname=sshuttle
+pkgver=0.73.20151215
+_commit=e433c599e40bc47c7b0e4d16934815c84b26eea8
+pkgrel=1
+pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
+arch=('any')
+url="https://github.com/sshuttle/sshuttle;
+license=('GPL2')
+depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
+makedepends=('git' 'pandoc')
+checkdepends=('python-pytest-runner' 'python-mock')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit;
+'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
+md5sums=('SKIP'
+ 'f2cd1660dcdb4e24b45b71e589da73f3'
+ 'e780f69851445f739ea76774bb3a3b17'
+ '4137f5e6d5dd92b7f7f34a1bfdbda45c')
+
+build() {
+  cd $pkgname
+  python setup.py build
+
+  pandoc -s -r markdown -w man -o sshuttle.8 sshuttle/sshuttle.md
+}
+
+check() {
+  cd $pkgname
+  python setup.py ptr
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
+
+  install -d "$pkgdir/etc/sshuttle"
+  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir/etc/sshuttle"
+  install -Dm644 "$srcdir/sshuttle.service" 
"$pkgdir/usr/lib/systemd/system/sshuttle.service"
+}

Deleted: prefixes.conf
===
--- prefixes.conf   2015-12-17 09:43:51 UTC (rev 153553)
+++ prefixes.conf   2015-12-17 09:44:23 UTC (rev 153554)
@@ -1,5 +0,0 @@
-# Output prefixes here, one per line.  Prefix is in:
-# prefix/netmask format
-# Like this:
-# 192.168.0.0/16
-# 192.0.43.10/32

Copied: sshuttle/repos/community-any/prefixes.conf (from rev 153553, 
sshuttle/trunk/prefixes.conf)
===
--- prefixes.conf   (rev 0)
+++ prefixes.conf   2015-12-17 09:44:23 UTC (rev 153554)
@@ -0,0 +1,5 @@
+# Output prefixes here, one per line.  Prefix is in:
+# prefix/netmask format
+# Like 

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

2015-12-17 Thread Tobias Powalowski
Date: Thursday, December 17, 2015 @ 11:13:18
  Author: tpowa
Revision: 256695

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 10:13:07 UTC (rev 256694)
+++ extra-i686/PKGBUILD 2015-12-17 10:13:18 UTC (rev 256695)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.23
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('93bd52b5e90a6f7dd30c7b08d2fa5e3a'
- 'SKIP')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 256694, ldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 10:13:18 UTC (rev 256695)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=1.1.24
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('i686' 'x86_64')
+url="http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('152f061422de5b90f8ce51e0ea316292'
+ 'SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 10:13:07 UTC (rev 256694)
+++ extra-x86_64/PKGBUILD   2015-12-17 10:13:18 UTC (rev 256695)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.23
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env 

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

2015-12-17 Thread Guillaume Alaux
Date: Thursday, December 17, 2015 @ 11:20:05
  Author: guillaume
Revision: 256697

Implement FS#47337

Modified:
  tomcat8/trunk/PKGBUILD
  tomcat8/trunk/systemd_tomcat8.service

-+
 PKGBUILD|2 +-
 systemd_tomcat8.service |6 --
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:18:22 UTC (rev 256696)
+++ PKGBUILD2015-12-17 10:20:05 UTC (rev 256697)
@@ -22,7 +22,7 @@
 systemd_tmpfiles.d_${pkgname}.conf)
 
 sha256sums=('2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
+'01ba022e06d6afa71f6f7d774e48c042c63eca9e06f0c95c92cf8d5a3828a8b2'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
 

Modified: systemd_tomcat8.service
===
--- systemd_tomcat8.service 2015-12-17 10:18:22 UTC (rev 256696)
+++ systemd_tomcat8.service 2015-12-17 10:20:05 UTC (rev 256697)
@@ -10,6 +10,8 @@
 Environment=CATALINA_HOME=/usr/share/tomcat8
 Environment=CATALINA_BASE=/usr/share/tomcat8
 Environment=CATALINA_OPTS=
+Environment=ERRFILE=SYSLOG
+Environment=OUTFILE=SYSLOG
 
 ExecStart=/usr/bin/jsvc \
 -Dcatalina.home=${CATALINA_HOME} \
@@ -19,8 +21,8 @@
 -user tomcat8 \
 -java-home ${TOMCAT_JAVA_HOME} \
 -pidfile /var/run/tomcat8.pid \
--errfile SYSLOG \
--outfile SYSLOG \
+-errfile ${ERRFILE} \
+-outfile ${OUTFILE} \
 $CATALINA_OPTS \
 org.apache.catalina.startup.Bootstrap
 


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:20:11
  Author: fyan
Revision: 153557

upgpkg: deepin-wm 0.91.4.20151217-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 09:59:09 UTC (rev 153556)
+++ PKGBUILD2015-12-17 10:20:11 UTC (rev 153557)
@@ -4,12 +4,12 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=0.91.4.20151211
-_commit=0e734a044da67aeeeacccb470e1a62cc7d2476a5
-pkgrel=2
+pkgver=0.91.4.20151217
+_commit=f805bcb65bc2325869af708093a1bf4c2d577883
+pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
-url="https://cr.deepin.io/deepin-wm;
+url="https://github.com/linuxdeepin/deepin-wm;
 license=('GPL3')
 depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
  'deepin-mutter' 'gnome-desktop' 'libgee')


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:20:51
  Author: fyan
Revision: 153558

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

Added:
  deepin-wm/repos/community-testing-i686/PKGBUILD
(from rev 153557, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-testing-i686/deepin-wm.install
(from rev 153557, deepin-wm/trunk/deepin-wm.install)
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
(from rev 153557, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-testing-x86_64/deepin-wm.install
(from rev 153557, deepin-wm/trunk/deepin-wm.install)
Deleted:
  deepin-wm/repos/community-testing-i686/PKGBUILD
  deepin-wm/repos/community-testing-i686/deepin-wm.install
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
  deepin-wm/repos/community-testing-x86_64/deepin-wm.install

+
 /PKGBUILD  |   72 +++
 /deepin-wm.install |   24 +
 community-testing-i686/PKGBUILD|   36 -
 community-testing-i686/deepin-wm.install   |   12 
 community-testing-x86_64/PKGBUILD  |   36 -
 community-testing-x86_64/deepin-wm.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-17 10:20:11 UTC (rev 153557)
+++ community-testing-i686/PKGBUILD 2015-12-17 10:20:51 UTC (rev 153558)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.4.20151211
-_commit=0e734a044da67aeeeacccb470e1a62cc7d2476a5
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-install='deepin-wm.install'
-source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm/repos/community-testing-i686/PKGBUILD (from rev 153557, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-17 10:20:51 UTC (rev 153558)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=0.91.4.20151217
+_commit=f805bcb65bc2325869af708093a1bf4c2d577883
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-testing-i686/deepin-wm.install
===
--- community-testing-i686/deepin-wm.install2015-12-17 10:20:11 UTC (rev 
153557)
+++ community-testing-i686/deepin-wm.install2015-12-17 10:20:51 UTC (rev 
153558)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-wm/repos/community-testing-i686/deepin-wm.install (from rev 
153557, deepin-wm/trunk/deepin-wm.install)
===
--- community-testing-i686/deepin-wm.install(rev 0)
+++ community-testing-i686/deepin-wm.install2015-12-17 10:20:51 UTC (rev 
153558)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:32:57
  Author: fyan
Revision: 153559

upgpkg: librime 1.2.20151020-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:20:51 UTC (rev 153558)
+++ PKGBUILD2015-12-17 10:32:57 UTC (rev 153559)
@@ -4,16 +4,17 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.2.20141205
-pkgrel=5
+pkgver=1.2.20151020
+_commit=4734375c32a790f469f432838e5d507129739ea4
+pkgrel=1
 pkgdesc="Rime input method engine"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8;)
+source=("git+https://github.com/rime/librime.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 build() {


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 11:34:24
  Author: fyan
Revision: 153562

archrelease: copy trunk to community-testing-x86_64

Added:
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
(from rev 153561, brise/trunk/PKGBUILD)

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

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 153561, 
brise/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-17 10:34:24 UTC (rev 153562)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver;
+source=("git+https://github.com/lotem/brise.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:49:22
  Author: fyan
Revision: 153574

upgpkg: pcsclite 1.8.14-1

Modified:
  pcsclite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:46:59 UTC (rev 153573)
+++ PKGBUILD2015-12-17 12:49:22 UTC (rev 153574)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=1.8.13
+pkgver=1.8.14
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('python2' 'systemd')
 makedepends=('pkg-config')
 options=('!docs')
-source=("https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${pkgver}.tar.bz2;)
-md5sums=('4dcd22d20a6df8810fac5480cc320b6d')
+source=("https://alioth.debian.org/frs/download.php/file/4138/pcsc-lite-${pkgver}.tar.bz2;)
+md5sums=('439b2c8892f502e39e5b8997a7ae01ed')
 
 build() {
   cd "${srcdir}/pcsc-lite-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:12:29
  Author: fyan
Revision: 153594

upgpkg: ccache 3.2.4-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:06:52 UTC (rev 153593)
+++ PKGBUILD2015-12-17 13:12:29 UTC (rev 153594)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="A compiler cache"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('zlib')
 source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('608c78632086a4a051514722d6067a7b')
+md5sums=('1781eec25073765828b874004d944c53')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:18:33
  Author: fyan
Revision: 153599

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

Added:
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
(from rev 153598, gtk2hs-buildtools/trunk/PKGBUILD)
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD
(from rev 153598, gtk2hs-buildtools/trunk/PKGBUILD)
Deleted:
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 13:17:59 UTC (rev 153598)
+++ community-i686/PKGBUILD 2015-12-17 13:18:33 UTC (rev 153599)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=gtk2hs-buildtools
-pkgver=0.13.0.4
-pkgrel=4
-pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
-url="http://hackage.haskell.org/package/gtk2hs-buildtools;
-license=('GPL2')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
-depends=('gmp' 'libffi')
-provides=('haskell-gtk2hs-buildtools')
-source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('47e6834ced0af43fa3feb517d7aab695')
-
-build() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: gtk2hs-buildtools/repos/community-i686/PKGBUILD (from rev 153598, 
gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 13:18:33 UTC (rev 153599)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.5
+pkgrel=1
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp' 'libffi')
+provides=('haskell-gtk2hs-buildtools')
+source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
+md5sums=('3f44f44c9eb6c6aec27331326b0aebc7')
+
+build() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 13:17:59 UTC (rev 153598)
+++ community-x86_64/PKGBUILD   2015-12-17 13:18:33 UTC (rev 153599)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=gtk2hs-buildtools
-pkgver=0.13.0.4
-pkgrel=4
-pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
-url="http://hackage.haskell.org/package/gtk2hs-buildtools;
-license=('GPL2')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
-depends=('gmp' 'libffi')
-provides=('haskell-gtk2hs-buildtools')
-source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('47e6834ced0af43fa3feb517d7aab695')
-
-build() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: gtk2hs-buildtools/repos/community-x86_64/PKGBUILD (from rev 153598, 
gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-17 13:18:33 UTC (rev 153599)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.5
+pkgrel=1
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:19:00
  Author: fyan
Revision: 153601

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:18:40 UTC (rev 153600)
+++ PKGBUILD2015-12-17 13:19:00 UTC (rev 153601)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-jsonpatch
-_pkgname=jsonpatch
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.11
-pkgrel=2
-pkgdesc="Python object model built on JSON schema and JSON patch"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-patch
-license=(BSD)
-makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47')
-sha512sums=('516b6d8c32e97056af3c8d89eb49445d334ddc5588238d062476cb942d919436ea390449fa8e98332c571242a8f10aabd0fe7da3a00698ec3fd98e53f286c821')
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-LANG=en_US.UTF-8
-cd $srcdir/$_pkgname-$pkgver
-python setup.py build
-cd $srcdir/$_pkgname-$pkgver-2
-python2 setup.py build
-}
-
-package_python-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver
-depends=(python-jsonschema)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python setup.py install --prefix=/usr --root="$pkgdir"
-}
-package_python2-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver-2
-depends=(python2-jsonschema)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-rm $pkgdir/usr/bin/json{diff,patch}
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 153600, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:19:00 UTC (rev 153601)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.12
+pkgrel=1
+pkgdesc="Python object model built on JSON schema and JSON patch"
+arch=(any)
+url=https://github.com/stefankoegl/python-json-patch
+license=(BSD)
+makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('2e1eb457f9c8dd5dae837ca93c0fe5bd2522c9d44b9b380fb1aab2ab4dec04b1')
+sha512sums=('3f8654b498a4da6d5feaf483a8328167b8540c8736813219cda3f47da2afdc6ffb1357b5c2b4c21f0097eef3e7d6801cf7e59e0bb2fe154bc3c571cd92c16969')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+LANG=en_US.UTF-8
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver
+depends=(python-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python setup.py install --prefix=/usr --root="$pkgdir"
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+rm $pkgdir/usr/bin/json{diff,patch}
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:27:42
  Author: fyan
Revision: 153606

upgpkg: openttd 1.5.3-1

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:24:16 UTC (rev 153605)
+++ PKGBUILD2015-12-17 13:27:42 UTC (rev 153606)
@@ -2,8 +2,8 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.5.2
-pkgrel=3
+pkgver=1.5.3
+pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'
@@ -13,7 +13,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('60e68eca552e34268033885e5389ad46b88b692514bf426a6e37cebd8d819f28')
+sha256sums=('d8b9a7aaca7c9f3ff69b1d210daf1e2658402941bb9b30cb2789a9df73d1ba63')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:38:38
  Author: fyan
Revision: 256708

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:38:06 UTC (rev 256707)
+++ extra-i686/PKGBUILD 2015-12-17 13:38:38 UTC (rev 256708)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.15
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-i686/PKGBUILD (from rev 256707, 
libwacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:38:38 UTC (rev 256708)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.17
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:38:06 UTC (rev 256707)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:38:38 UTC (rev 256708)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.15
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 256707, 
libwacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:38:38 UTC (rev 256708)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.17
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:38:48
  Author: fyan
Revision: 256709

upgpkg: smb4k 1.2.1-1

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:38:38 UTC (rev 256708)
+++ PKGBUILD2015-12-17 13:38:48 UTC (rev 256709)
@@ -3,8 +3,8 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
 url="http://smb4k.sourceforge.net/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c6272a6e539d000ba7deaffe47daebae')
+md5sums=('19043c4c13a7e552e6d30f26dc750089')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 15:23:21
  Author: fyan
Revision: 153610

upgpkg: python-pyamf 0.8.0-2

fix dependency on defusedxml

Modified:
  python-pyamf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:31:26 UTC (rev 153609)
+++ PKGBUILD2015-12-17 14:23:21 UTC (rev 153610)
@@ -5,12 +5,12 @@
 pkgbase=python-pyamf
 pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="AMF support for Python"
 arch=('i686' 'x86_64')
 url="https://github.com/hydralabs/pyamf;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-defusedxml' 
'python2-defusedxml')
 checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
 
source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
 md5sums=('51e810531a663b55e686286edb23e82a')
@@ -37,7 +37,7 @@
 }
 
 package_python-pyamf() {
-  depends=('python')
+  depends=('python-defusedxml')
 
   cd "$srcdir/PyAMF-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1
@@ -45,7 +45,7 @@
 }
 
 package_python2-pyamf() {
-  depends=('python2')
+  depends=('python2-defusedxmL')
 
   cd "$srcdir/PyAMF-$pkgver-py2"
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:41:49
  Author: fyan
Revision: 153568

upgpkg: lib32-curl 7.46.0-1

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 11:36:04 UTC (rev 153567)
+++ PKGBUILD2015-12-17 12:41:49 UTC (rev 153568)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.45.0
+pkgver=7.46.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('be21c6a190d65cfd3eeb749a3dce3947'
+md5sums=('230e682d59bf8ab6eca36da1d39ebd75'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:46:59
  Author: fyan
Revision: 153573

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

Added:
  pcsc-perl/repos/community-i686/PKGBUILD
(from rev 153572, pcsc-perl/trunk/PKGBUILD)
  pcsc-perl/repos/community-x86_64/PKGBUILD
(from rev 153572, pcsc-perl/trunk/PKGBUILD)
Deleted:
  pcsc-perl/repos/community-i686/PKGBUILD
  pcsc-perl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 12:46:23 UTC (rev 153572)
+++ community-i686/PKGBUILD 2015-12-17 12:46:59 UTC (rev 153573)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: neuromante 
-# Contributor: marc0s 
-
-pkgname=pcsc-perl
-pkgver=1.4.13
-pkgrel=4
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('i686' 'x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
-license=('GPL' 'PerlArtistic')
-depends=('pcsclite' 'perl')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('758ca469b79667fa8c41422df86a088b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: pcsc-perl/repos/community-i686/PKGBUILD (from rev 153572, 
pcsc-perl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 12:46:59 UTC (rev 153573)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: neuromante 
+# Contributor: marc0s 
+
+pkgname=pcsc-perl
+pkgver=1.4.14
+pkgrel=1
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('45601505dbb7b27329811ac9bad35fab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 12:46:23 UTC (rev 153572)
+++ community-x86_64/PKGBUILD   2015-12-17 12:46:59 UTC (rev 153573)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: neuromante 
-# Contributor: marc0s 
-
-pkgname=pcsc-perl
-pkgver=1.4.13
-pkgrel=4
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('i686' 'x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
-license=('GPL' 'PerlArtistic')
-depends=('pcsclite' 'perl')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('758ca469b79667fa8c41422df86a088b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-  

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:34:41
  Author: fyan
Revision: 256706

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:34:08 UTC (rev 256705)
+++ extra-i686/PKGBUILD 2015-12-17 13:34:41 UTC (rev 256706)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=glib-perl
-pkgver=1.307
-pkgrel=2
-pkgdesc="Perl wrappers for glib 2.x, including GObject"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('glib2' 'perl')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('2b2b0d20d87c6d2db3d98c8b733275aa')
-
-build() {
-  cd Glib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Glib-$pkgver
-  make test
-}
-
-package() {
-  cd Glib-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: glib-perl/repos/extra-i686/PKGBUILD (from rev 256705, 
glib-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:34:41 UTC (rev 256706)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.308
+pkgrel=1
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('5ddcfc49058f6fec128f106943b19ff5')
+
+build() {
+  cd Glib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Glib-$pkgver
+  make test
+}
+
+package() {
+  cd Glib-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:34:08 UTC (rev 256705)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:34:41 UTC (rev 256706)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=glib-perl
-pkgver=1.307
-pkgrel=2
-pkgdesc="Perl wrappers for glib 2.x, including GObject"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('glib2' 'perl')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('2b2b0d20d87c6d2db3d98c8b733275aa')
-
-build() {
-  cd Glib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Glib-$pkgver
-  make test
-}
-
-package() {
-  cd Glib-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: glib-perl/repos/extra-x86_64/PKGBUILD (from rev 256705, 
glib-perl/trunk/PKGBUILD)
===
--- 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:34:08
  Author: fyan
Revision: 256705

upgpkg: glib-perl 1.308-1

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:32:46 UTC (rev 256704)
+++ PKGBUILD2015-12-17 13:34:08 UTC (rev 256705)
@@ -3,8 +3,8 @@
 # Contributor: Sarah Hay 
 
 pkgname=glib-perl
-pkgver=1.307
-pkgrel=2
+pkgver=1.308
+pkgrel=1
 pkgdesc="Perl wrappers for glib 2.x, including GObject"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('glib2' 'perl')
 makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('2b2b0d20d87c6d2db3d98c8b733275aa')
+md5sums=('5ddcfc49058f6fec128f106943b19ff5')
 
 build() {
   cd Glib-$pkgver


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:42:39
  Author: fyan
Revision: 256713

upgpkg: hspell 1.3-1

Modified:
  hspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:40:02 UTC (rev 256712)
+++ PKGBUILD2015-12-17 13:42:39 UTC (rev 256713)
@@ -3,8 +3,8 @@
 
 pkgbase=hspell
 pkgname=('hspell' 'hunspell-he')
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.ivrix.org.il/projects/spell-checker/;
@@ -11,8 +11,9 @@
 makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
 options=('!makeflags')
 source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('32fbc1a71e86ab46bf7870c6eec9a6be'
- '858120037dd52ae823788518329ee7d3')
+md5sums=('351850c9f6974a709dd092a2d1063e4a'
+ 'SKIP')
+validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:06:25
  Author: fyan
Revision: 153591

archrelease: copy trunk to community-any

Added:
  python-jsonpointer/repos/community-any/COPYING
(from rev 153590, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-any/PKGBUILD
(from rev 153590, python-jsonpointer/trunk/PKGBUILD)
Deleted:
  python-jsonpointer/repos/community-any/COPYING
  python-jsonpointer/repos/community-any/PKGBUILD

--+
 COPYING  |   52 -
 PKGBUILD |   94 ++---
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: COPYING
===
--- COPYING 2015-12-17 13:06:05 UTC (rev 153590)
+++ COPYING 2015-12-17 13:06:25 UTC (rev 153591)
@@ -1,26 +0,0 @@
-Copyright (c) 2011 Stefan Kögl 
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: python-jsonpointer/repos/community-any/COPYING (from rev 153590, 
python-jsonpointer/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2015-12-17 13:06:25 UTC (rev 153591)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl 
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:06:05 UTC (rev 153590)
+++ PKGBUILD2015-12-17 13:06:25 UTC (rev 153591)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-jsonpointer
-_pkgname=jsonpointer
-pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.9
-pkgrel=3
-pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-pointer
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
-https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
-sha256sums=('39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308'
-'d8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:06:30
  Author: fyan
Revision: 153592

upgpkg: python-texttable 0.8.4-1

Modified:
  python-texttable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:06:25 UTC (rev 153591)
+++ PKGBUILD2015-12-17 13:06:30 UTC (rev 153592)
@@ -6,7 +6,7 @@
 # Contributor: Daniel YC Lin 
 
 pkgname=(python-texttable python2-texttable)
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Generate a formatted text table using ASCII characters"
 arch=('any')
@@ -14,7 +14,7 @@
 license=('LGPL')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/t/texttable/texttable-${pkgver}.tar.gz;)
-sha512sums=('d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8')
+sha512sums=('18c128da721f25d4cf8b2f2d740c9ce2ded81135d2843e1d46d3e230b59820a7d6d1f7b3e0245cbc6208f3e16ac9181e0b1f56206e53acd9966616e539e91639')
 
 prepare() {
   cp -a texttable-$pkgver{,-py2}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:06:05
  Author: fyan
Revision: 153590

upgpkg: python-jsonpointer 1.10-1

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:04:51 UTC (rev 153589)
+++ PKGBUILD2015-12-17 13:06:05 UTC (rev 153590)
@@ -5,8 +5,8 @@
 pkgbase=python-jsonpointer
 _pkgname=jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.9
-pkgrel=3
+pkgver=1.10
+pkgrel=1
 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
 arch=(any)
 url=https://github.com/stefankoegl/python-json-pointer
@@ -14,9 +14,9 @@
 makedepends=(python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
 https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
-sha256sums=('39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308'
+sha256sums=('9fa5dcac35eefd53e25d6cd4c310d963c9f0b897641772cd6e5e7b89df7ee0b1'
 'd8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
-sha512sums=('872367c1a75f8022c07a52191d3f9491dd62767f58c4fa2c2fdcd1bf139858f73e7a5ad495943f1cb35b759d7919a807f8bccc052f6c35831e8091b5fda31b40'
+sha512sums=('b2df5f19b14b670825b18f7da4ca50b089beb2ccbb1c69acfc904eed82b5315ad19940b4aaa8f8504c2fc7d48d65e31f492dd30ee8b5ba95ccfd0eaeb9b1'
 
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
 
 export LANG=en_US.UTF-8


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:30:46
  Author: fyan
Revision: 153608

upgpkg: botan 1.11.25-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:28:21 UTC (rev 153607)
+++ PKGBUILD2015-12-17 13:30:46 UTC (rev 153608)
@@ -6,8 +6,8 @@
 # Contributor: Hexchain Tong 
 
 pkgname=botan
-pkgver=1.11.24
-pkgrel=2
+pkgver=1.11.25
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('python' 'asio' 'git')
 source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
 #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('9281c80751d066bf09d4303223325761'
+md5sums=('356189785beb34e34a7cc76e2bdee636'
  'SKIP')
 # Botan Distribution Key. To import: gpg --import botan.key
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:38:06
  Author: fyan
Revision: 256707

upgpkg: libwacom 0.17-1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:34:41 UTC (rev 256706)
+++ PKGBUILD2015-12-17 13:38:06 UTC (rev 256707)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.15
+pkgver=0.17
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ab65c589d5d6de176c5280ebe9cc1e807b9fa6fce7224b88f280b19464bb7713')
+sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:46:23
  Author: fyan
Revision: 153572

upgpkg: pcsc-perl 1.4.14-1

Modified:
  pcsc-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:44:34 UTC (rev 153571)
+++ PKGBUILD2015-12-17 12:46:23 UTC (rev 153572)
@@ -4,8 +4,8 @@
 # Contributor: marc0s 
 
 pkgname=pcsc-perl
-pkgver=1.4.13
-pkgrel=4
+pkgver=1.4.14
+pkgrel=1
 pkgdesc="A Perl Module for PC/SC SmartCard access"
 arch=('i686' 'x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig')
 options=('!emptydirs')
 
source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('758ca469b79667fa8c41422df86a088b')
+md5sums=('45601505dbb7b27329811ac9bad35fab')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:57:35
  Author: fyan
Revision: 153582

upgpkg: lib32-libdbus 1.10.6-1

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:55:37 UTC (rev 153581)
+++ PKGBUILD2015-12-17 12:57:35 UTC (rev 153582)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.10.4
+pkgver=1.10.6
 pkgrel=1
 pkgdesc="DBus library (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('27b8e99ffad603b8acfa25201c6e3d5c'
+md5sums=('26d0cf3a1c9782cb0e342101f0450440'
  'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

   '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 



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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:57:53
  Author: fyan
Revision: 153584

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libdbus/repos/multilib-testing-x86_64/PKGBUILD (from rev 153582, 
lib32-libdbus/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-12-17 12:57:53 UTC (rev 153584)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru 
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.10.6
+pkgrel=1
+pkgdesc="DBus library (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
+md5sums=('26d0cf3a1c9782cb0e342101f0450440'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/dbus-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd "${srcdir}/dbus-${pkgver}"
+make DESTDIR=${pkgdir} install
+
+rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+rm -rf "${pkgdir}"/{etc,var}
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:57:51
  Author: fyan
Revision: 153583

upgpkg: python-raet 0.6.5-1

Modified:
  python-raet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:57:35 UTC (rev 153582)
+++ PKGBUILD2015-12-17 12:57:51 UTC (rev 153583)
@@ -3,8 +3,8 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=('python-raet' 'python2-raet')
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
 pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
 arch=('any')
 url='http://raet.docs.saltstack.com/'
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=(python-setuptools python2-setuptools)
 source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('33bd888d71781fe97310656f473bc544')
+md5sums=('f316a588e19472e43e62a5535f28deea')
 
 prepare() {
   cd $srcdir


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:58:28
  Author: fyan
Revision: 153585

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 12:57:53 UTC (rev 153584)
+++ PKGBUILD2015-12-17 12:58:28 UTC (rev 153585)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=('python-raet' 'python2-raet')
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
-arch=('any')
-url='http://raet.docs.saltstack.com/'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
-md5sums=('33bd888d71781fe97310656f473bc544')
-
-prepare() {
-  cd $srcdir
-  cp -r raet-$pkgver python2-raet-$pkgver
-}
-
-package_python-raet() {
-  depends=('python-libnacl' 'python-ioflo' 'python-six')
-  cd "$srcdir/raet-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-raet() {
-  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
-  cd "$srcdir/python2-raet-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-  mv "$pkgdir/usr/bin/raetflo"{,2}
-}
-

Copied: python-raet/repos/community-any/PKGBUILD (from rev 153584, 
python-raet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 12:58:28 UTC (rev 153585)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz;)
+md5sums=('f316a588e19472e43e62a5535f28deea')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo' 'python-six')
+  cd "$srcdir/raet-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
+  cd "$srcdir/python2-raet-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+  mv "$pkgdir/usr/bin/raetflo"{,2}
+}
+


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:18:40
  Author: fyan
Revision: 153600

upgpkg: python-jsonpatch 1.12-1

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:18:33 UTC (rev 153599)
+++ PKGBUILD2015-12-17 13:18:40 UTC (rev 153600)
@@ -5,8 +5,8 @@
 pkgbase=python-jsonpatch
 _pkgname=jsonpatch
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="Python object model built on JSON schema and JSON patch"
 arch=(any)
 url=https://github.com/stefankoegl/python-json-patch
@@ -14,8 +14,8 @@
 makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47')
-sha512sums=('516b6d8c32e97056af3c8d89eb49445d334ddc5588238d062476cb942d919436ea390449fa8e98332c571242a8f10aabd0fe7da3a00698ec3fd98e53f286c821')
+sha256sums=('2e1eb457f9c8dd5dae837ca93c0fe5bd2522c9d44b9b380fb1aab2ab4dec04b1')
+sha512sums=('3f8654b498a4da6d5feaf483a8328167b8540c8736813219cda3f47da2afdc6ffb1357b5c2b4c21f0097eef3e7d6801cf7e59e0bb2fe154bc3c571cd92c16969')
 
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:17:59
  Author: fyan
Revision: 153598

upgpkg: gtk2hs-buildtools 0.13.0.5-1

Modified:
  gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:16:51 UTC (rev 153597)
+++ PKGBUILD2015-12-17 13:17:59 UTC (rev 153598)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gtk2hs-buildtools
-pkgver=0.13.0.4
-pkgrel=4
+pkgver=0.13.0.5
+pkgrel=1
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="http://hackage.haskell.org/package/gtk2hs-buildtools;
 license=('GPL2')
@@ -13,7 +13,7 @@
 depends=('gmp' 'libffi')
 provides=('haskell-gtk2hs-buildtools')
 
source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('47e6834ced0af43fa3feb517d7aab695')
+md5sums=('3f44f44c9eb6c6aec27331326b0aebc7')
 
 build() {
 cd ${srcdir}/gtk2hs-buildtools-$pkgver


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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:51:28
  Author: heftig
Revision: 256715

1.22

Modified:
  libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:43:06 UTC (rev 256714)
+++ PKGBUILD2015-12-17 13:51:28 UTC (rev 256715)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libteam
-pkgver=1.18
-pkgrel=2
+pkgver=1.22
+pkgrel=1
 pkgdesc="Library for controlling team network device"
 arch=(i686 x86_64)
 url="http://libteam.org/;
@@ -11,7 +11,7 @@
 depends=(libnl libdaemon jansson libdbus bash zeromq)
 makedepends=(python python2 swig)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f1f7a830331f50a5d67365fba7c8ab8db677350f101420a12255152e6058737')
+sha256sums=('9a028bf4e77ef21f2812c6d32cbd57a640e409f848fe81b74ecb231d75647ee3')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:52:04
  Author: heftig
Revision: 256716

0.6.11

Modified:
  libcroco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:51:28 UTC (rev 256715)
+++ PKGBUILD2015-12-17 13:52:04 UTC (rev 256716)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libcroco
-pkgver=0.6.10
+pkgver=0.6.11
 pkgrel=1
 pkgdesc="A CSS parsing library"
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 license=('LGPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
 url="http://www.gnome.org;
-sha256sums=('72066611df77f5c4fb28268cfc7306ecc1517212a6182c2ea756c326a154246c')
+sha256sums=('132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-17 Thread Antonio Rojas
Date: Thursday, December 17, 2015 @ 15:40:21
  Author: arojas
Revision: 256723

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 14:39:28 UTC (rev 256722)
+++ extra-i686/PKGBUILD 2015-12-17 14:40:21 UTC (rev 256723)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.11
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ea2c6c696d87d1b49f47e0bc37b23b1c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 256722, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 14:40:21 UTC (rev 256723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.12
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3a2128da2978c84c937670ae21aa8ba3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 14:39:28 UTC (rev 256722)
+++ extra-x86_64/PKGBUILD   2015-12-17 14:40:21 UTC (rev 256723)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.11
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ea2c6c696d87d1b49f47e0bc37b23b1c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 256722, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-17 14:40:21 UTC (rev 256723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.12
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3a2128da2978c84c937670ae21aa8ba3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:49:57
  Author: fyan
Revision: 153575

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 12:49:22 UTC (rev 153574)
+++ community-i686/PKGBUILD 2015-12-17 12:49:57 UTC (rev 153575)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=pcsclite
-pkgver=1.8.13
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard middleware library"
-arch=('i686' 'x86_64')
-url="https://alioth.debian.org/projects/pcsclite/;
-license=('BSD')
-depends=('python2' 'systemd')
-makedepends=('pkg-config')
-options=('!docs')
-source=("https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${pkgver}.tar.bz2;)
-md5sums=('4dcd22d20a6df8810fac5480cc320b6d')
-
-build() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-libudev \
-  --sysconfdir=/etc \
-  --enable-ipcdir=/run/pcscd \
-  --enable-usbdropdir=/usr/lib/pcsc/drivers \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -d ${pkgdir}/usr/lib/pcsc/drivers
-}

Copied: pcsclite/repos/community-i686/PKGBUILD (from rev 153574, 
pcsclite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 12:49:57 UTC (rev 153575)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.8.14
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('i686' 'x86_64')
+url="https://alioth.debian.org/projects/pcsclite/;
+license=('BSD')
+depends=('python2' 'systemd')
+makedepends=('pkg-config')
+options=('!docs')
+source=("https://alioth.debian.org/frs/download.php/file/4138/pcsc-lite-${pkgver}.tar.bz2;)
+md5sums=('439b2c8892f502e39e5b8997a7ae01ed')
+
+build() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-libudev \
+  --sysconfdir=/etc \
+  --enable-ipcdir=/run/pcscd \
+  --enable-usbdropdir=/usr/lib/pcsc/drivers \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -d ${pkgdir}/usr/lib/pcsc/drivers
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 12:49:22 UTC (rev 153574)
+++ community-x86_64/PKGBUILD   2015-12-17 12:49:57 UTC (rev 153575)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=pcsclite
-pkgver=1.8.13
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard middleware library"
-arch=('i686' 'x86_64')
-url="https://alioth.debian.org/projects/pcsclite/;
-license=('BSD')
-depends=('python2' 'systemd')
-makedepends=('pkg-config')
-options=('!docs')
-source=("https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-${pkgver}.tar.bz2;)
-md5sums=('4dcd22d20a6df8810fac5480cc320b6d')
-
-build() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-libudev \
-  --sysconfdir=/etc \
-  --enable-ipcdir=/run/pcscd \
-  --enable-usbdropdir=/usr/lib/pcsc/drivers \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:50:12
  Author: fyan
Revision: 153576

upgpkg: pcsc-tools 1.4.25-1

Modified:
  pcsc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:49:57 UTC (rev 153575)
+++ PKGBUILD2015-12-17 12:50:12 UTC (rev 153576)
@@ -4,7 +4,7 @@
 # Contributor: marc0s 
 
 pkgname=pcsc-tools
-pkgver=1.4.23
+pkgver=1.4.25
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard tools"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
 makedepends=('pkg-config')
 
source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
+md5sums=('befc40d4513daec5813ee317cb382acf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:50:49
  Author: fyan
Revision: 153577

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

Added:
  pcsc-tools/repos/community-i686/PKGBUILD
(from rev 153576, pcsc-tools/trunk/PKGBUILD)
  pcsc-tools/repos/community-x86_64/PKGBUILD
(from rev 153576, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-i686/PKGBUILD
  pcsc-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 12:50:12 UTC (rev 153576)
+++ community-i686/PKGBUILD 2015-12-17 12:50:49 UTC (rev 153577)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Lorenzo Nizzi Grifi Gargiolli 
-# Contributor: marc0s 
-
-pkgname=pcsc-tools
-pkgver=1.4.23
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard tools"
-arch=('i686' 'x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/usr" install
-}

Copied: pcsc-tools/repos/community-i686/PKGBUILD (from rev 153576, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 12:50:49 UTC (rev 153577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Lorenzo Nizzi Grifi Gargiolli 
+# Contributor: marc0s 
+
+pkgname=pcsc-tools
+pkgver=1.4.25
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('befc40d4513daec5813ee317cb382acf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 12:50:12 UTC (rev 153576)
+++ community-x86_64/PKGBUILD   2015-12-17 12:50:49 UTC (rev 153577)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Lorenzo Nizzi Grifi Gargiolli 
-# Contributor: marc0s 
-
-pkgname=pcsc-tools
-pkgver=1.4.23
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard tools"
-arch=('i686' 'x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('be8a7da2353f7601c21f8d155a2d6fd6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/usr" install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 153576, 
pcsc-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-17 12:50:49 UTC (rev 153577)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Lorenzo Nizzi Grifi Gargiolli 
+# Contributor: marc0s 
+
+pkgname=pcsc-tools
+pkgver=1.4.25
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('befc40d4513daec5813ee317cb382acf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:-Wall 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:22:05
  Author: fyan
Revision: 153602

upgpkg: python-ioflo 1.4.9-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:19:00 UTC (rev 153601)
+++ PKGBUILD2015-12-17 13:22:05 UTC (rev 153602)
@@ -3,7 +3,7 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.4.3
+pkgver=1.4.9
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
@@ -10,7 +10,7 @@
 url='http://ioflo.com'
 license=('APACHE')
 source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('6c144d9dab4c839df3605c31b0f92351')
+md5sums=('f37b7958f8e7fc9cf01a1213c2d15283')
 makedepends=(python-setuptools python2-setuptools)
 
 prepare() {


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:28:21
  Author: fyan
Revision: 153607

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 13:27:42 UTC (rev 153606)
+++ community-i686/PKGBUILD 2015-12-17 13:28:21 UTC (rev 153607)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.5.2
-pkgrel=3
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('60e68eca552e34268033885e5389ad46b88b692514bf426a6e37cebd8d819f28')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name="OpenTTD" \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 153606, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 13:28:21 UTC (rev 153607)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d8b9a7aaca7c9f3ff69b1d210daf1e2658402941bb9b30cb2789a9df73d1ba63')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2015-12-17 13:27:42 UTC (rev 153606)
+++ community-i686/openttd.install  2015-12-17 13:28:21 UTC (rev 153607)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 
-  update-desktop-database > /dev/null 2>&1
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 153606, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2015-12-17 13:28:21 UTC (rev 153607)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1
+}

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:54:39
  Author: fyan
Revision: 153579

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 12:54:03 UTC (rev 153578)
+++ community-i686/PKGBUILD 2015-12-17 12:54:39 UTC (rev 153579)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Philip Nilsson 
-
-pkgname=alex
-pkgver=3.1.4
-pkgrel=7
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.3' 'haskell-quickcheck' 'happy' 'libffi')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d64e4eccd953c62795ed566a6de5f3d150b653e05872ff697b3d9dbc961da19f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-  # Doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-i686/PKGBUILD (from rev 153578, 
alex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 12:54:39 UTC (rev 153579)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='http://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.10.3' 'haskell-quickcheck' 'happy' 'libffi')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2858e6784b60b4cd3e5d7b514ca15663a363c4ca2e44e019b73064168afdfe2f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+  # Doc only contains the license
+  rm -rf $pkgdir/usr/share/doc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 12:54:03 UTC (rev 153578)
+++ community-x86_64/PKGBUILD   2015-12-17 12:54:39 UTC (rev 153579)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Philip Nilsson 
-
-pkgname=alex
-pkgver=3.1.4
-pkgrel=7
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.3' 'haskell-quickcheck' 'happy' 'libffi')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d64e4eccd953c62795ed566a6de5f3d150b653e05872ff697b3d9dbc961da19f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-  # Doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-x86_64/PKGBUILD (from rev 153578, 
alex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-17 12:54:39 UTC (rev 153579)
@@ -0,0 +1,35 @@
+# $Id$
+# 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:54:03
  Author: fyan
Revision: 153578

upgpkg: alex 3.1.6-1

Modified:
  alex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:50:49 UTC (rev 153577)
+++ PKGBUILD2015-12-17 12:54:03 UTC (rev 153578)
@@ -5,8 +5,8 @@
 # Contributor: Philip Nilsson 
 
 pkgname=alex
-pkgver=3.1.4
-pkgrel=7
+pkgver=3.1.6
+pkgrel=1
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64' 'i686')
 url='http://hackage.haskell.org/package/alex'
@@ -14,7 +14,7 @@
 depends=('gmp' 'libffi')
 makedepends=('ghc=7.10.3' 'haskell-quickcheck' 'happy' 'libffi')
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d64e4eccd953c62795ed566a6de5f3d150b653e05872ff697b3d9dbc961da19f')
+sha256sums=('2858e6784b60b4cd3e5d7b514ca15663a363c4ca2e44e019b73064168afdfe2f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:04:24
  Author: fyan
Revision: 153587

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

Added:
  python-pyamf/repos/community-i686/PKGBUILD
(from rev 153586, python-pyamf/trunk/PKGBUILD)
  python-pyamf/repos/community-x86_64/PKGBUILD
(from rev 153586, python-pyamf/trunk/PKGBUILD)
Deleted:
  python-pyamf/repos/community-i686/PKGBUILD
  python-pyamf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 13:03:50 UTC (rev 153586)
+++ community-i686/PKGBUILD 2015-12-17 13:04:24 UTC (rev 153587)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Olivier Biesmans 
-
-pkgbase=python-pyamf
-pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="AMF support for Python"
-arch=('i686' 'x86_64')
-url="https://github.com/hydralabs/pyamf;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
-source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
-md5sums=('3350e8254a0a6b22b3576a190de665a3')
-
-prepare() {
-  cp -a PyAMF-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/PyAMF-$pkgver"
-  # python setup.py build
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/PyAMF-$pkgver"
-  # python setup.py test
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  # Tests failed due to Django 1.8 https://github.com/hydralabs/pyamf/issues/53
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pyamf() {
-  depends=('python')
-
-  cd "$srcdir/PyAMF-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyamf() {
-  depends=('python2')
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python-pyamf/repos/community-i686/PKGBUILD (from rev 153586, 
python-pyamf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 13:04:24 UTC (rev 153587)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Olivier Biesmans 
+
+pkgbase=python-pyamf
+pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="AMF support for Python"
+arch=('i686' 'x86_64')
+url="https://github.com/hydralabs/pyamf;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
+source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
+md5sums=('51e810531a663b55e686286edb23e82a')
+
+prepare() {
+  cp -a PyAMF-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/PyAMF-$pkgver"
+  # python setup.py build
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/PyAMF-$pkgver"
+  # python setup.py test
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  # Tests failed due to Django 1.8 https://github.com/hydralabs/pyamf/issues/53
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pyamf() {
+  depends=('python')
+
+  cd "$srcdir/PyAMF-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyamf() {
+  depends=('python2')
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 13:03:50 UTC (rev 153586)
+++ community-x86_64/PKGBUILD   2015-12-17 13:04:24 UTC (rev 153587)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Olivier Biesmans 
-
-pkgbase=python-pyamf
-pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="AMF support for Python"
-arch=('i686' 'x86_64')
-url="https://github.com/hydralabs/pyamf;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python2-django' 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:04:51
  Author: fyan
Revision: 153589

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD
(from rev 153588, lib32-libgpg-error/trunk/PKGBUILD)
Deleted:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:04:30 UTC (rev 153588)
+++ PKGBUILD2015-12-17 13:04:51 UTC (rev 153589)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-_pkgbasename=libgpg-error
-pkgname=lib32-$_pkgbasename
-pkgver=1.20
-pkgrel=1
-pkgdesc="Support library for libgcrypt (32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('89c961f63469739fe816a56dcdd86c2e1897cace')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD (from rev 153588, 
lib32-libgpg-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:04:51 UTC (rev 153589)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: judd 
+
+_pkgbasename=libgpg-error
+pkgname=lib32-$_pkgbasename
+pkgver=1.21
+pkgrel=1
+pkgdesc="Support library for libgcrypt (32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ef1dfb2f8761f019091180596e9e638d8cc37513')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:04:30
  Author: fyan
Revision: 153588

upgpkg: lib32-libgpg-error 1.21-1

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:04:24 UTC (rev 153587)
+++ PKGBUILD2015-12-17 13:04:30 UTC (rev 153588)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('89c961f63469739fe816a56dcdd86c2e1897cace')
+sha1sums=('ef1dfb2f8761f019091180596e9e638d8cc37513')
 
 build() {
   export CC="gcc -m32"


[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (4 files)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:16:51
  Author: fyan
Revision: 153597

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 153596, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 153596, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   96 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 60 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:16:29 UTC (rev 153596)
+++ PKGBUILD2015-12-17 13:16:51 UTC (rev 153597)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.32.2
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('d3ab06fc123b13effed4c27c77cebdfad2173ff20628d82c397b7660ae926145')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd "${srcdir}/gdk-pixbuf-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 153596, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:16:51 UTC (rev 153597)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.32.3
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/gdk-pixbuf-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2015-12-17 13:16:29 UTC (rev 153596)
+++ gdk-pixbuf2.install 2015-12-17 13:16:51 UTC (rev 153597)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
153596, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2015-12-17 13:16:51 UTC (rev 153597)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:16:29
  Author: fyan
Revision: 153596

upgpkg: lib32-gdk-pixbuf2 2.32.3-1

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:13:05 UTC (rev 153595)
+++ PKGBUILD2015-12-17 13:16:29 UTC (rev 153596)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Ionut Biru 
+
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.32.2
+pkgver=2.32.3
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
@@ -14,7 +15,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('d3ab06fc123b13effed4c27c77cebdfad2173ff20628d82c397b7660ae926145')
+sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031')
 
 build() {
   export CC="gcc -m32"
@@ -28,6 +29,7 @@
 --without-libjasper \
 --with-x11 \
 --with-included-loaders=png
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:43:06
  Author: fyan
Revision: 256714

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

Added:
  hspell/repos/testing-i686/
  hspell/repos/testing-i686/PKGBUILD
(from rev 256713, hspell/trunk/PKGBUILD)
  hspell/repos/testing-x86_64/
  hspell/repos/testing-x86_64/PKGBUILD
(from rev 256713, hspell/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: hspell/repos/testing-i686/PKGBUILD (from rev 256713, 
hspell/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-17 13:43:06 UTC (rev 256714)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase=hspell
+pkgname=('hspell' 'hunspell-he')
+pkgver=1.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ivrix.org.il/projects/spell-checker/;
+makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
+options=('!makeflags')
+source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('351850c9f6974a709dd092a2d1063e4a'
+ 'SKIP')
+validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --enable-linginfo --enable-fatverb --enable-shared
+  make 
+  make hunspell
+}
+
+package_hspell() {
+
+  pkgdesc="Hebrew spell-checker"
+  depends=('glibc' 'zlib' 'perl')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f ${pkgdir}/usr/lib/libhspell.a
+}
+
+package_hunspell-he() {
+
+  pkgdesc="Hebrew hunspell dictionary"
+  
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
+  install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+}

Copied: hspell/repos/testing-x86_64/PKGBUILD (from rev 256713, 
hspell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-17 13:43:06 UTC (rev 256714)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase=hspell
+pkgname=('hspell' 'hunspell-he')
+pkgver=1.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ivrix.org.il/projects/spell-checker/;
+makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
+options=('!makeflags')
+source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('351850c9f6974a709dd092a2d1063e4a'
+ 'SKIP')
+validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --enable-linginfo --enable-fatverb --enable-shared
+  make 
+  make hunspell
+}
+
+package_hspell() {
+
+  pkgdesc="Hebrew spell-checker"
+  depends=('glibc' 'zlib' 'perl')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f ${pkgdir}/usr/lib/libhspell.a
+}
+
+package_hunspell-he() {
+
+  pkgdesc="Hebrew hunspell dictionary"
+  
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
+  install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+}


[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:44:34
  Author: fyan
Revision: 153571

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 153570, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 153570, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 12:44:09 UTC (rev 153570)
+++ PKGBUILD2015-12-17 12:44:34 UTC (rev 153571)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.45.0
-pkgrel=1
-pkgdesc="An URL retrieval utility and library (32-bit)"
-arch=('x86_64')
-url="http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
-source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('be21c6a190d65cfd3eeb749a3dce3947'
- 'SKIP')
- validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  
-  # license
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
-
-  # devel
-  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 153570, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 12:44:34 UTC (rev 153571)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.46.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('230e682d59bf8ab6eca36da1d39ebd75'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+
+  # devel
+  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2015-12-17 12:44:09 UTC (rev 153570)
+++ curlbuild.h 2015-12-17 12:44:34 UTC (rev 153571)
@@ -1,9 +0,0 @@

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:43:48
  Author: fyan
Revision: 153569

upgpkg: python2-pycountry 1.18-1

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:41:49 UTC (rev 153568)
+++ PKGBUILD2015-12-17 12:43:48 UTC (rev 153569)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel "kTT" Salata 
 
 pkgname=python2-pycountry
-pkgver=1.15
+pkgver=1.18
 pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
 
source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('aab287db70017fcaaefdabb6a95fa21d')
+md5sums=('652313cef084bf942240ecfe9f88b565')
 
 package() {
   cd "${srcdir}/pycountry-${pkgver}"


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:06:52
  Author: fyan
Revision: 153593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:06:30 UTC (rev 153592)
+++ PKGBUILD2015-12-17 13:06:52 UTC (rev 153593)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Yen Chi Hsuan 
-# Contributor: rich_o 
-# Contributor: Jason St. John 
-# Contributor: Daniel YC Lin 
-
-pkgname=(python-texttable python2-texttable)
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/;
-license=('LGPL')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/t/texttable/texttable-${pkgver}.tar.gz;)
-sha512sums=('d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8')
-
-prepare() {
-  cp -a texttable-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/texttable-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/texttable-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-texttable() {
-  depends=('python')
-
-  cd "$srcdir/texttable-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-texttable() {
-  depends=('python2')
-
-  cd "$srcdir/texttable-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 153592, 
python-texttable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:06:52 UTC (rev 153593)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yen Chi Hsuan 
+# Contributor: rich_o 
+# Contributor: Jason St. John 
+# Contributor: Daniel YC Lin 
+
+pkgname=(python-texttable python2-texttable)
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/;
+license=('LGPL')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/t/texttable/texttable-${pkgver}.tar.gz;)
+sha512sums=('18c128da721f25d4cf8b2f2d740c9ce2ded81135d2843e1d46d3e230b59820a7d6d1f7b3e0245cbc6208f3e16ac9181e0b1f56206e53acd9966616e539e91639')
+
+prepare() {
+  cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/texttable-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/texttable-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-texttable() {
+  depends=('python')
+
+  cd "$srcdir/texttable-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-texttable() {
+  depends=('python2')
+
+  cd "$srcdir/texttable-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:54:19
  Author: heftig
Revision: 256720

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

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

--+
 /PKGBUILD|   56 +
 /librsvg.install |   22 
 extra-i686/PKGBUILD  |   28 
 extra-i686/librsvg.install   |   11 
 extra-x86_64/PKGBUILD|   28 
 extra-x86_64/librsvg.install |   11 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:53:44 UTC (rev 256719)
+++ extra-i686/PKGBUILD 2015-12-17 13:54:19 UTC (rev 256720)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.12
-pkgrel=1
-epoch=1
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 256719, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:54:19 UTC (rev 256720)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.11
+pkgrel=1
+epoch=2
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://live.gnome.org/LibRsvg;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('611ac0f544debd0c9bf1ef5509c990d218e83dd1d8c83297075c4b29796a2e02')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/librsvg.install
===
--- extra-i686/librsvg.install  2015-12-17 13:53:44 UTC (rev 256719)
+++ extra-i686/librsvg.install  2015-12-17 13:54:19 UTC (rev 256720)
@@ -1,11 +0,0 @@
-post_install() {
-gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: librsvg/repos/extra-i686/librsvg.install (from rev 256719, 
librsvg/trunk/librsvg.install)
===
--- extra-i686/librsvg.install  (rev 0)
+++ extra-i686/librsvg.install  2015-12-17 13:54:19 UTC (rev 256720)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:53:44 UTC (rev 256719)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:54:19 UTC (rev 256720)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.12
-pkgrel=1
-epoch=1
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: 

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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:52:54
  Author: heftig
Revision: 256717

2.40.11

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:52:04 UTC (rev 256716)
+++ PKGBUILD2015-12-17 13:52:54 UTC (rev 256717)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.40.12
+pkgver=2.40.11
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -14,7 +14,7 @@
 url="https://live.gnome.org/LibRsvg;
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550')
+sha256sums=('611ac0f544debd0c9bf1ef5509c990d218e83dd1d8c83297075c4b29796a2e02')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:53:05
  Author: heftig
Revision: 256718

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

Added:
  libteam/repos/extra-i686/PKGBUILD
(from rev 256716, libteam/trunk/PKGBUILD)
  libteam/repos/extra-x86_64/PKGBUILD
(from rev 256717, libteam/trunk/PKGBUILD)
Deleted:
  libteam/repos/extra-i686/PKGBUILD
  libteam/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:52:54 UTC (rev 256717)
+++ extra-i686/PKGBUILD 2015-12-17 13:53:05 UTC (rev 256718)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libteam
-pkgver=1.18
-pkgrel=2
-pkgdesc="Library for controlling team network device"
-arch=(i686 x86_64)
-url="http://libteam.org/;
-license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash zeromq)
-makedepends=(python python2 swig)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f1f7a830331f50a5d67365fba7c8ab8db677350f101420a12255152e6058737')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-
-  cp -aT binding/python binding/python2
-
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-"$pkgdir/usr/lib/systemd/system/teamd@.service"
-  install -Dm644 teamd/dbus/teamd.conf \
-"$pkgdir/etc/dbus-1/system.d/teamd.conf"
-
-  cd binding/python
-  python  ./setup.py install --root "$pkgdir" -O1
-  cd ../python2
-  python2 ./setup.py install --root "$pkgdir" -O1
-}

Copied: libteam/repos/extra-i686/PKGBUILD (from rev 256716, 
libteam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:53:05 UTC (rev 256718)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libteam
+pkgver=1.22
+pkgrel=1
+pkgdesc="Library for controlling team network device"
+arch=(i686 x86_64)
+url="http://libteam.org/;
+license=(LGPL2.1)
+depends=(libnl libdaemon jansson libdbus bash zeromq)
+makedepends=(python python2 swig)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('9a028bf4e77ef21f2812c6d32cbd57a640e409f848fe81b74ecb231d75647ee3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+
+  cp -aT binding/python binding/python2
+
+  cd binding/python
+  python  ./setup.py build
+  cd ../python2
+  python2 ./setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 teamd/redhat/systemd/teamd@.service \
+"$pkgdir/usr/lib/systemd/system/teamd@.service"
+  install -Dm644 teamd/dbus/teamd.conf \
+"$pkgdir/etc/dbus-1/system.d/teamd.conf"
+
+  cd binding/python
+  python  ./setup.py install --root "$pkgdir" -O1
+  cd ../python2
+  python2 ./setup.py install --root "$pkgdir" -O1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:52:54 UTC (rev 256717)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:53:05 UTC (rev 256718)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libteam
-pkgver=1.18
-pkgrel=2
-pkgdesc="Library for controlling team network device"
-arch=(i686 x86_64)
-url="http://libteam.org/;
-license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash zeromq)
-makedepends=(python python2 swig)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('9f1f7a830331f50a5d67365fba7c8ab8db677350f101420a12255152e6058737')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-
-  cp -aT binding/python binding/python2
-
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-"$pkgdir/usr/lib/systemd/system/teamd@.service"
-  install -Dm644 teamd/dbus/teamd.conf \
-"$pkgdir/etc/dbus-1/system.d/teamd.conf"
-
-  cd 

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

2015-12-17 Thread Jan Steffens
Date: Thursday, December 17, 2015 @ 14:53:44
  Author: heftig
Revision: 256719

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:53:05 UTC (rev 256718)
+++ extra-i686/PKGBUILD 2015-12-17 13:53:44 UTC (rev 256719)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libcroco
-pkgver=0.6.10
-pkgrel=1
-pkgdesc="A CSS parsing library"
-arch=('x86_64' 'i686')
-depends=('glib2' 'libxml2')
-makedepends=('intltool')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-url="http://www.gnome.org;
-sha256sums=('72066611df77f5c4fb28268cfc7306ecc1517212a6182c2ea756c326a154246c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libcroco/repos/extra-i686/PKGBUILD (from rev 256718, 
libcroco/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:53:44 UTC (rev 256719)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libcroco
+pkgver=0.6.11
+pkgrel=1
+pkgdesc="A CSS parsing library"
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url="http://www.gnome.org;
+sha256sums=('132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:53:05 UTC (rev 256718)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:53:44 UTC (rev 256719)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libcroco
-pkgver=0.6.10
-pkgrel=1
-pkgdesc="A CSS parsing library"
-arch=('x86_64' 'i686')
-depends=('glib2' 'libxml2')
-makedepends=('intltool')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-url="http://www.gnome.org;
-sha256sums=('72066611df77f5c4fb28268cfc7306ecc1517212a6182c2ea756c326a154246c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libcroco/repos/extra-x86_64/PKGBUILD (from rev 256718, 
libcroco/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:53:44 UTC (rev 256719)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libcroco
+pkgver=0.6.11
+pkgrel=1
+pkgdesc="A CSS parsing library"
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url="http://www.gnome.org;
+sha256sums=('132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-17 Thread Antonio Rojas
Date: Thursday, December 17, 2015 @ 14:08:39
  Author: arojas
Revision: 256701

Fix performance regression (FS#47347)

Modified:
  breeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 10:27:29 UTC (rev 256700)
+++ PKGBUILD2015-12-17 13:08:39 UTC (rev 256701)
@@ -3,21 +3,27 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
-
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
 pkgver=5.5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
  'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;
+   
bug356561.patch::"https://quickgit.kde.org/?p=breeze.git=commitdiff=6d852f3=plain;)
+md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07'
+ '50572e7ad55586260cae482d03ffa643')
 
 prepare() {
   mkdir -p build{,-kde4}
+
+  cd $pkgbase-$pkgver
+# Revert commit causing performance regression 
https://bugs.kde.org/show_bug.cgi?id=356561 
+# (fixed in trunk, doesn't apply to 5.5)
+  patch -Rp1 -i ../bug356561.patch
 }
 
 build() {


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

2015-12-17 Thread Antonio Rojas
Date: Thursday, December 17, 2015 @ 14:09:17
  Author: arojas
Revision: 256702

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:08:39 UTC (rev 256701)
+++ extra-i686/PKGBUILD 2015-12-17 13:09:17 UTC (rev 256702)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.5.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-i686/PKGBUILD (from rev 256701, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:09:17 UTC (rev 256702)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.5.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;
+   
bug356561.patch::"https://quickgit.kde.org/?p=breeze.git=commitdiff=6d852f3=plain;)
+md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07'
+ '50572e7ad55586260cae482d03ffa643')
+
+prepare() {
+  mkdir -p build{,-kde4}
+
+  cd $pkgbase-$pkgver
+# Revert commit causing performance regression 
https://bugs.kde.org/show_bug.cgi?id=356561 
+# (fixed in trunk, doesn't apply to 5.5)
+  patch -Rp1 -i ../bug356561.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+  pkgdesc='Breeze widget style for KDE4 applications'
+  depends=('kdelibs')
+
+  cd 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:22:27
  Author: fyan
Revision: 153603

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:22:05 UTC (rev 153602)
+++ PKGBUILD2015-12-17 13:22:27 UTC (rev 153603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('APACHE')
-source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('6c144d9dab4c839df3605c31b0f92351')
-makedepends=(python-setuptools python2-setuptools)
-
-prepare() {
-  cd $srcdir
-  cp -r ioflo-$pkgver python2-ioflo-$pkgver
-}
-
-package_python-ioflo() {
-  depends=('python')
-  cd "$srcdir/ioflo-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2')
-  cd "$srcdir/python2-ioflo-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
-}
-

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 153602, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:22:27 UTC (rev 153603)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.4.9
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('APACHE')
+source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
+md5sums=('f37b7958f8e7fc9cf01a1213c2d15283')
+makedepends=(python-setuptools python2-setuptools)
+
+prepare() {
+  cd $srcdir
+  cp -r ioflo-$pkgver python2-ioflo-$pkgver
+}
+
+package_python-ioflo() {
+  depends=('python')
+  cd "$srcdir/ioflo-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+  cd "$srcdir/python2-ioflo-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
+}
+


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:31:26
  Author: fyan
Revision: 153609

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 153608, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 153608, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 153608, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 153608, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   96 +++
 /botan.key |   70 +++
 community-i686/PKGBUILD|   48 -
 community-i686/botan.key   |   35 ---
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/botan.key |   35 ---
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 13:30:46 UTC (rev 153608)
+++ community-i686/PKGBUILD 2015-12-17 13:31:26 UTC (rev 153609)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=1.11.24
-pkgrel=2
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python' 'asio' 'git')
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('9281c80751d066bf09d4303223325761'
- 'SKIP')
-# Botan Distribution Key. To import: gpg --import botan.key
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-
-build() {
-  cd "${pkgname^}-$pkgver"
-
-  python configure.py \
---prefix=/usr \
---destdir="$pkgdir/usr"
-  make
-}
-
-check() {
-  cd "${pkgname^}-$pkgver"
-
-  ./botan-test
-}
-
-package() {
-  cd "${pkgname^}-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: botan.randombit.net
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 153608, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 13:31:26 UTC (rev 153609)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=1.11.25
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh' 'asio')
+makedepends=('python' 'asio' 'git')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('356189785beb34e34a7cc76e2bdee636'
+ 'SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  python configure.py \
+--prefix=/usr \
+--destdir="$pkgdir/usr"
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  cd "${pkgname^}-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: botan.randombit.net
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2015-12-17 13:30:46 UTC (rev 153608)
+++ community-i686/botan.key2015-12-17 13:31:26 UTC (rev 153609)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1

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

2015-12-17 Thread Antonio Rojas
Date: Thursday, December 17, 2015 @ 15:21:52
  Author: arojas
Revision: 256721

Add plasma-workspace optdepend (FS#47421)

Modified:
  dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:54:19 UTC (rev 256720)
+++ PKGBUILD2015-12-17 14:21:52 UTC (rev 256721)
@@ -13,7 +13,8 @@
 license=(LGPL)
 depends=(baloo-widgets knewstuff kio-extras kactivities)
 makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 'ruby: installing new service menus with GHNS')
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol')
 conflicts=('kdebase-dolphin<15.08')
 replaces=(kdebase-dolphin)
 groups=(kde-applications kdebase)


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 15:23:54
  Author: fyan
Revision: 153611

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

Added:
  python-pyamf/repos/community-i686/PKGBUILD
(from rev 153610, python-pyamf/trunk/PKGBUILD)
  python-pyamf/repos/community-x86_64/PKGBUILD
(from rev 153610, python-pyamf/trunk/PKGBUILD)
Deleted:
  python-pyamf/repos/community-i686/PKGBUILD
  python-pyamf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 14:23:21 UTC (rev 153610)
+++ community-i686/PKGBUILD 2015-12-17 14:23:54 UTC (rev 153611)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Olivier Biesmans 
-
-pkgbase=python-pyamf
-pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="AMF support for Python"
-arch=('i686' 'x86_64')
-url="https://github.com/hydralabs/pyamf;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
-source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
-md5sums=('51e810531a663b55e686286edb23e82a')
-
-prepare() {
-  cp -a PyAMF-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/PyAMF-$pkgver"
-  # python setup.py build
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/PyAMF-$pkgver"
-  # python setup.py test
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  # Tests failed due to Django 1.8 https://github.com/hydralabs/pyamf/issues/53
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pyamf() {
-  depends=('python')
-
-  cd "$srcdir/PyAMF-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyamf() {
-  depends=('python2')
-
-  cd "$srcdir/PyAMF-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python-pyamf/repos/community-i686/PKGBUILD (from rev 153610, 
python-pyamf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 14:23:54 UTC (rev 153611)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Olivier Biesmans 
+
+pkgbase=python-pyamf
+pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="AMF support for Python"
+arch=('i686' 'x86_64')
+url="https://github.com/hydralabs/pyamf;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-defusedxml' 
'python2-defusedxml')
+checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
+source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
+md5sums=('51e810531a663b55e686286edb23e82a')
+
+prepare() {
+  cp -a PyAMF-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/PyAMF-$pkgver"
+  # python setup.py build
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/PyAMF-$pkgver"
+  # python setup.py test
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  # Tests failed due to Django 1.8 https://github.com/hydralabs/pyamf/issues/53
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pyamf() {
+  depends=('python-defusedxml')
+
+  cd "$srcdir/PyAMF-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyamf() {
+  depends=('python2-defusedxmL')
+
+  cd "$srcdir/PyAMF-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 14:23:21 UTC (rev 153610)
+++ community-x86_64/PKGBUILD   2015-12-17 14:23:54 UTC (rev 153611)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Olivier Biesmans 
-
-pkgbase=python-pyamf
-pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="AMF support for Python"
-arch=('i686' 'x86_64')
-url="https://github.com/hydralabs/pyamf;
-license=('MIT')

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:44:09
  Author: fyan
Revision: 153570

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 12:43:48 UTC (rev 153569)
+++ PKGBUILD2015-12-17 12:44:09 UTC (rev 153570)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python2-pycountry
-pkgver=1.15
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('aab287db70017fcaaefdabb6a95fa21d')
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 153569, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 12:44:09 UTC (rev 153570)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python2-pycountry
+pkgver=1.18
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+md5sums=('652313cef084bf942240ecfe9f88b565')
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:55:37
  Author: fyan
Revision: 153581

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 153580, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 153580, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 153580, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 153580, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   64 +++
 /mongo.ini |   56 +
 community-i686/PKGBUILD|   32 -
 community-i686/mongo.ini   |   28 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/mongo.ini |   28 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 12:55:00 UTC (rev 153580)
+++ community-i686/PKGBUILD 2015-12-17 12:55:37 UTC (rev 153581)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongo
-pkgver=1.6.11
-pkgrel=1
-pkgdesc="Officially supported PHP driver for MongoDB"
-arch=("i686" "x86_64")
-url="http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=("APACHE")
-depends=("php")
-backup=("etc/php/conf.d/mongo.ini")
-source=(
-   "http://pecl.php.net/get/mongo-$pkgver.tgz;
-   "mongo.ini"
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
-}
-sha256sums=('cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 153580, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 12:55:37 UTC (rev 153581)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongo
+pkgver=1.6.12
+pkgrel=1
+pkgdesc="Officially supported PHP driver for MongoDB"
+arch=("i686" "x86_64")
+url="http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=("APACHE")
+depends=("php")
+backup=("etc/php/conf.d/mongo.ini")
+source=(
+   "http://pecl.php.net/get/mongo-$pkgver.tgz;
+   "mongo.ini"
+)
+sha256sums=('3fec10526ed02ce0e54c4623839e35bfab17d16cb9e8a48c7fee126be351c990'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
+}

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-12-17 12:55:00 UTC (rev 153580)
+++ community-i686/mongo.ini2015-12-17 12:55:37 UTC (rev 153581)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = "$"
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 153580, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-12-17 12:55:37 UTC (rev 153581)
@@ 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 13:55:00
  Author: fyan
Revision: 153580

upgpkg: php-mongo 1.6.12-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:54:39 UTC (rev 153579)
+++ PKGBUILD2015-12-17 12:55:00 UTC (rev 153580)
@@ -4,7 +4,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongo
-pkgver=1.6.11
+pkgver=1.6.12
 pkgrel=1
 pkgdesc="Officially supported PHP driver for MongoDB"
 arch=("i686" "x86_64")
@@ -16,6 +16,8 @@
"http://pecl.php.net/get/mongo-$pkgver.tgz;
"mongo.ini"
 )
+sha256sums=('3fec10526ed02ce0e54c4623839e35bfab17d16cb9e8a48c7fee126be351c990'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')
 
 build() {
cd mongo-$pkgver
@@ -28,5 +30,3 @@
make INSTALL_ROOT="$pkgdir" install
install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini"
 }
-sha256sums=('cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:03:50
  Author: fyan
Revision: 153586

upgpkg: python-pyamf 0.8.0-1

Modified:
  python-pyamf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 12:58:28 UTC (rev 153585)
+++ PKGBUILD2015-12-17 13:03:50 UTC (rev 153586)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pyamf
 pkgname=('python2-pyamf')  # 'python-pyamf' Python 3 version doesn't work so 
far
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="AMF support for Python"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python2-django' 'python2-sqlalchemy' 'python2-twisted' 
'python2-lxml' 'python2-pillow')
 
source=("http://pypi.python.org/packages/source/P/PyAMF/PyAMF-${pkgver}.tar.gz;)
-md5sums=('3350e8254a0a6b22b3576a190de665a3')
+md5sums=('51e810531a663b55e686286edb23e82a')
 
 prepare() {
   cp -a PyAMF-$pkgver{,-py2}


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:13:05
  Author: fyan
Revision: 153595

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 13:12:29 UTC (rev 153594)
+++ community-i686/PKGBUILD 2015-12-17 13:13:05 UTC (rev 153595)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="A compiler cache"
-arch=('i686' 'x86_64')
-url="http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('608c78632086a4a051514722d6067a7b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/community-i686/PKGBUILD (from rev 153594, 
ccache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 13:13:05 UTC (rev 153595)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="A compiler cache"
+arch=('i686' 'x86_64')
+url="http://ccache.samba.org/;
+license=('GPL3')
+depends=('zlib')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1781eec25073765828b874004d944c53')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 13:12:29 UTC (rev 153594)
+++ community-x86_64/PKGBUILD   2015-12-17 13:13:05 UTC (rev 153595)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="A compiler cache"
-arch=('i686' 'x86_64')
-url="http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('608c78632086a4a051514722d6067a7b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:23:53
  Author: fyan
Revision: 153604

upgpkg: python-pyparsing 2.0.6-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:22:27 UTC (rev 153603)
+++ PKGBUILD2015-12-17 13:23:53 UTC (rev 153604)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('58756bf33e989d84ac72142e4ca558cf10c778a3233edb0a86632f271409ba9e')
+sha256sums=('aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da')
 
 prepare() {
   cp -r "pyparsing-$pkgver" py2


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:24:16
  Author: fyan
Revision: 153605

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:23:53 UTC (rev 153604)
+++ PKGBUILD2015-12-17 13:24:16 UTC (rev 153605)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('58756bf33e989d84ac72142e4ca558cf10c778a3233edb0a86632f271409ba9e')
-
-prepare() {
-  cp -r "pyparsing-$pkgver" py2
-}
-
-package_python-pyparsing() {
-  depends=('python')
-  cd "pyparsing-$pkgver"
-
-  rm -rf build
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-  cd py2
-
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: pypi.python.org/pypi/pyparsing
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/community-any/PKGBUILD (from rev 153604, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:24:16 UTC (rev 153605)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:32:11
  Author: fyan
Revision: 256703

upgpkg: gtk2-perl 1.2497-1

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:09:17 UTC (rev 256702)
+++ PKGBUILD2015-12-17 13:32:11 UTC (rev 256703)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=gtk2-perl
-pkgver=1.2496
+pkgver=1.2497
 pkgrel=1
 pkgdesc="Perl bindings for GTK+ 2.x"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('3a430c92938e03eb18964597bca03ff7')
+md5sums=('4c723b34d3dffbffd5415f1242a04324')
 
 prepare() {
   cd Gtk2-$pkgver


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:32:46
  Author: fyan
Revision: 256704

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:32:11 UTC (rev 256703)
+++ extra-i686/PKGBUILD 2015-12-17 13:32:46 UTC (rev 256704)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=gtk2-perl
-pkgver=1.2496
-pkgrel=1
-pkgdesc="Perl bindings for GTK+ 2.x"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('gtk2' 'pango-perl')
-checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('3a430c92938e03eb18964597bca03ff7')
-
-prepare() {
-  cd Gtk2-$pkgver
-  # Disable failing test. Doesn't work for several versions, might be related 
to Xvfb too
-  #sed -e 's/gnome-foot.png/gnome-foot2.png/' -i t/GdkPixbufLoader.t
-}
-
-build() {
-  cd Gtk2-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-#check() {
-#  cd Gtk2-$pkgver
-#  xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" make test
-#}
-
-package() {
-  cd Gtk2-$pkgver
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: gtk2-perl/repos/extra-i686/PKGBUILD (from rev 256703, 
gtk2-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:32:46 UTC (rev 256704)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.2497
+pkgrel=1
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('4c723b34d3dffbffd5415f1242a04324')
+
+prepare() {
+  cd Gtk2-$pkgver
+  # Disable failing test. Doesn't work for several versions, might be related 
to Xvfb too
+  #sed -e 's/gnome-foot.png/gnome-foot2.png/' -i t/GdkPixbufLoader.t
+}
+
+build() {
+  cd Gtk2-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+#check() {
+#  cd Gtk2-$pkgver
+#  xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" make test
+#}
+
+package() {
+  cd Gtk2-$pkgver
+  make install DESTDIR="${pkgdir}"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:32:11 UTC (rev 256703)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:32:46 UTC (rev 256704)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=gtk2-perl
-pkgver=1.2496
-pkgrel=1
-pkgdesc="Perl bindings for GTK+ 2.x"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('gtk2' 'pango-perl')
-checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('3a430c92938e03eb18964597bca03ff7')
-
-prepare() {
-  cd Gtk2-$pkgver
-  # Disable failing test. Doesn't work for several versions, might be 

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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:39:22
  Author: fyan
Revision: 256710

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-17 13:38:48 UTC (rev 256709)
+++ extra-i686/PKGBUILD 2015-12-17 13:39:22 UTC (rev 256710)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c6272a6e539d000ba7deaffe47daebae')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 256709, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-17 13:39:22 UTC (rev 256710)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('19043c4c13a7e552e6d30f26dc750089')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/smb4k.install
===
--- extra-i686/smb4k.install2015-12-17 13:38:48 UTC (rev 256709)
+++ extra-i686/smb4k.install2015-12-17 13:39:22 UTC (rev 256710)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 256709, 
smb4k/trunk/smb4k.install)
===
--- extra-i686/smb4k.install(rev 0)
+++ extra-i686/smb4k.install2015-12-17 13:39:22 UTC (rev 256710)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-17 13:38:48 UTC (rev 256709)
+++ extra-x86_64/PKGBUILD   2015-12-17 13:39:22 UTC (rev 256710)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c6272a6e539d000ba7deaffe47daebae')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd 

[arch-commits] Commit in mm-common/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:40:02
  Author: fyan
Revision: 256712

archrelease: copy trunk to extra-any

Added:
  mm-common/repos/extra-any/PKGBUILD
(from rev 256711, mm-common/trunk/PKGBUILD)
Deleted:
  mm-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 13:39:42 UTC (rev 256711)
+++ PKGBUILD2015-12-17 13:40:02 UTC (rev 256712)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=mm-common
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="Common build files of the C++ bindings"
-arch=('any')
-url="http://gtkmm.org;
-depends=('sh')
-license=('GPL2')
-source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mm-common/repos/extra-any/PKGBUILD (from rev 256711, 
mm-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 13:40:02 UTC (rev 256712)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=mm-common
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+arch=('any')
+url="http://gtkmm.org;
+depends=('sh')
+license=('GPL2')
+source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d00bc77e77794e0bd2ae68132c4b4136aa115d255e34b310f7449b29db50b7a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-17 Thread Felix Yan
Date: Thursday, December 17, 2015 @ 14:39:42
  Author: fyan
Revision: 256711

upgpkg: mm-common 0.9.9-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 13:39:22 UTC (rev 256710)
+++ PKGBUILD2015-12-17 13:39:42 UTC (rev 256711)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=mm-common
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('sh')
 license=('GPL2')
 
source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5')
+sha256sums=('9d00bc77e77794e0bd2ae68132c4b4136aa115d255e34b310f7449b29db50b7a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-12-17 Thread Antonio Rojas
Date: Thursday, December 17, 2015 @ 15:39:28
  Author: arojas
Revision: 256722

Update to 5.12

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 14:21:52 UTC (rev 256721)
+++ PKGBUILD2015-12-17 14:39:28 UTC (rev 256722)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.11
+pkgver=5.12
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('ea2c6c696d87d1b49f47e0bc37b23b1c')
+md5sums=('3a2128da2978c84c937670ae21aa8ba3')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-17 Thread Evgeniy Alekseev
Date: Thursday, December 17, 2015 @ 18:22:42
  Author: arcanis
Revision: 153613

archrelease: copy trunk to community-any

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

--+
 ChangeLog|   77 ---
 PKGBUILD |   86 ++---
 geogebra |   14 
 geogebra.install |   28 -
 4 files changed, 104 insertions(+), 101 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-12-17 17:22:24 UTC (rev 153612)
+++ ChangeLog   2015-12-17 17:22:42 UTC (rev 153613)
@@ -1,37 +0,0 @@
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 153612, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-12-17 17:22:42 UTC (rev 153613)
@@ -0,0 +1,40 @@
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-17 17:22:24 UTC (rev 153612)
+++ PKGBUILD2015-12-17 17:22:42 UTC (rev 153613)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.180.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
-"http://static.geogebra.org/images/geogebra-logo.svg;
-"geogebra")
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
-}
-
-md5sums=('620d4987e31ae92411f6c9b2a811'
- '863782da033f1a337e688b544afb7d07'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 153612, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-17 17:22:42 UTC (rev 153613)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.185.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
+  

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

2015-12-17 Thread Evgeniy Alekseev
Date: Thursday, December 17, 2015 @ 18:22:24
  Author: arcanis
Revision: 153612

upgpkg: geogebra 5.0.185.0-1

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

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

Modified: ChangeLog
===
--- ChangeLog   2015-12-17 14:23:54 UTC (rev 153611)
+++ ChangeLog   2015-12-17 17:22:24 UTC (rev 153612)
@@ -1,3 +1,6 @@
+5.0.185.0-1:
+upstream update
+
 5.0.180.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 14:23:54 UTC (rev 153611)
+++ PKGBUILD2015-12-17 17:22:24 UTC (rev 153612)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.180.0
+pkgver=5.0.185.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -38,6 +38,6 @@
   install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
 }
 
-md5sums=('620d4987e31ae92411f6c9b2a811'
+md5sums=('7a29a6ab0697a60c8f3312834ec73c6a'
  '863782da033f1a337e688b544afb7d07'
  'fc4a3140ceb50967598a620eb85219f4')


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

2015-12-17 Thread Massimiliano Torromeo
Date: Thursday, December 17, 2015 @ 19:10:34
  Author: mtorromeo
Revision: 153615

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 18:10:06 UTC (rev 153614)
+++ community-i686/PKGBUILD 2015-12-17 18:10:34 UTC (rev 153615)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.3.2
-pkgrel=4
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
-optdepends=('qpress: for compressed backups')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DWITH_SSL=system \
-   -DWITH_LIBEVENT=system \
-   -DWITH_EDITLINE=system \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 153614, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 18:10:34 UTC (rev 153615)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=xtrabackup
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
+optdepends=('qpress: for compressed backups')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+sha256sums=('88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DMYSQL_DATADIR=/var/lib/mysql \
+   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+   -DWITH_SSL=system \
+   -DWITH_LIBEVENT=system \
+   -DWITH_EDITLINE=system \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd  "$pkgdir"
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-17 18:10:06 UTC (rev 153614)
+++ community-x86_64/PKGBUILD   2015-12-17 18:10:34 UTC (rev 153615)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.3.2
-pkgrel=4
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
-optdepends=('qpress: for compressed backups')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)

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

2015-12-17 Thread Massimiliano Torromeo
Date: Thursday, December 17, 2015 @ 19:10:06
  Author: mtorromeo
Revision: 153614

upgpkg: xtrabackup 2.3.3-1

Updated to 2.3.3

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 17:22:42 UTC (rev 153613)
+++ PKGBUILD2015-12-17 18:10:06 UTC (rev 153614)
@@ -3,8 +3,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.3.2
-pkgrel=4
+pkgver=2.3.3
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
 optdepends=('qpress: for compressed backups')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
+sha256sums=('88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-12-17 Thread Jonathan Steel
Date: Thursday, December 17, 2015 @ 21:47:02
  Author: jsteel
Revision: 153617

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

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

---+
 /PKGBUILD |  132 
 /mgba.desktop |   20 ++
 /mgba.install |   22 ++
 community-i686/PKGBUILD   |   66 
 community-i686/mgba.desktop   |   10 ---
 community-i686/mgba.install   |   11 ---
 community-x86_64/PKGBUILD |   66 
 community-x86_64/mgba.desktop |   10 ---
 community-x86_64/mgba.install |   11 ---
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-17 20:46:41 UTC (rev 153616)
+++ community-i686/PKGBUILD 2015-12-17 20:47:02 UTC (rev 153617)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Duck Hunt 
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.3.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://mgba.io'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'imagemagick' 'desktop-file-utils')
-install=$pkgbase.install
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
-mgba.desktop)
-md5sums=('870f516bd5433f01fec4fa4c26079e0f'
- '8639165ead14363de45c0f9db3b7d97a')
-
-prepare() {
-  [[ ! -d build ]] && mkdir build || rm -rf build
-
-  cd mgba-$pkgver/res
-  convert mgba-1024.png -resize 256x256 mgba-256.png
-}
-
-build() {
-  cd build
-  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_libmgba() {
-  pkgdesc='Shared library of mGBA'
-  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
-  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
-  depends=('libmgba' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
--P build/cmake_install.cmake
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy. Qt5 UI.'
-  depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-
-  desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
-  install -Dm644 mgba-$pkgver/res/mgba-256.png 
"$pkgdir"/usr/share/pixmaps/mgba.png
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mgba/repos/community-i686/PKGBUILD (from rev 153616, 
mgba/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-17 20:47:02 UTC (rev 153617)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.3.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+install=$pkgbase.install
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
+mgba.desktop)
+md5sums=('04d111daa79b21b96219f7e884245ddc'
+ '8639165ead14363de45c0f9db3b7d97a')
+
+prepare() {
+  [[ ! -d build ]] && 

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

2015-12-17 Thread Andreas Radke
Date: Thursday, December 17, 2015 @ 21:23:42
  Author: andyrtr
Revision: 256727

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 256726, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/PKGBUILD.51
(from rev 256726, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 256726, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 256726, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.51
(from rev 256726, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 256726, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 256726, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/PKGBUILD.51
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD.51
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  766 
++
 /PKGBUILD.51  |  764 
+
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   34 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  383 -
 extra-i686/PKGBUILD.51|  382 
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   17 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  383 -
 extra-x86_64/PKGBUILD.51  |  382 
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   17 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 18 files changed, 1676 insertions(+), 1676 deletions(-)

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


  1   2   >