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

2016-01-09 Thread Andreas Radke
Date: Saturday, January 9, 2016 @ 12:46:52
  Author: andyrtr
Revision: 257687

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 257686, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 257686, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 257686, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 257686, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   98 
 /dovecot.conf |2 
 extra-i686/PKGBUILD   |   49 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 11:46:39 UTC (rev 257686)
+++ extra-i686/PKGBUILD 2016-01-09 11:46:52 UTC (rev 257687)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-# Contributorr: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.21
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.10
-pkgrel=1
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/;
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-"dovecot.conf")
-sha256sums=('e9dfe7160fd3b465d6d5068f219122626ef790cce507e290cd09852c7d90726f'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.2-$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 257686, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 11:46:52 UTC (rev 257687)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.21
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.11
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('5168b4ac4e173b563dd71f4024452da5a578aa8d5d047d98903489ab4d84ad72'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2016-01-09 11:46:39 UTC (rev 257686)
+++ extra-i686/dovecot.conf 2016-01-09 11:46:52 UTC (rev 257687)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 257686, 
pigeonhole/trunk/dovecot.conf)

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

2016-01-09 Thread Andreas Radke
Date: Saturday, January 9, 2016 @ 12:46:39
  Author: andyrtr
Revision: 257686

upgpkg: pigeonhole 0.4.11-1

upstream update 0.4.11

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 10:19:25 UTC (rev 257685)
+++ PKGBUILD2016-01-09 11:46:39 UTC (rev 257686)
@@ -11,7 +11,7 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.10
+pkgver=0.4.11
 pkgrel=1
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
 "dovecot.conf")
-sha256sums=('e9dfe7160fd3b465d6d5068f219122626ef790cce507e290cd09852c7d90726f'
+sha256sums=('5168b4ac4e173b563dd71f4024452da5a578aa8d5d047d98903489ab4d84ad72'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 



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

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 13:34:52
  Author: arodseth
Revision: 155783

upgpkg: python-pymad 0.9-1

Modified:
  python-pymad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 12:27:19 UTC (rev 155782)
+++ PKGBUILD2016-01-09 12:34:52 UTC (rev 155783)
@@ -11,8 +11,8 @@
 url='https://github.com/jaqx0r/pymad'
 license=('LGPL')
 depends=('libmad' 'python')
-makedpends=('git')
-source=("git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver;)
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver;)
 md5sums=('SKIP')
 
 build() {


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

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 13:35:05
  Author: arodseth
Revision: 155784

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 12:34:52 UTC (rev 155783)
+++ community-i686/PKGBUILD 2016-01-09 12:35:05 UTC (rev 155784)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Mark Rosenstand 
-
-pkgname=pymad
-pkgver=0.6
-pkgrel=5
-pkgdesc="Python interface to libmad."
-arch=('i686' 'x86_64')
-url="http://www.spacepants.org/src/pymad/;
-license=('LGPL')
-depends=('libmad' 'python2')
-source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('a1405fb4b610348565c8d0e400c5ff18')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 config_unix.py --prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python-pymad/repos/community-i686/PKGBUILD (from rev 155783, 
python-pymad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 12:35:05 UTC (rev 155784)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mark Rosenstand 
+
+pkgname=python-pymad
+pkgver=0.9
+pkgrel=1
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-09 12:34:52 UTC (rev 155783)
+++ community-x86_64/PKGBUILD   2016-01-09 12:35:05 UTC (rev 155784)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Mark Rosenstand 
-
-pkgname=pymad
-pkgver=0.6
-pkgrel=5
-pkgdesc="Python interface to libmad."
-arch=('i686' 'x86_64')
-url="http://www.spacepants.org/src/pymad/;
-license=('LGPL')
-depends=('libmad' 'python2')
-source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('a1405fb4b610348565c8d0e400c5ff18')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 config_unix.py --prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python-pymad/repos/community-x86_64/PKGBUILD (from rev 155783, 
python-pymad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-09 12:35:05 UTC (rev 155784)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mark Rosenstand 
+
+pkgname=python-pymad
+pkgver=0.9
+pkgrel=1
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
+license=('LGPL')
+depends=('libmad' 'python')
+makedepends=('git')
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python config_unix.py --prefix=/usr
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in abiword/repos (18 files)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:18:33
  Author: arojas
Revision: 257690

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

Added:
  abiword/repos/staging-i686/
  abiword/repos/staging-i686/PKGBUILD
(from rev 257689, abiword/trunk/PKGBUILD)
  abiword/repos/staging-i686/abiword-3.0.0-librevenge.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/staging-i686/abiword-3.0.0-link-grammar-5-second.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-link-grammar-5-second.patch)
  abiword/repos/staging-i686/abiword-3.0.0-link-grammar-5.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-link-grammar-5.patch)
  abiword/repos/staging-i686/abiword.install
(from rev 257689, abiword/trunk/abiword.install)
  abiword/repos/staging-i686/aiksaurus-plugin.m4
(from rev 257689, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/staging-i686/gnutls-3.4.0.patch
(from rev 257689, abiword/trunk/gnutls-3.4.0.patch)
  abiword/repos/staging-i686/link-grammar-panic.patch
(from rev 257689, abiword/trunk/link-grammar-panic.patch)
  abiword/repos/staging-x86_64/
  abiword/repos/staging-x86_64/PKGBUILD
(from rev 257689, abiword/trunk/PKGBUILD)
  abiword/repos/staging-x86_64/abiword-3.0.0-librevenge.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/staging-x86_64/abiword-3.0.0-link-grammar-5-second.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-link-grammar-5-second.patch)
  abiword/repos/staging-x86_64/abiword-3.0.0-link-grammar-5.patch
(from rev 257689, abiword/trunk/abiword-3.0.0-link-grammar-5.patch)
  abiword/repos/staging-x86_64/abiword.install
(from rev 257689, abiword/trunk/abiword.install)
  abiword/repos/staging-x86_64/aiksaurus-plugin.m4
(from rev 257689, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/staging-x86_64/gnutls-3.4.0.patch
(from rev 257689, abiword/trunk/gnutls-3.4.0.patch)
  abiword/repos/staging-x86_64/link-grammar-panic.patch
(from rev 257689, abiword/trunk/link-grammar-panic.patch)

--+
 staging-i686/PKGBUILD|   75 
 staging-i686/abiword-3.0.0-librevenge.patch  | 1186 +
 staging-i686/abiword-3.0.0-link-grammar-5-second.patch   |   35 
 staging-i686/abiword-3.0.0-link-grammar-5.patch  |   45 
 staging-i686/abiword.install |   12 
 staging-i686/aiksaurus-plugin.m4 |   46 
 staging-i686/gnutls-3.4.0.patch  |   21 
 staging-i686/link-grammar-panic.patch|   10 
 staging-x86_64/PKGBUILD  |   75 
 staging-x86_64/abiword-3.0.0-librevenge.patch| 1186 +
 staging-x86_64/abiword-3.0.0-link-grammar-5-second.patch |   35 
 staging-x86_64/abiword-3.0.0-link-grammar-5.patch|   45 
 staging-x86_64/abiword.install   |   12 
 staging-x86_64/aiksaurus-plugin.m4   |   46 
 staging-x86_64/gnutls-3.4.0.patch|   21 
 staging-x86_64/link-grammar-panic.patch  |   10 
 16 files changed, 2860 insertions(+)

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


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:25:10
  Author: arojas
Revision: 155792

libical 2.0 rebuild

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 14:22:45 UTC (rev 155791)
+++ PKGBUILD2016-01-09 14:25:10 UTC (rev 155792)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-panel
 pkgver=3.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Panel of GNOME Flashback"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/GnomePanel;


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:25:48
  Author: arojas
Revision: 155793

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

Added:
  gnome-panel/repos/community-staging-i686/
  gnome-panel/repos/community-staging-i686/PKGBUILD
(from rev 155792, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-staging-i686/gnome-panel.install
(from rev 155792, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-staging-x86_64/
  gnome-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 155792, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-staging-x86_64/gnome-panel.install
(from rev 155792, gnome-panel/trunk/gnome-panel.install)

--+
 community-staging-i686/PKGBUILD  |   30 +
 community-staging-i686/gnome-panel.install   |   12 ++
 community-staging-x86_64/PKGBUILD|   30 +
 community-staging-x86_64/gnome-panel.install |   12 ++
 4 files changed, 84 insertions(+)

Copied: gnome-panel/repos/community-staging-i686/PKGBUILD (from rev 155792, 
gnome-panel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-09 14:25:48 UTC (rev 155793)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.18.1
+pkgrel=3
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c62518031fe86cd36a2385686363a7e5eb0a94f2fc6a8a48cf56d94654540377')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-panel/repos/community-staging-i686/gnome-panel.install (from rev 
155792, gnome-panel/trunk/gnome-panel.install)
===
--- community-staging-i686/gnome-panel.install  (rev 0)
+++ community-staging-i686/gnome-panel.install  2016-01-09 14:25:48 UTC (rev 
155793)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-panel/repos/community-staging-x86_64/PKGBUILD (from rev 155792, 
gnome-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-09 14:25:48 UTC (rev 155793)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.18.1
+pkgrel=3
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c62518031fe86cd36a2385686363a7e5eb0a94f2fc6a8a48cf56d94654540377')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-panel/repos/community-staging-x86_64/gnome-panel.install (from 
rev 155792, gnome-panel/trunk/gnome-panel.install)
===
--- community-staging-x86_64/gnome-panel.install
(rev 0)
+++ community-staging-x86_64/gnome-panel.install2016-01-09 14:25:48 UTC 
(rev 155793)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 13:26:47
  Author: arodseth
Revision: 155781

New upstream web page + upgrade to 0.9

Modified:
  pymad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:42:59 UTC (rev 155780)
+++ PKGBUILD2016-01-09 12:26:47 UTC (rev 155781)
@@ -1,24 +1,28 @@
 # $Id$
-# Maintainer: Mark Rosenstand 
+# Contributor: Mark Rosenstand 
 
-pkgname=pymad
-pkgver=0.6
-pkgrel=5
-pkgdesc="Python interface to libmad."
-arch=('i686' 'x86_64')
-url="http://www.spacepants.org/src/pymad/;
+pkgname=python-pymad
+pkgver=0.9
+pkgrel=1
+pkgdesc='Python interface to libmad'
+arch=('x86_64' 'i686')
+url='https://github.com/jaqx0r/pymad'
 license=('LGPL')
-depends=('libmad' 'python2')
-source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('a1405fb4b610348565c8d0e400c5ff18')
+depends=('libmad' 'python')
+makedpends=('git')
+source=("git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver;)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 config_unix.py --prefix=/usr
+  cd "$pkgname"
+  python config_unix.py --prefix=/usr
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir"
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (pymad python-pymad)

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 13:27:19
  Author: arodseth
Revision: 155782

Directory rename

Added:
  python-pymad/
Deleted:
  pymad/


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:17:16
  Author: arojas
Revision: 257689

libical 2.0 rebuild

Modified:
  abiword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:05:02 UTC (rev 257688)
+++ PKGBUILD2016-01-09 13:17:16 UTC (rev 257689)
@@ -5,7 +5,7 @@
 
 pkgname=abiword
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Fully-featured word processor'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:39:59
  Author: arojas
Revision: 257693

libical 2.0 rebuild

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:26:42 UTC (rev 257692)
+++ PKGBUILD2016-01-09 13:39:59 UTC (rev 257693)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-calendar
 pkgver=3.18.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
 url="http://gnome.org;


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:21:57
  Author: arojas
Revision: 155790

libical 2.0 rebuild

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 14:19:57 UTC (rev 155789)
+++ PKGBUILD2016-01-09 14:21:57 UTC (rev 155790)
@@ -6,7 +6,7 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=6
+pkgrel=7
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/;


[arch-commits] Commit in linux-lts/trunk (PKGBUILD config config.x86_64)

2016-01-09 Thread Andreas Radke
Date: Saturday, January 9, 2016 @ 11:19:25
  Author: andyrtr
Revision: 257685

add CONFIG_SENSORS_NCT7904; FS#47653

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:54:07 UTC (rev 257684)
+++ PKGBUILD2016-01-09 10:19:25 UTC (rev 257685)
@@ -22,8 +22,8 @@
 'SKIP'
 '0ffca8557f1aa191da2f2260ad279c9cc858e6308a8af8a76f7ca3d3c0540344'
 'SKIP'
-'a3a17dec60161aa885c372a5edaa047f5e43044a66a5088e19392986eb8ea1a8'
-'70842d2c2bc56f4520bc021786e386634cb1b7adbfbdf704d048aefa65d59aa2'
+'4f33208934694268c146b036e3a6e0688e8326740ca42754875c644e7aedd4c2'
+'31fa759c3b91f4a0bed69112eaec9c3a5648905e25cb0986e61f535ec798b291'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 


Modified: config
===
--- config  2016-01-09 09:54:07 UTC (rev 257684)
+++ config  2016-01-09 10:19:25 UTC (rev 257685)
@@ -3795,7 +3795,7 @@
 CONFIG_SENSORS_NCT6683=m
 CONFIG_SENSORS_NCT6775=m
 CONFIG_SENSORS_NCT7802=m
-# CONFIG_SENSORS_NCT7904 is not set
+CONFIG_SENSORS_NCT7904=m
 CONFIG_SENSORS_PCF8591=m
 CONFIG_PMBUS=m
 CONFIG_SENSORS_PMBUS=m

Modified: config.x86_64
===
--- config.x86_64   2016-01-09 09:54:07 UTC (rev 257684)
+++ config.x86_64   2016-01-09 10:19:25 UTC (rev 257685)
@@ -3659,7 +3659,7 @@
 CONFIG_SENSORS_NCT6683=m
 CONFIG_SENSORS_NCT6775=m
 CONFIG_SENSORS_NCT7802=m
-# CONFIG_SENSORS_NCT7904 is not set
+CONFIG_SENSORS_NCT7904=m
 CONFIG_SENSORS_PCF8591=m
 CONFIG_PMBUS=m
 CONFIG_SENSORS_PMBUS=m


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:22:45
  Author: arojas
Revision: 155791

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

Added:
  gnokii/repos/community-staging-i686/
  gnokii/repos/community-staging-i686/PKGBUILD
(from rev 155790, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-i686/gnokii-config.patch
(from rev 155790, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-i686/gnokii-gcc5.patch
(from rev 155790, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-i686/gnokii-lock.patch
(from rev 155790, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-i686/gnokii.install
(from rev 155790, gnokii/trunk/gnokii.install)
  gnokii/repos/community-staging-x86_64/
  gnokii/repos/community-staging-x86_64/PKGBUILD
(from rev 155790, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-x86_64/gnokii-config.patch
(from rev 155790, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-x86_64/gnokii-gcc5.patch
(from rev 155790, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-x86_64/gnokii-lock.patch
(from rev 155790, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-x86_64/gnokii.install
(from rev 155790, gnokii/trunk/gnokii.install)

--+
 community-staging-i686/PKGBUILD  |   67 +
 community-staging-i686/gnokii-config.patch   |   12 
 community-staging-i686/gnokii-gcc5.patch |   27 ++
 community-staging-i686/gnokii-lock.patch |   15 +
 community-staging-i686/gnokii.install|3 +
 community-staging-x86_64/PKGBUILD|   67 +
 community-staging-x86_64/gnokii-config.patch |   12 
 community-staging-x86_64/gnokii-gcc5.patch   |   27 ++
 community-staging-x86_64/gnokii-lock.patch   |   15 +
 community-staging-x86_64/gnokii.install  |3 +
 10 files changed, 248 insertions(+)

Copied: gnokii/repos/community-staging-i686/PKGBUILD (from rev 155790, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-09 14:22:45 UTC (rev 155791)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=7
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+install=$pkgname.install
+source=("http://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2;
+'gnokii-config.patch'
+'gnokii-lock.patch'
+   'gnokii-gcc5.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'b2961b52ac1f770c4704ccc50b64fde2'
+ '17b629db85a6bb2b98ca59941aa95295'
+ '5bcf2dadd31a826d1f80b53bb37d9bd0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Set bindir location
+  patch -Np1 -i "$srcdir/gnokii-config.patch"
+
+  # Set lock path
+  patch -Np1 -i "$srcdir/gnokii-lock.patch"
+
+  # Fix build with GCC 5 (Fedora patch)
+  patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+  --disable-static --enable-security
+  make
+  pushd xgnokii
+  make
+  popd
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  pushd xgnokii
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # Install inital config file
+  install -Dm644 Docs/sample/gnokiirc "$pkgdir/etc/gnokiirc"
+
+  # Fix file permission
+  chmod 755 "$pkgdir/usr/bin/sendsms"
+}

Copied: gnokii/repos/community-staging-i686/gnokii-config.patch (from rev 
155790, gnokii/trunk/gnokii-config.patch)
===
--- community-staging-i686/gnokii-config.patch  (rev 0)
+++ community-staging-i686/gnokii-config.patch  2016-01-09 14:22:45 UTC (rev 
155791)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group 

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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:05:02
  Author: arojas
Revision: 257688

Add plasma-desktop optdepend (FS#47680)

Modified:
  digikam/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 11:46:52 UTC (rev 257687)
+++ PKGBUILD2016-01-09 13:05:02 UTC (rev 257688)
@@ -47,7 +47,7 @@
   pkgdesc="Digital photo management application for KDE"
   depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
-  optdepends=('kipi-plugins: more tools and plugins')
+  optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme 
configuration')
   install=digikam.install
 
   cd build/core


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:40:25
  Author: arojas
Revision: 257694

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

Added:
  gnome-calendar/repos/staging-i686/
  gnome-calendar/repos/staging-i686/PKGBUILD
(from rev 257693, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/staging-i686/gnome-calendar.install
(from rev 257693, gnome-calendar/trunk/gnome-calendar.install)
  gnome-calendar/repos/staging-x86_64/
  gnome-calendar/repos/staging-x86_64/PKGBUILD
(from rev 257693, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/staging-x86_64/gnome-calendar.install
(from rev 257693, gnome-calendar/trunk/gnome-calendar.install)

---+
 staging-i686/PKGBUILD |   29 +
 staging-i686/gnome-calendar.install   |   13 +
 staging-x86_64/PKGBUILD   |   29 +
 staging-x86_64/gnome-calendar.install |   13 +
 4 files changed, 84 insertions(+)

Copied: gnome-calendar/repos/staging-i686/PKGBUILD (from rev 257693, 
gnome-calendar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-01-09 13:40:25 UTC (rev 257694)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.18.2.1
+pkgrel=2
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+arch=(i686 x86_64)
+url="http://gnome.org;
+license=('GPL')
+depends=('evolution-data-server' 'desktop-file-utils')
+makedepends=('intltool' 'python2')
+install=gnome-calendar.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/staging-i686/gnome-calendar.install (from rev 
257693, gnome-calendar/trunk/gnome-calendar.install)
===
--- staging-i686/gnome-calendar.install (rev 0)
+++ staging-i686/gnome-calendar.install 2016-01-09 13:40:25 UTC (rev 257694)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+   update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-calendar/repos/staging-x86_64/PKGBUILD (from rev 257693, 
gnome-calendar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-01-09 13:40:25 UTC (rev 257694)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.18.2.1
+pkgrel=2
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+arch=(i686 x86_64)
+url="http://gnome.org;
+license=('GPL')
+depends=('evolution-data-server' 'desktop-file-utils')
+makedepends=('intltool' 'python2')
+install=gnome-calendar.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/staging-x86_64/gnome-calendar.install (from rev 
257693, gnome-calendar/trunk/gnome-calendar.install)
===
--- staging-x86_64/gnome-calendar.install   (rev 0)
+++ staging-x86_64/gnome-calendar.install   2016-01-09 13:40:25 UTC (rev 
257694)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+   update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:56:15
  Author: arojas
Revision: 155785

Update to 0.9g

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 12:35:05 UTC (rev 155784)
+++ PKGBUILD2016-01-09 13:56:15 UTC (rev 155785)
@@ -4,8 +4,9 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=0.9
-pkgrel=3
+pkgver=0.9.g
+_pkgver=0.9g
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
@@ -14,8 +15,8 @@
 makedepends=(extra-cmake-modules)
 optdepends=('sshfs: remote filesystem browser')
 install=$pkgname.install
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-${pkgver}f.tar.xz;)
-md5sums=('8574467d0d905a7267f79ffc80ca0934')
+source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz;)
+md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
 
 prepare() {
   mkdir -p build
@@ -23,7 +24,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-kde-$pkgver \
+  cmake ../$pkgname-kde-$_pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:26:42
  Author: arojas
Revision: 257692

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

Added:
  evolution-data-server/repos/staging-i686/
  evolution-data-server/repos/staging-i686/PKGBUILD
(from rev 257691, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-i686/evolution-data-server.install
(from rev 257691, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 257691, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-x86_64/evolution-data-server.install
(from rev 257691, evolution-data-server/trunk/evolution-data-server.install)

--+
 staging-i686/PKGBUILD|   33 +
 staging-i686/evolution-data-server.install   |   11 
 staging-x86_64/PKGBUILD  |   33 +
 staging-x86_64/evolution-data-server.install |   11 
 4 files changed, 88 insertions(+)

Copied: evolution-data-server/repos/staging-i686/PKGBUILD (from rev 257691, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-01-09 13:26:42 UTC (rev 257692)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.18.3
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9de9d6392822bb4b89318a88f5db1fd2f0f09899b793a0dd5525a656ed0e8163')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-data-server/repos/staging-i686/evolution-data-server.install 
(from rev 257691, evolution-data-server/trunk/evolution-data-server.install)
===
--- staging-i686/evolution-data-server.install  (rev 0)
+++ staging-i686/evolution-data-server.install  2016-01-09 13:26:42 UTC (rev 
257692)
@@ -0,0 +1,11 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+post_install
+}

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 257691, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-01-09 13:26:42 UTC (rev 257692)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.18.3
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9de9d6392822bb4b89318a88f5db1fd2f0f09899b793a0dd5525a656ed0e8163')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: 
evolution-data-server/repos/staging-x86_64/evolution-data-server.install (from 
rev 

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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:26:17
  Author: arojas
Revision: 257691

libical 2.0 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:18:33 UTC (rev 257690)
+++ PKGBUILD2016-01-09 13:26:17 UTC (rev 257691)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:56:47
  Author: arojas
Revision: 155786

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

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

-+
 /PKGBUILD   |   80 ++
 /kdeconnect.install |   22 +
 community-i686/PKGBUILD |   39 
 community-i686/kdeconnect.install   |   11 
 community-x86_64/PKGBUILD   |   39 
 community-x86_64/kdeconnect.install |   11 
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 13:56:15 UTC (rev 155785)
+++ community-i686/PKGBUILD 2016-01-09 13:56:47 UTC (rev 155786)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.9
-pkgrel=3
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules)
-optdepends=('sshfs: remote filesystem browser')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-${pkgver}f.tar.xz;)
-md5sums=('8574467d0d905a7267f79ffc80ca0934')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 155785, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 13:56:47 UTC (rev 155786)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=0.9.g
+_pkgver=0.9g
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules)
+optdepends=('sshfs: remote filesystem browser')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz;)
+md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$_pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2016-01-09 13:56:15 UTC (rev 155785)
+++ community-i686/kdeconnect.install   2016-01-09 13:56:47 UTC (rev 155786)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 155785, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2016-01-09 13:56:47 UTC (rev 155786)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:10:15
  Author: arojas
Revision: 155788

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

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

--+
 community-staging-i686/PKGBUILD  |   27 +++
 community-staging-i686/almanah.install   |   12 
 community-staging-x86_64/PKGBUILD|   27 +++
 community-staging-x86_64/almanah.install |   12 
 4 files changed, 78 insertions(+)

Copied: almanah/repos/community-staging-i686/PKGBUILD (from rev 155787, 
almanah/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-09 14:10:15 UTC (rev 155788)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=4
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary;
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: almanah/repos/community-staging-i686/almanah.install (from rev 155787, 
almanah/trunk/almanah.install)
===
--- community-staging-i686/almanah.install  (rev 0)
+++ community-staging-i686/almanah.install  2016-01-09 14:10:15 UTC (rev 
155788)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 155787, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-09 14:10:15 UTC (rev 155788)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=4
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary;
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: almanah/repos/community-staging-x86_64/almanah.install (from rev 
155787, almanah/trunk/almanah.install)
===
--- community-staging-x86_64/almanah.install(rev 0)
+++ community-staging-x86_64/almanah.install2016-01-09 14:10:15 UTC (rev 
155788)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:09:41
  Author: arojas
Revision: 155787

libical 2.0 rebuild

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:56:47 UTC (rev 155786)
+++ PKGBUILD2016-01-09 14:09:41 UTC (rev 155787)
@@ -3,7 +3,7 @@
 
 pkgname=almanah
 pkgver=0.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Almanah_Diary;


[arch-commits] Commit in gnokii/trunk (PKGBUILD gnokii-gcc5.patch)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 15:19:57
  Author: arojas
Revision: 155789

libical 2.0 rebuild, add Fedora patch to fix build with GCC 5

Added:
  gnokii/trunk/gnokii-gcc5.patch
Modified:
  gnokii/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 gnokii-gcc5.patch |   27 +++
 2 files changed, 34 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 14:10:15 UTC (rev 155788)
+++ PKGBUILD2016-01-09 14:19:57 UTC (rev 155789)
@@ -21,10 +21,12 @@
 install=$pkgname.install
 source=("http://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2;
 'gnokii-config.patch'
-'gnokii-lock.patch')
+'gnokii-lock.patch'
+   'gnokii-gcc5.patch')
 md5sums=('d9627f4a1152d3ea7806df4532850d5f'
  'b2961b52ac1f770c4704ccc50b64fde2'
- '17b629db85a6bb2b98ca59941aa95295')
+ '17b629db85a6bb2b98ca59941aa95295'
+ '5bcf2dadd31a826d1f80b53bb37d9bd0')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -34,6 +36,9 @@
 
   # Set lock path
   patch -Np1 -i "$srcdir/gnokii-lock.patch"
+
+  # Fix build with GCC 5 (Fedora patch)
+  patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
 }
 
 build() {

Added: gnokii-gcc5.patch
===
--- gnokii-gcc5.patch   (rev 0)
+++ gnokii-gcc5.patch   2016-01-09 14:19:57 UTC (rev 155789)
@@ -0,0 +1,27 @@
+Patch by Robert Scheck  for gnokii <= 0.6.31 to avoid
+build failures with GCC 5.x as "gnokii-0.6.31/xgnokii/xgnokii.c:1209: undefined
+reference to `GUI_HideAbout'" and "xgnokii-xgnokii_logos.o:(.data.rel+0xe0):
+undefined reference to `CloseLogosWindow'".
+
+--- gnokii-0.6.31/xgnokii/xgnokii.c2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/xgnokii/xgnokii.c.gcc5   2015-06-20 15:49:59.0 
+0200
+@@ -798,7 +798,7 @@
+ }
+ 
+ 
+-inline void GUI_HideAbout(void)
++void GUI_HideAbout(void)
+ {
+   gtk_widget_hide(AboutDialog);
+ }
+--- gnokii-0.6.31/xgnokii/xgnokii_logos.c  2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/xgnokii/xgnokii_logos.c.gcc5 2015-06-20 15:50:15.0 
+0200
+@@ -1304,7 +1304,7 @@
+   return 0;
+ }
+ 
+-inline void CloseLogosWindow(void)
++void CloseLogosWindow(void)
+ {
+   gtk_widget_hide(GUI_LogosWindow);
+ }


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

2016-01-09 Thread Xyne
Date: Saturday, January 9, 2016 @ 23:22:24
  Author: xyne
Revision: 155812

upgpkg: reflector 2015.12-1

upstream update

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 20:11:37 UTC (rev 155811)
+++ PKGBUILD2016-01-09 22:22:24 UTC (rev 155812)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2014.11
-pkgrel=2
+pkgver=2015.12
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
 )
 sha512sums=(
-  
3a7f7a0b412d84ce724247a51dbddab206ed7790cabd052dbb18cc7355bf67ba646bc85aeb1f944c21307bd98fcaa049516197e003de87ba4a4adb6d0ee7e804
-  
b9b163cc20a1c1f1cd16d2fb79fdd485b200ed3be717a3ec1682e98948c779c5097eb9ee3d6ef26594fa14d8b8088062b46b66213845fc273e8f120181e78d65
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
 )
 md5sums=(
-  5a8d351876f0458f342ab9704d6bff11
-  13d47226a989171cb181b42b5013484c
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2016-01-09 Thread Xyne
Date: Saturday, January 9, 2016 @ 23:22:42
  Author: xyne
Revision: 155813

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 155812, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 22:22:24 UTC (rev 155812)
+++ PKGBUILD2016-01-09 22:22:42 UTC (rev 155813)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2014.11
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz.sig
-)
-sha512sums=(
-  
3a7f7a0b412d84ce724247a51dbddab206ed7790cabd052dbb18cc7355bf67ba646bc85aeb1f944c21307bd98fcaa049516197e003de87ba4a4adb6d0ee7e804
-  
b9b163cc20a1c1f1cd16d2fb79fdd485b200ed3be717a3ec1682e98948c779c5097eb9ee3d6ef26594fa14d8b8088062b46b66213845fc273e8f120181e78d65
-)
-md5sums=(
-  5a8d351876f0458f342ab9704d6bff11
-  13d47226a989171cb181b42b5013484c
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 155812, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 22:22:42 UTC (rev 155813)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2015.12
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2015.12.tar.xz.sig
+)
+sha512sums=(
+  
9c1da4688fd2e2b5bd9f1498b9b9252043de3742eb86f6e8aecae3d9c2779fca2baadf64a5103abb08db01b4ecd5ccb61127bcdbcef64f972405371b631e013d
+  
5a689419ac03f6a1d2a6231c195b9653d4654a3062b21bb6791211455870154a305c39856f377102c6c982541cca945f9b381b7922d4d2a2e9b84e238a25acea
+)
+md5sums=(
+  b2997306594aa064bfeff3533132b174
+  43a73486fed553664e3a484ebdff501e
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:18:49
  Author: bluewind
Revision: 155798

upgpkg: rsnapshot 1.4.2-1

upstream update

Modified:
  rsnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 15:48:02 UTC (rev 155797)
+++ PKGBUILD2016-01-09 16:18:49 UTC (rev 155798)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=rsnapshot
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
@@ -14,11 +14,11 @@
 license=('GPL')
 depends=('perl' 'rsync' 'openssh' 'perl-lchown')
 backup=('etc/rsnapshot.conf')
-source=("http://www.rsnapshot.org/downloads/${pkgname}-${pkgver}.tar.gz;
+source=("https://github.com/rsnapshot/rsnapshot/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz;
 'rsnapshot'
'0001-added-missing-back.patch'
"pod-fix.patch")
-md5sums=('5bbcc47f7ecf3272bc7d144623f772d1'
+md5sums=('860382f19e38fc649f9447397b54e442'
  '4cd16eaa51d58a652cffde945985e91c'
  'a7075d9366eda5e699be86f7ffe8246e'
  '0d889cbef6fddf8401611bc16ed63c5c')
@@ -37,6 +37,11 @@
make
 }
 
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 19:08:37
  Author: arodseth
Revision: 155807

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 18:08:25 UTC (rev 155806)
+++ community-i686/PKGBUILD 2016-01-09 18:08:37 UTC (rev 155807)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: DrZaius 
-
-pkgname=opusfile
-pkgver=0.6
-pkgrel=1
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('x86_64' 'i686')
-url='http://www.opus-codec.org/'
-license=('BSD')
-depends=('libogg' 'openssl' 'opus')
-source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opusfile/repos/community-i686/PKGBUILD (from rev 155806, 
opusfile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 18:08:37 UTC (rev 155807)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: DrZaius 
+
+pkgname=opusfile
+pkgver=0.7
+pkgrel=1
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64' 'i686')
+url='http://www.opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz;)
+sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
+}
+
+# getver: -u 4 opus-codec.org/downloads
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-09 18:08:25 UTC (rev 155806)
+++ community-x86_64/PKGBUILD   2016-01-09 18:08:37 UTC (rev 155807)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: DrZaius 
-
-pkgname=opusfile
-pkgver=0.6
-pkgrel=1
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('x86_64' 'i686')
-url='http://www.opus-codec.org/'
-license=('BSD')
-depends=('libogg' 'openssl' 'opus')
-source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opusfile/repos/community-x86_64/PKGBUILD (from rev 155806, 
opusfile/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-09 18:08:37 UTC (rev 155807)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: DrZaius 
+
+pkgname=opusfile
+pkgver=0.7
+pkgrel=1
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64' 'i686')
+url='http://www.opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz;)
+sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd 

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

2016-01-09 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 19:08:25
  Author: arodseth
Revision: 155806

upgpkg: opusfile 0.7-1

Modified:
  opusfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 16:49:01 UTC (rev 155805)
+++ PKGBUILD2016-01-09 18:08:25 UTC (rev 155806)
@@ -4,7 +4,7 @@
 # Contributor: DrZaius 
 
 pkgname=opusfile
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Library for opening, seeking, and decoding .opus files'
 arch=('x86_64' 'i686')
@@ -12,10 +12,11 @@
 license=('BSD')
 depends=('libogg' 'openssl' 'opus')
 source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6')
+sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
 
 build() {
   cd "$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make
 }
@@ -22,8 +23,10 @@
 
 package() {
   cd "$pkgname-$pkgver"
+
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
 }
 
+# getver: -u 4 opus-codec.org/downloads
 # vim:set ts=2 sw=2 et:


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:28:40
  Author: alucryd
Revision: 257699

upgpkg: libebml 1.3.3-2

Add soprovides

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 18:24:34 UTC (rev 257698)
+++ PKGBUILD2016-01-09 18:28:40 UTC (rev 257699)
@@ -5,12 +5,13 @@
 
 pkgname=libebml
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Binary Meta Language library"
 arch=('i686' 'x86_64')
 url="http://dl.matroska.org/downloads/libebml/;
 license=('LGPL')
 depends=('gcc-libs')
+provides=('libebml.so')
 
source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('a8b270482620970d9891958618b54d77')
 


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:29:05
  Author: alucryd
Revision: 257700

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 18:28:40 UTC (rev 257699)
+++ extra-i686/PKGBUILD 2016-01-09 18:29:05 UTC (rev 257700)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a8b270482620970d9891958618b54d77')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-i686/PKGBUILD (from rev 257699, 
libebml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 18:29:05 UTC (rev 257700)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8b270482620970d9891958618b54d77')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-09 18:28:40 UTC (rev 257699)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:29:05 UTC (rev 257700)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a8b270482620970d9891958618b54d77')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 257699, 
libebml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:29:05 UTC (rev 257700)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8b270482620970d9891958618b54d77')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Levente Polyak
Date: Saturday, January 9, 2016 @ 21:06:13
  Author: anthraxx
Revision: 155809

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 155808, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 155808, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 155808, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 155808, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

---+
 PKGBUILD  |  114 ++--
 rabbitmq-env.conf |   12 ++---
 rabbitmq.install  |   41 +++---
 rabbitmq.service  |   30 ++---
 4 files changed, 94 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 20:06:05 UTC (rev 155808)
+++ PKGBUILD2016-01-09 20:06:13 UTC (rev 155809)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
-url="https://rabbitmq.com;
-arch=('any')
-license=('MPL')
-depends=('erlang-nox' 'systemd')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('f5693ed68ba9ab3c08e4f34bc3da4461e65a84ae763dde023554eb901fc909153c773dcda9cd8fec4612ffbc6cdb36a628cc0afdcfebb36100f5ab680b7d10b7'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-   
-  cp -R ebin ${libdir}
-  cp -R include ${libdir}
-  cp -R plugins ${libdir}
-  cp -R sbin ${libdir}
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
- 
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 155808, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 20:06:13 UTC (rev 155809)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
+url="https://rabbitmq.com;
+arch=('any')
+license=('MPL')
+depends=('erlang-nox' 'systemd')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service)
+sha512sums=('f5693ed68ba9ab3c08e4f34bc3da4461e65a84ae763dde023554eb901fc909153c773dcda9cd8fec4612ffbc6cdb36a628cc0afdcfebb36100f5ab680b7d10b7'
+'SKIP'
+
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
+

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

2016-01-09 Thread Levente Polyak
Date: Saturday, January 9, 2016 @ 21:06:05
  Author: anthraxx
Revision: 155808

upgpkg: rabbitmq 3.6.0-2

- fixes FS#47246
- remove obsolete mode fix

Modified:
  rabbitmq/trunk/PKGBUILD
  rabbitmq/trunk/rabbitmq.install

--+
 PKGBUILD |2 +-
 rabbitmq.install |   11 +--
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 18:08:37 UTC (rev 155807)
+++ PKGBUILD2016-01-09 20:06:05 UTC (rev 155808)
@@ -9,7 +9,7 @@
 
 pkgname=rabbitmq
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
 url="https://rabbitmq.com;
 arch=('any')

Modified: rabbitmq.install
===
--- rabbitmq.install2016-01-09 18:08:37 UTC (rev 155807)
+++ rabbitmq.install2016-01-09 20:06:05 UTC (rev 155808)
@@ -5,21 +5,12 @@
 passwd -l rabbitmq &>/dev/null
   fi
 
-  sed -e "/NODENAME/s/rabbit/rabbit@$(hostname)/" -i 
/etc/rabbitmq/rabbitmq-env.conf
+  sed -e "/NODENAME/s/rabbit/rabbit@$(hostname -s)/" -i 
/etc/rabbitmq/rabbitmq-env.conf
   post_upgrade
 }
 
-pre_upgrade() {
-  # tmp: fixing old installations
-  chmod 750 /var/log/rabbitmq /var/lib/rabbitmq
-}
-
 post_upgrade() {
   chown -R rabbitmq:rabbitmq /var/log/rabbitmq
   chown -R rabbitmq:rabbitmq /var/lib/rabbitmq
   chown -R rabbitmq:root /etc/rabbitmq
 }
-
-pre_remove() {
-  systemctl stop rabbitmq
-}


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

2016-01-09 Thread Levente Polyak
Date: Saturday, January 9, 2016 @ 21:11:26
  Author: anthraxx
Revision: 155810

upgpkg: fwknop 2.6.8-3

- fixes FS#47679

Modified:
  fwknop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 20:06:13 UTC (rev 155809)
+++ PKGBUILD2016-01-09 20:11:26 UTC (rev 155810)
@@ -8,7 +8,7 @@
 
 pkgname=fwknop
 pkgver=2.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port 
Knocking'
 url='https://www.cipherdyne.org/fwknop'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm 755 "${srcdir}/fwknopd.service" 
"${pkgdir}/usr/lib/systemd/system/fwknopd.service"
+  install -Dm 644 "${srcdir}/fwknopd.service" 
"${pkgdir}/usr/lib/systemd/system/fwknopd.service"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-01-09 Thread Levente Polyak
Date: Saturday, January 9, 2016 @ 21:11:37
  Author: anthraxx
Revision: 155811

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

Added:
  fwknop/repos/community-i686/PKGBUILD
(from rev 155810, fwknop/trunk/PKGBUILD)
  fwknop/repos/community-i686/fwknop.install
(from rev 155810, fwknop/trunk/fwknop.install)
  fwknop/repos/community-i686/fwknopd.service
(from rev 155810, fwknop/trunk/fwknopd.service)
  fwknop/repos/community-x86_64/PKGBUILD
(from rev 155810, fwknop/trunk/PKGBUILD)
  fwknop/repos/community-x86_64/fwknop.install
(from rev 155810, fwknop/trunk/fwknop.install)
  fwknop/repos/community-x86_64/fwknopd.service
(from rev 155810, fwknop/trunk/fwknopd.service)
Deleted:
  fwknop/repos/community-i686/PKGBUILD
  fwknop/repos/community-i686/fwknop.install
  fwknop/repos/community-i686/fwknopd.service
  fwknop/repos/community-x86_64/PKGBUILD
  fwknop/repos/community-x86_64/fwknop.install
  fwknop/repos/community-x86_64/fwknopd.service

--+
 /PKGBUILD|   82 +
 /fwknop.install  |   22 +
 /fwknopd.service |   20 +
 community-i686/PKGBUILD  |   41 --
 community-i686/fwknop.install|   11 
 community-i686/fwknopd.service   |   10 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/fwknop.install  |   11 
 community-x86_64/fwknopd.service |   10 
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 20:11:26 UTC (rev 155810)
+++ community-i686/PKGBUILD 2016-01-09 20:11:37 UTC (rev 155811)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Xyne 
-# Contributor: thiagoc
-# Contributor: Chris 
-# Contributor: henning mueller 
-# Contributor: Fabiano Furtado 
-
-pkgname=fwknop
-pkgver=2.6.8
-pkgrel=2
-pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port 
Knocking'
-url='https://www.cipherdyne.org/fwknop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-backup=(etc/${pkgname}/access.conf
-etc/${pkgname}/fwknopd.conf)
-depends=('gpgme' 'iptables' 'libpcap' 'wget')
-options=('!libtool')
-install=fwknop.install
-source=(https://cipherdyne.org/fwknop/download/fwknop-${pkgver}.tar.bz2{,.asc}
-fwknopd.service)
-sha512sums=('a9652d65a425a816cdd8677a1a2dac030e545b8ec38b6e7189870a7bf354e3a779d111bc1af8f032ec2fe3abb08aa5c7eec345f9f8094bc555c933541dc0d26b'
-'SKIP'
-
'a171682a054495bb10315e98a300ddbe4adf1f653b719d3344ecb6cfb8ccd15043cffbbd28304c4f15569a12ddcd9733409448d596f0c706e48d4fda2c877a6a')
-validpgpkeys=('4D6644A9DA036904BDA2CB90E6C9E3350D3E7410') # Michael Rash 
(Signing key for cipherdyne.org projects) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 "${srcdir}/fwknopd.service" 
"${pkgdir}/usr/lib/systemd/system/fwknopd.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fwknop/repos/community-i686/PKGBUILD (from rev 155810, 
fwknop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 20:11:37 UTC (rev 155811)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Xyne 
+# Contributor: thiagoc
+# Contributor: Chris 
+# Contributor: henning mueller 
+# Contributor: Fabiano Furtado 
+
+pkgname=fwknop
+pkgver=2.6.8
+pkgrel=3
+pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port 
Knocking'
+url='https://www.cipherdyne.org/fwknop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+backup=(etc/${pkgname}/access.conf
+etc/${pkgname}/fwknopd.conf)
+depends=('gpgme' 'iptables' 'libpcap' 'wget')
+options=('!libtool')
+install=fwknop.install
+source=(https://cipherdyne.org/fwknop/download/fwknop-${pkgver}.tar.bz2{,.asc}
+fwknopd.service)
+sha512sums=('a9652d65a425a816cdd8677a1a2dac030e545b8ec38b6e7189870a7bf354e3a779d111bc1af8f032ec2fe3abb08aa5c7eec345f9f8094bc555c933541dc0d26b'
+'SKIP'
+
'a171682a054495bb10315e98a300ddbe4adf1f653b719d3344ecb6cfb8ccd15043cffbbd28304c4f15569a12ddcd9733409448d596f0c706e48d4fda2c877a6a')
+validpgpkeys=('4D6644A9DA036904BDA2CB90E6C9E3350D3E7410') # Michael Rash 
(Signing key for cipherdyne.org projects) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 

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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 16:48:02
  Author: fyan
Revision: 155797

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

Added:
  gost/repos/community-i686/LICENSE
(from rev 155796, gost/trunk/LICENSE)
  gost/repos/community-i686/PKGBUILD
(from rev 155796, gost/trunk/PKGBUILD)
  gost/repos/community-x86_64/LICENSE
(from rev 155796, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 155796, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-i686/LICENSE
  gost/repos/community-i686/PKGBUILD
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 
 /PKGBUILD |   80 
 community-i686/LICENSE|   22 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/LICENSE  |   22 
 community-x86_64/PKGBUILD |   40 --
 6 files changed, 124 insertions(+), 124 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 15:47:29 UTC (rev 155796)
+++ community-i686/PKGBUILD 2016-01-09 15:48:02 UTC (rev 155797)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.0rc
-_tag=2.0-rc
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('i686' 'x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'mercurial' 'gcc-go')
-source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag;
-LICENSE)
-md5sums=('SKIP'
- '24a6686f7498d7af0b51690f712dd618')
-
-prepare() {
-  cd gost
-
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -sf "$PWD" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ginuerzh/gosocks5 github.com/gorilla/websocket 
github.com/shadowsocks/shadowsocks-go/shadowsocks 
code.google.com/p/go-uuid/uuid github.com/golang/glog
-}
-
-build() {
-  cd gost
-  export GOPATH="$PWD/.gopath"
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost
-  install -Dm755 gost 

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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:22:03
  Author: bluewind
Revision: 155802

Fix FS#47678 - [smokeping] daemon is not running after reboot

upgpkg: smokeping 2.6.11-2

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/install
  smokeping/trunk/service

--+
 PKGBUILD |4 ++--
 install  |5 -
 service  |4 
 3 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 16:19:53 UTC (rev 155801)
+++ PKGBUILD2016-01-09 16:22:03 UTC (rev 155802)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.6.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/;
@@ -13,7 +13,7 @@
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
 service)
 sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
-'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 install=install
 
 build() {

Modified: install
===
--- install 2016-01-09 16:19:53 UTC (rev 155801)
+++ install 2016-01-09 16:22:03 UTC (rev 155802)
@@ -8,8 +8,3 @@
post_install
 }
 
-pre_remove() {
-   getent passwd smokeping &>/dev/null && userdel  smokeping  >/dev/null
-   getent group smokeping  &>/dev/null && groupdel smokeping  >/dev/null
-   true
-}

Modified: service
===
--- service 2016-01-09 16:19:53 UTC (rev 155801)
+++ service 2016-01-09 16:22:03 UTC (rev 155802)
@@ -1,3 +1,7 @@
+[Unit]
+Description=SmokePing Daemon
+After=network.target
+
 [Service]
 User=smokeping
 ExecStart=/usr/bin/smokeping --nodaemon --config=/etc/smokeping/config


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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:48:55
  Author: bluewind
Revision: 155804

Fix FS#47676 - [spampd] Update spampd user home and PID file location

upgpkg: spampd 2.30-11

Modified:
  spampd/trunk/PKGBUILD
  spampd/trunk/spampd.install
  spampd/trunk/spampd.service

+
 PKGBUILD   |7 +--
 spampd.install |   10 ++
 spampd.service |2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 16:22:09 UTC (rev 155803)
+++ PKGBUILD2016-01-09 16:48:55 UTC (rev 155804)
@@ -1,7 +1,7 @@
 # Maintainer: Florian "Bluewind" Pritz 
 pkgname=spampd
 pkgver=2.30
-pkgrel=10
+pkgrel=11
 pkgdesc="Spamassassin Proxy Daemon"
 arch=('any')
 url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
@@ -11,7 +11,7 @@
 
source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
 spampd.service perl-5.18-fixes.patch)
 md5sums=('742c6f2cb75db54e59d044a8ee40445f'
- 'f29bea0766c07a18f6dc0a496a79e0ac'
+ '5bd4895da473e4e505956789de6b54d5'
  '55ea1067be9e70c60b708d355b085a0a')
 
 prepare() {
@@ -32,6 +32,9 @@
   install -Dm755 spampd "$pkgdir/usr/bin/spampd"
   install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
   install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
+
+  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
+  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: spampd.install
===
--- spampd.install  2016-01-09 16:22:09 UTC (rev 155803)
+++ spampd.install  2016-01-09 16:48:55 UTC (rev 155804)
@@ -1,10 +1,12 @@
 post_install() {
-  useradd -m -d /home/spampd -r spampd
+  post_upgrade "$1"
 }
 
-post_remove() {
-  userdel spampd
-  echo "Remove /home/spampd if you don't want to keep spamassassin's data" >&2
+post_upgrade() {
+  if ! getent passwd spampd >/dev/null; then
+useradd -m -d /var/lib/spampd -r spampd
+  fi
+  systemd-tmpfiles --create spampd.conf
 }
 
 # vim:set ts=2 sw=2 et:

Modified: spampd.service
===
--- spampd.service  2016-01-09 16:22:09 UTC (rev 155803)
+++ spampd.service  2016-01-09 16:48:55 UTC (rev 155804)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/spampd --port=10025 --relayhost=127.0.0.1:10026 --tagall 
--log-rules-hit --user spampd --group spampd --pid=/home/spampd/spampd.pid 
--nodetach
+ExecStart=/usr/bin/spampd --port=10025 --relayhost=127.0.0.1:10026 --tagall 
--log-rules-hit --user spampd --group spampd --pid=/run/spampd/spampd.pid 
--nodetach
 PrivateTmp=true
 
 [Install]


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:24:02
  Author: alucryd
Revision: 257697

upgpkg: libebml 1.3.3-1

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 17:05:11 UTC (rev 257696)
+++ PKGBUILD2016-01-09 18:24:02 UTC (rev 257697)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
 # Contributor: 03/08/04 
 
 pkgname=libebml
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Extensible Binary Meta Language library"
 arch=('i686' 'x86_64')
 url="http://dl.matroska.org/downloads/libebml/;
@@ -11,17 +12,20 @@
 license=('LGPL')
 depends=('gcc-libs')
 
source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2d5a0e502fabedfded2a890c6b5513a5')
+md5sums=('a8b270482620970d9891958618b54d77')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  cd ${pkgname}-${pkgver}
 
+  ./configure \
+--prefix='/usr'
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make prefix="${pkgdir}/usr" install
 }
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:24:34
  Author: alucryd
Revision: 257698

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 18:24:02 UTC (rev 257697)
+++ extra-i686/PKGBUILD 2016-01-09 18:24:34 UTC (rev 257698)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2d5a0e502fabedfded2a890c6b5513a5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libebml/repos/extra-i686/PKGBUILD (from rev 257697, 
libebml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 18:24:34 UTC (rev 257698)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8b270482620970d9891958618b54d77')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-09 18:24:02 UTC (rev 257697)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:24:34 UTC (rev 257698)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Extensible Binary Meta Language library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2d5a0e502fabedfded2a890c6b5513a5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 257697, 
libebml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:24:34 UTC (rev 257698)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Extensible Binary Meta Language library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8b270482620970d9891958618b54d77')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 16:47:29
  Author: fyan
Revision: 155796

upgpkg: gost 2.0rc2-1

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 15:47:18 UTC (rev 155795)
+++ PKGBUILD2016-01-09 15:47:29 UTC (rev 155796)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=gost
-pkgver=2.0rc
-_tag=2.0-rc
+pkgver=2.0rc2
+_tag=2.0-rc2
 pkgrel=1
 pkgdesc="GO Simple Tunnel"
 arch=('i686' 'x86_64')


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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 16:47:18
  Author: fyan
Revision: 155795

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 15:46:53 UTC (rev 155794)
+++ PKGBUILD2016-01-09 15:47:18 UTC (rev 155795)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
-md5sums=('ac24d08a2e95429d4e25a070d83bda1e')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Not using ptr because we are not packaging keyczar
-
-  cd "$srcdir/keyring-$pkgver"
-  xvfb-run py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  xvfb-run py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-  'python-gobject: Gnome integration'
-  'kdebindings-python: Kde integration'
-  'python-crypto: CLI keyring'
-  'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-  'python2-gobject: Gnome integration'
-  'kdebindings-python2: Kde integration'
-  'python2-crypto: CLI keyring'
-  'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 155794, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 15:47:18 UTC (rev 155795)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=7.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
+md5sums=('0d8339fe5abdda7c276a4da6a9f1')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd "$srcdir/keyring-$pkgver"
+  xvfb-run py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  xvfb-run py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+  'python-gobject: Gnome integration'
+  'kdebindings-python: Kde integration'
+  'python-crypto: CLI keyring'
+  'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd 

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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:22:09
  Author: bluewind
Revision: 155803

archrelease: copy trunk to community-any

Added:
  smokeping/repos/community-any/PKGBUILD
(from rev 155802, smokeping/trunk/PKGBUILD)
  smokeping/repos/community-any/htdocs-makefile.patch
(from rev 155802, smokeping/trunk/htdocs-makefile.patch)
  smokeping/repos/community-any/install
(from rev 155802, smokeping/trunk/install)
  smokeping/repos/community-any/service
(from rev 155802, smokeping/trunk/service)
Deleted:
  smokeping/repos/community-any/PKGBUILD
  smokeping/repos/community-any/htdocs-makefile.patch
  smokeping/repos/community-any/install
  smokeping/repos/community-any/service

---+
 PKGBUILD  |   66 
 htdocs-makefile.patch |   22 
 install   |   25 +++---
 service   |   18 -
 4 files changed, 65 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 16:22:03 UTC (rev 155802)
+++ PKGBUILD2016-01-09 16:22:09 UTC (rev 155803)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christos Nouskas nous 
-
-pkgname=smokeping
-pkgver=2.6.11
-pkgrel=1
-pkgdesc="A tool to keep track of your network latency"
-arch=('any')
-url="http://oss.oetiker.ch/smokeping/;
-license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
- 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-service)
-sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
-'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
-install=install
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
-  chmod 700 "$pkgdir/etc/smokeping"
-}
-

Copied: smokeping/repos/community-any/PKGBUILD (from rev 155802, 
smokeping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 16:22:09 UTC (rev 155803)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christos Nouskas nous 
+
+pkgname=smokeping
+pkgver=2.6.11
+pkgrel=2
+pkgdesc="A tool to keep track of your network latency"
+arch=('any')
+url="http://oss.oetiker.ch/smokeping/;
+license=('GPL2')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+ 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
+source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+service)
+sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
+install=install
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  chmod 700 "$pkgdir/etc/smokeping"
+}
+

Deleted: htdocs-makefile.patch
===
--- htdocs-makefile.patch   2016-01-09 16:22:03 UTC (rev 155802)
+++ htdocs-makefile.patch   2016-01-09 16:22:09 UTC (rev 155803)
@@ -1,11 +0,0 @@
 a/htdocs/Makefile.in   2013-03-04 14:07:55.0 +0100
-+++ b/htdocs/Makefile.in   2013-09-04 19:00:19.802492714 +0200
-@@ -433,7 +433,7 @@
- install-data-local:
-   $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR)
-   $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
--  $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
-+  $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
-   chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.

Copied: smokeping/repos/community-any/htdocs-makefile.patch (from rev 155802, 
smokeping/trunk/htdocs-makefile.patch)
===
--- htdocs-makefile.patch   (rev 0)
+++ htdocs-makefile.patch   2016-01-09 16:22:09 UTC (rev 155803)
@@ -0,0 +1,11 @@
+--- a/htdocs/Makefile.in   2013-03-04 

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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:49:01
  Author: bluewind
Revision: 155805

archrelease: copy trunk to community-any

Added:
  spampd/repos/community-any/PKGBUILD
(from rev 155804, spampd/trunk/PKGBUILD)
  spampd/repos/community-any/perl-5.18-fixes.patch
(from rev 155804, spampd/trunk/perl-5.18-fixes.patch)
  spampd/repos/community-any/spampd.install
(from rev 155804, spampd/trunk/spampd.install)
  spampd/repos/community-any/spampd.service
(from rev 155804, spampd/trunk/spampd.service)
Deleted:
  spampd/repos/community-any/PKGBUILD
  spampd/repos/community-any/perl-5.18-fixes.patch
  spampd/repos/community-any/spampd.install
  spampd/repos/community-any/spampd.service

---+
 PKGBUILD  |   77 ++--
 perl-5.18-fixes.patch |   84 
 spampd.install|   22 ++--
 spampd.service|   20 +--
 4 files changed, 104 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 16:48:55 UTC (rev 155804)
+++ PKGBUILD2016-01-09 16:49:01 UTC (rev 155805)
@@ -1,37 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-pkgname=spampd
-pkgver=2.30
-pkgrel=10
-pkgdesc="Spamassassin Proxy Daemon"
-arch=('any')
-url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
-license=('GPL')
-depends=('perl' 'perl-net-server' 'spamassassin')
-install=spampd.install
-source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
-spampd.service perl-5.18-fixes.patch)
-md5sums=('742c6f2cb75db54e59d044a8ee40445f'
- 'f29bea0766c07a18f6dc0a496a79e0ac'
- '55ea1067be9e70c60b708d355b085a0a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
-  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
-  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: spampd/repos/community-any/PKGBUILD (from rev 155804, 
spampd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 16:49:01 UTC (rev 155805)
@@ -0,0 +1,40 @@
+# Maintainer: Florian "Bluewind" Pritz 
+pkgname=spampd
+pkgver=2.30
+pkgrel=11
+pkgdesc="Spamassassin Proxy Daemon"
+arch=('any')
+url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
+license=('GPL')
+depends=('perl' 'perl-net-server' 'spamassassin')
+install=spampd.install
+source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
+spampd.service perl-5.18-fixes.patch)
+md5sums=('742c6f2cb75db54e59d044a8ee40445f'
+ '5bd4895da473e4e505956789de6b54d5'
+ '55ea1067be9e70c60b708d355b085a0a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
+  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
+  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
+
+  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
+  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: perl-5.18-fixes.patch
===
--- perl-5.18-fixes.patch   2016-01-09 16:48:55 UTC (rev 155804)
+++ perl-5.18-fixes.patch   2016-01-09 16:49:01 UTC (rev 155805)
@@ -1,42 +0,0 @@
-diff --git a/spampd b/spampd
-index 7b1f234..2798d50 100644
 a/spampd
-+++ b/spampd
-@@ -937,6 +937,10 @@ if ( !$options{logsock} ) {
-   };
- }
- 
-+# untaint some args to prevent errors in other modules
-+($pidfile) = ($pidfile =~ /^(.+)$/);
-+($relayhost) = ($relayhost =~ /^(.+)$/);
-+($relayport) = ($relayport =~ /^(.+)$/);
- 
- my $server = bless {
- server => {host => $host,
-@@ -1147,10 +1151,10 @@ 
L.
- 
- =head1 Requires
- 
--=over 5
--
- Perl modules:
- 
-+=over 5
-+
- =item B
- 
- =item B
-@@ -1478,11 +1482,11 @@ Prints usage information.
- 
- =head2 Deprecated Options
- 
--=over 5
--
- The following options are no longer used but still accepted for backwards
- compatibility with prevoius I versions:
- 
-+=over 5
-+
- =item  B<--dead-letters>
- 
- =item  B<--heloname>

Copied: spampd/repos/community-any/perl-5.18-fixes.patch (from rev 155804, 
spampd/trunk/perl-5.18-fixes.patch)
===
--- 

[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (4 files)

2016-01-09 Thread Jan Steffens
Date: Saturday, January 9, 2016 @ 18:05:11
  Author: heftig
Revision: 257696

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 257695, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install
(from rev 257695, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install

+
 PKGBUILD   |   56 +++
 gnome-shell-extensions.install |   22 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 17:03:54 UTC (rev 257695)
+++ PKGBUILD2016-01-09 17:05:11 UTC (rev 257696)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-arch=(any)
-url="http://live.gnome.org/GnomeShell/Extensions;
-license=(GPL2)
-depends=(gnome-shell)
-makedepends=(intltool)
-optdepends=('nautilus: gnome-classic session')
-install=gnome-shell-extensions.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cc514ffc896ed8c04853a89cb8e97058f9d5518313becf7c92aea5210b8adf61')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 257695, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 17:05:11 UTC (rev 257696)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+arch=(any)
+url="http://live.gnome.org/GnomeShell/Extensions;
+license=(GPL2)
+depends=(gnome-shell)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2bb3726decf14a31ae35755c049d8f03425231857c42ed27f01854af755ec035')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-shell-extensions.install
===
--- gnome-shell-extensions.install  2016-01-09 17:03:54 UTC (rev 257695)
+++ gnome-shell-extensions.install  2016-01-09 17:05:11 UTC (rev 257696)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install 
(from rev 257695, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===
--- gnome-shell-extensions.install  (rev 0)
+++ gnome-shell-extensions.install  2016-01-09 17:05:11 UTC (rev 257696)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:30:29
  Author: alucryd
Revision: 257702

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 18:30:02 UTC (rev 257701)
+++ extra-i686/PKGBUILD 2016-01-09 18:30:29 UTC (rev 257702)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="Matroska library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libmatroska/;
-license=('LGPL')
-depends=('libebml')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f8fe42003e072a42a19ed40405f9efdb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libmatroska/repos/extra-i686/PKGBUILD (from rev 257701, 
libmatroska/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 18:30:29 UTC (rev 257702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Matroska library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libmatroska/;
+license=('LGPL')
+depends=('libebml.so')
+provides=('libmatroska.so')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6a8e4528f713ec33faf4d793e61f883c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-09 18:30:02 UTC (rev 257701)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:30:29 UTC (rev 257702)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="Matroska library"
-arch=('i686' 'x86_64')
-url="http://dl.matroska.org/downloads/libmatroska/;
-license=('LGPL')
-depends=('libebml')
-source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f8fe42003e072a42a19ed40405f9efdb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 257701, 
libmatroska/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:30:29 UTC (rev 257702)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Matroska library"
+arch=('i686' 'x86_64')
+url="http://dl.matroska.org/downloads/libmatroska/;
+license=('LGPL')
+depends=('libebml.so')
+provides=('libmatroska.so')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6a8e4528f713ec33faf4d793e61f883c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:30:02
  Author: alucryd
Revision: 257701

upgpkg: libmatroska 1.4.4-1

Modified:
  libmatroska/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 18:29:05 UTC (rev 257700)
+++ PKGBUILD2016-01-09 18:30:02 UTC (rev 257701)
@@ -1,28 +1,33 @@
 # $Id$
 # Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
 # Contributor 03/08/04 
 
 pkgname=libmatroska
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Matroska library"
 arch=('i686' 'x86_64')
 url="http://dl.matroska.org/downloads/libmatroska/;
 license=('LGPL')
-depends=('libebml')
+depends=('libebml.so')
+provides=('libmatroska.so')
 
source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f8fe42003e072a42a19ed40405f9efdb')
+md5sums=('6a8e4528f713ec33faf4d793e61f883c')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
+  cd ${pkgname}-${pkgver}
 
+  ./configure \
+--prefix='/usr' \
+--disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make prefix="${pkgdir}/usr" install
 }
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:36:55
  Author: alucryd
Revision: 257704

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 18:36:30 UTC (rev 257703)
+++ extra-i686/PKGBUILD 2016-01-09 18:36:55 UTC (rev 257704)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8e6a506b4e5a637764183083421dc827')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-i686/PKGBUILD (from rev 257703, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 18:36:55 UTC (rev 257704)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-harfbuzz \
+--enable-fontconfig
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-09 18:36:30 UTC (rev 257703)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:36:55 UTC (rev 257704)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
-
-pkgname=libass
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/;
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8e6a506b4e5a637764183083421dc827')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-harfbuzz \
-  --enable-fontconfig
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 257703, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-09 18:36:55 UTC (rev 257704)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
+
+pkgname=libass
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('43b5f379e70b3aef15b2435e21e5b73c')

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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 16:46:53
  Author: fyan
Revision: 155794

upgpkg: python-keyring 7.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 14:25:48 UTC (rev 155793)
+++ PKGBUILD2016-01-09 15:46:53 UTC (rev 155794)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=6.1.1
+pkgver=7.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
   'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
-md5sums=('ac24d08a2e95429d4e25a070d83bda1e')
+md5sums=('0d8339fe5abdda7c276a4da6a9f1')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:18:55
  Author: bluewind
Revision: 155799

archrelease: copy trunk to community-any

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

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

Deleted: 0001-added-missing-back.patch
===
--- 0001-added-missing-back.patch   2016-01-09 16:18:49 UTC (rev 155798)
+++ 0001-added-missing-back.patch   2016-01-09 16:18:55 UTC (rev 155799)
@@ -1,25 +0,0 @@
-From f5d99185002284440947f8eac7b216ac77b4f2e4 Mon Sep 17 00:00:00 2001
-From: Steven Roberts 
-Date: Sun, 7 Jul 2013 19:07:14 -0700
-Subject: [PATCH] added missing =back.
-

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

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

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

Copied: rsnapshot/repos/community-any/PKGBUILD (from rev 155798, 
rsnapshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 16:18:55 UTC (rev 155799)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# 

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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 17:19:53
  Author: fyan
Revision: 155801

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 16:19:37 UTC (rev 155800)
+++ PKGBUILD2016-01-09 16:19:53 UTC (rev 155801)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 155800, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 16:19:53 UTC (rev 155801)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=1.19.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-factory: for fakefactory and django module'
+  'python2-django: for django module'
+  

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

2016-01-09 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 17:19:37
  Author: fyan
Revision: 155800

upgpkg: python-hypothesis 1.19.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 16:18:55 UTC (rev 155799)
+++ PKGBUILD2016-01-09 16:19:37 UTC (rev 155800)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.18.1
+pkgver=1.19.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2016-01-09 Thread Jan Steffens
Date: Saturday, January 9, 2016 @ 18:03:54
  Author: heftig
Revision: 257695

3.18.3

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:40:25 UTC (rev 257694)
+++ PKGBUILD2016-01-09 17:03:54 UTC (rev 257695)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-shell-extensions.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cc514ffc896ed8c04853a89cb8e97058f9d5518313becf7c92aea5210b8adf61')
+sha256sums=('2bb3726decf14a31ae35755c049d8f03425231857c42ed27f01854af755ec035')
 
 build() {
   cd $pkgname-$pkgver


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 19:36:30
  Author: alucryd
Revision: 257703

upgpkg: libass 0.13.1-1

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 18:30:29 UTC (rev 257702)
+++ PKGBUILD2016-01-09 18:36:30 UTC (rev 257703)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Giovanni Scafora 
-# Contributor: G_Syme 
+# Maintainer: Maxime Gauduin 
+# Contributor: G_Syme 
 
 pkgname=libass
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
@@ -11,21 +12,25 @@
 license=('BSD')
 depends=('fribidi' 'fontconfig')
 makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8e6a506b4e5a637764183083421dc827')
+md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --enable-harfbuzz \
-  --enable-fontconfig
+  ./configure \
+--prefix='/usr' \
+--enable-harfbuzz \
+--enable-fontconfig
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Daniel Micay
Date: Sunday, January 10, 2016 @ 00:01:56
  Author: thestinger
Revision: 155814

upgpkg: paxd 32-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 22:22:42 UTC (rev 155813)
+++ PKGBUILD2016-01-09 23:01:56 UTC (rev 155814)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=31
+pkgver=32
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('bc4303b9a7e2b885ffbdc22919c002550270108f'
+sha1sums=('07351569e2dce161d0284c32d8518f393c7393fc'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2016-01-09 Thread Daniel Micay
Date: Sunday, January 10, 2016 @ 00:02:26
  Author: thestinger
Revision: 155815

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 155814, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 155814, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 155814, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 155814, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   56 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   28 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   28 -
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2016-01-09 23:01:56 UTC (rev 155814)
+++ community-i686/10-enable-pax.conf   2016-01-09 23:02:26 UTC (rev 155815)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 155814, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2016-01-09 23:02:26 UTC (rev 155815)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 23:01:56 UTC (rev 155814)
+++ community-i686/PKGBUILD 2016-01-09 23:02:26 UTC (rev 155815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=31
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-   10-enable-pax.conf)
-sha1sums=('bc4303b9a7e2b885ffbdc22919c002550270108f'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 155814, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 23:02:26 UTC (rev 155815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=32
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+   10-enable-pax.conf)
+sha1sums=('07351569e2dce161d0284c32d8518f393c7393fc'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2016-01-09 23:01:56 UTC (rev 155814)
+++ community-x86_64/10-enable-pax.conf 2016-01-09 23:02:26 UTC (rev 155815)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 155814, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2016-01-09 23:02:26 UTC (rev 155815)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:43:21
  Author: fyan
Revision: 155825

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 155824, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install
(from rev 155824, haskell-tagsoup/trunk/haskell-tagsoup.install)
  haskell-tagsoup/repos/community-staging-x86_64/
  haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD
(from rev 155824, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-x86_64/haskell-tagsoup.install
(from rev 155824, 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 155824, 
haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-10 01:43:21 UTC (rev 155825)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.7
+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.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6fd72e0d42e686f2af3bfcff30a1abe673530f86dfebf8cf2b02fd1667366d37')
+
+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 155824, haskell-tagsoup/trunk/haskell-tagsoup.install)
===
--- community-staging-i686/haskell-tagsoup.install  
(rev 0)
+++ community-staging-i686/haskell-tagsoup.install  2016-01-10 01:43:21 UTC 
(rev 155825)
@@ -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 
155824, haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-10 01:43:21 UTC (rev 155825)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.7
+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.3" "haskell-text")
+options=('staticlibs')

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:44:04
  Author: fyan
Revision: 155827

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-10 01:43:33 UTC (rev 155826)
+++ community-i686/PKGBUILD 2016-01-10 01:44:04 UTC (rev 155827)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.5
-pkgrel=2
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt;
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a wrapt{,-py2}
-}
-
-build() {
-  cd "$srcdir/wrapt"
-  python3 setup.py build
-
-  cd "$srcdir/wrapt-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/wrapt"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
-  cd "$srcdir/wrapt-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
-  depends=('python')
-
-  cd wrapt
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
-  depends=('python2')
-
-  cd wrapt
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wrapt/repos/community-i686/PKGBUILD (from rev 155826, 
python-wrapt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-10 01:44:04 UTC (rev 155827)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgbase=python-wrapt
+pkgname=(python-wrapt python2-wrapt)
+pkgver=1.10.6
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("i686" "x86_64")
+url="https://pypi.python.org/pypi/wrapt;
+license=("BSD")
+makedepends=('python' 'python2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a wrapt{,-py2}
+}
+
+build() {
+  cd "$srcdir/wrapt"
+  python3 setup.py build
+
+  cd "$srcdir/wrapt-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/wrapt"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+  cd "$srcdir/wrapt-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-wrapt() {
+  depends=('python')
+
+  cd wrapt
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-wrapt() {
+  depends=('python2')
+
+  cd wrapt
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-10 01:43:33 UTC (rev 155826)
+++ community-x86_64/PKGBUILD   2016-01-10 01:44:04 UTC (rev 155827)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.5
-pkgrel=2
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt;
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a wrapt{,-py2}
-}
-
-build() {
-  cd "$srcdir/wrapt"
-  python3 setup.py build
-
-  cd "$srcdir/wrapt-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/wrapt"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
-  cd "$srcdir/wrapt-py2"
-  

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:55:41
  Author: fyan
Revision: 155828

upgpkg: shellcheck 0.4.2-1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:44:04 UTC (rev 155827)
+++ PKGBUILD2016-01-10 01:55:41 UTC (rev 155828)
@@ -4,8 +4,8 @@
 
 _hkgname=ShellCheck
 pkgname=shellcheck
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")
@@ -15,7 +15,7 @@
  "haskell-regex-tdfa")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905')
+sha256sums=('26a4a0be02cf2dd443b60e0b4900cbe278c207f6118af6a1d95bee70e02221e3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:57:19
  Author: fyan
Revision: 155829

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-10 01:55:41 UTC (rev 155828)
+++ community-i686/PKGBUILD 2016-01-10 01:57:19 UTC (rev 155829)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ShellCheck
-pkgname=shellcheck
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
- "haskell-regex-tdfa")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-# Remove library and doc (license only)
-rm -r "$pkgdir"/usr/{lib,share}
-}

Copied: shellcheck/repos/community-i686/PKGBUILD (from rev 155828, 
shellcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-10 01:57:19 UTC (rev 155829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('26a4a0be02cf2dd443b60e0b4900cbe278c207f6118af6a1d95bee70e02221e3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-10 01:55:41 UTC (rev 155828)
+++ community-x86_64/PKGBUILD   2016-01-10 01:57:19 UTC (rev 155829)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ShellCheck
-pkgname=shellcheck
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
- "haskell-regex-tdfa")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-# Remove library and doc (license only)
-rm -r "$pkgdir"/usr/{lib,share}
-}

Copied: shellcheck/repos/community-x86_64/PKGBUILD (from rev 155828, 
shellcheck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-10 01:57:19 UTC (rev 155829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 03:18:48
  Author: fyan
Revision: 155830

upgpkg: pandoc 1.16-4

rebuild with tagsoup-0.13.7

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:57:19 UTC (rev 155829)
+++ PKGBUILD2016-01-10 02:18:48 UTC (rev 155830)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.16
-pkgrel=3
+pkgrel=4
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:35:38
  Author: fyan
Revision: 155819

archrelease: copy trunk to community-any

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

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

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

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

Deleted: prefixes.conf
===
--- prefixes.conf   2016-01-10 01:35:14 UTC (rev 155818)
+++ prefixes.conf   2016-01-10 01:35:38 UTC (rev 155819)
@@ -1,5 +0,0 @@
-# Output prefixes here, one per line.  Prefix is in:
-# prefix/netmask format
-# Like this:
-# 192.168.0.0/16
-# 192.0.43.10/32

Copied: sshuttle/repos/community-any/prefixes.conf (from rev 155818, 
sshuttle/trunk/prefixes.conf)
===
--- prefixes.conf   (rev 0)
+++ prefixes.conf   2016-01-10 01:35:38 UTC (rev 155819)
@@ -0,0 +1,5 @@
+# Output prefixes here, one per line.  Prefix is in:
+# prefix/netmask format
+# Like this:
+# 192.168.0.0/16
+# 192.0.43.10/32

Deleted: sshuttle.service

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:37:24
  Author: fyan
Revision: 155821

archrelease: copy trunk to community-any

Added:
  browserify/repos/community-any/PKGBUILD
(from rev 155820, browserify/trunk/PKGBUILD)
Deleted:
  browserify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 01:37:07 UTC (rev 155820)
+++ PKGBUILD2016-01-10 01:37:24 UTC (rev 155821)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=12.0.2
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('MIT' 'BSD')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('4987947ad9a6b15904509e16e59af42e10f2a3fcd40e4cbdfe08f79edefbb1be')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 155820, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-10 01:37:24 UTC (rev 155821)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=13.0.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('d073d393009462be43c88ea953abae4138224d860d60509bdb00147ea5b4a565')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:35:08
  Author: fyan
Revision: 155817

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 01:34:50 UTC (rev 155816)
+++ PKGBUILD2016-01-10 01:35:08 UTC (rev 155817)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=7.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
-md5sums=('0d8339fe5abdda7c276a4da6a9f1')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Not using ptr because we are not packaging keyczar
-
-  cd "$srcdir/keyring-$pkgver"
-  xvfb-run py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  xvfb-run py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-  'python-gobject: Gnome integration'
-  'kdebindings-python: Kde integration'
-  'python-crypto: CLI keyring'
-  'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-  'python2-gobject: Gnome integration'
-  'kdebindings-python2: Kde integration'
-  'python2-crypto: CLI keyring'
-  'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 155816, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-10 01:35:08 UTC (rev 155817)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=7.0.1
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
+md5sums=('5142f3b500af27cd60f06976b0810673')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd "$srcdir/keyring-$pkgver"
+  xvfb-run py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  xvfb-run py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+  'python-gobject: Gnome integration'
+  'kdebindings-python: Kde integration'
+  'python-crypto: CLI keyring'
+  'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd 

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:34:50
  Author: fyan
Revision: 155816

upgpkg: python-keyring 7.0.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 23:02:26 UTC (rev 155815)
+++ PKGBUILD2016-01-10 01:34:50 UTC (rev 155816)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=7.0
+pkgver=7.0.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
   'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
-md5sums=('0d8339fe5abdda7c276a4da6a9f1')
+md5sums=('5142f3b500af27cd60f06976b0810673')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:35:14
  Author: fyan
Revision: 155818

upgpkg: sshuttle 0.74-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:35:08 UTC (rev 155817)
+++ PKGBUILD2016-01-10 01:35:14 UTC (rev 155818)
@@ -3,8 +3,7 @@
 # Contributor: alphazo 
 
 pkgname=sshuttle
-pkgver=0.73.20151215
-_commit=e433c599e40bc47c7b0e4d16934815c84b26eea8
+pkgver=0.74
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
@@ -14,7 +13,7 @@
 makedepends=('git' 'pandoc')
 checkdepends=('python-pytest-runner' 'python-mock')
 backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit;
+source=("git+https://github.com/sshuttle/$pkgname.git#tag=v$pkgver;
 'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
 md5sums=('SKIP'
  'f2cd1660dcdb4e24b45b71e589da73f3'


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:37:07
  Author: fyan
Revision: 155820

upgpkg: browserify 13.0.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:35:38 UTC (rev 155819)
+++ PKGBUILD2016-01-10 01:37:07 UTC (rev 155820)
@@ -3,7 +3,7 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=12.0.2
+pkgver=13.0.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('4987947ad9a6b15904509e16e59af42e10f2a3fcd40e4cbdfe08f79edefbb1be')
+sha256sums=('d073d393009462be43c88ea953abae4138224d860d60509bdb00147ea5b4a565')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:40:28
  Author: fyan
Revision: 155822

upgpkg: skk-jisyo 20160110-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:37:24 UTC (rev 155821)
+++ PKGBUILD2016-01-10 01:40:28 UTC (rev 155822)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20160103
+pkgver=20160110
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('cf4561e39e7afb4c2969cd464c93f304'
+md5sums=('326fa5c30c311192392effc581a3b673'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:42:58
  Author: fyan
Revision: 155824

upgpkg: haskell-tagsoup 0.13.7-1

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:40:45 UTC (rev 155823)
+++ PKGBUILD2016-01-10 01:42:58 UTC (rev 155824)
@@ -4,7 +4,7 @@
 
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
-pkgver=0.13.6
+pkgver=0.13.7
 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=('a8358c8c09b73912c4e832248d7543e4fddaf4ac9305f5f27d0854b9410d6ac8')
+sha256sums=('6fd72e0d42e686f2af3bfcff30a1abe673530f86dfebf8cf2b02fd1667366d37')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:43:33
  Author: fyan
Revision: 155826

upgpkg: python-wrapt 1.10.6-1

Modified:
  python-wrapt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 01:43:21 UTC (rev 155825)
+++ PKGBUILD2016-01-10 01:43:33 UTC (rev 155826)
@@ -4,8 +4,8 @@
 
 pkgbase=python-wrapt
 pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.5
-pkgrel=2
+pkgver=1.10.6
+pkgrel=1
 pkgdesc="A Python module for decorators, wrappers and monkey patching"
 arch=("i686" "x86_64")
 url="https://pypi.python.org/pypi/wrapt;


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 02:40:45
  Author: fyan
Revision: 155823

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 155822, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 155822, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 01:40:28 UTC (rev 155822)
+++ PKGBUILD2016-01-10 01:40:45 UTC (rev 155823)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20160103
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('cf4561e39e7afb4c2969cd464c93f304'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 155822, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-10 01:40:45 UTC (rev 155823)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20160110
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('326fa5c30c311192392effc581a3b673'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2016-01-10 01:40:28 UTC (rev 155822)
+++ skk-jisyo.install   2016-01-10 01:40:45 UTC (rev 155823)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 155822, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2016-01-10 01:40:45 UTC (rev 155823)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 03:25:48
  Author: fyan
Revision: 155833

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 155832, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 155832, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 155832, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-01-10 02:25:07 UTC (rev 155832)
+++ 30-win32-aliases.conf   2016-01-10 02:25:48 UTC (rev 155833)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 155832, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-01-10 02:25:48 UTC (rev 155833)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 02:25:07 UTC (rev 155832)
+++ PKGBUILD2016-01-10 02:25:48 UTC (rev 155833)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.0
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('e43f8dd5dfbefc067a14e5f4620e5c0eafa6d56d'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libldap lib32-libldap
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 03:25:07
  Author: fyan
Revision: 155832

upgpkg: wine 1.9.1-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 02:22:25 UTC (rev 155831)
+++ PKGBUILD2016-01-10 02:25:07 UTC (rev 155832)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('e43f8dd5dfbefc067a14e5f4620e5c0eafa6d56d'
+sha1sums=('eaa62c1ed48eb3cdf5ef82a2405161d89a34a6b9'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 03:22:25
  Author: fyan
Revision: 155831

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 155830, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-i686/haskell-pandoc.install
(from rev 155830, pandoc/trunk/haskell-pandoc.install)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 155830, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/haskell-pandoc.install
(from rev 155830, pandoc/trunk/haskell-pandoc.install)

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 155830, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-10 02:22:25 UTC (rev 155831)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.16
+pkgrel=4
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('20c0b19a6bf435166da3b9e400c021b90687d8258ad1a0aecfc49fce1f2c6d0c')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+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_pandoc() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
155830, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-01-10 02:22:25 UTC 
(rev 155831)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd 

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 04:02:12
  Author: fyan
Revision: 155834

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 155833, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 155833, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 155833, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-01-10 02:25:48 UTC (rev 155833)
+++ 30-win32-aliases.conf   2016-01-10 03:02:12 UTC (rev 155834)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 155833, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-01-10 03:02:12 UTC (rev 155834)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 02:25:48 UTC (rev 155833)
+++ PKGBUILD2016-01-10 03:02:12 UTC (rev 155834)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.0
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('e43f8dd5dfbefc067a14e5f4620e5c0eafa6d56d'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libldap lib32-libldap
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 04:29:13
  Author: fyan
Revision: 155835

upgpkg: pandoc-citeproc 0.9-5

rebuild with tagsoup-0.13.7

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 03:02:12 UTC (rev 155834)
+++ PKGBUILD2016-01-10 03:29:13 UTC (rev 155835)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 04:29:36
  Author: fyan
Revision: 155836

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 155835, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-10 03:29:36 UTC (rev 155836)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=5
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 155835, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-01-10 
03:29:36 UTC (rev 155836)
@@ -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; 

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 05:53:32
  Author: fyan
Revision: 155838

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

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

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 155837, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-10 04:53:32 UTC (rev 155838)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=5
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 155837, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-01-10 04:53:32 UTC 
(rev 155838)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
155837, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-10 04:53:32 UTC (rev 155838)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 05:53:08
  Author: fyan
Revision: 155837

upgpkg: haskell-hakyll 4.7.5.1-5

rebuild with tagsoup-0.13.7

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 03:29:36 UTC (rev 155836)
+++ PKGBUILD2016-01-10 04:53:08 UTC (rev 155837)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 05:57:02
  Author: fyan
Revision: 155839

upgpkg: pandoc-crossref 0.1.6.2-5

rebuild with tagsoup-0.13.7

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 04:53:32 UTC (rev 155838)
+++ PKGBUILD2016-01-10 04:57:02 UTC (rev 155839)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-01-09 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 05:57:26
  Author: fyan
Revision: 155840

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 155839, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-10 04:57:26 UTC (rev 155840)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.2
+pkgrel=5
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('5317de67d381210fda43dba79061c33abb64c5eb42707a2fa570c330a165bd57')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 155839, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-01-10 
04:57:26 UTC (rev 155840)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
155839, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-10 04:57:26 UTC (rev 155840)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 09:37:53
  Author: alucryd
Revision: 155770

Add png++, new dep of pcsx2

Added:
  png++/
  png++/trunk/
  png++/trunk/PKGBUILD

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

Added: png++/trunk/PKGBUILD
===
--- png++/trunk/PKGBUILD(rev 0)
+++ png++/trunk/PKGBUILD2016-01-09 08:37:53 UTC (rev 155770)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sándor Nagy 
+# Contributor: Jeramy Harrison 
+# Contributor: Onni R. 
+
+pkgname=png++
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='A C++ wrapper for libpng'
+arch=('any')
+url='http://savannah.nongnu.org/projects/pngpp/'
+license=('custom')
+depends=('libpng')
+makedepends=('doxygen')
+source=(http://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz{,.sig})
+sha256sums=('abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791'
+'SKIP')
+
+build() {
+  cd png++-${pkgver}
+
+  make docs
+}
+
+package() {
+  cd png++-${pkgver}
+
+  make PREFIX="${pkgdir}/usr" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/png++
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/png++/
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in png++ (3 files)

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 09:46:51
  Author: alucryd
Revision: 155772

archrelease: copy trunk to community-any

Added:
  png++/repos/
  png++/repos/community-any/
  png++/repos/community-any/PKGBUILD
(from rev 155771, png++/trunk/PKGBUILD)

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

Copied: png++/repos/community-any/PKGBUILD (from rev 155771, 
png++/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2016-01-09 08:46:51 UTC (rev 155772)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sándor Nagy 
+# Contributor: Jeramy Harrison 
+# Contributor: Onni R. 
+
+pkgname=png++
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='A C++ wrapper for libpng'
+arch=('any')
+url='http://savannah.nongnu.org/projects/pngpp/'
+license=('custom')
+depends=('libpng')
+makedepends=('doxygen')
+source=("http://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz;)
+sha256sums=('abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791')
+
+build() {
+  cd png++-${pkgver}
+
+  make docs
+}
+
+package() {
+  cd png++-${pkgver}
+
+  make PREFIX="${pkgdir}/usr" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/png++
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/png++/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 09:46:42
  Author: alucryd
Revision: 155771

upgpkg: png++ 0.2.9-1

Modified:
  png++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 08:37:53 UTC (rev 155770)
+++ PKGBUILD2016-01-09 08:46:42 UTC (rev 155771)
@@ -13,9 +13,8 @@
 license=('custom')
 depends=('libpng')
 makedepends=('doxygen')
-source=(http://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz{,.sig})
-sha256sums=('abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791'
-'SKIP')
+source=("http://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz;)
+sha256sums=('abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791')
 
 build() {
   cd png++-${pkgver}


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 09:58:29
  Author: arojas
Revision: 257678

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 257677, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 257677, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 257677, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 257677, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  202 
 /kde.pam  |   18 
 extra-i686/PKGBUILD   |   96 --
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |   96 --
 extra-x86_64/kde.pam  |9 --
 6 files changed, 220 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-09 08:57:58 UTC (rev 257677)
+++ extra-i686/PKGBUILD 2016-01-09 08:58:29 UTC (rev 257678)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.3
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 
'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 
'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
-md5sums=('1a8c83d8308c4aa86c29dc9d3c5d4cdf'
- '378ee33a9ec2870a1a899f2e05ee00d4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgbase-$pkgver
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=('kuiserver')
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=('kxmlgui')
-  groups=()
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 257677, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-09 08:58:29 UTC (rev 257678)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.5.3
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'

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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 09:57:58
  Author: arojas
Revision: 257677

Fix xembedsniproxy crash (KDEBUG#355463)

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 04:07:56 UTC (rev 257676)
+++ PKGBUILD2016-01-09 08:57:58 UTC (rev 257677)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
 pkgver=5.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -21,9 +21,11 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
  'krunner' 'kxmlrpcclient' 'networkmanager-qt')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam'
+   
bug355463.patch::"https://quickgit.kde.org/?p=plasma-workspace.git=commitdiff=623236=plain;)
 md5sums=('1a8c83d8308c4aa86c29dc9d3c5d4cdf'
- '378ee33a9ec2870a1a899f2e05ee00d4')
+ '378ee33a9ec2870a1a899f2e05ee00d4'
+ '5be7b0d4b250da38ee900123a4170137')
 
 prepare() {
   mkdir -p build
@@ -31,6 +33,9 @@
   cd $pkgbase-$pkgver
   # be sure to use the Qt5 version of qtpaths
   sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
+
+# Fix xembedsniproxy crash
+  patch -p1 -i ../bug355463.patch
 }
 
 build() {


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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:21:49
  Author: alucryd
Revision: 155773

Add lib32-sdl2, also new dep of pcsx2

Added:
  lib32-sdl2/
  lib32-sdl2/trunk/
  lib32-sdl2/trunk/PKGBUILD

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

Added: lib32-sdl2/trunk/PKGBUILD
===
--- lib32-sdl2/trunk/PKGBUILD   (rev 0)
+++ lib32-sdl2/trunk/PKGBUILD   2016-01-09 09:21:49 UTC (rev 155773)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Simple DirectMedia Layer'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
+ 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-wayland')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b')
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
+--disable-{arts,esd,nas} \
+--disable-input-tslib \
+--disable-rpath
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:


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


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:24:08
  Author: arojas
Revision: 155774

Update to 0.7.3

Modified:
  dcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:21:49 UTC (rev 155773)
+++ PKGBUILD2016-01-09 09:24:08 UTC (rev 155774)
@@ -1,6 +1,6 @@
 # Maintainer: Mihails Strasuns 
 pkgname=('dcd')
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="D Completion Daemon: auto-complete for the D programming language"
 license=("GPL3")
@@ -15,11 +15,9 @@
 "dcd.service"
 "dcd.conf"
 )
-sha256sums=(
-'SKIP'
-'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
+sha256sums=('SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b')
 
 build()
 {


[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:24:35
  Author: arojas
Revision: 155775

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 155774, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 155774, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 155774, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|   96 --
 dcd.conf|2 -
 dcd.service |   26 +++
 3 files changed, 61 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 09:24:08 UTC (rev 155774)
+++ PKGBUILD2016-01-09 09:24:35 UTC (rev 155775)
@@ -1,49 +0,0 @@
-# Maintainer: Mihails Strasuns 
-pkgname=('dcd')
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-license=("GPL3")
-groups=('dlang')
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
-"dcd.service"
-"dcd.conf"
-)
-sha256sums=(
-'SKIP'
-'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-build()
-{
-cd $srcdir/DCD
-git submodule update --init --recursive
-make ldc
-}
-
-package()
-{
-cd $srcdir/DCD
-
-# binaries
-mkdir -p $pkgdir/usr/bin
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
-
-# documentation
-mkdir -p $pkgdir/usr/share/man/man1
-install -Dm644 man1/* $pkgdir/usr/share/man/man1/
-
-# systemd service
-install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
-
-# global config
-install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 155774, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1,47 @@
+# Maintainer: Mihails Strasuns 
+pkgname=('dcd')
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+license=("GPL3")
+groups=('dlang')
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
+"dcd.service"
+"dcd.conf"
+)
+sha256sums=('SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b')
+
+build()
+{
+cd $srcdir/DCD
+git submodule update --init --recursive
+make ldc
+}
+
+package()
+{
+cd $srcdir/DCD
+
+# binaries
+mkdir -p $pkgdir/usr/bin
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
+
+# documentation
+mkdir -p $pkgdir/usr/share/man/man1
+install -Dm644 man1/* $pkgdir/usr/share/man/man1/
+
+# systemd service
+install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+
+# global config
+install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
+}

Deleted: dcd.conf
===
--- dcd.conf2016-01-09 09:24:08 UTC (rev 155774)
+++ dcd.conf2016-01-09 09:24:35 UTC (rev 155775)
@@ -1 +0,0 @@
-/usr/include/dlang/dmd

Copied: dcd/repos/community-x86_64/dcd.conf (from rev 155774, 
dcd/trunk/dcd.conf)
===
--- dcd.conf(rev 0)
+++ dcd.conf2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Deleted: dcd.service
===
--- dcd.service 2016-01-09 09:24:08 UTC (rev 155774)
+++ dcd.service 2016-01-09 09:24:35 UTC (rev 155775)
@@ -1,13 +0,0 @@
-[Unit]
-Description=DCD server
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dcd-server
-ExecReload=/bin/kill $MAINPID
-KillMode=process
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: dcd/repos/community-x86_64/dcd.service (from rev 155774, 
dcd/trunk/dcd.service)
===
--- dcd.service (rev 0)
+++ dcd.service 2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process

[arch-commits] Commit in lib32-sdl2 (3 files)

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:24:57
  Author: alucryd
Revision: 155776

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/
  lib32-sdl2/repos/multilib-x86_64/
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 155775, lib32-sdl2/trunk/PKGBUILD)

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

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 155775, 
lib32-sdl2/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-01-09 09:24:57 UTC (rev 155776)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Simple DirectMedia Layer'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender'
+ 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
+ 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr'
+ 'lib32-wayland')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b')
+
+build() {
+  cd SDL2-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-{alsa,pulseaudio-shared,sdl-dlopen,video-wayland} \
+--disable-{arts,esd,nas} \
+--disable-input-tslib \
+--disable-rpath
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:29:49
  Author: arojas
Revision: 257679

Update to 3b5

Modified:
  slib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 08:58:29 UTC (rev 257678)
+++ PKGBUILD2016-01-09 09:29:49 UTC (rev 257679)
@@ -3,7 +3,7 @@
 # Contributor: David Moore 
 
 pkgname=slib
-pkgver=3b4
+pkgver=3b5
 pkgrel=1
 pkgdesc="A library providing functions for Scheme implementations"
 arch=('any')
@@ -12,16 +12,16 @@
 depends=('guile1.8' 'sh')
 options=('emptydirs')
 install=slib.install
-source=("http://ftp.lfs-matrix.net/pub/blfs/svn/s/slib-$pkgver.tar.gz;)
-md5sums=('dcada65c4df4209c8f71211095bcef8e')
+source=("http://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip;)
+md5sums=('b3181fa98bbb4153a4fc984c3e71a86b')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   sed -r -i "s,/usr/(local/)?lib/slib,/usr/share/slib,g" *.init
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   install -m755 -d "${pkgdir}"/usr/{bin,share/{guile/site,slib}}
   install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "${pkgdir}/usr/share/slib/"
   install -D -m644 slib.info "${pkgdir}/usr/share/info/slib.info"


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:30:17
  Author: arojas
Revision: 257680

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   88 -
 slib.install |   34 +++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 09:29:49 UTC (rev 257679)
+++ PKGBUILD2016-01-09 09:30:17 UTC (rev 257680)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: David Moore 
-
-pkgname=slib
-pkgver=3b4
-pkgrel=1
-pkgdesc="A library providing functions for Scheme implementations"
-arch=('any')
-url="http://people.csail.mit.edu/jaffer/SLIB.html;
-license=('custom')
-depends=('guile1.8' 'sh')
-options=('emptydirs')
-install=slib.install
-source=("http://ftp.lfs-matrix.net/pub/blfs/svn/s/slib-$pkgver.tar.gz;)
-md5sums=('dcada65c4df4209c8f71211095bcef8e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r -i "s,/usr/(local/)?lib/slib,/usr/share/slib,g" *.init
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -m755 -d "${pkgdir}"/usr/{bin,share/{guile/site,slib}}
-  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "${pkgdir}/usr/share/slib/"
-  install -D -m644 slib.info "${pkgdir}/usr/share/info/slib.info"
-  install -D -m644 slib.1 "${pkgdir}/usr/share/man/man1/slib.1"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-
-  cat << _EOF > "${pkgdir}/usr/bin/slib"
-#!/bin/sh
-SCHEME_LIBRARY_PATH=/usr/share/slib/
-export SCHEME_LIBRARY_PATH
-VERSION=${pkgver}
-S48_VICINITY="/usr/share/scheme48/"
-export S48_VICINITY
-_EOF
-
-  cat slib.sh >> "${pkgdir}/usr/bin/slib"
-  chmod 755 "${pkgdir}/usr/bin/slib"
-
-  ln -s /usr/share/slib "${pkgdir}/usr/share/guile/site/"
-}

Copied: slib/repos/extra-any/PKGBUILD (from rev 257679, slib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 09:30:17 UTC (rev 257680)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: David Moore 
+
+pkgname=slib
+pkgver=3b5
+pkgrel=1
+pkgdesc="A library providing functions for Scheme implementations"
+arch=('any')
+url="http://people.csail.mit.edu/jaffer/SLIB.html;
+license=('custom')
+depends=('guile1.8' 'sh')
+options=('emptydirs')
+install=slib.install
+source=("http://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip;)
+md5sums=('b3181fa98bbb4153a4fc984c3e71a86b')
+
+prepare() {
+  cd ${pkgname}
+  sed -r -i "s,/usr/(local/)?lib/slib,/usr/share/slib,g" *.init
+}
+
+package() {
+  cd ${pkgname}
+  install -m755 -d "${pkgdir}"/usr/{bin,share/{guile/site,slib}}
+  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "${pkgdir}/usr/share/slib/"
+  install -D -m644 slib.info "${pkgdir}/usr/share/info/slib.info"
+  install -D -m644 slib.1 "${pkgdir}/usr/share/man/man1/slib.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+
+  cat << _EOF > "${pkgdir}/usr/bin/slib"
+#!/bin/sh
+SCHEME_LIBRARY_PATH=/usr/share/slib/
+export SCHEME_LIBRARY_PATH
+VERSION=${pkgver}
+S48_VICINITY="/usr/share/scheme48/"
+export S48_VICINITY
+_EOF
+
+  cat slib.sh >> "${pkgdir}/usr/bin/slib"
+  chmod 755 "${pkgdir}/usr/bin/slib"
+
+  ln -s /usr/share/slib "${pkgdir}/usr/share/guile/site/"
+}

Deleted: slib.install
===
--- slib.install2016-01-09 09:29:49 UTC (rev 257679)
+++ slib.install2016-01-09 09:30:17 UTC (rev 257680)
@@ -1,17 +0,0 @@
-#TODO the addition of other implementation support should be added here. We
-# can/should generate catalogs for mzscheme, drscheme, whatever else we can
-
-post_upgrade () {
-  guile1.8 -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))"
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info usr/share/info/slib.info.gz usr/share/info/dir 2>/dev/null
-}
-post_install() {
-  post_upgrade
-}
-
-pre_remove() {
-  rm usr/share/guile/site/slibcat
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete usr/share/info/slib.info.gz usr/share/info/dir 
2>/dev/null
-}

Copied: slib/repos/extra-any/slib.install (from rev 257679, 
slib/trunk/slib.install)
===
--- slib.install(rev 0)
+++ slib.install2016-01-09 09:30:17 UTC (rev 257680)
@@ -0,0 +1,17 @@
+#TODO the addition of other implementation support should be added here. We
+# can/should generate catalogs for mzscheme, drscheme, whatever else we can
+
+post_upgrade () {
+  

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

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:38:19
  Author: alucryd
Revision: 155777

upgpkg: pcsx2 1.4.0-1

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:24:57 UTC (rev 155776)
+++ PKGBUILD2016-01-09 09:38:19 UTC (rev 155777)
@@ -4,36 +4,26 @@
 # Contributor: vEX 
 
 pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=6
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'
 license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
 depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
+  'portaudio' 'sdl2' 'soundtouch' 'wxgtk')
 depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
 'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
-'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
-makedepends=('cmake')
+'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch'
+'lib32-wxgtk')
+makedepends=('cmake' 'png++')
 makedepends_x86_64=('gcc-multilib')
 optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
-   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
'lib32-gtk-engine-unico: Unico GTK2 engine support')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;
-'0001-common-fix-gcc-5.0-issue.patch')
-sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9'
-'dc3bdfaea2e024da1d16dd6142030b13b3e2a4540ba1685399e3109d026866c4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz;)
+sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005')
 
-prepare() {
-  cd pcsx2-${pkgver}
-
-  # Fix startup crash with GCC 5.1
-  # https://github.com/PCSX2/pcsx2/issues/560
-  patch -Np1 -i ../0001-common-fix-gcc-5.0-issue.patch
-}
-
 build() {
   cd pcsx2-${pkgver}
 


[arch-commits] Commit in pcsx2/trunk (0001-common-fix-gcc-5.0-issue.patch)

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:41:24
  Author: alucryd
Revision: 155778

upgpkg: pcsx2 1.4.0-1

Deleted:
  pcsx2/trunk/0001-common-fix-gcc-5.0-issue.patch

-+
 0001-common-fix-gcc-5.0-issue.patch |   89 --
 1 file changed, 89 deletions(-)

Deleted: 0001-common-fix-gcc-5.0-issue.patch
===
--- 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:38:19 UTC (rev 155777)
+++ 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:41:24 UTC (rev 155778)
@@ -1,89 +0,0 @@
-From 87bcb465c6c2238137dbf99890e9032930a5f6cd Mon Sep 17 00:00:00 2001
-From: Gregory Hainaut 
-Date: Wed, 27 May 2015 18:20:06 +0200
-Subject: [PATCH] common: fix gcc 5.0 issue
-
-Don't use const for variable object
-
-Close issue #560

- common/include/Utilities/Console.h |  8 
- common/src/Utilities/Console.cpp   | 14 +++---
- 2 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/common/include/Utilities/Console.h 
b/common/include/Utilities/Console.h
-index a4fb75f..3cec159 100644
 a/common/include/Utilities/Console.h
-+++ b/common/include/Utilities/Console.h
-@@ -236,7 +236,7 @@ public:
-   virtual ~ConsoleAttrScope() throw();
- };
- 
--extern const IConsoleWriter   Console;
-+extern IConsoleWriter Console;
- 
- extern void Console_SetActiveHandler( const IConsoleWriter& writer, FILE* 
flushfp=NULL );
- extern const wxString& ConsoleBuffer_Get();
-@@ -249,9 +249,9 @@ extern const IConsoleWriter
ConsoleWriter_Assert;
- extern const IConsoleWriter   ConsoleWriter_Buffered;
- extern const IConsoleWriter   ConsoleWriter_wxError;
- 
--extern const NullConsoleWriterNullCon;
-+extern NullConsoleWriter  NullCon;
- 
--extern const IConsoleWriter   DevConWriter;
-+extern IConsoleWriter DevConWriter;
- extern bool   DevConWriterEnabled;
- 
- #ifdef PCSX2_DEVBUILD
-@@ -261,7 +261,7 @@ extern bool
DevConWriterEnabled;
- #endif
- 
- #ifdef PCSX2_DEBUG
--extern const IConsoleWriter   DbgConWriter;
-+extern IConsoleWriter DbgConWriter;
- # define DbgCon   DbgConWriter
- #else
- # define DbgCon   0&
-diff --git a/common/src/Utilities/Console.cpp 
b/common/src/Utilities/Console.cpp
-index 956a295..3ff0469 100644
 a/common/src/Utilities/Console.cpp
-+++ b/common/src/Utilities/Console.cpp
-@@ -55,11 +55,11 @@ void Console_SetActiveHandler( const IConsoleWriter& 
writer, FILE* flushfp )
-   writer.DoWriteLn( ConsoleBuffer_Get() );
-   }
- 
--  const_cast(Console)= writer;
--  const_cast(DevConWriter)   = writer;
-+  Console = writer;
-+  DevConWriter= writer;
- 
- #ifdef PCSX2_DEBUG
--  const_cast(DbgCon) = writer;
-+  DbgCon  = writer;
- #endif
- }
- 
-@@ -597,15 +597,15 @@ ConsoleAttrScope::~ConsoleAttrScope() throw()
- // 
- #define _DefaultWriter_   ConsoleWriter_Stdout
- 
--const IConsoleWriter  Console = _DefaultWriter_;
--const IConsoleWriter  DevConWriter= _DefaultWriter_;
-+IConsoleWriterConsole = _DefaultWriter_;
-+IConsoleWriterDevConWriter= _DefaultWriter_;
- bool  DevConWriterEnabled = false;
- 
- #ifdef PCSX2_DEBUG
--const IConsoleWriter  DbgConWriter= _DefaultWriter_;
-+IConsoleWriterDbgConWriter= _DefaultWriter_;
- #endif
- 
--const NullConsoleWriter   NullCon = {};
-+NullConsoleWriter NullCon = {};
- 
- // 
--
- //  ConsoleLogSource  (implementations)
--- 
-2.5.3
-


[arch-commits] Commit in pcsx2/repos/community-i686 (3 files)

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:41:31
  Author: alucryd
Revision: 155779

archrelease: copy trunk to community-i686

Added:
  pcsx2/repos/community-i686/PKGBUILD
(from rev 155778, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/community-i686/0001-common-fix-gcc-5.0-issue.patch
  pcsx2/repos/community-i686/PKGBUILD

-+
 0001-common-fix-gcc-5.0-issue.patch |   89 ---
 PKGBUILD|  156 +++---
 2 files changed, 73 insertions(+), 172 deletions(-)

Deleted: 0001-common-fix-gcc-5.0-issue.patch
===
--- 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:41:24 UTC (rev 155778)
+++ 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:41:31 UTC (rev 155779)
@@ -1,89 +0,0 @@
-From 87bcb465c6c2238137dbf99890e9032930a5f6cd Mon Sep 17 00:00:00 2001
-From: Gregory Hainaut 
-Date: Wed, 27 May 2015 18:20:06 +0200
-Subject: [PATCH] common: fix gcc 5.0 issue
-
-Don't use const for variable object
-
-Close issue #560

- common/include/Utilities/Console.h |  8 
- common/src/Utilities/Console.cpp   | 14 +++---
- 2 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/common/include/Utilities/Console.h 
b/common/include/Utilities/Console.h
-index a4fb75f..3cec159 100644
 a/common/include/Utilities/Console.h
-+++ b/common/include/Utilities/Console.h
-@@ -236,7 +236,7 @@ public:
-   virtual ~ConsoleAttrScope() throw();
- };
- 
--extern const IConsoleWriter   Console;
-+extern IConsoleWriter Console;
- 
- extern void Console_SetActiveHandler( const IConsoleWriter& writer, FILE* 
flushfp=NULL );
- extern const wxString& ConsoleBuffer_Get();
-@@ -249,9 +249,9 @@ extern const IConsoleWriter
ConsoleWriter_Assert;
- extern const IConsoleWriter   ConsoleWriter_Buffered;
- extern const IConsoleWriter   ConsoleWriter_wxError;
- 
--extern const NullConsoleWriterNullCon;
-+extern NullConsoleWriter  NullCon;
- 
--extern const IConsoleWriter   DevConWriter;
-+extern IConsoleWriter DevConWriter;
- extern bool   DevConWriterEnabled;
- 
- #ifdef PCSX2_DEVBUILD
-@@ -261,7 +261,7 @@ extern bool
DevConWriterEnabled;
- #endif
- 
- #ifdef PCSX2_DEBUG
--extern const IConsoleWriter   DbgConWriter;
-+extern IConsoleWriter DbgConWriter;
- # define DbgCon   DbgConWriter
- #else
- # define DbgCon   0&
-diff --git a/common/src/Utilities/Console.cpp 
b/common/src/Utilities/Console.cpp
-index 956a295..3ff0469 100644
 a/common/src/Utilities/Console.cpp
-+++ b/common/src/Utilities/Console.cpp
-@@ -55,11 +55,11 @@ void Console_SetActiveHandler( const IConsoleWriter& 
writer, FILE* flushfp )
-   writer.DoWriteLn( ConsoleBuffer_Get() );
-   }
- 
--  const_cast(Console)= writer;
--  const_cast(DevConWriter)   = writer;
-+  Console = writer;
-+  DevConWriter= writer;
- 
- #ifdef PCSX2_DEBUG
--  const_cast(DbgCon) = writer;
-+  DbgCon  = writer;
- #endif
- }
- 
-@@ -597,15 +597,15 @@ ConsoleAttrScope::~ConsoleAttrScope() throw()
- // 
- #define _DefaultWriter_   ConsoleWriter_Stdout
- 
--const IConsoleWriter  Console = _DefaultWriter_;
--const IConsoleWriter  DevConWriter= _DefaultWriter_;
-+IConsoleWriterConsole = _DefaultWriter_;
-+IConsoleWriterDevConWriter= _DefaultWriter_;
- bool  DevConWriterEnabled = false;
- 
- #ifdef PCSX2_DEBUG
--const IConsoleWriter  DbgConWriter= _DefaultWriter_;
-+IConsoleWriterDbgConWriter= _DefaultWriter_;
- #endif
- 
--const NullConsoleWriter   NullCon = {};
-+NullConsoleWriter NullCon = {};
- 
- // 
--
- //  ConsoleLogSource  (implementations)
--- 
-2.5.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 09:41:24 UTC (rev 155778)
+++ PKGBUILD2016-01-09 09:41:31 UTC (rev 155779)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=6
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=('i686' 'x86_64')
-url='http://www.pcsx2.net'
-license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
-depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
-depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
-   

[arch-commits] Commit in pcsx2/repos/multilib-x86_64 (3 files)

2016-01-09 Thread Maxime Gauduin
Date: Saturday, January 9, 2016 @ 10:42:59
  Author: alucryd
Revision: 155780

archrelease: copy trunk to multilib-x86_64

Added:
  pcsx2/repos/multilib-x86_64/PKGBUILD
(from rev 155779, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/multilib-x86_64/0001-common-fix-gcc-5.0-issue.patch
  pcsx2/repos/multilib-x86_64/PKGBUILD

-+
 0001-common-fix-gcc-5.0-issue.patch |   89 ---
 PKGBUILD|  156 +++---
 2 files changed, 73 insertions(+), 172 deletions(-)

Deleted: 0001-common-fix-gcc-5.0-issue.patch
===
--- 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:41:31 UTC (rev 155779)
+++ 0001-common-fix-gcc-5.0-issue.patch 2016-01-09 09:42:59 UTC (rev 155780)
@@ -1,89 +0,0 @@
-From 87bcb465c6c2238137dbf99890e9032930a5f6cd Mon Sep 17 00:00:00 2001
-From: Gregory Hainaut 
-Date: Wed, 27 May 2015 18:20:06 +0200
-Subject: [PATCH] common: fix gcc 5.0 issue
-
-Don't use const for variable object
-
-Close issue #560

- common/include/Utilities/Console.h |  8 
- common/src/Utilities/Console.cpp   | 14 +++---
- 2 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/common/include/Utilities/Console.h 
b/common/include/Utilities/Console.h
-index a4fb75f..3cec159 100644
 a/common/include/Utilities/Console.h
-+++ b/common/include/Utilities/Console.h
-@@ -236,7 +236,7 @@ public:
-   virtual ~ConsoleAttrScope() throw();
- };
- 
--extern const IConsoleWriter   Console;
-+extern IConsoleWriter Console;
- 
- extern void Console_SetActiveHandler( const IConsoleWriter& writer, FILE* 
flushfp=NULL );
- extern const wxString& ConsoleBuffer_Get();
-@@ -249,9 +249,9 @@ extern const IConsoleWriter
ConsoleWriter_Assert;
- extern const IConsoleWriter   ConsoleWriter_Buffered;
- extern const IConsoleWriter   ConsoleWriter_wxError;
- 
--extern const NullConsoleWriterNullCon;
-+extern NullConsoleWriter  NullCon;
- 
--extern const IConsoleWriter   DevConWriter;
-+extern IConsoleWriter DevConWriter;
- extern bool   DevConWriterEnabled;
- 
- #ifdef PCSX2_DEVBUILD
-@@ -261,7 +261,7 @@ extern bool
DevConWriterEnabled;
- #endif
- 
- #ifdef PCSX2_DEBUG
--extern const IConsoleWriter   DbgConWriter;
-+extern IConsoleWriter DbgConWriter;
- # define DbgCon   DbgConWriter
- #else
- # define DbgCon   0&
-diff --git a/common/src/Utilities/Console.cpp 
b/common/src/Utilities/Console.cpp
-index 956a295..3ff0469 100644
 a/common/src/Utilities/Console.cpp
-+++ b/common/src/Utilities/Console.cpp
-@@ -55,11 +55,11 @@ void Console_SetActiveHandler( const IConsoleWriter& 
writer, FILE* flushfp )
-   writer.DoWriteLn( ConsoleBuffer_Get() );
-   }
- 
--  const_cast(Console)= writer;
--  const_cast(DevConWriter)   = writer;
-+  Console = writer;
-+  DevConWriter= writer;
- 
- #ifdef PCSX2_DEBUG
--  const_cast(DbgCon) = writer;
-+  DbgCon  = writer;
- #endif
- }
- 
-@@ -597,15 +597,15 @@ ConsoleAttrScope::~ConsoleAttrScope() throw()
- // 
- #define _DefaultWriter_   ConsoleWriter_Stdout
- 
--const IConsoleWriter  Console = _DefaultWriter_;
--const IConsoleWriter  DevConWriter= _DefaultWriter_;
-+IConsoleWriterConsole = _DefaultWriter_;
-+IConsoleWriterDevConWriter= _DefaultWriter_;
- bool  DevConWriterEnabled = false;
- 
- #ifdef PCSX2_DEBUG
--const IConsoleWriter  DbgConWriter= _DefaultWriter_;
-+IConsoleWriterDbgConWriter= _DefaultWriter_;
- #endif
- 
--const NullConsoleWriter   NullCon = {};
-+NullConsoleWriter NullCon = {};
- 
- // 
--
- //  ConsoleLogSource  (implementations)
--- 
-2.5.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 09:41:31 UTC (rev 155779)
+++ PKGBUILD2016-01-09 09:42:59 UTC (rev 155780)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=6
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=('i686' 'x86_64')
-url='http://www.pcsx2.net'
-license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
-depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-  'portaudio' 'sdl' 'soundtouch' 'wxgtk')
-depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'

[arch-commits] Commit in rp-pppoe/trunk (PKGBUILD kmode.patch)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:49:01
  Author: arojas
Revision: 257681

Update to 3.12

Modified:
  rp-pppoe/trunk/PKGBUILD
  rp-pppoe/trunk/kmode.patch

-+
 PKGBUILD|8 
 kmode.patch |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:30:17 UTC (rev 257680)
+++ PKGBUILD2016-01-09 09:49:01 UTC (rev 257681)
@@ -3,8 +3,8 @@
 # Contributor: orelien 
 
 pkgname=rp-pppoe
-pkgver=3.11
-pkgrel=7
+pkgver=3.12
+pkgrel=1
 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
 arch=('i686' 'x86_64')
 url="http://www.roaringpenguin.com/pppoe/;
@@ -37,7 +37,7 @@
   #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
   install -Dm644 "$srcdir/adsl.service" 
"$pkgdir/usr/lib/systemd/system/adsl.service"
 }
-md5sums=('13b5900c56bd602df6cc526e5e520722'
+md5sums=('216eb52b69062b92a64ee37fd71f4b66'
  'SKIP'
  '926b00aa2a0c0d3a21970acde9695e47'
- 'd38a903a247d689ff0323d7b6caa1c6b')
+ '8df35e67558b6b4567d1ab24c9202898')

Modified: kmode.patch
===
--- kmode.patch 2016-01-09 09:30:17 UTC (rev 257680)
+++ kmode.patch 2016-01-09 09:49:01 UTC (rev 257681)
@@ -1,7 +1,7 @@
 diff -up rp-pppoe-3.11/src/configure.orig rp-pppoe-3.11/src/configure
 --- rp-pppoe-3.11/src/configure.orig   2012-08-17 12:31:25.0 -0600
 +++ rp-pppoe-3.11/src/configure2013-02-11 14:23:05.0 -0700
-@@ -3679,6 +3679,7 @@ do :
+@@ -3709,6 +3709,7 @@ do :
  #include
  #include
  #include
@@ -9,10 +9,10 @@
  
  "
  if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then :
-@@ -4525,6 +4526,7 @@ else
+@@ -4559,6 +4559,7 @@ else
  #include 
  #include 
- #include 
+ #include 
 +#include 
  #include 
  int main()


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:49:32
  Author: arojas
Revision: 257682

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

Added:
  rp-pppoe/repos/testing-i686/
  rp-pppoe/repos/testing-i686/PKGBUILD
(from rev 257681, rp-pppoe/trunk/PKGBUILD)
  rp-pppoe/repos/testing-i686/adsl.service
(from rev 257681, rp-pppoe/trunk/adsl.service)
  rp-pppoe/repos/testing-i686/kmode.patch
(from rev 257681, rp-pppoe/trunk/kmode.patch)
  rp-pppoe/repos/testing-i686/rp-pppoe.install
(from rev 257681, rp-pppoe/trunk/rp-pppoe.install)
  rp-pppoe/repos/testing-x86_64/
  rp-pppoe/repos/testing-x86_64/PKGBUILD
(from rev 257681, rp-pppoe/trunk/PKGBUILD)
  rp-pppoe/repos/testing-x86_64/adsl.service
(from rev 257681, rp-pppoe/trunk/adsl.service)
  rp-pppoe/repos/testing-x86_64/kmode.patch
(from rev 257681, rp-pppoe/trunk/kmode.patch)
  rp-pppoe/repos/testing-x86_64/rp-pppoe.install
(from rev 257681, rp-pppoe/trunk/rp-pppoe.install)

-+
 testing-i686/PKGBUILD   |   43 ++
 testing-i686/adsl.service   |   10 
 testing-i686/kmode.patch|   19 
 testing-i686/rp-pppoe.install   |   12 ++
 testing-x86_64/PKGBUILD |   43 ++
 testing-x86_64/adsl.service |   10 
 testing-x86_64/kmode.patch  |   19 
 testing-x86_64/rp-pppoe.install |   12 ++
 8 files changed, 168 insertions(+)

Copied: rp-pppoe/repos/testing-i686/PKGBUILD (from rev 257681, 
rp-pppoe/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-09 09:49:32 UTC (rev 257682)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: orelien 
+
+pkgname=rp-pppoe
+pkgver=3.12
+pkgrel=1
+pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
+arch=('i686' 'x86_64')
+url="http://www.roaringpenguin.com/pppoe/;
+license=('GPL')
+depends=('ppp=2.4.7' 'sh' 'net-tools')
+backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq 
+etc/ppp/pppoe-server-options)
+options=('!makeflags')
+install=rp-pppoe.install
+source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig}
 
+   adsl.service 
+   kmode.patch)
+validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # Dianne Skoll
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  patch -Np2 -i ../../kmode.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugin
+  make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install
+
+  #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
+  install -Dm644 "$srcdir/adsl.service" 
"$pkgdir/usr/lib/systemd/system/adsl.service"
+}
+md5sums=('216eb52b69062b92a64ee37fd71f4b66'
+ 'SKIP'
+ '926b00aa2a0c0d3a21970acde9695e47'
+ '8df35e67558b6b4567d1ab24c9202898')

Copied: rp-pppoe/repos/testing-i686/adsl.service (from rev 257681, 
rp-pppoe/trunk/adsl.service)
===
--- testing-i686/adsl.service   (rev 0)
+++ testing-i686/adsl.service   2016-01-09 09:49:32 UTC (rev 257682)
@@ -0,0 +1,10 @@
+[Unit]
+Description=ADSL Daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pppoe-start
+ExecStop=/usr/bin/pppoe-stop
+
+[Install]
+WantedBy=multi-user.target

Copied: rp-pppoe/repos/testing-i686/kmode.patch (from rev 257681, 
rp-pppoe/trunk/kmode.patch)
===
--- testing-i686/kmode.patch(rev 0)
+++ testing-i686/kmode.patch2016-01-09 09:49:32 UTC (rev 257682)
@@ -0,0 +1,19 @@
+diff -up rp-pppoe-3.11/src/configure.orig rp-pppoe-3.11/src/configure
+--- rp-pppoe-3.11/src/configure.orig   2012-08-17 12:31:25.0 -0600
 rp-pppoe-3.11/src/configure2013-02-11 14:23:05.0 -0700
+@@ -3709,6 +3709,7 @@ do :
+ #include
+ #include
+ #include
++#include
+ 
+ "
+ if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then :
+@@ -4559,6 +4559,7 @@ else
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ int main()
+ {

Copied: rp-pppoe/repos/testing-i686/rp-pppoe.install (from rev 257681, 
rp-pppoe/trunk/rp-pppoe.install)
===
--- testing-i686/rp-pppoe.install   (rev 0)
+++ testing-i686/rp-pppoe.install   2016-01-09 09:49:32 UTC (rev 257682)
@@ -0,0 +1,12 @@
+#arg 1:  the new package version
+post_install() {
+echo ">>> The kernel-mode plugin has a new place."
+echo ">>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so"

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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:54:07
  Author: arojas
Revision: 257684

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

Added:
  gsound/repos/testing-i686/
  gsound/repos/testing-i686/PKGBUILD
(from rev 257683, gsound/trunk/PKGBUILD)
  gsound/repos/testing-x86_64/
  gsound/repos/testing-x86_64/PKGBUILD
(from rev 257683, gsound/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: gsound/repos/testing-i686/PKGBUILD (from rev 257683, 
gsound/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-09 09:54:07 UTC (rev 257684)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=gsound
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Small library for playing system sounds"
+url="https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gsound/repos/testing-x86_64/PKGBUILD (from rev 257683, 
gsound/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-09 09:54:07 UTC (rev 257684)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 234201 2015-03-20 09:28:26Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=gsound
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Small library for playing system sounds"
+url="https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  #sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:53:42
  Author: arojas
Revision: 257683

Update to 1.0.2

Modified:
  gsound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 09:49:32 UTC (rev 257682)
+++ PKGBUILD2016-01-09 09:53:42 UTC (rev 257683)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gsound
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Small library for playing system sounds"
 url="https://wiki.gnome.org/Projects/GSound;
@@ -11,7 +11,7 @@
 depends=(glib2 libcanberra)
 makedepends=(gobject-introspection)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29')
+sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53')
 
 build() {
   cd $pkgname-$pkgver