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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 14:05:09
  Author: fyan
Revision: 145194

upgpkg: python-sympy 0.7.6.1.20151028-1

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 13:05:09 UTC (rev 145193)
+++ PKGBUILD2015-10-28 13:05:09 UTC (rev 145194)
@@ -7,8 +7,8 @@
 
 pkgbase=python-sympy
 pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.6.1.20151003
-_commit=81d78a2b22f735957c6686cd98fc3b3117ade162
+pkgver=0.7.6.1.20151028
+_commit=6ccadc06eb33390d190d6f834261a3a82018541d
 pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:15:28
  Author: fyan
Revision: 145190

archrelease: copy trunk to community-any

Added:
  sshuttle/repos/community-any/PKGBUILD
(from rev 145189, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-any/arch-install.patch
(from rev 145189, sshuttle/trunk/arch-install.patch)
  sshuttle/repos/community-any/sshuttle.service
(from rev 145189, sshuttle/trunk/sshuttle.service)
Deleted:
  sshuttle/repos/community-any/PKGBUILD
  sshuttle/repos/community-any/arch-install.patch
  sshuttle/repos/community-any/sshuttle.service

+
 PKGBUILD   |   95 ---
 arch-install.patch |   38 ++--
 sshuttle.service   |   16 
 3 files changed, 73 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 12:15:06 UTC (rev 145189)
+++ PKGBUILD2015-10-28 12:15:28 UTC (rev 145190)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: alphazo 
-
-pkgname=sshuttle
-pkgver=0.71.20150916
-_commit=3cf5002b62650c26a50e18af8d8c5c91d754bab9
-pkgrel=1
-pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
-arch=('any')
-url="https://github.com/sshuttle/sshuttle;
-license=('GPL2')
-depends=('python2' 'iptables' 'openssh' 'net-tools')
-makedepends=('git')
-backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-#source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
-source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit;
-'sshuttle.service' 'arch-install.patch')
-md5sums=('SKIP'
- 'f2cd1660dcdb4e24b45b71e589da73f3'
- '15ed72e2b68dd07ef97abfdcb828d188')
-
-prepare() {
-  cd $pkgname/src
-  patch -p1 -i "$srcdir/arch-install.patch"
-
-  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py
-}
-
-build() {
-  cd $pkgname/src
-  make
-}
-
-package() {
-  cd $pkgname/src
-  install -Dm755 sshuttle "$pkgdir/usr/bin/sshuttle"
-
-  install -d "$pkgdir/usr/share/sshuttle"
-  cp -r *.py compat "$pkgdir/usr/share/sshuttle"/
-
-  # pandoc not present, so manpage was not built
-  # install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
-
-  cd ..
-  install -d "$pkgdir/etc/sshuttle"
-  install -Dm644 packaging/{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 145189, 
sshuttle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 12:15:28 UTC (rev 145190)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: alphazo 
+
+pkgname=sshuttle
+pkgver=0.72
+pkgrel=1
+pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
+arch=('any')
+url="https://github.com/sshuttle/sshuttle;
+license=('GPL2')
+depends=('python2' 'iptables' 'openssh' 'net-tools')
+makedepends=('git' 'pandoc')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
+'sshuttle.service' 'arch-install.patch')
+md5sums=('SKIP'
+ 'f2cd1660dcdb4e24b45b71e589da73f3'
+ '15ed72e2b68dd07ef97abfdcb828d188')
+
+prepare() {
+  cd $pkgname/src
+  patch -p1 -i "$srcdir/arch-install.patch"
+
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py
+}
+
+build() {
+  cd $pkgname/src
+  make
+}
+
+package() {
+  cd $pkgname/src
+  install -Dm755 sshuttle "$pkgdir/usr/bin/sshuttle"
+
+  install -d "$pkgdir/usr/share/sshuttle"
+  cp -r *.py compat "$pkgdir/usr/share/sshuttle"/
+
+  install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
+
+  cd ..
+  install -d "$pkgdir/etc/sshuttle"
+  install -Dm644 packaging/{tunnel.conf,prefixes.conf} "$pkgdir/etc/sshuttle"
+  install -Dm644 "$srcdir/sshuttle.service" 
"$pkgdir/usr/lib/systemd/system/sshuttle.service"
+}

Deleted: arch-install.patch
===
--- arch-install.patch  2015-10-28 12:15:06 UTC (rev 145189)
+++ arch-install.patch  2015-10-28 12:15:28 UTC (rev 145190)
@@ -1,19 +0,0 @@
-*** sshuttleORIGIN/sshuttle2011-05-21 22:58:24.156725075 +0200
 sshuttle   2011-05-21 22:59:16.354698468 +0200
-***
-*** 4,10 
-   [ -L "$EXE" ] || break
-   EXE=$(readlink "$EXE")
-  done
-! DIR=$(dirname "$EXE")
-  if python2 -V 2>/dev/null; then
-   exec python2 "$DIR/main.py" python2 "$@"
-  else
 4,10 
-   [ -L "$EXE" ] || break
-   EXE=$(readlink "$EXE")
-  done
-! DIR=/usr/share/sshuttle
-  if python2 -V 2>/dev/null; then
-   exec python2 "$DIR/main.py" python2 "$@"
-  else

Copied: 

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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:15:06
  Author: fyan
Revision: 145189

upgpkg: sshuttle 0.72-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 12:14:19 UTC (rev 145188)
+++ PKGBUILD2015-10-28 12:15:06 UTC (rev 145189)
@@ -3,8 +3,7 @@
 # Contributor: alphazo 
 
 pkgname=sshuttle
-pkgver=0.71.20150916
-_commit=3cf5002b62650c26a50e18af8d8c5c91d754bab9
+pkgver=0.72
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
@@ -11,10 +10,9 @@
 url="https://github.com/sshuttle/sshuttle;
 license=('GPL2')
 depends=('python2' 'iptables' 'openssh' 'net-tools')
-makedepends=('git')
+makedepends=('git' 'pandoc')
 backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-#source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
-source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit;
+source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver;
 'sshuttle.service' 'arch-install.patch')
 md5sums=('SKIP'
  'f2cd1660dcdb4e24b45b71e589da73f3'
@@ -39,8 +37,7 @@
   install -d "$pkgdir/usr/share/sshuttle"
   cp -r *.py compat "$pkgdir/usr/share/sshuttle"/
 
-  # pandoc not present, so manpage was not built
-  # install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
+  install -Dm644 sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
 
   cd ..
   install -d "$pkgdir/etc/sshuttle"


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 14:05:09
  Author: spupykin
Revision: 145193

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 145192, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 12:43:22 UTC (rev 145192)
+++ PKGBUILD2015-10-28 13:05:09 UTC (rev 145193)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.3
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 145192, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 13:05:09 UTC (rev 145193)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.3
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 14:05:28
  Author: spupykin
Revision: 145195

upgpkg: opensips 2.1.1-1

upd

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 13:05:09 UTC (rev 145194)
+++ PKGBUILD2015-10-28 13:05:28 UTC (rev 145195)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org;
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@
 source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
remove-inline.patch
opensips.service)
-md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
+md5sums=('ea7b3d394eb7461e172af4b900f19b70'
  '3771f5720c54c7fe3326611f9b57013d'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
@@ -42,7 +42,7 @@
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
 
-  patch -p1 <$srcdir/remove-inline.patch
+#  patch -p1 <$srcdir/remove-inline.patch
 }
 
 _modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 12:08:22
  Author: alucryd
Revision: 145177

FS#46768: cairo-dock-plug-ins 3.4.1-3

Modified:
  cairo-dock-plug-ins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 10:10:59 UTC (rev 145176)
+++ PKGBUILD2015-10-28 11:08:22 UTC (rev 145177)
@@ -7,7 +7,7 @@
 
 pkgname=cairo-dock-plug-ins
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='http://glx-dock.org'
@@ -35,6 +35,7 @@
 'upower: Power Manager applet'
 'vte3: Terminal applet'
 'webkitgtk: Weblets applet'
+'wireless_tools: Wifi applet'
 'zeitgeist: Recent Events applet')
 replaces=('cairo-dock-plugins')
 
source=("cairo-dock-plug-ins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz;


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 12:59:50
  Author: spupykin
Revision: 145184

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

Added:
  unshield/repos/community-i686/PKGBUILD
(from rev 145183, unshield/trunk/PKGBUILD)
  unshield/repos/community-x86_64/PKGBUILD
(from rev 145183, unshield/trunk/PKGBUILD)
Deleted:
  unshield/repos/community-i686/PKGBUILD
  unshield/repos/community-i686/libunshield.c.patch
  unshield/repos/community-x86_64/PKGBUILD
  unshield/repos/community-x86_64/libunshield.c.patch

--+
 /PKGBUILD|   58 +
 community-i686/PKGBUILD  |   32 --
 community-i686/libunshield.c.patch   |   12 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/libunshield.c.patch |   12 --
 5 files changed, 58 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 11:59:33 UTC (rev 145183)
+++ community-i686/PKGBUILD 2015-10-28 11:59:50 UTC (rev 145184)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=unshield
-pkgver=1.1
-pkgrel=1
-pkgdesc="Extracts CAB files from InstallShield installers"
-arch=('i686' 'x86_64')
-url="https://github.com/twogood/unshield;
-license=('custom')
-depends=('zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz;)
-md5sums=('209d1b380bf54b25d9b1ee9b343d3090')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|-Werror||g' configure.ac.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
-}
-

Copied: unshield/repos/community-i686/PKGBUILD (from rev 145183, 
unshield/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 11:59:50 UTC (rev 145184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=unshield
+pkgver=1.3
+pkgrel=1
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield;
+license=('custom')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz;)
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+.
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
+}

Deleted: community-i686/libunshield.c.patch
===
--- community-i686/libunshield.c.patch  2015-10-28 11:59:33 UTC (rev 145183)
+++ community-i686/libunshield.c.patch  2015-10-28 11:59:50 UTC (rev 145184)
@@ -1,12 +0,0 @@
 lib/libunshield.c  2004-08-24 08:10:27.0 +0200
-+++ lib/libunshield.c  2010-08-13 20:39:58.0 +0200
-@@ -271,6 +271,9 @@
-   
-   header->major_version = (header->common.version >> 12) & 0xf;
- 
-+  if (header->common.version == 0x020004b0)
-+header->major_version = 9;
-+
- #if 0
-   if (header->major_version < 5)
- header->major_version = 5;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-28 11:59:33 UTC (rev 145183)
+++ community-x86_64/PKGBUILD   2015-10-28 11:59:50 UTC (rev 145184)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=unshield
-pkgver=1.1
-pkgrel=1
-pkgdesc="Extracts CAB files from InstallShield installers"
-arch=('i686' 'x86_64')
-url="https://github.com/twogood/unshield;
-license=('custom')
-depends=('zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz;)
-md5sums=('209d1b380bf54b25d9b1ee9b343d3090')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|-Werror||g' configure.ac.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
-}
-

Copied: unshield/repos/community-x86_64/PKGBUILD (from rev 145183, 
unshield/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 12:59:33
  Author: spupykin
Revision: 145183

upgpkg: unshield 1.3-1

upd

Modified:
  unshield/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 11:56:55 UTC (rev 145182)
+++ PKGBUILD2015-10-28 11:59:33 UTC (rev 145183)
@@ -8,13 +8,17 @@
 arch=('i686' 'x86_64')
 url="https://github.com/twogood/unshield;
 license=('custom')
-depends=('zlib')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz;)
 md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+.
   make
 }
 


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:06:59
  Author: fyan
Revision: 145186

archrelease: copy trunk to community-any

Added:
  python-requests-oauthlib/repos/community-any/PKGBUILD
(from rev 145185, python-requests-oauthlib/trunk/PKGBUILD)
Deleted:
  python-requests-oauthlib/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 12:06:40 UTC (rev 145185)
+++ PKGBUILD2015-10-28 12:06:59 UTC (rev 145186)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Sebastien Leduc 
-# Contributor: Roberto Catini 
-
-pkgbase=python-requests-oauthlib
-pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
-_pypiname=requests-oauthlib
-pkgver=0.5.0.20151005
-_commit=6c437210b66d384a4e77ad9575e35bc81cbdaaba
-pkgrel=1
-pkgdesc="First-class OAuth library support for Requests"
-arch=('any')
-url="https://pypi.python.org/pypi/requests-oauthlib;
-license=('custom:ISC')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-oauthlib' 'python2-oauthlib' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock'
-  'python-pyjwt' 'python2-pyjwt')
-source=("git+https://github.com/requests/requests-oauthlib.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ${_pypiname}{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_pypiname}"
-  python setup.py build
-
-  cd "$srcdir/${_pypiname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_pypiname}"
-  py.test
-
-  cd "$srcdir/${_pypiname}-py2"
-  py.test2
-}
-
-package_python-requests-oauthlib() {
-  depends=('python-requests' 'python-oauthlib')
-
-  cd "$srcdir/${_pypiname}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-requests-oauthlib() {
-  depends=('python2-requests' 'python2-oauthlib')
-
-  cd "$srcdir/${_pypiname}-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-requests-oauthlib/repos/community-any/PKGBUILD (from rev 145185, 
python-requests-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 12:06:59 UTC (rev 145186)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 122344 2014-11-11 08:16:49Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Sebastien Leduc 
+# Contributor: Roberto Catini 
+
+pkgbase=python-requests-oauthlib
+pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
+_pypiname=requests-oauthlib
+pkgver=0.5.0.20151023
+_commit=bf626f942188c62606f62b12ab1a0e93bfe3
+pkgrel=1
+pkgdesc="First-class OAuth library support for Requests"
+arch=('any')
+url="https://pypi.python.org/pypi/requests-oauthlib;
+license=('custom:ISC')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-oauthlib' 'python2-oauthlib' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock'
+  'python-pyjwt' 'python2-pyjwt')
+source=("git+https://github.com/requests/requests-oauthlib.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ${_pypiname}{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pypiname}"
+  python setup.py build
+
+  cd "$srcdir/${_pypiname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pypiname}"
+  py.test
+
+  cd "$srcdir/${_pypiname}-py2"
+  py.test2
+}
+
+package_python-requests-oauthlib() {
+  depends=('python-requests' 'python-oauthlib')
+
+  cd "$srcdir/${_pypiname}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-requests-oauthlib() {
+  depends=('python2-requests' 'python2-oauthlib')
+
+  cd "$srcdir/${_pypiname}-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:06:40
  Author: fyan
Revision: 145185

upgpkg: python-requests-oauthlib 0.5.0.20151023-1

Modified:
  python-requests-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 11:59:50 UTC (rev 145184)
+++ PKGBUILD2015-10-28 12:06:40 UTC (rev 145185)
@@ -6,8 +6,8 @@
 pkgbase=python-requests-oauthlib
 pkgname=('python-requests-oauthlib' 'python2-requests-oauthlib')
 _pypiname=requests-oauthlib
-pkgver=0.5.0.20151005
-_commit=6c437210b66d384a4e77ad9575e35bc81cbdaaba
+pkgver=0.5.0.20151023
+_commit=bf626f942188c62606f62b12ab1a0e93bfe3
 pkgrel=1
 pkgdesc="First-class OAuth library support for Requests"
 arch=('any')


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 12:08:34
  Author: alucryd
Revision: 145178

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

Added:
  cairo-dock-plug-ins/repos/community-i686/PKGBUILD
(from rev 145177, cairo-dock-plug-ins/trunk/PKGBUILD)
  cairo-dock-plug-ins/repos/community-i686/cairo-dock-plug-ins-mono.patch
(from rev 145177, cairo-dock-plug-ins/trunk/cairo-dock-plug-ins-mono.patch)
  cairo-dock-plug-ins/repos/community-x86_64/PKGBUILD
(from rev 145177, cairo-dock-plug-ins/trunk/PKGBUILD)
  cairo-dock-plug-ins/repos/community-x86_64/cairo-dock-plug-ins-mono.patch
(from rev 145177, cairo-dock-plug-ins/trunk/cairo-dock-plug-ins-mono.patch)
Deleted:
  cairo-dock-plug-ins/repos/community-i686/PKGBUILD
  cairo-dock-plug-ins/repos/community-i686/cairo-dock-plug-ins-mono.patch
  cairo-dock-plug-ins/repos/community-x86_64/PKGBUILD
  cairo-dock-plug-ins/repos/community-x86_64/cairo-dock-plug-ins-mono.patch

-+
 /PKGBUILD   |  148 +++
 /cairo-dock-plug-ins-mono.patch |  212 ++
 community-i686/PKGBUILD |   73 ---
 community-i686/cairo-dock-plug-ins-mono.patch   |  106 ---
 community-x86_64/PKGBUILD   |   73 ---
 community-x86_64/cairo-dock-plug-ins-mono.patch |  106 ---
 6 files changed, 360 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 11:08:22 UTC (rev 145177)
+++ community-i686/PKGBUILD 2015-10-28 11:08:34 UTC (rev 145178)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: zhuqin 
-# Contributor: tri1976 
-# Contributor: snoopy33 
-
-pkgname=cairo-dock-plug-ins
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='http://glx-dock.org'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
- 'gtk-sharp-3' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
- 'libxklavier' 'lm_sensors' 'python' 'python2' 'ruby' 'upower'
- 'vala' 'vte3' 'webkitgtk' 'zeitgeist')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'dbus-sharp-glib: Mono API'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-3: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'lm_sensors: System Monitor applet'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'upower: Power Manager applet'
-'vte3: Terminal applet'
-'webkitgtk: Weblets applet'
-'zeitgeist: Recent Events applet')
-replaces=('cairo-dock-plugins')
-source=("cairo-dock-plug-ins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz;
-'cairo-dock-plug-ins-mono.patch')
-sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
-'061115f3638c47eab04d48808d4cc61e294877643a61c82061d7af2523b4f724')
-
-prepare() {
-  cd cairo-dock-plug-ins-${pkgver}
-
-  patch -Np1 -i ../cairo-dock-plug-ins-mono.patch
-  sed 's/gmcs/mcs/' -i CMakeLists.txt
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd cairo-dock-plug-ins-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-plug-ins-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/lib/{cli,mono}
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plug-ins/repos/community-i686/PKGBUILD (from rev 145177, 
cairo-dock-plug-ins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 11:08:34 UTC (rev 145178)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plug-ins
+pkgver=3.4.1
+pkgrel=3
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-3' 'gvfs' 'libetpan' 'libexif' 

[arch-commits] Commit in (5 files)

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:42:56
  Author: fyan
Revision: 145191

addpkg: haskell-polyparse 1.11-1

Added:
  haskell-polyparse/
  haskell-polyparse/repos/
  haskell-polyparse/trunk/
  haskell-polyparse/trunk/PKGBUILD
  haskell-polyparse/trunk/haskell-polyparse.install

---+
 PKGBUILD  |   42 ++
 haskell-polyparse.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-polyparse/trunk/PKGBUILD
===
--- haskell-polyparse/trunk/PKGBUILD(rev 0)
+++ haskell-polyparse/trunk/PKGBUILD2015-10-28 12:42:56 UTC (rev 145191)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.11
+pkgrel=1
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/;
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


Property changes on: haskell-polyparse/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-polyparse/trunk/haskell-polyparse.install
===
--- haskell-polyparse/trunk/haskell-polyparse.install   
(rev 0)
+++ haskell-polyparse/trunk/haskell-polyparse.install   2015-10-28 12:42:56 UTC 
(rev 145191)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-polyparse
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:43:22
  Author: fyan
Revision: 145192

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

Added:
  haskell-polyparse/repos/community-i686/
  haskell-polyparse/repos/community-i686/PKGBUILD
(from rev 145191, haskell-polyparse/trunk/PKGBUILD)
  haskell-polyparse/repos/community-i686/haskell-polyparse.install
(from rev 145191, haskell-polyparse/trunk/haskell-polyparse.install)
  haskell-polyparse/repos/community-x86_64/
  haskell-polyparse/repos/community-x86_64/PKGBUILD
(from rev 145191, haskell-polyparse/trunk/PKGBUILD)
  haskell-polyparse/repos/community-x86_64/haskell-polyparse.install
(from rev 145191, haskell-polyparse/trunk/haskell-polyparse.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/haskell-polyparse.install   |   18 +++
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/haskell-polyparse.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-polyparse/repos/community-i686/PKGBUILD (from rev 145191, 
haskell-polyparse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 12:43:22 UTC (rev 145192)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.11
+pkgrel=1
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/;
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}

Copied: haskell-polyparse/repos/community-i686/haskell-polyparse.install (from 
rev 145191, haskell-polyparse/trunk/haskell-polyparse.install)
===
--- community-i686/haskell-polyparse.install(rev 0)
+++ community-i686/haskell-polyparse.install2015-10-28 12:43:22 UTC (rev 
145192)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-polyparse
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-polyparse/repos/community-x86_64/PKGBUILD (from rev 145191, 
haskell-polyparse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-28 12:43:22 UTC (rev 145192)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.11
+pkgrel=1
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/;
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc')
+
+build() {
+cd 

[arch-commits] Commit in unshield/trunk (PKGBUILD libunshield.c.patch)

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 12:32:17
  Author: spupykin
Revision: 145179

Modified:
  unshield/trunk/PKGBUILD
Deleted:
  unshield/trunk/libunshield.c.patch

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 11:08:34 UTC (rev 145178)
+++ PKGBUILD2015-10-28 11:32:17 UTC (rev 145179)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=unshield
-pkgver=1.1
+pkgver=1.3
 pkgrel=1
 pkgdesc="Extracts CAB files from InstallShield installers"
 arch=('i686' 'x86_64')
@@ -10,17 +10,11 @@
 license=('custom')
 depends=('zlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz;)
-md5sums=('209d1b380bf54b25d9b1ee9b343d3090')
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|-Werror||g' configure.ac.in
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./bootstrap
-  ./configure --prefix=/usr
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
@@ -29,4 +23,3 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
 }
-

Deleted: libunshield.c.patch
===
--- libunshield.c.patch 2015-10-28 11:08:34 UTC (rev 145178)
+++ libunshield.c.patch 2015-10-28 11:32:17 UTC (rev 145179)
@@ -1,12 +0,0 @@
 lib/libunshield.c  2004-08-24 08:10:27.0 +0200
-+++ lib/libunshield.c  2010-08-13 20:39:58.0 +0200
-@@ -271,6 +271,9 @@
-   
-   header->major_version = (header->common.version >> 12) & 0xf;
- 
-+  if (header->common.version == 0x020004b0)
-+header->major_version = 9;
-+
- #if 0
-   if (header->major_version < 5)
- header->major_version = 5;


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 12:55:10
  Author: spupykin
Revision: 145181

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

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

-+
 /PKGBUILD   |  250 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  126 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  126 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 308 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 11:54:38 UTC (rev 145180)
+++ community-i686/PKGBUILD 2015-10-28 11:55:10 UTC (rev 145181)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=1.2.20
-pkgrel=2
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt' 'qemu')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   

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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 12:54:38
  Author: spupykin
Revision: 145180

upgpkg: libvirt 1.2.20-3

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 11:32:17 UTC (rev 145179)
+++ PKGBUILD2015-10-28 11:54:38 UTC (rev 145180)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.20
-pkgrel=2
+pkgrel=3
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/;
@@ -115,9 +115,8 @@
   chown -R 0:78 "$pkgdir"/var/lib/libvirt/qemu
   chmod 0770 "$pkgdir"/var/lib/libvirt/qemu
 
-  # FS#45252
-  chown polkitd "$pkgdir"/usr/share/polkit-1/rules.d
-  chmod 0700 "$pkgdir"/usr/share/polkit-1/rules.d
+  chown 0:102 "$pkgdir"/usr/share/polkit-1/rules.d
+  chmod 0750 "$pkgdir"/usr/share/polkit-1/rules.d
 
   rm -rf \
"$pkgdir"/var/run \


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:14:19
  Author: fyan
Revision: 145188

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

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

---+
 /PKGBUILD |   84 
 /qtav.install |   26 
 community-i686/PKGBUILD   |   41 ---
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/qtav.install |   13 --
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 12:13:49 UTC (rev 145187)
+++ community-i686/PKGBUILD 2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=5
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
-  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
-
-  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
-  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
-  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 145187, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 12:14:19 UTC (rev 145188)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0.20151027
+_commit=e60c890e963e73ddd48015121b07c4dd8f56b219
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+
+  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
+  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
+  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-10-28 12:13:49 UTC (rev 145187)
+++ community-i686/qtav.install 2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 145187, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-10-28 12:14:19 UTC (rev 145188)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-28 12:13:49 UTC (rev 145187)
+++ community-x86_64/PKGBUILD   2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,41 

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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:13:49
  Author: fyan
Revision: 145187

upgpkg: qtav 1.8.0.20151027-1

Modified:
  qtav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 12:06:59 UTC (rev 145186)
+++ PKGBUILD2015-10-28 12:13:49 UTC (rev 145187)
@@ -2,8 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=qtav
-pkgver=1.8.0
-pkgrel=5
+pkgver=1.8.0.20151027
+_commit=e60c890e963e73ddd48015121b07c4dd8f56b219
+pkgrel=1
 pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
 arch=('i686' 'x86_64')
 url="http://www.qtav.org/;
@@ -11,7 +12,7 @@
 depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
 makedepends=('git')
 install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+source=("git+https://github.com/wang-bin/QtAV.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 14:05:28
  Author: fyan
Revision: 145196

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 13:05:28 UTC (rev 145195)
+++ PKGBUILD2015-10-28 13:05:28 UTC (rev 145196)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez   
-# Contributor: Peter Garceau 
-
-pkgbase=python-sympy
-pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.6.1.20151003
-_commit=81d78a2b22f735957c6686cd98fc3b3117ade162
-pkgrel=1
-arch=('any')
-pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
-url='http://sympy.org/en/index.html'
-license=('BSD')
-makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
-#source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};
-source=("git+https://github.com/sympy/sympy.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sympy py3-sympy
-}
-
-build() {
-  cd sympy
-  python2 setup.py build
-
-  cd ../py3-sympy
-  python3 setup.py build
-}
-
-check() {
-  # Broken, waiting for upstream fixes.
-
-  cd sympy
-  python2 setup.py test || warning "Exit code: $?"
-
-  cd ../py3-sympy
-  python3 setup.py test || warning "Exit code: $?"
-}
-
-package_python2-sympy() {
-  depends=('python2-mpmath')
-  optdepends=('python2-pyglet: plotting'
-  'ipython2: user friendly interface for isympy')
-
-  cd sympy
-
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sympy() {
-  depends=('python-mpmath')
-  optdepends=('ipython: user friendly interface for isympy')
-
-  cd py3-sympy
-
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-
-  # rename files that exists in both 'python2-sympy' and 'python-sympy'
-  mv "${pkgdir}"/usr/bin/isympy{,-py3}
-  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-sympy/repos/community-any/PKGBUILD (from rev 145194, 
python-sympy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 13:05:28 UTC (rev 145196)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: Peter Garceau 
+
+pkgbase=python-sympy
+pkgname=('python2-sympy' 'python-sympy')
+pkgver=0.7.6.1.20151028
+_commit=6ccadc06eb33390d190d6f834261a3a82018541d
+pkgrel=1
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
+#source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};
+source=("git+https://github.com/sympy/sympy.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sympy py3-sympy
+}
+
+build() {
+  cd sympy
+  python2 setup.py build
+
+  cd ../py3-sympy
+  python3 setup.py build
+}
+
+check() {
+  # Broken, waiting for upstream fixes.
+
+  cd sympy
+  python2 setup.py test || warning "Exit code: $?"
+
+  cd ../py3-sympy
+  python3 setup.py test || warning "Exit code: $?"
+}
+
+package_python2-sympy() {
+  depends=('python2-mpmath')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
+
+  cd sympy
+
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sympy() {
+  depends=('python-mpmath')
+  optdepends=('ipython: user friendly interface for isympy')
+
+  cd py3-sympy
+
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+
+  # rename files that exists in both 'python2-sympy' and 'python-sympy'
+  mv "${pkgdir}"/usr/bin/isympy{,-py3}
+  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
+
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 14:06:49
  Author: spupykin
Revision: 145197

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

Added:
  opensips/repos/community-i686/PKGBUILD
(from rev 145196, opensips/trunk/PKGBUILD)
  opensips/repos/community-i686/opensips.install
(from rev 145196, opensips/trunk/opensips.install)
  opensips/repos/community-i686/opensips.service
(from rev 145196, opensips/trunk/opensips.service)
  opensips/repos/community-i686/remove-inline.patch
(from rev 145196, opensips/trunk/remove-inline.patch)
  opensips/repos/community-x86_64/PKGBUILD
(from rev 145196, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.install
(from rev 145196, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 145196, opensips/trunk/opensips.service)
  opensips/repos/community-x86_64/remove-inline.patch
(from rev 145196, opensips/trunk/remove-inline.patch)
Deleted:
  opensips/repos/community-i686/PKGBUILD
  opensips/repos/community-i686/opensips.install
  opensips/repos/community-i686/opensips.service
  opensips/repos/community-i686/remove-inline.patch
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service
  opensips/repos/community-x86_64/remove-inline.patch

--+
 /PKGBUILD|  168 +
 /opensips.install|6 
 /opensips.service|   22 ++
 /remove-inline.patch |  314 +
 community-i686/PKGBUILD  |   84 
 community-i686/opensips.install  |3 
 community-i686/opensips.service  |   11 -
 community-i686/remove-inline.patch   |  157 
 community-x86_64/PKGBUILD|   84 
 community-x86_64/opensips.install|3 
 community-x86_64/opensips.service|   11 -
 community-x86_64/remove-inline.patch |  157 
 12 files changed, 510 insertions(+), 510 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 13:05:28 UTC (rev 145196)
+++ community-i686/PKGBUILD 2015-10-28 13:06:49 UTC (rev 145197)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=2.1.0
-pkgrel=4
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="http://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt' 'libmicrohttpd')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/dictionary.radius"
-   "etc/opensips/opensipsctlrc")
-arch=('i686' 'x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
-   remove-inline.patch
-   opensips.service)
-md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
- '3771f5720c54c7fe3326611f9b57013d'
- '35cdcb3692f6925236fd5fe7e9484c58')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-
-  patch -p1 <$srcdir/remove-inline.patch
-}
-
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p $pkgdir/etc/
-  mv $pkgdir/usr/etc/opensips/ $pkgdir/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
$pkgdir/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd $pkgdir/usr/share
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  cd $pkgdir/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  cd $pkgdir/usr/bin
-  sed -i "s#$pkgdir##" opensipsctl opensipsdbctl osipsconsole
-
-  cd $pkgdir/etc
-  find -type f -exec sed -i "s#$pkgdir##" {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 

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

2015-10-28 Thread speps
Date: Wednesday, October 28, 2015 @ 15:27:57
  Author: speps
Revision: 145198

upgpkg: wxsqlite3 3.2.1-1

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 13:06:49 UTC (rev 145197)
+++ PKGBUILD2015-10-28 14:27:57 UTC (rev 145198)
@@ -3,7 +3,7 @@
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.1.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk' 'sqlite3')
 source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-28 Thread speps
Date: Wednesday, October 28, 2015 @ 15:28:12
  Author: speps
Revision: 145199

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 14:27:57 UTC (rev 145198)
+++ community-i686/PKGBUILD 2015-10-28 14:28:12 UTC (rev 145199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 145198, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 14:28:12 UTC (rev 145199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://wxcode.sourceforge.net/components/wxsqlite3/;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-28 14:27:57 UTC (rev 145198)
+++ community-x86_64/PKGBUILD   2015-10-28 14:28:12 UTC (rev 145199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 145198, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-28 14:28:12 UTC (rev 145199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://wxcode.sourceforge.net/components/wxsqlite3/;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 08:03:36
  Author: fyan
Revision: 145163

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 145162, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 07:03:15 UTC (rev 145162)
+++ PKGBUILD2015-10-28 07:03:36 UTC (rev 145163)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
- 'python-pkginfo' 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}"
-  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py ptr
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd "${srcdir}/${pkgbase}"
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 145162, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 07:03:36 UTC (rev 145163)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-pkginfo' 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+options=('!emptydirs')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}"
+  cp -a "${srcdir}/${pkgbase}" "${srcdir}/${pkgbase}-py2"
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py ptr
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd "${srcdir}/${pkgbase}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  ln -s ${pkgbase} "${pkgdir}/usr/bin/${pkgbase}3"
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo')
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 08:03:15
  Author: fyan
Revision: 145162

upgpkg: twine 1.6.4-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 05:50:18 UTC (rev 145161)
+++ PKGBUILD2015-10-28 07:03:15 UTC (rev 145162)
@@ -4,7 +4,7 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')


[arch-commits] Commit in haskell-pandoc-citeproc/trunk (PKGBUILD)

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 11:00:34
  Author: fyan
Revision: 145168

upgpkg: haskell-pandoc-citeproc 0.8-6

rebuild with tagsoup-0.13.4

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 09:46:45 UTC (rev 145167)
+++ PKGBUILD2015-10-28 10:00:34 UTC (rev 145168)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in haskell-pandoc-citeproc/repos (6 files)

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 11:01:01
  Author: fyan
Revision: 145169

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

Added:
  haskell-pandoc-citeproc/repos/community-staging-i686/
  haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 145168, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 145168, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-staging-x86_64/
  haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 145168, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 145168, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 
 4 files changed, 142 insertions(+)

Copied: haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 
145168, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 10:01:01 UTC (rev 145169)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8
+pkgrel=6
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" "haskell-vector"
+ "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('834ba89edc9d92dd2e9bf0f001a5ce3d5713b8a7b580232b6a088b5f7f6ddc5e')
+
+prepare() {
+sed -e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
 (from rev 145168, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2015-10-28 
10:01:01 UTC (rev 145169)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from 
rev 

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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:08:06
  Author: alucryd
Revision: 249837

upgpkg: lightdm 1:1.16.3-2

polkit rules.d todo

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 06:56:24 UTC (rev 249836)
+++ PKGBUILD2015-10-28 10:08:06 UTC (rev 249837)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.16.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -93,7 +93,7 @@
   install -m 644 ../lightdm-autologin.pam 
"${pkgdir}"/etc/pam.d/lightdm-autologin
 
   # PolicyKit
-  install -dm 700 -o polkitd "${pkgdir}"/usr/share/polkit-1/rules.d
+  install -dm 750 -g 102 "${pkgdir}"/usr/share/polkit-1/rules.d
   install -m 644 ../lightdm.rules 
"${pkgdir}"/usr/share/polkit-1/rules.d/lightdm.rules
 
   # Systemd


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

2015-10-28 Thread Christian Hesse
Date: Wednesday, October 28, 2015 @ 11:08:24
  Author: eworm
Revision: 145173

upgpkg: packagekit 1.0.10-2

polkit rules.d mode change

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 10:03:04 UTC (rev 145172)
+++ PKGBUILD2015-10-28 10:08:24 UTC (rev 145173)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -46,8 +46,9 @@
 package() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
+   # install directory with root owner, polkit group and
+   # correct permission
+   install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
 
make DESTDIR="${pkgdir}" install
 }


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

2015-10-28 Thread Christian Hesse
Date: Wednesday, October 28, 2015 @ 11:08:32
  Author: eworm
Revision: 145174

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

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

-+
 /PKGBUILD   |  110 ++
 /packagekit.install |   22 ++
 community-i686/PKGBUILD |   54 
 community-i686/packagekit.install   |   11 ---
 community-x86_64/PKGBUILD   |   54 
 community-x86_64/packagekit.install |   11 ---
 6 files changed, 132 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 10:08:24 UTC (rev 145173)
+++ community-i686/PKGBUILD 2015-10-28 10:08:32 UTC (rev 145174)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jonathan Conder 
-
-pkgname='packagekit'
-pkgver=1.0.10
-pkgrel=1
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion' 'vala')
-optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-install='packagekit.install'
-backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e56b8efac6733763d6f525b6436c75585be2194d67d7c4cdeaed82e6c6c6feac'
-'SKIP')
-
-build() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-dummy \
-   --enable-alpm
-   make
-}
-
-package() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
-
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: packagekit/repos/community-i686/PKGBUILD (from rev 145173, 
packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 10:08:32 UTC (rev 145174)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.0.10
+pkgrel=2
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('e56b8efac6733763d6f525b6436c75585be2194d67d7c4cdeaed82e6c6c6feac'
+'SKIP')
+
+build() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   

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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:08:37
  Author: alucryd
Revision: 249838

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

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

---+
 /PKGBUILD |  272 
 /Xsession |  128 +
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   66 ++
 /lightdm.install  |   24 ++
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 +++
 /lightdm.service  |   26 ++
 /lightdm.tmpfiles |2 
 extra-i686/PKGBUILD   |  136 --
 extra-i686/Xsession   |   64 --
 extra-i686/lightdm-autologin.pam  |   13 -
 extra-i686/lightdm-default-config.patch   |   33 ---
 extra-i686/lightdm.install|   12 -
 extra-i686/lightdm.pam|7 
 extra-i686/lightdm.rules  |   15 -
 extra-i686/lightdm.service|   13 -
 extra-i686/lightdm.tmpfiles   |1 
 extra-x86_64/PKGBUILD |  136 --
 extra-x86_64/Xsession |   64 --
 extra-x86_64/lightdm-autologin.pam|   13 -
 extra-x86_64/lightdm-default-config.patch |   33 ---
 extra-x86_64/lightdm.install  |   12 -
 extra-x86_64/lightdm.pam  |7 
 extra-x86_64/lightdm.rules|   15 -
 extra-x86_64/lightdm.service  |   13 -
 extra-x86_64/lightdm.tmpfiles |1 
 27 files changed, 588 insertions(+), 588 deletions(-)

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


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:10:53
  Author: alucryd
Revision: 145175

upgpkg: lollypop 0.9.62-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 10:08:32 UTC (rev 145174)
+++ PKGBUILD2015-10-28 10:10:53 UTC (rev 145175)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.60
+pkgver=0.9.62
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -18,7 +18,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('ee49bdbbfaab1561ac827b47bf48a8234d77e3f79b5ee3ad520c196de31f1e88')
+sha256sums=('98f87cce5ff76149d4befa39ef58a572ca81d67a48ec4f7370b1d66ec542a0e9')
 
 build() {
   cd lollypop-${pkgver}


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:10:59
  Author: alucryd
Revision: 145176

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 lollypop.install |   30 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 10:10:53 UTC (rev 145175)
+++ PKGBUILD2015-10-28 10:10:59 UTC (rev 145176)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.60
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('ee49bdbbfaab1561ac827b47bf48a8234d77e3f79b5ee3ad520c196de31f1e88')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 145175, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 10:10:59 UTC (rev 145176)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.62
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('98f87cce5ff76149d4befa39ef58a572ca81d67a48ec4f7370b1d66ec542a0e9')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-10-28 10:10:53 UTC (rev 145175)
+++ lollypop.install2015-10-28 10:10:59 UTC (rev 145176)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 145175, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-10-28 10:10:59 UTC (rev 145176)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:19:57
  Author: alucryd
Revision: 249839

upgpkg: lightdm 1:1.16.4-1

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 10:08:37 UTC (rev 249838)
+++ PKGBUILD2015-10-28 10:19:57 UTC (rev 249839)
@@ -4,8 +4,8 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.16.3
-pkgrel=2
+pkgver=1.16.4
+pkgrel=1
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'Xsession')
-sha256sums=('c88b0ea63949724f807f5835f1a8a9468a4102e2dfad902d539f7f6bd0bb5b4b'
+sha256sums=('7078d748acaeaafca807b58b004facc266ed7a785178d7d71d98d027eb828a20'
 '8e4fb09f524fad640e92ba41d546f0cb39b0a9662789fd8d14cfc6578a149142'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'


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

2015-10-28 Thread Maxime Gauduin
Date: Wednesday, October 28, 2015 @ 11:20:16
  Author: alucryd
Revision: 249840

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

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

---+
 /PKGBUILD |  272 
 /Xsession |  128 +
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   66 ++
 /lightdm.install  |   24 ++
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 +++
 /lightdm.service  |   26 ++
 /lightdm.tmpfiles |2 
 extra-i686/PKGBUILD   |  136 --
 extra-i686/Xsession   |   64 --
 extra-i686/lightdm-autologin.pam  |   13 -
 extra-i686/lightdm-default-config.patch   |   33 ---
 extra-i686/lightdm.install|   12 -
 extra-i686/lightdm.pam|7 
 extra-i686/lightdm.rules  |   15 -
 extra-i686/lightdm.service|   13 -
 extra-i686/lightdm.tmpfiles   |1 
 extra-x86_64/PKGBUILD |  136 --
 extra-x86_64/Xsession |   64 --
 extra-x86_64/lightdm-autologin.pam|   13 -
 extra-x86_64/lightdm-default-config.patch |   33 ---
 extra-x86_64/lightdm.install  |   12 -
 extra-x86_64/lightdm.pam  |7 
 extra-x86_64/lightdm.rules|   15 -
 extra-x86_64/lightdm.service  |   13 -
 extra-x86_64/lightdm.tmpfiles |1 
 27 files changed, 588 insertions(+), 588 deletions(-)

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


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 17:15:52
  Author: spupykin
Revision: 145201

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 145200, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

--+
 PKGBUILD |   53 +
 1 file changed, 29 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 16:15:13 UTC (rev 145200)
+++ PKGBUILD2015-10-28 16:15:52 UTC (rev 145201)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.3
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 145200, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 16:15:52 UTC (rev 145201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.3
+pkgrel=2
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
+
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  sed -i 's/import devedeng.help//' src/devedeng/project.py 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 17:15:13
  Author: spupykin
Revision: 145200

upgpkg: devede 4.3-2

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 14:28:12 UTC (rev 145199)
+++ PKGBUILD2015-10-28 16:15:13 UTC (rev 145200)
@@ -6,7 +6,7 @@
 
 pkgname=devede
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html;
@@ -18,6 +18,11 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
 md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
 
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  sed -i 's/import devedeng.help//' src/devedeng/project.py 
+}
+
 package() {
   cd ${srcdir}/${pkgname}ng-$pkgver
   python setup.py install --root=${pkgdir}


[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD libgomp.patch)

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 17:54:14
  Author: spupykin
Revision: 145202

Added:
  mingw-w64-gcc/trunk/libgomp.patch
Modified:
  mingw-w64-gcc/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 libgomp.patch |   41 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 16:15:52 UTC (rev 145201)
+++ PKGBUILD2015-10-28 16:54:14 UTC (rev 145202)
@@ -8,7 +8,7 @@
 pkgver=5.2.0
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
 arch=('i686' 'x86_64')
 url="http://gcc.gnu.org;
@@ -27,11 +27,13 @@
 
source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
"http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch'
+   'libgomp.patch')
 md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
  'e039bfcfb6c2ab039b8ee69bf883e824'
  'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
+ 'da6c9ba6baebe1286f3219d4181cdbb8'
+ '83a29951782870ac94f497815cbfd73e')
 
 prepare() {
   cd ${srcdir}/gcc-${pkgver}
@@ -51,6 +53,7 @@
   # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
   # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
   patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+  patch -p0 -i ${srcdir}/libgomp.patch
 }
 
 build() {

Added: libgomp.patch
===
--- libgomp.patch   (rev 0)
+++ libgomp.patch   2015-10-28 16:54:14 UTC (rev 145202)
@@ -0,0 +1,41 @@
+Index: libgomp/oacc-int.h
+===
+--- libgomp/oacc-int.h (revision 228010)
 libgomp/oacc-int.h (revision 228011)
+@@ -97,6 +97,7 @@
+ void goacc_save_and_set_bind (acc_device_t);
+ void goacc_restore_bind (void);
+ void goacc_lazy_initialize (void);
++void goacc_host_init (void);
+ 
+ #ifdef HAVE_ATTRIBUTE_VISIBILITY
+ # pragma GCC visibility pop
+Index: libgomp/oacc-init.c
+===
+--- libgomp/oacc-init.c(revision 228010)
 libgomp/oacc-init.c(revision 228011)
+@@ -580,6 +580,9 @@
+ 
+   goacc_threads = NULL;
+   gomp_mutex_init (_thread_lock);
++
++  /* Initialize and register the 'host' device type.  */
++  goacc_host_init ();
+ }
+ 
+ /* Compiler helper functions */
+Index: libgomp/oacc-host.c
+===
+--- libgomp/oacc-host.c(revision 228010)
 libgomp/oacc-host.c(revision 228011)
+@@ -82,8 +82,8 @@
+   };
+ 
+ /* Register this device type.  */
+-static __attribute__ ((constructor))
+-void goacc_host_init (void)
++void
++goacc_host_init (void)
+ {
+   gomp_mutex_init (_dispatch.lock);
+   goacc_register (_dispatch);


[arch-commits] Commit in mingw-w64-gcc/repos/community-i686 (7 files)

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 17:54:45
  Author: spupykin
Revision: 145203

archrelease: copy trunk to community-i686

Added:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
(from rev 145202, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 145202, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-i686/isl.patch
(from rev 145202, mingw-w64-gcc/trunk/isl.patch)
  mingw-w64-gcc/repos/community-i686/libgomp.patch
(from rev 145202, mingw-w64-gcc/trunk/libgomp.patch)
Deleted:
  mingw-w64-gcc/repos/community-i686/PKGBUILD
  
mingw-w64-gcc/repos/community-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-i686/isl.patch

--+
 PKGBUILD |  181 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++--
 isl.patch|  152 +++---
 libgomp.patch|   41 +++
 4 files changed, 233 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 16:54:14 UTC (rev 145202)
+++ PKGBUILD2015-10-28 16:54:45 UTC (rev 145203)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-gcc
-pkgver=5.2.0
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=1
-pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc'
-'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
-'mingw-w64-headers')
-makedepends=("gcc-ada=${pkgver}")
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  # link isl/cloog for in-tree builds
-  ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern "C" part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target} && cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-# mv dlls
-mkdir -p $pkgdir/usr/${_target}/bin/
-mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
-  done
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-  rm -f ${pkgdir}/usr/lib/libcc1.so*
-  rm -f ${pkgdir}/usr/lib/libcc1.a
-}

Copied: mingw-w64-gcc/repos/community-i686/PKGBUILD 

[arch-commits] Commit in mingw-w64-gcc/repos/community-x86_64 (7 files)

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 18:58:39
  Author: spupykin
Revision: 145204

archrelease: copy trunk to community-x86_64

Added:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
(from rev 145203, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 145203, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-x86_64/isl.patch
(from rev 145203, mingw-w64-gcc/trunk/isl.patch)
  mingw-w64-gcc/repos/community-x86_64/libgomp.patch
(from rev 145203, mingw-w64-gcc/trunk/libgomp.patch)
Deleted:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-x86_64/isl.patch

--+
 PKGBUILD |  181 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++--
 isl.patch|  152 +++---
 libgomp.patch|   41 +++
 4 files changed, 233 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 16:54:45 UTC (rev 145203)
+++ PKGBUILD2015-10-28 17:58:39 UTC (rev 145204)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-gcc
-pkgver=5.2.0
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=1
-pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://gcc.gnu.org;
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc'
-'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
-'mingw-w64-headers')
-makedepends=("gcc-ada=${pkgver}")
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
-md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  # link isl/cloog for in-tree builds
-  ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern "C" part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target} && cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-# mv dlls
-mkdir -p $pkgdir/usr/${_target}/bin/
-mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
-  done
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-  rm -f ${pkgdir}/usr/lib/libcc1.so*
-  rm -f ${pkgdir}/usr/lib/libcc1.a
-}

Copied: 

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

2015-10-28 Thread Florian Pritz
Date: Wednesday, October 28, 2015 @ 19:26:36
  Author: bluewind
Revision: 145206

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   90 +-
 zim.install |   42 +--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 18:26:31 UTC (rev 145205)
+++ PKGBUILD2015-10-28 18:26:36 UTC (rev 145206)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.63
-pkgrel=1
-pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://zim-wiki.org/;
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram & Link Map plugins'
-'python2-gtkspell: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'libzeitgeist: Log events with Zeitgeist plugin'
-'lilypond: Insert Score plugin'
-'texlive-bin: Insert Equation plugin')
-install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a23d5da4e71483285ce0e17ca92d0206')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# python2 fixes
-for file in zim/inc/xdot.py zim/_version.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 145205, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 18:26:36 UTC (rev 145206)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.64
+pkgrel=1
+pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://zim-wiki.org/;
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram & Link Map plugins'
+'python2-gtkspell: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'libzeitgeist: Log events with Zeitgeist plugin'
+'lilypond: Insert Score plugin'
+'texlive-bin: Insert Equation plugin')
+install=zim.install
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ec1dd38fc3aa92eb3529fb492e165ee3')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# python2 fixes
+for file in zim/inc/xdot.py zim/_version.py; do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: zim.install
===
--- zim.install 2015-10-28 18:26:31 UTC (rev 145205)
+++ zim.install 2015-10-28 18:26:36 UTC (rev 145206)
@@ -1,21 +0,0 @@
-updatedesktopdtb() {
-  [ -x /usr/bin/update-desktop-database ] \
-&& update-desktop-database -q
-  [ -x /usr/bin/update-mime-database ] \
-&& update-mime-database usr/share/mime > /dev/null 2>&1
-}
-
-post_install() {
-  updatedesktopdtb
-   echo
-  echo " >>> zim package need a browser to work properly"
-  echo " >>> you can choose a browser like firefox, chromium, konqueror, ..."
-}
-
-post_upgrade() {
-  updatedesktopdtb
-}
-
-post_remove() {
-  updatedesktopdtb
-}

Copied: zim/repos/community-any/zim.install (from rev 145205, 
zim/trunk/zim.install)
===
--- 

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

2015-10-28 Thread Antonio Rojas
Date: Wednesday, October 28, 2015 @ 18:19:25
  Author: arojas
Revision: 249843

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

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

---+
 /PKGBUILD |   82 
 /kdevelop.install |   26 
 extra-i686/PKGBUILD   |   42 
 extra-i686/kdevelop.install   |   13 --
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/kdevelop.install |   13 --
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-28 17:18:47 UTC (rev 249842)
+++ extra-i686/PKGBUILD 2015-10-28 17:19:25 UTC (rev 249843)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=4.7.2
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=('i686' 'x86_64')
-url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
-optdepends=('oktetapart4: hex editor integration'
-'konsolepart4: embedded terminal'
-"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
-'git: Git support'
-'subversion: SVN support'
-'cvs: Concurrent Versions System support'
-'gdb: GNU Debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 249842, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-28 17:19:25 UTC (rev 249843)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.2
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'oktetapart4')
+optdepends=('oktetapart4: hex editor integration'
+'konsolepart4: embedded terminal'
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2015-10-28 17:18:47 UTC (rev 249842)
+++ extra-i686/kdevelop.install 2015-10-28 17:19:25 UTC (rev 249843)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 249842, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2015-10-28 17:19:25 UTC (rev 249843)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate 

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

2015-10-28 Thread Antonio Rojas
Date: Wednesday, October 28, 2015 @ 18:18:47
  Author: arojas
Revision: 249842

Drop kdebase-workspace dependency so that GDB plugin can be used in Plasma 5

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 14:48:33 UTC (rev 249841)
+++ PKGBUILD2015-10-28 17:18:47 UTC (rev 249842)
@@ -4,16 +4,15 @@
 
 pkgname=kdevelop
 pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
 license=('GPL')
 depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'oktetapart4' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4' 'oktetapart4')
 optdepends=('oktetapart4: hex editor integration'
 'konsolepart4: embedded terminal'
-"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2015-10-28 Thread Florian Pritz
Date: Wednesday, October 28, 2015 @ 19:26:31
  Author: bluewind
Revision: 145205

upgpkg: zim 0.64-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 17:58:39 UTC (rev 145204)
+++ PKGBUILD2015-10-28 18:26:31 UTC (rev 145205)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=zim
-pkgver=0.63
+pkgver=0.64
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
 arch=(any)
@@ -25,7 +25,7 @@
 'texlive-bin: Insert Equation plugin')
 install=zim.install
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a23d5da4e71483285ce0e17ca92d0206')
+md5sums=('ec1dd38fc3aa92eb3529fb492e165ee3')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in geeqie/trunk (PKGBUILD fix-fullscreen.patch)

2015-10-28 Thread Gaetan Bisson
Date: Thursday, October 29, 2015 @ 02:51:23
  Author: bisson
Revision: 249846

fix switching virtual desktops in fullscreen mode

Added:
  geeqie/trunk/fix-fullscreen.patch
Modified:
  geeqie/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 fix-fullscreen.patch |  107 +
 2 files changed, 117 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 22:49:11 UTC (rev 249845)
+++ PKGBUILD2015-10-29 01:51:23 UTC (rev 249846)
@@ -4,7 +4,7 @@
 
 pkgname=geeqie
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight image browser and viewer"
 arch=('i686' 'x86_64')
 url="http://www.geeqie.org/;
@@ -15,9 +15,16 @@
'fbida: for jpeg rotation'
'exiv2: for tiff and png rotation')
 install=geeqie.install
-source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995')
+source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz
+fix-fullscreen.patch)
+sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995'
+  'dab15bbda9b329f663276b25bf1989b410596644')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../fix-fullscreen.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr

Added: fix-fullscreen.patch
===
--- fix-fullscreen.patch(rev 0)
+++ fix-fullscreen.patch2015-10-29 01:51:23 UTC (rev 249846)
@@ -0,0 +1,107 @@
+diff -Naur old/src/fullscreen.c new/src/fullscreen.c
+--- old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
 new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
+@@ -210,10 +210,6 @@
+void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
+ {
+   FullScreenData *fs;
+-  GdkScreen *screen;
+-  gint x, y;
+-  gint w, h;
+-  GdkGeometry geometry;
+   GdkWindow *gdkwin;
+ 
+   if (!window || !imd) return NULL;
+@@ -229,14 +225,9 @@
+   fs->stop_data = stop_data;
+ 
+   DEBUG_1("full screen requests screen %d", options->fullscreen.screen);
+-  fullscreen_prefs_get_geometry(options->fullscreen.screen, window, , 
, , ,
+-, >same_region);
+ 
+   fs->window = window_new(GTK_WINDOW_TOPLEVEL, "fullscreen", NULL, NULL, 
_("Full screen"));
+ 
+-  /* this requests no decorations, if you still have them complain to the 
window manager author(s) */
+-  gtk_window_set_decorated(GTK_WINDOW(fs->window), FALSE);
+-
+   if (options->fullscreen.screen < 0)
+   {
+   /* If we want control of the window size and position this is 
not what we want.
+@@ -246,9 +237,42 @@
+   }
+   else
+   {
+-  gtk_window_set_screen(GTK_WINDOW(fs->window), screen);
++  GdkScreen *screen;
++  gint x, y;
++  gint w, h;
++  GdkGeometry geometry;
++
++  fullscreen_prefs_get_geometry(options->fullscreen.screen, 
window, , , , ,
++, >same_region);
++
+   if (options->fullscreen.above)
+   gtk_window_set_keep_above(GTK_WINDOW(fs->window), TRUE);
++
++  gtk_window_set_screen(GTK_WINDOW(fs->window), screen);
++  gtk_window_set_decorated(GTK_WINDOW(fs->window), FALSE);
++  gtk_window_set_resizable(GTK_WINDOW(fs->window), FALSE);
++  gtk_container_set_border_width(GTK_CONTAINER(fs->window), 0);
++
++  geometry.min_width = w;
++  geometry.min_height = h;
++  geometry.max_width = w;
++  geometry.max_height = h;
++  geometry.base_width = w;
++  geometry.base_height = h;
++  geometry.win_gravity = GDK_GRAVITY_STATIC;
++
++  gtk_window_set_geometry_hints(GTK_WINDOW(fs->window), 
fs->window, ,
++GDK_HINT_MIN_SIZE | 
GDK_HINT_MAX_SIZE | GDK_HINT_BASE_SIZE |
++GDK_HINT_WIN_GRAVITY |
++GDK_HINT_USER_POS);
++
++  gtk_window_set_default_size(GTK_WINDOW(fs->window), w, h);
++  gtk_window_move(GTK_WINDOW(fs->window), x, y);
++  
++  gtk_widget_realize(fs->window);
++  gdkwin = gtk_widget_get_window(fs->window);
++  if (gdkwin != NULL)
++  gdk_window_set_override_redirect(gdkwin, TRUE);
+   }
+ 
+   gtk_window_set_resizable(GTK_WINDOW(fs->window), FALSE);
+@@ -256,33 +280,6 @@
+   g_signal_connect(G_OBJECT(fs->window), "delete_event",
+G_CALLBACK(fullscreen_delete_cb), fs);
+ 
+-  geometry.min_width = w;

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

2015-10-28 Thread Gaetan Bisson
Date: Thursday, October 29, 2015 @ 02:52:01
  Author: bisson
Revision: 249847

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

Added:
  geeqie/repos/extra-i686/PKGBUILD
(from rev 249846, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-i686/fix-fullscreen.patch
(from rev 249846, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-i686/geeqie.install
(from rev 249846, geeqie/trunk/geeqie.install)
  geeqie/repos/extra-x86_64/PKGBUILD
(from rev 249846, geeqie/trunk/PKGBUILD)
  geeqie/repos/extra-x86_64/fix-fullscreen.patch
(from rev 249846, geeqie/trunk/fix-fullscreen.patch)
  geeqie/repos/extra-x86_64/geeqie.install
(from rev 249846, geeqie/trunk/geeqie.install)
Deleted:
  geeqie/repos/extra-i686/PKGBUILD
  geeqie/repos/extra-i686/geeqie.install
  geeqie/repos/extra-x86_64/PKGBUILD
  geeqie/repos/extra-x86_64/geeqie.install

---+
 /PKGBUILD |   74 
 /geeqie.install   |   22 +++
 extra-i686/PKGBUILD   |   30 --
 extra-i686/fix-fullscreen.patch   |  107 
 extra-i686/geeqie.install |   11 ---
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/fix-fullscreen.patch |  107 
 extra-x86_64/geeqie.install   |   11 ---
 8 files changed, 310 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-29 01:51:23 UTC (rev 249846)
+++ extra-i686/PKGBUILD 2015-10-29 01:52:01 UTC (rev 249847)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=geeqie
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A lightweight image browser and viewer"
-arch=('i686' 'x86_64')
-url="http://www.geeqie.org/;
-license=('GPL2')
-depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
-makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
-optdepends=('librsvg: SVG rendering'
-   'fbida: for jpeg rotation'
-   'exiv2: for tiff and png rotation')
-install=geeqie.install
-source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: geeqie/repos/extra-i686/PKGBUILD (from rev 249846, 
geeqie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-29 01:52:01 UTC (rev 249847)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="A lightweight image browser and viewer"
+arch=('i686' 'x86_64')
+url="http://www.geeqie.org/;
+license=('GPL2')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git')
+optdepends=('librsvg: SVG rendering'
+   'fbida: for jpeg rotation'
+   'exiv2: for tiff and png rotation')
+install=geeqie.install
+source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz
+fix-fullscreen.patch)
+sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995'
+  'dab15bbda9b329f663276b25bf1989b410596644')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../fix-fullscreen.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: geeqie/repos/extra-i686/fix-fullscreen.patch (from rev 249846, 
geeqie/trunk/fix-fullscreen.patch)
===
--- extra-i686/fix-fullscreen.patch (rev 0)
+++ extra-i686/fix-fullscreen.patch 2015-10-29 01:52:01 UTC (rev 249847)
@@ -0,0 +1,107 @@
+diff -Naur old/src/fullscreen.c new/src/fullscreen.c
+--- old/src/fullscreen.c   2015-08-16 16:37:58.132952447 +0900
 new/src/fullscreen.c   2015-08-16 16:43:30.031882508 +0900
+@@ -210,10 +210,6 @@
+void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
+ {
+   FullScreenData *fs;
+-  GdkScreen *screen;
+-  gint x, y;
+-  gint w, h;
+-  GdkGeometry geometry;
+   GdkWindow *gdkwin;
+ 
+   if (!window || !imd) return NULL;
+@@ -229,14 +225,9 @@
+   fs->stop_data = stop_data;
+ 
+   DEBUG_1("full screen requests screen %d", options->fullscreen.screen);
+-  fullscreen_prefs_get_geometry(options->fullscreen.screen, window, , 
, , ,
+-, >same_region);
+ 
+   fs->window = 

[arch-commits] Commit in (4 files)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 04:46:48
  Author: fyan
Revision: 145211

addpkg: python-ukpostcodeparser 1.0.3.20150130-1

Added:
  python-ukpostcodeparser/
  python-ukpostcodeparser/repos/
  python-ukpostcodeparser/trunk/
  python-ukpostcodeparser/trunk/PKGBUILD

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

Added: python-ukpostcodeparser/trunk/PKGBUILD
===
--- python-ukpostcodeparser/trunk/PKGBUILD  (rev 0)
+++ python-ukpostcodeparser/trunk/PKGBUILD  2015-10-29 03:46:48 UTC (rev 
145211)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-ukpostcodeparser
+pkgname=('python-ukpostcodeparser' 'python2-ukpostcodeparser')
+pkgver=1.0.3.20150130
+_commit=5bf544de5db9e5251cc2b8c8e965e7485ebcbd5f
+pkgrel=1
+pkgdesc="UK Postcode parser"
+arch=('any')
+license=('MIT')
+url="https://github.com/hamstah/ukpostcodeparser;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/hamstah/ukpostcodeparser.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a ukpostcodeparser{,-py2}
+}
+
+build() {
+  cd "$srcdir/ukpostcodeparser"
+  python setup.py build
+
+  cd "$srcdir/ukpostcodeparser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/ukpostcodeparser"
+  python setup.py test
+
+  cd "$srcdir/ukpostcodeparser-py2"
+  python2 setup.py test
+}
+
+package_python-ukpostcodeparser() {
+  depends=('python')
+
+  cd ukpostcodeparser
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-ukpostcodeparser() {
+  depends=('python2')
+
+  cd ukpostcodeparser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+


Property changes on: python-ukpostcodeparser/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 04:47:12
  Author: fyan
Revision: 145212

archrelease: copy trunk to community-any

Added:
  python-ukpostcodeparser/repos/community-any/
  python-ukpostcodeparser/repos/community-any/PKGBUILD
(from rev 145211, python-ukpostcodeparser/trunk/PKGBUILD)

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

Copied: python-ukpostcodeparser/repos/community-any/PKGBUILD (from rev 145211, 
python-ukpostcodeparser/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-29 03:47:12 UTC (rev 145212)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-ukpostcodeparser
+pkgname=('python-ukpostcodeparser' 'python2-ukpostcodeparser')
+pkgver=1.0.3.20150130
+_commit=5bf544de5db9e5251cc2b8c8e965e7485ebcbd5f
+pkgrel=1
+pkgdesc="UK Postcode parser"
+arch=('any')
+license=('MIT')
+url="https://github.com/hamstah/ukpostcodeparser;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/hamstah/ukpostcodeparser.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a ukpostcodeparser{,-py2}
+}
+
+build() {
+  cd "$srcdir/ukpostcodeparser"
+  python setup.py build
+
+  cd "$srcdir/ukpostcodeparser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/ukpostcodeparser"
+  python setup.py test
+
+  cd "$srcdir/ukpostcodeparser-py2"
+  python2 setup.py test
+}
+
+package_python-ukpostcodeparser() {
+  depends=('python')
+
+  cd ukpostcodeparser
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-ukpostcodeparser() {
+  depends=('python2')
+
+  cd ukpostcodeparser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+


[arch-commits] Commit in python-fake-factory/repos (2 files)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 05:15:06
  Author: fyan
Revision: 145214

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 145213, python-fake-factory/trunk/PKGBUILD)

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

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 145213, 
python-fake-factory/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-29 04:15:06 UTC (rev 145214)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-ukpostcodeparser' 
'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  # Fix test discover
+  echo -e '[pytest]\npython_files = *.py' > faker/pytest.ini
+
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir/faker"
+  python setup.py build
+
+  cd "$srcdir/faker-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/faker"
+  py.test faker/tests
+
+  cd "$srcdir/faker-py2"
+  py.test2 faker/tests
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}/faker"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}/faker-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/faker"{,2}
+  install -Dm 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 05:14:17
  Author: fyan
Revision: 145213

addpkg: python-fake-factory 0.5.3-1

Added:
  python-fake-factory/
  python-fake-factory/repos/
  python-fake-factory/trunk/
  python-fake-factory/trunk/PKGBUILD

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

Added: python-fake-factory/trunk/PKGBUILD
===
--- python-fake-factory/trunk/PKGBUILD  (rev 0)
+++ python-fake-factory/trunk/PKGBUILD  2015-10-29 04:14:17 UTC (rev 145213)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-ukpostcodeparser' 
'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  # Fix test discover
+  echo -e '[pytest]\npython_files = *.py' > faker/pytest.ini
+
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir/faker"
+  python setup.py build
+
+  cd "$srcdir/faker-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/faker"
+  py.test faker/tests
+
+  cd "$srcdir/faker-py2"
+  py.test2 faker/tests
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}/faker"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}/faker-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  mv "${pkgdir}/usr/bin/faker"{,2}
+  install -Dm 644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-fake-factory/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 03:04:09
  Author: fyan
Revision: 145207

upgpkg: python-cryptography-vectors 1.1-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 18:26:36 UTC (rev 145206)
+++ PKGBUILD2015-10-29 02:04:09 UTC (rev 145207)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.0.2
+pkgver=1.1
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('8dc7e91b0dc1401c4e44faa51af7ac02')
+md5sums=('0ad422501074929c06b7edd40df41844')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 03:04:32
  Author: fyan
Revision: 145208

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 145207, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-29 02:04:09 UTC (rev 145207)
+++ PKGBUILD2015-10-29 02:04:32 UTC (rev 145208)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('8dc7e91b0dc1401c4e44faa51af7ac02')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
145207, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-29 02:04:32 UTC (rev 145208)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.1
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('0ad422501074929c06b7edd40df41844')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 03:21:46
  Author: fyan
Revision: 145210

archrelease: copy trunk to community-any

Added:
  python-pyperclip/repos/community-any/PKGBUILD
(from rev 145209, python-pyperclip/trunk/PKGBUILD)
  python-pyperclip/repos/community-any/fix-test_copyUnicode.patch
(from rev 145209, python-pyperclip/trunk/fix-test_copyUnicode.patch)
Deleted:
  python-pyperclip/repos/community-any/PKGBUILD
  python-pyperclip/repos/community-any/fix-test_copyUnicode.patch

+
 PKGBUILD   |  105 +--
 fix-test_copyUnicode.patch |   74 +++---
 2 files changed, 90 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-29 02:21:17 UTC (rev 145209)
+++ PKGBUILD2015-10-29 02:21:46 UTC (rev 145210)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jim Bridgewater 
-# Contributor: delta48  
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.15
-_commit=c57ed8ea81d5658b88f5e4dbe35938bb8be1da53
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="https://github.com/asweigart/pyperclip;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'xclip' 'git')
-checkdepends=('xorg-server-xvfb')
-source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;
-fix-test_copyUnicode.patch)
-md5sums=('SKIP'
- '473ee868530cc1d6e579f9df63085588')
-
-prepare() {
-  (cd $_pypiname; git apply ../fix-test_copyUnicode.patch)
-  cp -a $_pypiname{,-py2}
-}
-
-check() {
-  cd "$srcdir/$_pypiname"
-  xvfb-run python tests/basicTests.py
-
-  cd "$srcdir/$_pypiname-py2"
-  xvfb-run python2 tests/basicTests.py
-}
-
-package_python-pyperclip() {
-  depends=('python' 'xclip')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyperclip() {
-  depends=('python2' 'xclip')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyperclip/repos/community-any/PKGBUILD (from rev 145209, 
python-pyperclip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-29 02:21:46 UTC (rev 145210)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jim Bridgewater 
+# Contributor: delta48  
+
+pkgbase=python-pyperclip
+pkgname=('python-pyperclip' 'python2-pyperclip')
+_pypiname=pyperclip
+pkgver=1.5.17.20151029
+_commit=07b90a4e082b46d868c3297188e7ad664fbc6e1e
+pkgrel=1
+pkgdesc="A cross-platform clipboard module for Python"
+arch=('any')
+url="https://github.com/asweigart/pyperclip;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'xclip' 'git')
+checkdepends=('xorg-server-xvfb')
+source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;
+fix-test_copyUnicode.patch)
+md5sums=('SKIP'
+ '40675a4461359c8e2c22ee4bd240d76c')
+
+prepare() {
+  # https://github.com/asweigart/pyperclip/pull/28
+  (cd $_pypiname; patch -p1 -i ../fix-test_copyUnicode.patch)
+  cp -a $_pypiname{,-py2}
+}
+
+check() {
+  cd "$srcdir/$_pypiname"
+  xvfb-run python tests/basicTests.py
+
+  cd "$srcdir/$_pypiname-py2"
+  xvfb-run python2 tests/basicTests.py
+}
+
+package_python-pyperclip() {
+  depends=('python' 'xclip')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyperclip() {
+  depends=('python2' 'xclip')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-test_copyUnicode.patch
===
--- fix-test_copyUnicode.patch  2015-10-29 02:21:17 UTC (rev 145209)
+++ fix-test_copyUnicode.patch  2015-10-29 02:21:46 UTC (rev 145210)
@@ -1,37 +0,0 @@
-commit dbd1d58ba6c350db3aa7d154e9a940d835ee52a4
-Author: Felix Yan 
-Date:   Sat Oct 10 09:34:35 2015 +0800
-
-Fix test_copyUnicode under PyPy
-
-diff --git a/pyperclip/__init__.py b/pyperclip/__init__.py
-index ab2b6df..1c3ec66 100644
 a/pyperclip/__init__.py
-+++ b/pyperclip/__init__.py
-@@ -113,6 +113,8 @@ def _copyQt(text):
- 
- 
- def _copyXclip(text):
-+if not isinstance(text, text_type):
-+text = 

[arch-commits] Commit in python-pyperclip/trunk (PKGBUILD fix-test_copyUnicode.patch)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 03:21:17
  Author: fyan
Revision: 145209

upgpkg: python-pyperclip 1.5.17.20151029-1

Modified:
  python-pyperclip/trunk/PKGBUILD
  python-pyperclip/trunk/fix-test_copyUnicode.patch

+
 PKGBUILD   |9 +
 fix-test_copyUnicode.patch |   18 +-
 2 files changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-29 02:04:32 UTC (rev 145208)
+++ PKGBUILD2015-10-29 02:21:17 UTC (rev 145209)
@@ -6,8 +6,8 @@
 pkgbase=python-pyperclip
 pkgname=('python-pyperclip' 'python2-pyperclip')
 _pypiname=pyperclip
-pkgver=1.5.15
-_commit=c57ed8ea81d5658b88f5e4dbe35938bb8be1da53
+pkgver=1.5.17.20151029
+_commit=07b90a4e082b46d868c3297188e7ad664fbc6e1e
 pkgrel=1
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')
@@ -18,10 +18,11 @@
 source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;
 fix-test_copyUnicode.patch)
 md5sums=('SKIP'
- '473ee868530cc1d6e579f9df63085588')
+ '40675a4461359c8e2c22ee4bd240d76c')
 
 prepare() {
-  (cd $_pypiname; git apply ../fix-test_copyUnicode.patch)
+  # https://github.com/asweigart/pyperclip/pull/28
+  (cd $_pypiname; patch -p1 -i ../fix-test_copyUnicode.patch)
   cp -a $_pypiname{,-py2}
 }
 

Modified: fix-test_copyUnicode.patch
===
--- fix-test_copyUnicode.patch  2015-10-29 02:04:32 UTC (rev 145208)
+++ fix-test_copyUnicode.patch  2015-10-29 02:21:17 UTC (rev 145209)
@@ -1,4 +1,4 @@
-commit dbd1d58ba6c350db3aa7d154e9a940d835ee52a4
+commit 8da536e515f71a2caf2256b4d936851da0ce2bcf
 Author: Felix Yan 
 Date:   Sat Oct 10 09:34:35 2015 +0800
 
@@ -5,32 +5,32 @@
 Fix test_copyUnicode under PyPy
 
 diff --git a/pyperclip/__init__.py b/pyperclip/__init__.py
-index ab2b6df..1c3ec66 100644
+index 9c12381..e475b95 100644
 --- a/pyperclip/__init__.py
 +++ b/pyperclip/__init__.py
-@@ -113,6 +113,8 @@ def _copyQt(text):
+@@ -141,6 +141,8 @@ def _copyQt(text):
  
  
  def _copyXclip(text):
-+if not isinstance(text, text_type):
++if not isinstance(text, STRING_FUNCTION):
 +text = text.decode('utf-8')
  p = Popen(['xclip', '-selection', 'c'], stdin=PIPE, close_fds=True)
  p.communicate(input=text.encode('utf-8'))
  
-@@ -124,6 +126,8 @@ def _pasteXclip():
+@@ -152,6 +154,8 @@ def _pasteXclip():
  
  
  def _copyXsel(text):
-+if not isinstance(text, text_type):
++if not isinstance(text, STRING_FUNCTION):
 +text = text.decode('utf-8')
  p = Popen(['xsel', '-b', '-i'], stdin=PIPE, close_fds=True)
  p.communicate(input=text.encode('utf-8'))
  
-@@ -134,6 +138,8 @@ def _pasteXsel():
- return stdout.decode('utf-8')
+@@ -163,6 +167,8 @@ def _pasteXsel():
  
+ 
  def _copyKlipper(text):
-+if not isinstance(text, text_type):
++if not isinstance(text, STRING_FUNCTION):
 +text = text.decode('utf-8')
  p = Popen(['qdbus', 'org.kde.klipper', '/klipper',
  'setClipboardContents', text.encode('utf-8')],


[arch-commits] Commit in (4 files)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 06:19:39
  Author: fyan
Revision: 145215

addpkg: python-genty 1.2.1-1

Added:
  python-genty/
  python-genty/repos/
  python-genty/trunk/
  python-genty/trunk/PKGBUILD

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

Added: python-genty/trunk/PKGBUILD
===
--- python-genty/trunk/PKGBUILD (rev 0)
+++ python-genty/trunk/PKGBUILD 2015-10-29 05:19:39 UTC (rev 145215)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-genty
+pkgname=('python-genty' 'python2-genty')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Allows you to run a test with multiple data sets"
+arch=('any')
+license=('Apache')
+url="https://github.com/box/genty;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://github.com/box/genty.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a genty{,-py2}
+}
+
+build() {
+  cd "$srcdir/genty"
+  python setup.py build
+
+  cd "$srcdir/genty-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/genty"
+  python setup.py test
+
+  cd "$srcdir/genty-py2"
+  python2 setup.py test
+}
+
+package_python-genty() {
+  depends=('python-six')
+
+  cd genty
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-genty() {
+  depends=('python2-six')
+
+  cd genty-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


Property changes on: python-genty/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 06:20:43
  Author: fyan
Revision: 145216

archrelease: copy trunk to community-any

Added:
  python-genty/repos/community-any/
  python-genty/repos/community-any/PKGBUILD
(from rev 145215, python-genty/trunk/PKGBUILD)

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

Copied: python-genty/repos/community-any/PKGBUILD (from rev 145215, 
python-genty/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-29 05:20:43 UTC (rev 145216)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-genty
+pkgname=('python-genty' 'python2-genty')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Allows you to run a test with multiple data sets"
+arch=('any')
+license=('Apache')
+url="https://github.com/box/genty;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://github.com/box/genty.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a genty{,-py2}
+}
+
+build() {
+  cd "$srcdir/genty"
+  python setup.py build
+
+  cd "$srcdir/genty-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/genty"
+  python setup.py test
+
+  cd "$srcdir/genty-py2"
+  python2 setup.py test
+}
+
+package_python-genty() {
+  depends=('python-six')
+
+  cd genty
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-genty() {
+  depends=('python2-six')
+
+  cd genty-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 06:24:43
  Author: fyan
Revision: 145217

addpkg: python-flaky 2.4.0-1

Added:
  python-flaky/
  python-flaky/repos/
  python-flaky/trunk/
  python-flaky/trunk/PKGBUILD

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

Added: python-flaky/trunk/PKGBUILD
===
--- python-flaky/trunk/PKGBUILD (rev 0)
+++ python-flaky/trunk/PKGBUILD 2015-10-29 05:24:43 UTC (rev 145217)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+_pypiname=flaky
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="pytest|test_nose_options_example" test/
+py.test -k 'example and not nose and not options' --doctest-modules test/
+py.test -p no:flaky test/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 test/test_pytest_options_example.py
+  )
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
+nosetests2 --with-flaky --exclude="pytest|test_nose_options_example" test/
+py.test2 -k 'example and not nose and not options' --doctest-modules test/
+py.test2 -p no:flaky test/test_flaky_pytest_plugin.py
+nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
+py.test2 --force-flaky --max-runs 2 test/test_pytest_options_example.py
+  )
+}
+
+package_python-flaky() {
+  depends=('python')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-flaky() {
+  depends=('python2')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-flaky/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-10-28 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 06:25:14
  Author: fyan
Revision: 145218

archrelease: copy trunk to community-any

Added:
  python-flaky/repos/community-any/
  python-flaky/repos/community-any/PKGBUILD
(from rev 145217, python-flaky/trunk/PKGBUILD)

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

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 145217, 
python-flaky/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-29 05:25:14 UTC (rev 145218)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+_pypiname=flaky
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="pytest|test_nose_options_example" test/
+py.test -k 'example and not nose and not options' --doctest-modules test/
+py.test -p no:flaky test/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 test/test_pytest_options_example.py
+  )
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
+nosetests2 --with-flaky --exclude="pytest|test_nose_options_example" test/
+py.test2 -k 'example and not nose and not options' --doctest-modules test/
+py.test2 -p no:flaky test/test_flaky_pytest_plugin.py
+nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose_options_example.py
+py.test2 --force-flaky --max-runs 2 test/test_pytest_options_example.py
+  )
+}
+
+package_python-flaky() {
+  depends=('python')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-flaky() {
+  depends=('python2')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-control-center/trunk (2 files)

2015-10-28 Thread Jan Steffens
Date: Wednesday, October 28, 2015 @ 23:45:23
  Author: heftig
Revision: 249844

Fix polkit dir and add user services

Added:
  gnome-control-center/trunk/0001-Add-systemd-user-services.patch
Modified:
  gnome-control-center/trunk/PKGBUILD

--+
 0001-Add-systemd-user-services.patch |  144 +
 PKGBUILD |   15 +--
 2 files changed, 152 insertions(+), 7 deletions(-)

Added: 0001-Add-systemd-user-services.patch
===
--- 0001-Add-systemd-user-services.patch(rev 0)
+++ 0001-Add-systemd-user-services.patch2015-10-28 22:45:23 UTC (rev 
249844)
@@ -0,0 +1,144 @@
+From 2f8c902f4b9f86c8e3a6be758d78908e8cb50d0d Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 28 Oct 2015 23:27:19 +0100
+Subject: [PATCH] Add systemd user services
+
+Follows the code in GVFS.
+---
+ search-provider/Makefile.am| 16 ++-
+ ...gnome-control-center-search-provider.service.in |  7 +++
+ ...g.gnome.ControlCenter.SearchProvider.service.in |  3 ++-
+ shell/Makefile.am  | 24 ++
+ shell/gnome-control-center.service.in  |  7 +++
+ shell/org.gnome.ControlCenter.service.in   |  1 +
+ 6 files changed, 44 insertions(+), 14 deletions(-)
+ create mode 100644 
search-provider/gnome-control-center-search-provider.service.in
+ create mode 100644 shell/gnome-control-center.service.in
+
+diff --git a/search-provider/Makefile.am b/search-provider/Makefile.am
+index 2314d66..864d895 100644
+--- a/search-provider/Makefile.am
 b/search-provider/Makefile.am
+@@ -38,17 +38,23 @@ gnome_control_center_search_provider_LDADD =   \
+   $(top_builddir)/shell/libshell.la   \
+   $(SHELL_LIBS)
+ 
+-CLEANFILES = $(BUILT_SOURCES) $(service_DATA)
++CLEANFILES = $(BUILT_SOURCES) $(service_DATA) $(systemd_user_DATA)
+ 
+ servicedir = $(datadir)/dbus-1/services
+ service_DATA = $(service_in_files:.service.in=.service)
+-service_in_files =\
+-  org.gnome.ControlCenter.SearchProvider.service.in
++service_in_files = org.gnome.ControlCenter.SearchProvider.service.in
+ 
+-org.gnome.ControlCenter.SearchProvider.service: 
org.gnome.ControlCenter.SearchProvider.service.in Makefile
++systemd_userdir = ${prefix}/lib/systemd/user
++systemd_user_DATA = $(systemd_user_in_files:.service.in=.service)
++systemd_user_in_files = gnome-control-center-search-provider.service.in
++
++$(service_DATA): $(service_in_files) Makefile
+   $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+ 
+-EXTRA_DIST = $(service_in_files) org.gnome.ShellSearchProvider2.xml
++$(systemd_user_DATA): $(systemd_user_in_files) Makefile
++  $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
++
++EXTRA_DIST = $(service_in_files) $(systemd_user_in_files) 
org.gnome.ShellSearchProvider2.xml
+ 
+ searchproviderdir = $(datadir)/gnome-shell/search-providers
+ dist_searchprovider_DATA = gnome-control-center-search-provider.ini
+diff --git a/search-provider/gnome-control-center-search-provider.service.in 
b/search-provider/gnome-control-center-search-provider.service.in
+new file mode 100644
+index 000..4e56af1
+--- /dev/null
 b/search-provider/gnome-control-center-search-provider.service.in
+@@ -0,0 +1,7 @@
++[Unit]
++Description=GNOME Control Center Search Provider
++
++[Service]
++Type=dbus
++BusName=org.gnome.ControlCenter.SearchProvider
++ExecStart=@libexecdir@/gnome-control-center-search-provider
+diff --git a/search-provider/org.gnome.ControlCenter.SearchProvider.service.in 
b/search-provider/org.gnome.ControlCenter.SearchProvider.service.in
+index 81dd0c8..79b54a2 100644
+--- a/search-provider/org.gnome.ControlCenter.SearchProvider.service.in
 b/search-provider/org.gnome.ControlCenter.SearchProvider.service.in
+@@ -1,3 +1,4 @@
+ [D-BUS Service]
+ Name=org.gnome.ControlCenter.SearchProvider
+-Exec=@libexecdir@/gnome-control-center-search-provider
+\ No newline at end of file
++Exec=@libexecdir@/gnome-control-center-search-provider
++SystemdService=gnome-control-center-search-provider.service
+diff --git a/shell/Makefile.am b/shell/Makefile.am
+index f72ebe9..bf78fd3 100644
+--- a/shell/Makefile.am
 b/shell/Makefile.am
+@@ -91,12 +91,19 @@ if BUILD_BLUETOOTH
+ gnome_control_center_LDADD += $(top_builddir)/panels/bluetooth/libbluetooth.la
+ endif
+ 
+-# Dbus service file
+-servicefiledir = $(datadir)/dbus-1/services
+-servicefile_in_files = org.gnome.ControlCenter.service.in
+-servicefile_DATA = $(servicefile_in_files:.service.in=.service)
+-$(servicefile_DATA): $(servicefile_in_files) Makefile
+-  $(AM_V_GEN) sed -e 's|[@]bindir[@]|$(bindir)|' $< > $@
++servicedir = $(datadir)/dbus-1/services
++service_DATA = $(service_in_files:.service.in=.service)

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

2015-10-28 Thread Jan Steffens
Date: Wednesday, October 28, 2015 @ 23:49:11
  Author: heftig
Revision: 249845

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

Added:
  gnome-control-center/repos/extra-i686/0001-Add-systemd-user-services.patch
(from rev 249844, 
gnome-control-center/trunk/0001-Add-systemd-user-services.patch)
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 249844, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 249844, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-i686/sharing.patch
(from rev 249844, gnome-control-center/trunk/sharing.patch)
  gnome-control-center/repos/extra-x86_64/0001-Add-systemd-user-services.patch
(from rev 249844, 
gnome-control-center/trunk/0001-Add-systemd-user-services.patch)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 249844, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 249844, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/sharing.patch
(from rev 249844, gnome-control-center/trunk/sharing.patch)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-i686/sharing.patch
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/sharing.patch

---+
 /PKGBUILD |  116 
 /gnome-control-center.install |   22 +++
 /sharing.patch|   84 +++
 extra-i686/0001-Add-systemd-user-services.patch   |  144 
 extra-i686/PKGBUILD   |   57 ---
 extra-i686/gnome-control-center.install   |   11 -
 extra-i686/sharing.patch  |   42 -
 extra-x86_64/0001-Add-systemd-user-services.patch |  144 
 extra-x86_64/PKGBUILD |   57 ---
 extra-x86_64/gnome-control-center.install |   11 -
 extra-x86_64/sharing.patch|   42 -
 11 files changed, 510 insertions(+), 220 deletions(-)

Copied: 
gnome-control-center/repos/extra-i686/0001-Add-systemd-user-services.patch 
(from rev 249844, 
gnome-control-center/trunk/0001-Add-systemd-user-services.patch)
===
--- extra-i686/0001-Add-systemd-user-services.patch 
(rev 0)
+++ extra-i686/0001-Add-systemd-user-services.patch 2015-10-28 22:49:11 UTC 
(rev 249845)
@@ -0,0 +1,144 @@
+From 2f8c902f4b9f86c8e3a6be758d78908e8cb50d0d Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 28 Oct 2015 23:27:19 +0100
+Subject: [PATCH] Add systemd user services
+
+Follows the code in GVFS.
+---
+ search-provider/Makefile.am| 16 ++-
+ ...gnome-control-center-search-provider.service.in |  7 +++
+ ...g.gnome.ControlCenter.SearchProvider.service.in |  3 ++-
+ shell/Makefile.am  | 24 ++
+ shell/gnome-control-center.service.in  |  7 +++
+ shell/org.gnome.ControlCenter.service.in   |  1 +
+ 6 files changed, 44 insertions(+), 14 deletions(-)
+ create mode 100644 
search-provider/gnome-control-center-search-provider.service.in
+ create mode 100644 shell/gnome-control-center.service.in
+
+diff --git a/search-provider/Makefile.am b/search-provider/Makefile.am
+index 2314d66..864d895 100644
+--- a/search-provider/Makefile.am
 b/search-provider/Makefile.am
+@@ -38,17 +38,23 @@ gnome_control_center_search_provider_LDADD =   \
+   $(top_builddir)/shell/libshell.la   \
+   $(SHELL_LIBS)
+ 
+-CLEANFILES = $(BUILT_SOURCES) $(service_DATA)
++CLEANFILES = $(BUILT_SOURCES) $(service_DATA) $(systemd_user_DATA)
+ 
+ servicedir = $(datadir)/dbus-1/services
+ service_DATA = $(service_in_files:.service.in=.service)
+-service_in_files =\
+-  org.gnome.ControlCenter.SearchProvider.service.in
++service_in_files = org.gnome.ControlCenter.SearchProvider.service.in
+ 
+-org.gnome.ControlCenter.SearchProvider.service: 
org.gnome.ControlCenter.SearchProvider.service.in Makefile
++systemd_userdir = ${prefix}/lib/systemd/user
++systemd_user_DATA = $(systemd_user_in_files:.service.in=.service)
++systemd_user_in_files = gnome-control-center-search-provider.service.in
++
++$(service_DATA): $(service_in_files) Makefile
+   $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+ 
+-EXTRA_DIST = $(service_in_files) org.gnome.ShellSearchProvider2.xml
++$(systemd_user_DATA): 

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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 09:47:50
  Author: fyan
Revision: 145165

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

Added:
  haskell-tagsoup/repos/community-staging-i686/
  haskell-tagsoup/repos/community-staging-i686/PKGBUILD
(from rev 145164, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install
(from rev 145164, haskell-tagsoup/trunk/haskell-tagsoup.install)
  haskell-tagsoup/repos/community-staging-x86_64/
  haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD
(from rev 145164, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-x86_64/haskell-tagsoup.install
(from rev 145164, haskell-tagsoup/trunk/haskell-tagsoup.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-tagsoup.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-tagsoup.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-tagsoup/repos/community-staging-i686/PKGBUILD (from rev 145164, 
haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 08:47:50 UTC (rev 145165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.4
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1c2ae7f88b218763f1e87dd12400a65b1ea393bb728012129f6f681c902a62c1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-download -f-testprog
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install 
(from rev 145164, haskell-tagsoup/trunk/haskell-tagsoup.install)
===
--- community-staging-i686/haskell-tagsoup.install  
(rev 0)
+++ community-staging-i686/haskell-tagsoup.install  2015-10-28 08:47:50 UTC 
(rev 145165)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagsoup
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD (from rev 
145164, haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-28 08:47:50 UTC (rev 145165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.4
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-text")
+options=('staticlibs')

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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 09:47:22
  Author: fyan
Revision: 145164

upgpkg: haskell-tagsoup 0.13.4-1

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 07:03:36 UTC (rev 145163)
+++ PKGBUILD2015-10-28 08:47:22 UTC (rev 145164)
@@ -4,7 +4,7 @@
 
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
-pkgver=0.13.3
+pkgver=0.13.4
 pkgrel=1
 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
 url="http://community.haskell.org/~ndm/tagsoup/;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d')
+sha256sums=('1c2ae7f88b218763f1e87dd12400a65b1ea393bb728012129f6f681c902a62c1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 10:46:45
  Author: fyan
Revision: 145167

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

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

-+
 community-staging-i686/PKGBUILD |   58 ++
 community-staging-i686/pandoc.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   58 ++
 community-staging-x86_64/pandoc.install |   18 +
 4 files changed, 152 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 145166, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-28 09:46:45 UTC (rev 145167)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.1.1
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a70e0af56c294dbb1ba646df24f90b81542d060ec7167f70ff2b873ed7ed6d5e')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/pandoc.install (from rev 145166, 
pandoc/trunk/pandoc.install)
===
--- community-staging-i686/pandoc.install   (rev 0)
+++ community-staging-i686/pandoc.install   2015-10-28 09:46:45 UTC (rev 
145167)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd 

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

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 10:46:18
  Author: fyan
Revision: 145166

upgpkg: pandoc 1.15.1.1-2

rebuild with tagsoup-0.13.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 08:47:50 UTC (rev 145165)
+++ PKGBUILD2015-10-28 09:46:18 UTC (rev 145166)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.15.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")