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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 00:42:39
  Author: heftig
Revision: 249474

3.18.1.1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:17:00 UTC (rev 249473)
+++ PKGBUILD2015-10-17 22:42:39 UTC (rev 249474)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.18.1
+pkgver=3.18.1.1
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=(itstool yelp-tools gettext)
 url="http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
+sha256sums=('e6317a03f58b528e2e3330fef5acea39506ec08a7c2aeec5c4f1e7505d43a80a')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-17 Thread Sébastien Luttringer
Date: Sunday, October 18, 2015 @ 01:02:07
  Author: seblu
Revision: 144301

upgpkg: picocom 2.1-1

Modified:
  picocom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 21:31:55 UTC (rev 144300)
+++ PKGBUILD2015-10-17 23:02:07 UTC (rev 144301)
@@ -3,7 +3,7 @@
 # Contributor: Jens Adam 
 
 pkgname=picocom
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
 url='https://github.com/npat-efault/picocom'
@@ -12,7 +12,7 @@
 depends=('glibc')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz;)
-sha1sums=('3054cfb7099fc62f81846fa97119fe8d9468dbe4')
+sha1sums=('ddcc98cdeefe1fa57b0349d86254932ae3b0edfe')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-17 Thread Sébastien Luttringer
Date: Sunday, October 18, 2015 @ 01:02:23
  Author: seblu
Revision: 144302

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

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

--+
 /PKGBUILD|   66 +
 /picocom.install |   34 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/picocom.install   |   17 -
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/picocom.install |   17 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 23:02:07 UTC (rev 144301)
+++ community-i686/PKGBUILD 2015-10-17 23:02:23 UTC (rev 144302)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam (byte/jra) 
-
-pkgname=picocom
-pkgver=2.0
-pkgrel=1
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz;)
-sha1sums=('3054cfb7099fc62f81846fa97119fe8d9468dbe4')
-
-build() {
-  cd $pkgname-$pkgver
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-> "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: picocom/repos/community-i686/PKGBUILD (from rev 144301, 
picocom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-17 23:02:23 UTC (rev 144302)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam 
+
+pkgname=picocom
+pkgver=2.1
+pkgrel=1
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz;)
+sha1sums=('ddcc98cdeefe1fa57b0349d86254932ae3b0edfe')
+
+build() {
+  cd $pkgname-$pkgver
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+> "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/picocom.install
===
--- community-i686/picocom.install  2015-10-17 23:02:07 UTC (rev 144301)
+++ community-i686/picocom.install  2015-10-17 23:02:23 UTC (rev 144302)
@@ -1,17 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-
-## arg 1:  the new package version
-post_install() {
-  type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --create picocom.conf
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install "$1"
-}
-
-## arg 1:  the old package version
-post_remove() {
- type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove 
picocom.conf
-}

Copied: picocom/repos/community-i686/picocom.install (from rev 144301, 
picocom/trunk/picocom.install)
===
--- community-i686/picocom.install  (rev 0)
+++ community-i686/picocom.install  2015-10-17 23:02:23 UTC (rev 144302)
@@ -0,0 +1,17 @@
+# vim:set ts=2 sw=2 ft=sh et:
+
+## arg 1:  the new package version
+post_install() {
+  type -P 

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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 04:54:39
  Author: heftig
Revision: 249476

2.10.2

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 22:44:28 UTC (rev 249475)
+++ PKGBUILD2015-10-18 02:54:39 UTC (rev 249476)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.10.0
+pkgver=2.10.2
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('42325622ef35394fa65a139b55f0a20b843bbd6f8b94cb7c591da6d68c62686d')
+sha256sums=('6adf497d24e36660037b84dfc1c53ac7f47bd4c459162290c49436eaa959a18f')
 
 prepare() {
   mkdir build


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

2015-10-17 Thread Gaetan Bisson
Date: Sunday, October 18, 2015 @ 06:18:05
  Author: bisson
Revision: 249480

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 249479, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 249479, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 249479, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 249479, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/ssh-agent.patch
  gnupg/repos/core-i686/ssh-ed25519.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/ssh-agent.patch
  gnupg/repos/core-x86_64/ssh-ed25519.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

---+
 /PKGBUILD |  126 
 /install  |   50 +++
 core-i686/PKGBUILD|   69 -
 core-i686/install |   25 ---
 core-i686/ssh-agent.patch |   42 -
 core-i686/ssh-ed25519.patch   |   60 ---
 core-x86_64/PKGBUILD  |   69 -
 core-x86_64/install   |   25 ---
 core-x86_64/ssh-agent.patch   |   42 -
 core-x86_64/ssh-ed25519.patch |   60 ---
 10 files changed, 176 insertions(+), 392 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-10-18 03:01:35 UTC (rev 249479)
+++ core-i686/PKGBUILD  2015-10-18 04:18:05 UTC (rev 249480)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.8
-pkgrel=4
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'ssh-ed25519.patch'
-'ssh-agent.patch')
-sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
-  'fd77cf366f6bd70c1d33e910044612aebe6bbe63'
-  '605f9a1ca5bbb1791c86452d113cb0617ec437e8')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../ssh-ed25519.patch
-   patch -p1 -i ../ssh-agent.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 249479, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-10-18 04:18:05 UTC (rev 249480)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.9
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')

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

2015-10-17 Thread Sébastien Luttringer
Date: Sunday, October 18, 2015 @ 01:30:00
  Author: seblu
Revision: 144303

upgpkg: lldpd 0.7.19-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 23:02:23 UTC (rev 144302)
+++ PKGBUILD2015-10-17 23:30:00 UTC (rev 144303)
@@ -3,7 +3,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=0.7.18
+pkgver=0.7.19
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'lldpd.service'
 'lldpd.sysusers'
 'lldpd.tmpfiles')
-md5sums=('2549d07e254cbadde329fcdb42e0c086'
+md5sums=('4e924420e00ccd5dc289506f43221820'
  '8ae98663bac55afe5d989919d296f28a'
  'a650af7390db0632480184f9f2e7ee4a'
  '8623610442a9d553de764b50046cd6d3'


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

2015-10-17 Thread Sébastien Luttringer
Date: Sunday, October 18, 2015 @ 01:30:23
  Author: seblu
Revision: 144304

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 144303, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 144303, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 144303, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 144303, lldpd/trunk/lldpd.service)
  lldpd/repos/community-i686/lldpd.sysusers
(from rev 144303, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-i686/lldpd.tmpfiles
(from rev 144303, lldpd/trunk/lldpd.tmpfiles)
  lldpd/repos/community-x86_64/LICENSE
(from rev 144303, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 144303, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 144303, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 144303, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/lldpd.sysusers
(from rev 144303, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-x86_64/lldpd.tmpfiles
(from rev 144303, lldpd/trunk/lldpd.tmpfiles)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-i686/lldpd.sysusers
  lldpd/repos/community-i686/lldpd.tmpfiles
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service
  lldpd/repos/community-x86_64/lldpd.sysusers
  lldpd/repos/community-x86_64/lldpd.tmpfiles

-+
 /LICENSE|   22 ++
 /PKGBUILD   |  130 ++
 /lldpd.install  |   22 ++
 /lldpd.service  |   24 +++
 /lldpd.sysusers |2 
 /lldpd.tmpfiles |2 
 community-i686/LICENSE  |   11 ---
 community-i686/PKGBUILD |   65 ---
 community-i686/lldpd.install|   11 ---
 community-i686/lldpd.service|   12 ---
 community-i686/lldpd.sysusers   |1 
 community-i686/lldpd.tmpfiles   |1 
 community-x86_64/LICENSE|   11 ---
 community-x86_64/PKGBUILD   |   65 ---
 community-x86_64/lldpd.install  |   11 ---
 community-x86_64/lldpd.service  |   12 ---
 community-x86_64/lldpd.sysusers |1 
 community-x86_64/lldpd.tmpfiles |1 
 18 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-10-17 23:30:00 UTC (rev 144303)
+++ community-i686/LICENSE  2015-10-17 23:30:23 UTC (rev 144304)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 144303, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-10-17 23:30:23 UTC (rev 144304)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 23:30:00 UTC (rev 144303)
+++ community-i686/PKGBUILD 2015-10-17 23:30:23 UTC (rev 144304)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian 

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

2015-10-17 Thread Felix Yan
Date: Sunday, October 18, 2015 @ 05:25:40
  Author: fyan
Revision: 144311

upgpkg: skk-jisyo 20151018-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 02:54:16 UTC (rev 144310)
+++ PKGBUILD2015-10-18 03:25:40 UTC (rev 144311)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151011
+pkgver=20151018
 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=('a6a4d1d12ae7edc5b367f3a87f2615b2'
+md5sums=('a3fce042830d4ff1e75adc7849b2acdb'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 00:44:28
  Author: heftig
Revision: 249475

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-17 22:42:39 UTC (rev 249474)
+++ extra-i686/PKGBUILD 2015-10-17 22:44:28 UTC (rev 249475)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(itstool yelp-tools gettext)
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 249474, 
zenity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-17 22:44:28 UTC (rev 249475)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.1.1
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6317a03f58b528e2e3330fef5acea39506ec08a7c2aeec5c4f1e7505d43a80a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-17 22:42:39 UTC (rev 249474)
+++ extra-x86_64/PKGBUILD   2015-10-17 22:44:28 UTC (rev 249475)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(itstool yelp-tools gettext)
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 249474, 
zenity/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-17 22:44:28 UTC (rev 249475)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.1.1
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6317a03f58b528e2e3330fef5acea39506ec08a7c2aeec5c4f1e7505d43a80a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-17 Thread Allan McRae
Date: Sunday, October 18, 2015 @ 04:51:39
  Author: allan
Revision: 144307

upgpkg: abcde 2.7.1-2

fix config flie location

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 02:51:01 UTC (rev 144306)
+++ PKGBUILD2015-10-18 02:51:39 UTC (rev 144307)
@@ -6,7 +6,7 @@
 
 pkgname=abcde
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
 url='http://abcde.einval.com'


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

2015-10-17 Thread Allan McRae
Date: Sunday, October 18, 2015 @ 04:52:28
  Author: allan
Revision: 144308

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 144307, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 144307, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   94 
 fix-mp3-tagging.patch |   40 ++--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-18 02:51:39 UTC (rev 144307)
+++ PKGBUILD2015-10-18 02:52:28 UTC (rev 144308)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://abcde.einval.com'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'eject: Eject support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
-"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
-'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" prefix="/usr" install
-}
-
-md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
- 'SKIP'
- 'c3975dc8389ff2edba6684bbc378d97d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 144307, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-18 02:52:28 UTC (rev 144308)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.7.1
+pkgrel=2
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://abcde.einval.com'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'eject: Eject support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
+}
+
+md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2015-10-18 02:51:39 UTC (rev 144307)
+++ fix-mp3-tagging.patch   2015-10-18 02:52:28 UTC (rev 144308)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600

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

2015-10-17 Thread Allan McRae
Date: Sunday, October 18, 2015 @ 04:51:01
  Author: allan
Revision: 144306

install configuration files to /etc

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 23:56:29 UTC (rev 144305)
+++ PKGBUILD2015-10-18 02:51:01 UTC (rev 144306)
@@ -39,7 +39,7 @@
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-make DESTDIR="${pkgdir}" prefix="/usr" install
+make DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" install
 }
 
 md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'


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

2015-10-17 Thread Felix Yan
Date: Sunday, October 18, 2015 @ 05:27:01
  Author: fyan
Revision: 144312

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 144311, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 144311, 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
===
--- PKGBUILD2015-10-18 03:25:40 UTC (rev 144311)
+++ PKGBUILD2015-10-18 03:27:01 UTC (rev 144312)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151011
-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=('a6a4d1d12ae7edc5b367f3a87f2615b2'
- '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 144311, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-18 03:27:01 UTC (rev 144312)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151018
+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=('a3fce042830d4ff1e75adc7849b2acdb'
+ '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   2015-10-18 03:25:40 UTC (rev 144311)
+++ skk-jisyo.install   2015-10-18 03:27:01 UTC (rev 144312)
@@ -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 144311, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-10-18 03:27:01 UTC (rev 144312)
@@ -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 linux-grsec/trunk (PKGBUILD)

2015-10-17 Thread Daniel Micay
Date: Sunday, October 18, 2015 @ 01:56:29
  Author: thestinger
Revision: 144305

201510171105

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 23:30:23 UTC (rev 144304)
+++ PKGBUILD2015-10-17 23:56:29 UTC (rev 144305)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.3
 _grsecver=3.1
-_timestamp=201510161817
+_timestamp=201510171105
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 'e0e066f3fc5f310644e9f3f3ede47db7ac040f44782f0a5cf75ce2c940444972'
 'SKIP'
-'bd2e0c17e53c9f9c072603c9a4b7e8cb9f19893ec39c08b36b5448f4c89f60eb'
+'2a7e7eeb2b73adffeb6d25e7c276f9d482f298a393897a16ccd42adaa9aa6fe1'
 'SKIP'
 'f58098b4fa53cd20278b55f77a89b13d60c3a9c8f3ca06865121914ac09de7b9'
 'e37351f8068b91723520bff31a164be8e9aa98dbbd440aaafc3407d707b5f569'


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

2015-10-17 Thread Daniel Micay
Date: Sunday, October 18, 2015 @ 04:54:16
  Author: thestinger
Revision: 144310

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144309, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144309, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 144309, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 144309, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 144309, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 144309, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 144309, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 144309, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 144309, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 144309, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 144309, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 144309, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 144309, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 144309, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 144309, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 144309, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15600 ++
 /config.x86_64 
  |14998 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7800 -
 community-i686/config.x86_64   
  | 7499 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 

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

2015-10-17 Thread Daniel Micay
Date: Sunday, October 18, 2015 @ 04:53:01
  Author: thestinger
Revision: 144309

upgpkg: linux-grsec 4.2.3.201510171833-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 02:52:28 UTC (rev 144308)
+++ PKGBUILD2015-10-18 02:53:01 UTC (rev 144309)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.3
 _grsecver=3.1
-_timestamp=201510171105
+_timestamp=201510171833
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 'e0e066f3fc5f310644e9f3f3ede47db7ac040f44782f0a5cf75ce2c940444972'
 'SKIP'
-'2a7e7eeb2b73adffeb6d25e7c276f9d482f298a393897a16ccd42adaa9aa6fe1'
+'67af07c7acb9ee152712978d9acd4d703b1e1294afcd08f5dcd6afb3215f76b0'
 'SKIP'
 'f58098b4fa53cd20278b55f77a89b13d60c3a9c8f3ca06865121914ac09de7b9'
 'e37351f8068b91723520bff31a164be8e9aa98dbbd440aaafc3407d707b5f569'


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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 04:56:03
  Author: heftig
Revision: 249477

libexecdir

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 02:54:39 UTC (rev 249476)
+++ PKGBUILD2015-10-18 02:56:03 UTC (rev 249477)
@@ -4,7 +4,7 @@
 
 pkgname=rygel
 pkgver=0.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
 url="http://live.gnome.org/Rygel;
@@ -25,7 +25,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
   --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
   make
 }


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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 05:01:35
  Author: heftig
Revision: 249479

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

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

+
 /PKGBUILD  |   82 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   41 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   41 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-18 03:00:52 UTC (rev 249478)
+++ extra-i686/PKGBUILD 2015-10-18 03:01:35 UTC (rev 249479)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.28.1
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9a145cf1ecb10654d63741cd8c7d37fbaf413d4d3c35f89a8b08e39512bf174')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 249478, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-18 03:01:35 UTC (rev 249479)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.28.1
+pkgrel=2
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9a145cf1ecb10654d63741cd8c7d37fbaf413d4d3c35f89a8b08e39512bf174')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2015-10-18 03:00:52 UTC (rev 249478)
+++ extra-i686/rygel.install2015-10-18 03:01:35 UTC (rev 249479)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install 

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

2015-10-17 Thread Jan Steffens
Date: Sunday, October 18, 2015 @ 05:00:52
  Author: heftig
Revision: 249478

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-18 02:56:03 UTC (rev 249477)
+++ extra-i686/PKGBUILD 2015-10-18 03:00:52 UTC (rev 249478)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.10.0
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=('i686' 'x86_64')
-url="http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('42325622ef35394fa65a139b55f0a20b843bbd6f8b94cb7c591da6d68c62686d')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
-  cd "$srcdir/webkitgtk-$pkgver/Source"
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 249477, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-18 03:00:52 UTC (rev 249478)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.10.2
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('6adf497d24e36660037b84dfc1c53ac7f47bd4c459162290c49436eaa959a18f')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-18 02:56:03 UTC (rev 249477)
+++ extra-x86_64/PKGBUILD   2015-10-18 03:00:52 UTC (rev 249478)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.10.0
-pkgrel=1

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

2015-10-17 Thread Ike Devolder
Date: Saturday, October 17, 2015 @ 08:50:03
  Author: idevolder
Revision: 144260

upgpkg: closure-compiler 20151015-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 04:14:10 UTC (rev 144259)
+++ PKGBUILD2015-10-17 06:50:03 UTC (rev 144260)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20150901
+pkgver=20151015
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -36,4 +36,4 @@
chmod +x "$pkgdir/usr/bin/closure"
 }
 
-sha256sums=('540a26730e655ba495a0f768f76755728aa6e7c3cd78f390f1ab89a4ce24a513')
+sha256sums=('5e1bcde3df0ba819e29b6e27db2ad72ffbf3856b7fd0a11a9dfe1264769b3f40')


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

2015-10-17 Thread Ike Devolder
Date: Saturday, October 17, 2015 @ 08:50:10
  Author: idevolder
Revision: 144261

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 144260, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 06:50:03 UTC (rev 144260)
+++ PKGBUILD2015-10-17 06:50:10 UTC (rev 144261)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20150901
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ant jar
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-
-   ant test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-
-sha256sums=('540a26730e655ba495a0f768f76755728aa6e7c3cd78f390f1ab89a4ce24a513')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 144260, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 06:50:10 UTC (rev 144261)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20151015
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ant jar
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+
+   ant test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+
+sha256sums=('5e1bcde3df0ba819e29b6e27db2ad72ffbf3856b7fd0a11a9dfe1264769b3f40')


[arch-commits] Commit in gnome-shell/trunk (PKGBUILD fs1.patch fs2.patch)

2015-10-17 Thread Jan Steffens
Date: Saturday, October 17, 2015 @ 19:36:02
  Author: heftig
Revision: 249466

fix fs issues

Added:
  gnome-shell/trunk/fs1.patch
  gnome-shell/trunk/fs2.patch
Modified:
  gnome-shell/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 fs1.patch |   44 
 fs2.patch |   51 +++
 3 files changed, 104 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 15:59:23 UTC (rev 249465)
+++ PKGBUILD2015-10-17 17:36:02 UTC (rev 249466)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeShell;
@@ -19,13 +19,19 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
+nm-libexecdir.patch fs1.patch fs2.patch)
 sha256sums=('14a15215b3e29a25b94f69c58a6565e3a8cb2259b1ca242b906af78172bf3845'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'0d2f143362ff47bfd3dcbb94d903b51b9a998f2ff97c6320f0e3fe3599089e34'
+'19f39002be34f035c7f5f8f20bad50ab38fb8ff0f023e91e832feecc54fcdc60')
 
 prepare() {
   cd $pkgname-$pkgver
 
+  # Fullscreen animation issues
+  patch -Np1 -i ../fs1.patch
+  patch -Np1 -i ../fs2.patch
+
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
 }

Added: fs1.patch
===
--- fs1.patch   (rev 0)
+++ fs1.patch   2015-10-17 17:36:02 UTC (rev 249466)
@@ -0,0 +1,44 @@
+From ab2ca17b766556eec7c5c47c4d75ef6ff45a31a7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Fri, 16 Oct 2015 15:36:33 +0200
+Subject: windowManager: Fix fullscreen animations on dualscreen
+
+The translation should describe the difference between the fullscreened
+and unfullscreened position of the window - however we are currently
+assuming a fullscreen position of (0, 0) instead of the monitor's origin,
+which causes glitches on dualscreen setups.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756697
+---
+ js/ui/windowManager.js | 10 ++
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
+index 2ee99e3..c8996d8 100644
+--- a/js/ui/windowManager.js
 b/js/ui/windowManager.js
+@@ -1235,15 +1235,17 @@ const WindowManager = new Lang.Class({
+ },
+ 
+ _fullscreenWindow: function(shellwm, actor, oldFrameRect, oldBufferRect) {
+-actor.translation_x = oldFrameRect.x;
+-actor.translation_y = oldFrameRect.y;
++let monitor = 
Main.layoutManager.monitors[actor.meta_window.get_monitor()];
++actor.translation_x = oldFrameRect.x - monitor.x;
++actor.translation_y = oldFrameRect.y - monitor.y;
+ this._fullscreenAnimation(shellwm, actor, oldFrameRect);
+ },
+ 
+ _unfullscreenWindow: function(shellwm, actor, oldFrameRect, 
oldBufferRect) {
+ let targetRect = actor.meta_window.get_frame_rect();
+-actor.translation_x = -targetRect.x;
+-actor.translation_y = -targetRect.y;
++let monitor = 
Main.layoutManager.monitors[actor.meta_window.get_monitor()];
++actor.translation_x = -(targetRect.x - monitor.x);
++actor.translation_y = -(targetRect.y - monitor.y);
+ this._fullscreenAnimation(shellwm, actor, oldFrameRect);
+ },
+ 
+-- 
+cgit v0.11.2
+

Added: fs2.patch
===
--- fs2.patch   (rev 0)
+++ fs2.patch   2015-10-17 17:36:02 UTC (rev 249466)
@@ -0,0 +1,51 @@
+From 8ae0c69ccf9dede2770ca8e74945e29b8c528aa5 Mon Sep 17 00:00:00 2001
+From: Cosimo Cecchi 
+Date: Fri, 16 Oct 2015 13:45:09 -0700
+Subject: windowManager: fix fullscreen clone being left around
+
+If we get another effect on the same actor, we should make sure to
+remove the clone through the "overwrite" methods provided by Tweener, or
+there will be a race that might end up with a stray clone being left
+around.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756714
+---
+ js/ui/windowManager.js | 15 ++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
+index c8996d8..32b8c0f 100644
+--- a/js/ui/windowManager.js
 b/js/ui/windowManager.js
+@@ -1296,7 +1296,10 @@ const WindowManager = new Lang.Class({
+transition: 'easeOutQuad',
+onComplete: this._sizeChangeWindowDone,
+onCompleteScope: this,
+- 

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

2015-10-17 Thread Jan Steffens
Date: Saturday, October 17, 2015 @ 19:37:14
  Author: heftig
Revision: 249467

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 249466, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/fs1.patch
(from rev 249466, gnome-shell/trunk/fs1.patch)
  gnome-shell/repos/extra-i686/fs2.patch
(from rev 249466, gnome-shell/trunk/fs2.patch)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 249466, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 249466, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 249466, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/fs1.patch
(from rev 249466, gnome-shell/trunk/fs1.patch)
  gnome-shell/repos/extra-x86_64/fs2.patch
(from rev 249466, gnome-shell/trunk/fs2.patch)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 249466, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 249466, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  116 +
 /gnome-shell.install |   38 
 /nm-libexecdir.patch |   24 +++
 extra-i686/PKGBUILD  |   52 
 extra-i686/fs1.patch |   44 ++
 extra-i686/fs2.patch |   51 
 extra-i686/gnome-shell.install   |   19 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   52 
 extra-x86_64/fs1.patch   |   44 ++
 extra-x86_64/fs2.patch   |   51 
 extra-x86_64/gnome-shell.install |   19 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 13 files changed, 368 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-17 17:36:02 UTC (rev 249466)
+++ extra-i686/PKGBUILD 2015-10-17 17:37:14 UTC (rev 249467)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab 
+# Contributor: Flamelab [arch-commits] Commit in zenity/repos (4 files)

Date: Saturday, October 17, 2015 @ 19:41:17
  Author: heftig
Revision: 249469

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-17 17:39:52 UTC (rev 249468)
+++ extra-i686/PKGBUILD 2015-10-17 17:41:17 UTC (rev 249469)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(itstool yelp-tools gettext)
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 249468, 
zenity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-17 17:41:17 UTC (rev 249469)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-17 17:39:52 UTC (rev 249468)
+++ extra-x86_64/PKGBUILD   2015-10-17 17:41:17 UTC (rev 249469)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(itstool yelp-tools gettext)
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 249468, 
zenity/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-17 17:41:17 UTC (rev 249469)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

Date: Saturday, October 17, 2015 @ 19:39:52
  Author: heftig
Revision: 249468

3.18.1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 17:37:14 UTC (rev 249467)
+++ PKGBUILD2015-10-17 17:39:52 UTC (rev 249468)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
 license=(LGPL)
-depends=(gtk3 libnotify)
+depends=(webkit2gtk libnotify)
 makedepends=(itstool yelp-tools gettext)
 url="http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69')
+sha256sums=('089d45f8e82bb48ae80fcb78693bcd7a29579631234709d752afed6c5a107ba8')
 
 build() {
   cd $pkgname-$pkgver


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

Date: Saturday, October 17, 2015 @ 09:16:45
  Author: andyrtr
Revision: 249457

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

Added:
  sqlite/repos/testing-i686/PKGBUILD
(from rev 249456, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 249456, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 249456, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 249456, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/testing-i686/PKGBUILD
  sqlite/repos/testing-i686/license.txt
  sqlite/repos/testing-x86_64/PKGBUILD
  sqlite/repos/testing-x86_64/license.txt

+
 /PKGBUILD  |  204 +++
 /license.txt   |   66 +
 testing-i686/PKGBUILD  |  102 -
 testing-i686/license.txt   |   33 --
 testing-x86_64/PKGBUILD|  102 -
 testing-x86_64/license.txt |   33 --
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-17 07:16:29 UTC (rev 249456)
+++ testing-i686/PKGBUILD   2015-10-17 07:16:45 UTC (rev 249457)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_srcver=309
-_docver=${_srcver}
-#_docver=3080001
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url="http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=(http://www.sqlite.org/2015/sqlite-src-${_srcver}.zip
-http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
-license.txt)
-options=('!emptydirs' '!makeflags')
-sha1sums=('4bd502c7435bb86c6dafaa8863a90d95fb0bc06b'
-  'f20c4904ae55e2ef106bb0ecf31256b3e5d3b3ee'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-src-$_srcver
-  ./configure --prefix=/usr \
-   --disable-static \
-   TCLLIBDIR=/usr/lib/sqlite$pkgver
-  make
-  # build additional tools
-  make showdb showjournal showstat4 showwal sqldiff
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-src-$_srcver
-  make DESTDIR=${pkgdir} install
-  
-  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
-  
-  # install manpage
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-  
-  # split out tcl extension
-  mkdir $srcdir/tcl
-  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv $srcdir/tcl/* ${pkgdir}/usr/lib
-  
-  # install manpage
-  install -m755 -d ${pkgdir}/usr/share/man/mann
-  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-}

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 249456, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-17 07:16:45 UTC (rev 249457)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"

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

Date: Saturday, October 17, 2015 @ 09:16:29
  Author: andyrtr
Revision: 249456

upgpkg: sqlite 3.9.1-1

upstream update 3.9.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 03:14:34 UTC (rev 249455)
+++ PKGBUILD2015-10-17 07:16:29 UTC (rev 249456)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_srcver=309
+_srcver=3090100
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.9.0
+pkgver=3.9.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('4bd502c7435bb86c6dafaa8863a90d95fb0bc06b'
-  'f20c4904ae55e2ef106bb0ecf31256b3e5d3b3ee'
+sha1sums=('7711364f78dae9110a7c8b62eba27c37aacb4205'
+  '4546fc4304427621c49b99f71fc938890f1e7a72'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


[arch-commits] Commit in lib32-glib2/repos (3 files)

Date: Saturday, October 17, 2015 @ 09:28:16
  Author: fyan
Revision: 144265

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 144264, lib32-glib2/trunk/PKGBUILD)
  
lib32-glib2/repos/multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 144264, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)

+
 PKGBUILD   |   53 +++
 revert-warn-glib-compile-schemas.patch |   33 +++
 2 files changed, 86 insertions(+)

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 144264, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-10-17 07:28:16 UTC (rev 144265)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.46.1
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
+url="http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-dbus' 'lib32-libffi' 'lib32-pcre' 'lib32-zlib' "$_pkgbasename")
+makedepends=('gcc-multilib' 'python2')
+options=('!docs')
+source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
+'revert-warn-glib-compile-schemas.patch')
+sha256sums=('5a1f03b952ebc3a7e9f612b8724f70898183e31503db329b4f15d07163c8fdfb'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd "${srcdir}/glib-${pkgver}"
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ## Prevent runtime unloading of glib
+  # https://bugs.archlinux.org/task/46619
+  # https://bugzilla.gnome.org/show_bug.cgi?id=755609
+  LDFLAGS+=" -Wl,-z,nodelete"
+
+  cd "${srcdir}/glib-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libdir=/usr/lib32 --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd "${srcdir}/glib-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
+
+  cd "${pkgdir}"/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules-32 -delete
+}

Copied: 
lib32-glib2/repos/multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch
 (from rev 144264, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch  
(rev 0)
+++ multilib-testing-x86_64/revert-warn-glib-compile-schemas.patch  
2015-10-17 07:28:16 UTC (rev 144265)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie 
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path && (g_str_has_prefix (path, "/apps/") ||
++   g_str_has_prefix (path, "/desktop/") ||
++   g_str_has_prefix (path, "/system/")))
++g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
++"'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, 
path);
++
+   state->schema_state = schema_state_new (path, gettext_domain,
+   extends, extends_name, list_of);
+ 
+--
+cgit v0.9.0.2


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

Date: Saturday, October 17, 2015 @ 09:27:54
  Author: fyan
Revision: 144264

upgpkg: lib32-glib2 2.46.1-1

sync with [testing]

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:21:44 UTC (rev 144263)
+++ PKGBUILD2015-10-17 07:27:54 UTC (rev 144264)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.46.0
+pkgver=2.46.1
 pkgrel=1
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
 url="http://www.gtk.org/;
@@ -16,7 +16,7 @@
 options=('!docs')
 
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz;
 'revert-warn-glib-compile-schemas.patch')
-sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4'
+sha256sums=('5a1f03b952ebc3a7e9f612b8724f70898183e31503db329b4f15d07163c8fdfb'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {
@@ -29,6 +29,11 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
+  ## Prevent runtime unloading of glib
+  # https://bugs.archlinux.org/task/46619
+  # https://bugzilla.gnome.org/show_bug.cgi?id=755609
+  LDFLAGS+=" -Wl,-z,nodelete"
+
   cd "${srcdir}/glib-${pkgver}"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libdir=/usr/lib32 --with-pcre=system --disable-fam


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

Date: Saturday, October 17, 2015 @ 09:41:29
  Author: fyan
Revision: 144268

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 144267, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 144267, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 144267, 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  |  372 +++-
 wine.install  |   24 +--
 3 files changed, 217 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-10-17 07:31:52 UTC (rev 144267)
+++ 30-win32-aliases.conf   2015-10-17 07:41:29 UTC (rev 144268)
@@ -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 144267, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-10-17 07:41:29 UTC (rev 144268)
@@ -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
===
--- PKGBUILD2015-10-17 07:31:52 UTC (rev 144267)
+++ PKGBUILD2015-10-17 07:41:29 UTC (rev 144268)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.7.52
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('a323e29090c2f9608d1181e3675948988f6664db'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-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
-  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 prelink
-  '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
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  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
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  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")
-  conflicts=('bin32-wine' 

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

Date: Saturday, October 17, 2015 @ 09:56:21
  Author: fyan
Revision: 144270

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

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

-+
 community-testing-i686/PKGBUILD |   63 ++
 community-testing-i686/pandoc.install   |   18 
 community-testing-x86_64/PKGBUILD   |   63 ++
 community-testing-x86_64/pandoc.install |   18 
 4 files changed, 162 insertions(+)

Copied: pandoc/repos/community-testing-i686/PKGBUILD (from rev 144269, 
pandoc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-17 07:56:21 UTC (rev 144270)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.0.6
+pkgrel=3
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46')
+
+prepare() {
+# Allowed by upstream already
+sed -e 's|http-types >= 0.8 && < 0.9|http-types >= 0.8 \&\& < 0.10|' \
+-e 's|syb >= 0.1 && < 0.6|syb >= 0.1 \&\& < 0.7|' \
+-e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \
+-e 's|aeson >= 0.7.0.5 && < 0.10|aeson >= 0.7.0.5 \&\& < 0.11|' \
+-i $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-testing-i686/pandoc.install (from rev 144269, 
pandoc/trunk/pandoc.install)
===
--- community-testing-i686/pandoc.install   (rev 0)
+++ community-testing-i686/pandoc.install   2015-10-17 07:56:21 UTC (rev 
144270)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  

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

Date: Saturday, October 17, 2015 @ 10:22:23
  Author: lcarlier
Revision: 144272

upgpkg: lib32-systemd 227-1

upstream update 227

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 08:22:00 UTC (rev 144271)
+++ PKGBUILD2015-10-17 08:22:23 UTC (rev 144272)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=226
+pkgver=227
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -40,7 +40,6 @@
 --disable-audit \
 --disable-tests \
 --disable-ima \
---disable-kdbus \
 --disable-seccomp \
 --disable-pam \
 --disable-kmod \


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

Date: Saturday, October 17, 2015 @ 10:22:00
  Author: fyan
Revision: 144271

upgpkg: haskell-pandoc-citeproc 0.8-3

rebuild with texmath-0.8.4

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:56:21 UTC (rev 144270)
+++ PKGBUILD2015-10-17 08:22:00 UTC (rev 144271)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

Date: Saturday, October 17, 2015 @ 11:02:32
  Author: arojas
Revision: 249460

Update to latest snapshot

Modified:
  qtchooser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:37:12 UTC (rev 249459)
+++ PKGBUILD2015-10-17 09:02:32 UTC (rev 249460)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=qtchooser
-pkgver=52
+pkgver=53
 pkgrel=1
 pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 backup=('etc/xdg/qtchooser/default.conf')
 depends=('gcc-libs')
 makedepends=('git')
-source=("git://code.qt.io/qt/${pkgname}.git#commit=ae5eeef85c9a818bfa6a3e03511e3935e9abe01f"
+source=("git://code.qt.io/qt/${pkgname}.git#commit=d20fdc63"
 {4,5}.conf)
 md5sums=('SKIP'
  'aa4d49b269e1b806f5eea170801f0aa6'


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

Date: Saturday, October 17, 2015 @ 09:21:44
  Author: fyan
Revision: 144263

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

Added:
  haskell-texmath/repos/community-testing-i686/
  haskell-texmath/repos/community-testing-i686/PKGBUILD
(from rev 144262, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-testing-i686/haskell-texmath.install
(from rev 144262, haskell-texmath/trunk/haskell-texmath.install)
  haskell-texmath/repos/community-testing-x86_64/
  haskell-texmath/repos/community-testing-x86_64/PKGBUILD
(from rev 144262, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-testing-x86_64/haskell-texmath.install
(from rev 144262, haskell-texmath/trunk/haskell-texmath.install)

--+
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/haskell-texmath.install   |   18 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/haskell-texmath.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-texmath/repos/community-testing-i686/PKGBUILD (from rev 144262, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-17 07:21:44 UTC (rev 144263)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-network-uri" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('318b8d640e6badd1ccc5b4cbb9c3c7186103959ee5d2a778267939629e0c0295')
+
+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 \
+-fnetwork-uri -f-executable
+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-texmath/repos/community-testing-i686/haskell-texmath.install 
(from rev 144262, haskell-texmath/trunk/haskell-texmath.install)
===
--- community-testing-i686/haskell-texmath.install  
(rev 0)
+++ community-testing-i686/haskell-texmath.install  2015-10-17 07:21:44 UTC 
(rev 144263)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-texmath
+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-texmath/repos/community-testing-x86_64/PKGBUILD (from rev 
144262, haskell-texmath/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-10-17 07:21:44 UTC (rev 144263)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-mtl" "haskell-network-uri" 
"haskell-pandoc-types"
+ 

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

Date: Saturday, October 17, 2015 @ 09:21:11
  Author: fyan
Revision: 144262

upgpkg: haskell-texmath 0.8.4-1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 06:50:10 UTC (rev 144261)
+++ PKGBUILD2015-10-17 07:21:11 UTC (rev 144262)
@@ -4,8 +4,8 @@
 
 _hkgname=texmath
 pkgname=haskell-texmath
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath;
 license=("GPL")
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('553d4e8785caf97370aa8d1b626c0e310fe0a1dec15abf2b146dc2ee219e1d34')
+sha256sums=('318b8d640e6badd1ccc5b4cbb9c3c7186103959ee5d2a778267939629e0c0295')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

Date: Saturday, October 17, 2015 @ 09:55:52
  Author: fyan
Revision: 144269

upgpkg: pandoc 1.15.0.6-3

rebuild with texmath-0.8.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:41:29 UTC (rev 144268)
+++ PKGBUILD2015-10-17 07:55:52 UTC (rev 144269)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.15.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in xorg-server/trunk (2 files)

Date: Saturday, October 17, 2015 @ 13:14:53
  Author: lcarlier
Revision: 249462

upgpkg: xorg-server 1.17.2-5

fix FS#46741

Added:
  
xorg-server/trunk/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
Modified:
  xorg-server/trunk/PKGBUILD

---+
 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch |   84 ++
 PKGBUILD  |   11 -
 2 files changed, 92 insertions(+), 3 deletions(-)

Added: 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
===
--- 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
(rev 0)
+++ 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
2015-10-17 11:14:53 UTC (rev 249462)
@@ -0,0 +1,84 @@
+From ca355e9d6acab994453cdbb65cb213d09ee4a50f Mon Sep 17 00:00:00 2001
+From: Hans de Goede 
+Date: Wed, 14 Oct 2015 15:10:35 +0200
+Subject: [PATCH] linux: Do not call FatalError from xf86CloseConsole
+
+FatalError ends up calling xf86CloseConsole itself, so calling FatalError
+from within xf86CloseConsole is not a good idea.
+
+All the other error checking done in xf86CloseConsole uses
+xf86Msg(X_WARNING, ...) except for the switch_to() helper function,
+change things so that switch_to() also uses xf86Msg rather then FatalError
+when called from xf86CloseConsole.
+
+BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1269210
+Signed-off-by: Hans de Goede 
+---
+ hw/xfree86/os-support/linux/lnx_init.c | 24 
+ 1 file changed, 16 insertions(+), 8 deletions(-)
+
+diff --git a/hw/xfree86/os-support/linux/lnx_init.c 
b/hw/xfree86/os-support/linux/lnx_init.c
+index ec06a05..9fec964 100644
+--- a/hw/xfree86/os-support/linux/lnx_init.c
 b/hw/xfree86/os-support/linux/lnx_init.c
+@@ -64,17 +64,25 @@ drain_console(int fd, void *closure)
+ }
+ 
+ static void
+-switch_to(int vt, const char *from)
++switch_to(int vt, Bool is_open)
+ {
+ int ret;
+ 
+ SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt));
+-if (ret < 0)
+-FatalError("%s: VT_ACTIVATE failed: %s\n", from, strerror(errno));
++if (ret < 0) {
++if (is_open)
++FatalError("xf86OpenConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
++else
++xf86Msg(X_WARNING, "xf86CloseConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
++}
+ 
+ SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_WAITACTIVE, vt));
+-if (ret < 0)
+-FatalError("%s: VT_WAITACTIVE failed: %s\n", from, strerror(errno));
++if (ret < 0) {
++if (is_open)
++FatalError("xf86OpenConsole: VT_WAITACTIVE failed: %s\n", 
strerror(errno));
++else
++xf86Msg(X_WARNING, "xf86CloseConsole: VT_WAITACTIVE failed: 
%s\n", strerror(errno));
++}
+ }
+ 
+ #pragma GCC diagnostic push
+@@ -233,7 +241,7 @@ xf86OpenConsole(void)
+ /*
+  * now get the VT.  This _must_ succeed, or else fail completely.
+  */
+-switch_to(xf86Info.vtno, "xf86OpenConsole");
++switch_to(xf86Info.vtno, TRUE);
+ 
+ SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_GETMODE, ));
+ if (ret < 0)
+@@ -294,7 +302,7 @@ xf86OpenConsole(void)
+ else {  /* serverGeneration != 1 */
+ if (!xf86Info.ShareVTs && xf86Info.autoVTSwitch) {
+ /* now get the VT */
+-switch_to(xf86Info.vtno, "xf86OpenConsole");
++switch_to(xf86Info.vtno, TRUE);
+ }
+ }
+ }
+@@ -346,7 +354,7 @@ xf86CloseConsole(void)
+  * Perform a switch back to the active VT when we were started
+  */
+ if (activeVT >= 0) {
+-switch_to(activeVT, "xf86CloseConsole");
++switch_to(activeVT, FALSE);
+ activeVT = -1;
+ }
+ }
+-- 
+2.5.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 09:03:49 UTC (rev 249461)
+++ PKGBUILD2015-10-17 11:14:53 UTC (rev 249462)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.17.2
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org;
@@ -24,7 +24,8 @@
 0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
 0001-systemd-logind-do-not-rely-on-directed-signals.patch
 0001-glamor-make-current-in-prepare-paths.patch
-0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
+0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
+0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch)
 

[arch-commits] Commit in xorg-server/repos (26 files)

Date: Saturday, October 17, 2015 @ 13:15:15
  Author: lcarlier
Revision: 249463

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

Added:
  xorg-server/repos/testing-i686/
  
xorg-server/repos/testing-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249462, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  xorg-server/repos/testing-i686/0001-glamor-make-current-in-prepare-paths.patch
(from rev 249462, 
xorg-server/trunk/0001-glamor-make-current-in-prepare-paths.patch)
  
xorg-server/repos/testing-i686/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
(from rev 249462, 
xorg-server/trunk/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch)
  
xorg-server/repos/testing-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249462, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249462, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/testing-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249462, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 249462, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 249462, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 249462, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 249462, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 249462, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 249462, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  
xorg-server/repos/testing-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249462, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/testing-x86_64/0001-glamor-make-current-in-prepare-paths.patch
(from rev 249462, 
xorg-server/trunk/0001-glamor-make-current-in-prepare-paths.patch)
  
xorg-server/repos/testing-x86_64/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
(from rev 249462, 
xorg-server/trunk/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch)
  
xorg-server/repos/testing-x86_64/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249462, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249462, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/testing-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249462, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 249462, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 249462, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 249462, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 249462, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 249462, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 249462, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
|  210 +++
 testing-i686/0001-glamor-make-current-in-prepare-paths.patch   
|   34 +
 testing-i686/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch 
|   84 ++
 testing-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch   
|   63 ++
 testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch 
|   55 +
 testing-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch   
|  134 
 testing-i686/PKGBUILD  
|  248 
 testing-i686/autoconfig-sis.patch  
|   21 
 testing-i686/nvidia-drm-outputclass.conf   
|6 
 testing-i686/xorg-server.install   
|   18 
 testing-i686/xvfb-run  
|  180 ++
 testing-i686/xvfb-run.1

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

Date: Saturday, October 17, 2015 @ 09:31:24
  Author: fyan
Revision: 144266

upgpkg: wine 1.7.53-1

move lcms2 and libxml2 to depends as suggested by upstream

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:28:16 UTC (rev 144265)
+++ PKGBUILD2015-10-17 07:31:24 UTC (rev 144266)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.7.52
+pkgver=1.7.53
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('a323e29090c2f9608d1181e3675948988f6664db'
+sha1sums=('d13fa9152e23f0ab2a31bef70c5d381e795013a2'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
@@ -26,6 +26,8 @@
 
 _depends=(
   fontconfig  lib32-fontconfig
+  lcms2   lib32-lcms2
+  libxml2 lib32-libxml2
   libxcursor  lib32-libxcursor
   libxrandr   lib32-libxrandr
   libxdamage  lib32-libxdamage
@@ -48,9 +50,7 @@
   libxcomposite   lib32-libxcomposite
   libxmu  lib32-libxmu
   libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
   libldap lib32-libldap
-  lcms2   lib32-lcms2
   mpg123  lib32-mpg123
   openal  lib32-openal
   v4l-utils   lib32-v4l-utils
@@ -69,8 +69,6 @@
   libpng  lib32-libpng
   libldap lib32-libldap
   gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
   mpg123  lib32-mpg123
   openal  lib32-openal
   v4l-utils   lib32-v4l-utils


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

Date: Saturday, October 17, 2015 @ 09:31:52
  Author: fyan
Revision: 144267

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 144266, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 144266, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 144266, 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  |  372 +++-
 wine.install  |   24 +--
 3 files changed, 217 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-10-17 07:31:24 UTC (rev 144266)
+++ 30-win32-aliases.conf   2015-10-17 07:31:52 UTC (rev 144267)
@@ -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 144266, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-10-17 07:31:52 UTC (rev 144267)
@@ -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
===
--- PKGBUILD2015-10-17 07:31:24 UTC (rev 144266)
+++ PKGBUILD2015-10-17 07:31:52 UTC (rev 144267)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.7.52
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('a323e29090c2f9608d1181e3675948988f6664db'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-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
-  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 prelink
-  '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
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  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
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  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 qtchooser/repos (12 files)

Date: Saturday, October 17, 2015 @ 11:03:49
  Author: arojas
Revision: 249461

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

Added:
  qtchooser/repos/extra-i686/4.conf
(from rev 249460, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-i686/5.conf
(from rev 249460, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-i686/PKGBUILD
(from rev 249460, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/extra-x86_64/4.conf
(from rev 249460, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-x86_64/5.conf
(from rev 249460, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-x86_64/PKGBUILD
(from rev 249460, qtchooser/trunk/PKGBUILD)
Deleted:
  qtchooser/repos/extra-i686/4.conf
  qtchooser/repos/extra-i686/5.conf
  qtchooser/repos/extra-i686/PKGBUILD
  qtchooser/repos/extra-x86_64/4.conf
  qtchooser/repos/extra-x86_64/5.conf
  qtchooser/repos/extra-x86_64/PKGBUILD

---+
 /4.conf   |4 ++
 /5.conf   |4 ++
 /PKGBUILD |   82 
 extra-i686/4.conf |2 -
 extra-i686/5.conf |2 -
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/4.conf   |2 -
 extra-x86_64/5.conf   |2 -
 extra-x86_64/PKGBUILD |   41 
 9 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/4.conf
===
--- extra-i686/4.conf   2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/4.conf   2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib

Copied: qtchooser/repos/extra-i686/4.conf (from rev 249460, 
qtchooser/trunk/4.conf)
===
--- extra-i686/4.conf   (rev 0)
+++ extra-i686/4.conf   2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Deleted: extra-i686/5.conf
===
--- extra-i686/5.conf   2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/5.conf   2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib

Copied: qtchooser/repos/extra-i686/5.conf (from rev 249460, 
qtchooser/trunk/5.conf)
===
--- extra-i686/5.conf   (rev 0)
+++ extra-i686/5.conf   2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/PKGBUILD 2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qtchooser
-pkgver=52
-pkgrel=1
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
-arch=('i686' 'x86_64')
-url='http://code.qt.io/cgit/qt/qtchooser.git/'
-license=('GPL')
-backup=('etc/xdg/qtchooser/default.conf')
-depends=('gcc-libs')
-makedepends=('git')
-source=("git://code.qt.io/qt/${pkgname}.git#commit=ae5eeef85c9a818bfa6a3e03511e3935e9abe01f"
-{4,5}.conf)
-md5sums=('SKIP'
- 'aa4d49b269e1b806f5eea170801f0aa6'
- 'cf83f09a9a5a44d898b93f624d74dd11')
-
-pkgver() {
-  cd $pkgname
-  echo $(git rev-list --count HEAD)
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/etc/xdg/qtchooser
-  install -m644 "$srcdir"/{4,5}.conf \
-"$pkgdir"/etc/xdg/qtchooser/
-
-  # Set the default Qt
-  ln -s /etc/xdg/qtchooser/5.conf \
-"$pkgdir"/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/extra-i686/PKGBUILD (from rev 249460, 
qtchooser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtchooser
+pkgver=53
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://code.qt.io/cgit/qt/qtchooser.git/'
+license=('GPL')
+backup=('etc/xdg/qtchooser/default.conf')
+depends=('gcc-libs')
+makedepends=('git')
+source=("git://code.qt.io/qt/${pkgname}.git#commit=d20fdc63"
+{4,5}.conf)
+md5sums=('SKIP'
+ 'aa4d49b269e1b806f5eea170801f0aa6'
+ 'cf83f09a9a5a44d898b93f624d74dd11')
+
+pkgver() {
+  cd $pkgname
+  echo $(git rev-list --count HEAD)
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/etc/xdg/qtchooser
+  install -m644 "$srcdir"/{4,5}.conf \
+"$pkgdir"/etc/xdg/qtchooser/
+
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+"$pkgdir"/etc/xdg/qtchooser/default.conf
+}


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

Date: Saturday, October 17, 2015 @ 09:37:05
  Author: bluewind
Revision: 249458

upgpkg: pacman-mirrorlist 20151017-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 07:16:45 UTC (rev 249457)
+++ PKGBUILD2015-10-17 07:37:05 UTC (rev 249458)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20151002
+pkgver=20151017
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('2a9661cfc70fd0e197cf4c37d3bfa54a')
-sha256sums=('98d1ad2b5cc74231008fb7da0c92100b7393e7baa7a2c8ac0a1b9af11b1df02d')
+md5sums=('b1a5d1e3f8c0dc5505daf18c711acbe3')
+sha256sums=('6549c233dc7efcfd10eb6aaedfa34f3c35764d0540f92181d228092b037f16ec')

Modified: mirrorlist
===
--- mirrorlist  2015-10-17 07:16:45 UTC (rev 249457)
+++ mirrorlist  2015-10-17 07:37:05 UTC (rev 249458)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-10-02
+## Generated on 2015-10-17
 ##
 
 ## Worldwide
@@ -254,6 +254,7 @@
 
 ## Poland
 #Server = http://arch.midov.pl/arch/$repo/os/$arch
+#Server = http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch
 #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
 #Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
 


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

Date: Saturday, October 17, 2015 @ 10:22:28
  Author: fyan
Revision: 144273

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

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

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

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

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

Copied: haskell-pandoc-citeproc/repos/community-testing-x86_64/PKGBUILD (from 
rev 144271, 

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

Date: Saturday, October 17, 2015 @ 10:22:29
  Author: lcarlier
Revision: 144274

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-systemd/repos/multilib-x86_64/PKGBUILD
(from rev 144272, lib32-systemd/trunk/PKGBUILD)
Deleted:
  lib32-systemd/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 08:22:28 UTC (rev 144273)
+++ PKGBUILD2015-10-17 08:22:29 UTC (rev 144274)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=226
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'git')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd systemd
-
-  ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd systemd
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-tests \
---disable-ima \
---disable-kdbus \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-networkd \
---disable-blkid \
---disable-libiptc \
---disable-manpages \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd systemd
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 144272, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 08:22:29 UTC (rev 144274)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=227
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
+ 'lib32-curl' 'lib32-bzip2' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--disable-manpages \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd systemd
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}


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

Date: Saturday, October 17, 2015 @ 13:42:15
  Author: alucryd
Revision: 144275

upgpkg: vapoursynth R28-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 08:22:29 UTC (rev 144274)
+++ PKGBUILD2015-10-17 11:42:15 UTC (rev 144275)
@@ -4,8 +4,8 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R27
-pkgrel=2
+pkgver=R28
+pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
 url='http://www.vapoursynth.com/'
@@ -15,7 +15,7 @@
 install='vapoursynth.install'
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
+sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {


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

Date: Saturday, October 17, 2015 @ 13:42:33
  Author: alucryd
Revision: 144276

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 144275, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 144275, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 144275, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 144275, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 144275, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 144275, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 11:42:15 UTC (rev 144275)
+++ community-i686/PKGBUILD 2015-10-17 11:42:33 UTC (rev 144276)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R27
-pkgrel=2
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 144275, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-17 11:42:33 UTC (rev 144276)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R28
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  2015-10-17 11:42:15 UTC (rev 144275)
+++ community-i686/vapoursynth.install  2015-10-17 11:42:33 UTC (rev 144276)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install

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

Date: Saturday, October 17, 2015 @ 14:39:17
  Author: bgyorgy
Revision: 144278

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   78 
 guake.install |   44 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 12:39:13 UTC (rev 144277)
+++ PKGBUILD2015-10-17 12:39:17 UTC (rev 144278)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 
'python2-keybinder2' 'python2-xdg' 'libutempter')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('4f4dab1f85d7d03eec2ee1c193919fc7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 144277, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 12:39:17 UTC (rev 144278)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 
'python2-keybinder2' 'python2-xdg' 'libutempter')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('9158b0121ae603e6c14160882fdd037e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --disable-static --disable-schemas-install \
+   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+   PYTHON=python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: guake.install
===
--- guake.install   2015-10-17 12:39:13 UTC (rev 144277)
+++ guake.install   2015-10-17 12:39:17 UTC (rev 144278)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: guake/repos/community-any/guake.install (from rev 144277, 
guake/trunk/guake.install)
===
--- guake.install   (rev 0)
+++ guake.install   2015-10-17 12:39:17 UTC (rev 144278)
@@ -0,0 +1,22 @@
+pkgname=guake
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}


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

Date: Saturday, October 17, 2015 @ 14:39:13
  Author: bgyorgy
Revision: 144277

upgpkg: guake 0.8.1-1

Update to version 0.8.1

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 11:42:33 UTC (rev 144276)
+++ PKGBUILD2015-10-17 12:39:13 UTC (rev 144277)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('4f4dab1f85d7d03eec2ee1c193919fc7')
+md5sums=('9158b0121ae603e6c14160882fdd037e')
 
 prepare() {
   cd $pkgname-$pkgver


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

Date: Saturday, October 17, 2015 @ 21:58:26
  Author: arojas
Revision: 249470

Update to 0.95.21

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 17:41:17 UTC (rev 249469)
+++ PKGBUILD2015-10-17 19:58:26 UTC (rev 249470)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=freetds
-pkgver=0.95.0
+pkgver=0.95.21
 pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='http://www.freetds.org'
@@ -12,11 +12,11 @@
 backup=('etc/freetds/freetds.conf'
 'etc/freetds/locales.conf'
 'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d3fb9fe5f28125c1c1806dc7fc1c27cf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+md5sums=('d76826675569e15a8e2b8f02c7c4ef98')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
 --with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
   make 
@@ -23,6 +23,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

Date: Saturday, October 17, 2015 @ 22:00:04
  Author: arojas
Revision: 249471

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

Added:
  freetds/repos/testing-i686/
  freetds/repos/testing-i686/PKGBUILD
(from rev 249470, freetds/trunk/PKGBUILD)
  freetds/repos/testing-x86_64/
  freetds/repos/testing-x86_64/PKGBUILD
(from rev 249470, freetds/trunk/PKGBUILD)

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

Copied: freetds/repos/testing-i686/PKGBUILD (from rev 249470, 
freetds/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-17 20:00:04 UTC (rev 249471)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=0.95.21
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+md5sums=('d76826675569e15a8e2b8f02c7c4ef98')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: freetds/repos/testing-x86_64/PKGBUILD (from rev 249470, 
freetds/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-17 20:00:04 UTC (rev 249471)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=0.95.21
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+md5sums=('d76826675569e15a8e2b8f02c7c4ef98')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

Date: Saturday, October 17, 2015 @ 22:05:50
  Author: spupykin
Revision: 144285

upgpkg: drupal 7.40-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 16:04:16 UTC (rev 144284)
+++ PKGBUILD2015-10-17 20:05:50 UTC (rev 144285)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=7.39
+pkgver=7.40
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 install='drupal.install'
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6f42a7e9c7a1c2c4c9c2f20c81b8e79a')
+md5sums=('d4509f13c23999a76e61ec4d5ccfaf26')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

Date: Saturday, October 17, 2015 @ 22:06:56
  Author: spupykin
Revision: 144292

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

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

-+
 /PKGBUILD   |   66 ++
 /parole.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/parole.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 20:06:43 UTC (rev 144291)
+++ community-i686/PKGBUILD 2015-10-17 20:06:56 UTC (rev 144292)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: TDY 
-
-pkgname=parole
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A modern media player based on the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify>=0.4.1'
- 'libxfce4ui>=4.12.0' 'taglib>=1.4' 'desktop-file-utils' 
'gst-plugins-good')
-makedepends=('xfce4-dev-tools')
-optdepends=('gst-libav'
-   'gst-plugins-bad'
-   'gst-plugins-base'
-   'gst-plugins-ugly')
-install=parole.install
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('bf2d5032f6590d9cbdaa0d06d71e092b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
---enable-taglib --enable-libnotify --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 144291, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-17 20:06:56 UTC (rev 144292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: TDY 
+
+pkgname=parole
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A modern media player based on the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify>=0.4.1'
+ 'libxfce4ui>=4.12.0' 'taglib>=1.4' 'desktop-file-utils' 
'gst-plugins-good')
+makedepends=('xfce4-dev-tools')
+optdepends=('gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-ugly')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('5927c57432e457b4b94b8b8177866073')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2015-10-17 20:06:43 UTC (rev 144291)
+++ community-i686/parole.install   2015-10-17 20:06:56 UTC (rev 144292)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 144291, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2015-10-17 20:06:56 UTC (rev 144292)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-17 20:06:43 UTC (rev 144291)
+++ community-x86_64/PKGBUILD   2015-10-17 20:06:56 UTC (rev 

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

Date: Saturday, October 17, 2015 @ 22:06:43
  Author: spupykin
Revision: 144291

upgpkg: parole 0.8.1-1

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:39 UTC (rev 144290)
+++ PKGBUILD2015-10-17 20:06:43 UTC (rev 144291)
@@ -3,7 +3,7 @@
 # Maintainer: TDY 
 
 pkgname=parole
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A modern media player based on the GStreamer framework"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
'gst-plugins-ugly')
 install=parole.install
 source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('bf2d5032f6590d9cbdaa0d06d71e092b')
+md5sums=('5927c57432e457b4b94b8b8177866073')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

Date: Saturday, October 17, 2015 @ 22:06:39
  Author: spupykin
Revision: 144290

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 144289, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:30 UTC (rev 144289)
+++ PKGBUILD2015-10-17 20:06:39 UTC (rev 144290)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=1
-pkgver=0.4.0.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('782717a85140827e7e016ec3dee6223b')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 144289, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:06:39 UTC (rev 144290)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=1
+pkgver=0.4.0.1
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('50c9d66a985b9d240570e73de4da29c7')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

Date: Saturday, October 17, 2015 @ 22:07:00
  Author: spupykin
Revision: 144293

upgpkg: redis 3.0.5-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:56 UTC (rev 144292)
+++ PKGBUILD2015-10-17 20:07:00 UTC (rev 144293)
@@ -5,8 +5,8 @@
 # Contributor: nofxx 
 
 pkgname=redis
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5
+pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('9e535dea3dc5301de012047bf3cca952'
+md5sums=('c7ba233e5f92ad2f48860c815bb05480'
  'afa0f4a9000c26c3323e83fe34883e23'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'b1beae6954b780da261b4056fd7f918a'


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

Date: Saturday, October 17, 2015 @ 22:06:20
  Author: spupykin
Revision: 144288

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 144287, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/gramps.install
(from rev 144287, gramps/trunk/gramps.install)
  gramps/repos/community-any/ignore_intltool_errors.patch
(from rev 144287, gramps/trunk/ignore_intltool_errors.patch)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/gramps.install
  gramps/repos/community-any/ignore_intltool_errors.patch

--+
 PKGBUILD |   95 -
 gramps.install   |   26 +--
 ignore_intltool_errors.patch |   24 +-
 3 files changed, 72 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:10 UTC (rev 144287)
+++ PKGBUILD2015-10-17 20:06:20 UTC (rev 144288)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Cory Farmer 
-# Contributor: György Balló 
-
-pkgname=gramps
-pkgver=4.2.0
-pkgrel=1
-epoch=2
-pkgdesc="A genealogy program, which helps you track your family tree"
-arch=('any')
-url="http://gramps-project.org/;
-license=('GPL')
-depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
-'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
-'shared-mime-info' 'python-cairo')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
 ignore_intltool_errors.patch)
-md5sums=('2c59c91166740311ce15af4b0b5229e1'
- '64af41dab4d7fe4765a9d48f27b20350')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/ignore_intltool_errors.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
>$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 144287, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:06:20 UTC (rev 144288)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Cory Farmer 
+# Contributor: György Balló 
+
+pkgname=gramps
+pkgver=4.2.1
+pkgrel=1
+epoch=2
+pkgdesc="A genealogy program, which helps you track your family tree"
+arch=('any')
+url="http://gramps-project.org/;
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info' 'python-cairo')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/gramps-$pkgver.tar.gz;)
+md5sums=('efb835f5304b4543f6bea77cd782daba')
+
+prepare() {
+  cd "$srcdir/gramps-gramps-$pkgver"
+#  patch -Np1 -i $srcdir/ignore_intltool_errors.patch
+}
+
+build() {
+  cd "$srcdir/gramps-gramps-$pkgver"
+  python setup.py build
+}
+
+package() {
+_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
+  cd "$srcdir/gramps-gramps-$pkgver"
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 

[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

Date: Saturday, October 17, 2015 @ 22:06:30
  Author: spupykin
Revision: 144289

upgpkg: owncloud-app-contacts 1:0.4.0.1-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:20 UTC (rev 144288)
+++ PKGBUILD2015-10-17 20:06:30 UTC (rev 144289)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-contacts
 epoch=1
-pkgver=0.4.0.0
+pkgver=0.4.0.1
 pkgrel=1
 pkgdesc="Contacts app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('782717a85140827e7e016ec3dee6223b')
+md5sums=('50c9d66a985b9d240570e73de4da29c7')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

Date: Saturday, October 17, 2015 @ 22:06:05
  Author: spupykin
Revision: 144286

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  100 +++
 drupal.install |   30 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:05:50 UTC (rev 144285)
+++ PKGBUILD2015-10-17 20:06:05 UTC (rev 144286)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=7.39
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6f42a7e9c7a1c2c4c9c2f20c81b8e79a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 144285, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:06:05 UTC (rev 144286)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=7.40
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('d4509f13c23999a76e61ec4d5ccfaf26')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-10-17 20:05:50 UTC (rev 144285)
+++ drupal.install  2015-10-17 20:06:05 UTC (rev 144286)
@@ -1,15 +0,0 @@
-post_install() {
-  echo "Remember that you need to install either mysql or postgresql for this 
package"
-  echo "to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or"
-  echo "INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/."
-  if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]]
-   then echo "If you use mysql you should enable its module by adding the 
line:"
-   echo "   extension=mysql.so"
-   echo "to your /etc/php/php.ini, otherwise drupal won't work."
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 144285, 
drupal/trunk/drupal.install)

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

Date: Saturday, October 17, 2015 @ 22:06:10
  Author: spupykin
Revision: 144287

upgpkg: gramps 2:4.2.1-1

upd

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:06:05 UTC (rev 144286)
+++ PKGBUILD2015-10-17 20:06:10 UTC (rev 144287)
@@ -5,7 +5,7 @@
 # Contributor: György Balló 
 
 pkgname=gramps
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 epoch=2
 pkgdesc="A genealogy program, which helps you track your family tree"
@@ -26,23 +26,22 @@
 #  'python-pyicu: improves localised sorting'
 #  'webkitgtk: allows websites to be opened in Gramps'
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
 ignore_intltool_errors.patch)
-md5sums=('2c59c91166740311ce15af4b0b5229e1'
- '64af41dab4d7fe4765a9d48f27b20350')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/gramps-$pkgver.tar.gz;)
+md5sums=('efb835f5304b4543f6bea77cd782daba')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/ignore_intltool_errors.patch
+  cd "$srcdir/gramps-gramps-$pkgver"
+#  patch -Np1 -i $srcdir/ignore_intltool_errors.patch
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/gramps-gramps-$pkgver"
   python setup.py build
 }
 
 package() {
 _pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/gramps-gramps-$pkgver"
   python setup.py install --root=$pkgdir
   echo -n '/usr/share' 
>$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
 }


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

Date: Saturday, October 17, 2015 @ 22:07:27
  Author: spupykin
Revision: 144295

upgpkg: when 1.1.35-1

upd

Modified:
  when/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:07:23 UTC (rev 144294)
+++ PKGBUILD2015-10-17 20:07:27 UTC (rev 144295)
@@ -3,7 +3,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=when
-pkgver=1.1.33
+pkgver=1.1.35
 pkgrel=1
 pkgdesc="A simple commandline personal calendar program"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl')
 source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('f67752e71609ad6bb0be3b8dcfd127c3')
+md5sums=('7096a06cf3e8a5dd5242ebf973b7621c')
 
 package() {
   cd $srcdir/when_dist


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

Date: Saturday, October 17, 2015 @ 22:07:35
  Author: spupykin
Revision: 144296

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
(from rev 144295, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
(from rev 144295, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   40 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-10-17 20:07:27 UTC (rev 144295)
+++ ChangeLog   2015-10-17 20:07:35 UTC (rev 144296)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 144295, 
when/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-10-17 20:07:35 UTC (rev 144296)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:07:27 UTC (rev 144295)
+++ PKGBUILD2015-10-17 20:07:35 UTC (rev 144296)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Charles Mauch 
-
-pkgname=when
-pkgver=1.1.33
-pkgrel=1
-pkgdesc="A simple commandline personal calendar program"
-arch=('any')
-url="http://www.lightandmatter.com/when/when.html;
-license=('GPL')
-depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('f67752e71609ad6bb0be3b8dcfd127c3')
-
-package() {
-  cd $srcdir/when_dist
-  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
-  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
-}

Copied: when/repos/community-any/PKGBUILD (from rev 144295, when/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:07:35 UTC (rev 144296)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=when
+pkgver=1.1.35
+pkgrel=1
+pkgdesc="A simple commandline personal calendar program"
+arch=('any')
+url="http://www.lightandmatter.com/when/when.html;
+license=('GPL')
+depends=('perl')
+source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
+md5sums=('7096a06cf3e8a5dd5242ebf973b7621c')
+
+package() {
+  cd $srcdir/when_dist
+  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
+  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
+}


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

Date: Saturday, October 17, 2015 @ 22:07:23
  Author: spupykin
Revision: 144294

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 144293, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 144293, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 144293, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 144293, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 144293, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 144293, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 144293, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 144293, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 144293, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 144293, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 144293, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 144293, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 20:07:00 UTC (rev 144293)
+++ community-i686/PKGBUILD 2015-10-17 20:07:23 UTC (rev 144294)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx 
-
-pkgname=redis
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('9e535dea3dc5301de012047bf3cca952'
- 'afa0f4a9000c26c3323e83fe34883e23'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 

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

Date: Saturday, October 17, 2015 @ 22:14:18
  Author: spupykin
Revision: 144298

archrelease: copy trunk to community-any

Added:
  rubber/repos/community-any/PKGBUILD
(from rev 144297, rubber/trunk/PKGBUILD)
Deleted:
  rubber/repos/community-any/PKGBUILD
  rubber/repos/community-any/md5tohashlib.patch
  rubber/repos/community-any/rubber-1.1-spaces.patch

-+
 PKGBUILD|   64 +-
 md5tohashlib.patch  |   20 --
 rubber-1.1-spaces.patch |   27 ---
 3 files changed, 30 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:14:09 UTC (rev 144297)
+++ PKGBUILD2015-10-17 20:14:18 UTC (rev 144298)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Baptiste Grenier 
-
-pkgname=rubber
-pkgver=1.2
-pkgrel=1
-pkgdesc="A wrapper for LaTeX and friends"
-arch=('any')
-url="https://launchpad.net/rubber/;
-license=('GPL')
-depends=('python2')
-makedepends=('texinfo')
-source=("http://launchpad.net/rubber/trunk/$pkgver/+download/rubber-$pkgver.tar.gz;
-   "rubber-1.1-spaces.patch"
-   "md5tohashlib.patch")
-md5sums=('f553660164c8686b7155cdbce284adc9'
- '743f644122ba27c783748ac33510e4e8'
- '5478bafce24f09501d8c8d6075492a77')
-
-build() {
-  cd "${srcdir}"
-#  patch -N -i "${srcdir}/rubber-1.1-spaces.patch" 
"${srcdir}/${pkgname}-${pkgver}/src/rules/latex/__init__.py"
-#  patch -N -i "${srcdir}/md5tohashlib.patch" 
"${srcdir}/${pkgname}-${pkgver}/src/util.py"
-  ./configure --prefix=/usr --mandir="${pkgdir}/usr/share/man" 
--infodir="${pkgdir}/usr/share/info"
-  make
-}
-
-package() {
-  cd "${srcdir}"
-  make prefix="${pkgdir}/usr" install
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  echo "complete -f -X '!*.tex' rubber" 
>$pkgdir/usr/share/bash-completion/completions/rubber
-}

Copied: rubber/repos/community-any/PKGBUILD (from rev 144297, 
rubber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:14:18 UTC (rev 144298)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Baptiste Grenier 
+
+pkgname=rubber
+pkgver=1.3
+pkgrel=1
+pkgdesc="A wrapper for LaTeX and friends"
+arch=('any')
+url="https://launchpad.net/rubber/;
+license=('GPL')
+depends=('python2')
+makedepends=('texinfo')
+source=("http://launchpad.net/rubber/trunk/$pkgver/+download/rubber-$pkgver.tar.gz;)
+md5sums=('8b27d1addf249b94f778d92db0f203d6')
+
+build() {
+  cd "${srcdir}"
+  ./configure --prefix=/usr \
+--mandir="${pkgdir}/usr/share/man" \
+--infodir="${pkgdir}/usr/share/info"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+  python2 setup.py inst $pkgdir/usr
+  mkdir -p $pkgdir/usr/share/bash-completion/completions/
+  echo "complete -f -X '!*.tex' rubber" 
>$pkgdir/usr/share/bash-completion/completions/rubber
+}

Deleted: md5tohashlib.patch
===
--- md5tohashlib.patch  2015-10-17 20:14:09 UTC (rev 144297)
+++ md5tohashlib.patch  2015-10-17 20:14:18 UTC (rev 144298)
@@ -1,20 +0,0 @@
 src/rubber-1.1/src/util.py 2009-11-09 23:40:06.0 +0100
-+++ src/rubber-1.1/src/util.py.old 2009-11-09 23:39:33.0 +0100
-@@ -5,7 +5,7 @@
- by the modules for various tasks.
- """
- 
--import md5
-+import hashlib
- import os, stat, time
- import imp
- import re, string
-@@ -19,7 +19,7 @@
-   """
-   Compute the MD5 sum of a given file.
-   """
--  m = md5.new()
-+  m = hashlib.md5()
-   file = open(fname)
-   for line in file.readlines():
-   m.update(line)

Deleted: rubber-1.1-spaces.patch
===
--- rubber-1.1-spaces.patch 2015-10-17 20:14:09 UTC (rev 144297)
+++ rubber-1.1-spaces.patch 2015-10-17 20:14:18 UTC (rev 144298)
@@ -1,27 +0,0 @@
 __init__.py2006-03-17 14:52:45.0 +0100
-+++ __init__.py.bob2006-09-10 16:33:24.0 +0200
-@@ -1106,8 +1106,9 @@
-   msg.progress(_("compiling %s") % msg.simplify(self.source()))
-   
-   file = self.source()
-+fakefile = self.src_base  
-   cmd = [self.vars["program"]]
--  cmd += map(lambda x: x.replace("%s",file), self.cmdline)
-+  cmd += map(lambda x: x.replace("%s",fakefile), self.cmdline)
-   inputs = string.join(self.env.path, ":")
-   if inputs == "":
-   env = {}
-@@ -1120,6 +1121,13 @@
- 
-   if self.log.read(self.src_base + ".log"):
-   msg.error(_("Could not run %s.") % cmd[0])
-+  msg.error(_("path %s") % file)
-+ 

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

Date: Saturday, October 17, 2015 @ 22:14:09
  Author: spupykin
Revision: 144297

upgpkg: rubber 1.3-1

upd

Modified:
  rubber/trunk/PKGBUILD
Deleted:
  rubber/trunk/md5tohashlib.patch
  rubber/trunk/rubber-1.1-spaces.patch

-+
 PKGBUILD|   18 +++---
 md5tohashlib.patch  |   20 
 rubber-1.1-spaces.patch |   27 ---
 3 files changed, 7 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:07:35 UTC (rev 144296)
+++ PKGBUILD2015-10-17 20:14:09 UTC (rev 144297)
@@ -3,7 +3,7 @@
 # Contributor: Baptiste Grenier 
 
 pkgname=rubber
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="A wrapper for LaTeX and friends"
 arch=('any')
@@ -11,24 +11,20 @@
 license=('GPL')
 depends=('python2')
 makedepends=('texinfo')
-source=("http://launchpad.net/rubber/trunk/$pkgver/+download/rubber-$pkgver.tar.gz;
-   "rubber-1.1-spaces.patch"
-   "md5tohashlib.patch")
-md5sums=('f553660164c8686b7155cdbce284adc9'
- '743f644122ba27c783748ac33510e4e8'
- '5478bafce24f09501d8c8d6075492a77')
+source=("http://launchpad.net/rubber/trunk/$pkgver/+download/rubber-$pkgver.tar.gz;)
+md5sums=('8b27d1addf249b94f778d92db0f203d6')
 
 build() {
   cd "${srcdir}"
-#  patch -N -i "${srcdir}/rubber-1.1-spaces.patch" 
"${srcdir}/${pkgname}-${pkgver}/src/rules/latex/__init__.py"
-#  patch -N -i "${srcdir}/md5tohashlib.patch" 
"${srcdir}/${pkgname}-${pkgver}/src/util.py"
-  ./configure --prefix=/usr --mandir="${pkgdir}/usr/share/man" 
--infodir="${pkgdir}/usr/share/info"
+  ./configure --prefix=/usr \
+--mandir="${pkgdir}/usr/share/man" \
+--infodir="${pkgdir}/usr/share/info"
   make
 }
 
 package() {
   cd "${srcdir}"
-  make prefix="${pkgdir}/usr" install
+  python2 setup.py inst $pkgdir/usr
   mkdir -p $pkgdir/usr/share/bash-completion/completions/
   echo "complete -f -X '!*.tex' rubber" 
>$pkgdir/usr/share/bash-completion/completions/rubber
 }

Deleted: md5tohashlib.patch
===
--- md5tohashlib.patch  2015-10-17 20:07:35 UTC (rev 144296)
+++ md5tohashlib.patch  2015-10-17 20:14:09 UTC (rev 144297)
@@ -1,20 +0,0 @@
 src/rubber-1.1/src/util.py 2009-11-09 23:40:06.0 +0100
-+++ src/rubber-1.1/src/util.py.old 2009-11-09 23:39:33.0 +0100
-@@ -5,7 +5,7 @@
- by the modules for various tasks.
- """
- 
--import md5
-+import hashlib
- import os, stat, time
- import imp
- import re, string
-@@ -19,7 +19,7 @@
-   """
-   Compute the MD5 sum of a given file.
-   """
--  m = md5.new()
-+  m = hashlib.md5()
-   file = open(fname)
-   for line in file.readlines():
-   m.update(line)

Deleted: rubber-1.1-spaces.patch
===
--- rubber-1.1-spaces.patch 2015-10-17 20:07:35 UTC (rev 144296)
+++ rubber-1.1-spaces.patch 2015-10-17 20:14:09 UTC (rev 144297)
@@ -1,27 +0,0 @@
 __init__.py2006-03-17 14:52:45.0 +0100
-+++ __init__.py.bob2006-09-10 16:33:24.0 +0200
-@@ -1106,8 +1106,9 @@
-   msg.progress(_("compiling %s") % msg.simplify(self.source()))
-   
-   file = self.source()
-+fakefile = self.src_base  
-   cmd = [self.vars["program"]]
--  cmd += map(lambda x: x.replace("%s",file), self.cmdline)
-+  cmd += map(lambda x: x.replace("%s",fakefile), self.cmdline)
-   inputs = string.join(self.env.path, ":")
-   if inputs == "":
-   env = {}
-@@ -1120,6 +1121,13 @@
- 
-   if self.log.read(self.src_base + ".log"):
-   msg.error(_("Could not run %s.") % cmd[0])
-+  msg.error(_("path %s") % file)
-+  msg.error(_("cmd %s") % self.cmdline)
-+  msg.error(_("env %s") % env)
-+  msg.error(_("inputs %s") % inputs)
-+  msg.error(_("other %s") % self.src_base)
-+  msg.error(_("cmd1 %s") % cmd[1])
-+  msg.error(_("cmd2 %s") % cmd[2])
-   return 1
-   if self.log.errors():
-   return 1


[arch-commits] Commit in kde-dev-scripts/repos/extra-any (PKGBUILD PKGBUILD)

Date: Saturday, October 17, 2015 @ 22:17:00
  Author: arojas
Revision: 249473

archrelease: copy trunk to extra-any

Added:
  kde-dev-scripts/repos/extra-any/PKGBUILD
(from rev 249472, kde-dev-scripts/trunk/PKGBUILD)
Deleted:
  kde-dev-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 20:16:25 UTC (rev 249472)
+++ PKGBUILD2015-10-17 20:17:00 UTC (rev 249473)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=15.08.2
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-replaces=('kdesdk-dev-scripts')
-conflicts=('kdesdk-dev-scripts')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
-sha1sums=('5b6674ae9860b3ffe51c444aed95aba0bb0d55a7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"${pkgdir}"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kde-dev-scripts/repos/extra-any/PKGBUILD (from rev 249472, 
kde-dev-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 20:17:00 UTC (rev 249473)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=15.08.2
+pkgrel=2
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5b6674ae9860b3ffe51c444aed95aba0bb0d55a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


[arch-commits] Commit in kde-dev-scripts/trunk (PKGBUILD)

Date: Saturday, October 17, 2015 @ 22:16:25
  Author: arojas
Revision: 249472

Install additional files (FS#46760)

Modified:
  kde-dev-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:00:04 UTC (rev 249471)
+++ PKGBUILD2015-10-17 20:16:25 UTC (rev 249472)
@@ -5,7 +5,7 @@
 
 pkgname=kde-dev-scripts
 pkgver=15.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scripts and setting files useful during development of KDE software'
 url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
 replaces=('kdesdk-dev-scripts')
 conflicts=('kdesdk-dev-scripts')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 sha1sums=('5b6674ae9860b3ffe51c444aed95aba0bb0d55a7')
 
 prepare() {
@@ -35,7 +35,12 @@
 
   # Fix python 2 path
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"${pkgdir}"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
   sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
 }


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

Date: Saturday, October 17, 2015 @ 17:59:23
  Author: arojas
Revision: 249465

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

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

---+
 /PKGBUILD |  178 
 extra-i686/PKGBUILD   |   83 --
 extra-x86_64/PKGBUILD |   83 --
 3 files changed, 178 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-17 15:58:28 UTC (rev 249464)
+++ extra-i686/PKGBUILD 2015-10-17 15:59:23 UTC (rev 249465)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
-pkgver=5.4.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('0e1d48eba3d0261023954b46fe7af36e')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'gtk-theme-orion: GTK theme matching Breeze'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # split off icons
-  rm -r "$pkgdir"/usr/share/icons/{breeze,breeze-dark}
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve "$pkgdir"/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
"$pkgdir"/usr/share/apps/color-schemes/
-}
-
-package_breeze-icons() {
-  pkgdesc='Breeze icon themes for KDE Plasma'
-  optdepends=('oxygen-icons: fallback icon theme')
-  groups=('plasma')
-  
-  cd build/icons
-  make DESTDIR="$pkgdir" install
-
-  cd ../icons-dark
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-i686/PKGBUILD (from rev 249464, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-17 15:59:23 UTC (rev 249465)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
+pkgver=5.4.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;
+   
missing-dark-icons.patch::"https://quickgit.kde.org/?p=breeze.git=commitdiff=12d8b9a9=plain;)
+md5sums=('0e1d48eba3d0261023954b46fe7af36e'
+ '7e0b852fb238a59c411f29eff66c014b')
+
+prepare() {
+  mkdir build{,-kde4}
+
+  cd $pkgbase-$pkgver
+# Fix missing breeze-dark mimetype icons
+  patch -p1 -i ../missing-dark-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 

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

Date: Saturday, October 17, 2015 @ 18:04:16
  Author: fyan
Revision: 144284

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 144283, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-17 16:03:57 UTC (rev 144283)
+++ PKGBUILD2015-10-17 16:04:16 UTC (rev 144284)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.3.8
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  #ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 144283, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-17 16:04:16 UTC (rev 144284)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.3.8
+pkgrel=2
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

Date: Saturday, October 17, 2015 @ 18:03:57
  Author: fyan
Revision: 144283

upgpkg: npm 3.3.8-2

fix path to call node-gyp (FS#46761)

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 14:55:49 UTC (rev 144282)
+++ PKGBUILD2015-10-17 16:03:57 UTC (rev 144283)
@@ -3,7 +3,7 @@
 
 pkgname=npm
 pkgver=3.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'
@@ -40,9 +40,9 @@
 done
   done
   
-  # Make symlink for node-gyp
-  #ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
   
   install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

Date: Saturday, October 17, 2015 @ 16:55:49
  Author: jelle
Revision: 144282

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-17 14:55:34 UTC (rev 144281)
+++ community-testing-i686/PKGBUILD 2015-10-17 14:55:49 UTC (rev 144282)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.40.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('ace66fcf930a17fe6ef14516c0d26780')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-testing-i686/PKGBUILD (from rev 144281, 
calibre/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-17 14:55:49 UTC (rev 144282)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.41.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 

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

Date: Saturday, October 17, 2015 @ 16:55:34
  Author: jelle
Revision: 144281

upgpkg: calibre 2.41.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 14:19:38 UTC (rev 144280)
+++ PKGBUILD2015-10-17 14:55:34 UTC (rev 144281)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.40.0
-pkgrel=2
+pkgver=2.41.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="http://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('ace66fcf930a17fe6ef14516c0d26780')
+md5sums=('840221d326bef9a858c8d535ae8c4aad')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

Date: Saturday, October 17, 2015 @ 17:58:28
  Author: arojas
Revision: 249464

Fix missing mimetype icons in breeze-dark (FS#46766)

Modified:
  breeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 11:15:15 UTC (rev 249463)
+++ PKGBUILD2015-10-17 15:58:28 UTC (rev 249464)
@@ -6,17 +6,23 @@
 pkgbase=breeze
 pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
  'automoc4' 'kdecoration' 'kcmutils')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('0e1d48eba3d0261023954b46fe7af36e')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;
+   
missing-dark-icons.patch::"https://quickgit.kde.org/?p=breeze.git=commitdiff=12d8b9a9=plain;)
+md5sums=('0e1d48eba3d0261023954b46fe7af36e'
+ '7e0b852fb238a59c411f29eff66c014b')
 
 prepare() {
   mkdir build{,-kde4}
+
+  cd $pkgbase-$pkgver
+# Fix missing breeze-dark mimetype icons
+  patch -p1 -i ../missing-dark-icons.patch
 }
 
 build() {


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

Date: Saturday, October 17, 2015 @ 23:30:47
  Author: arojas
Revision: 144299

Add patch to fix a segfault

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 20:14:18 UTC (rev 144298)
+++ PKGBUILD2015-10-17 21:30:47 UTC (rev 144299)
@@ -5,7 +5,7 @@
 pkgname=singular
 pkgver=3.1.7.p1
 _majver=3-1-7
-pkgrel=9
+pkgrel=10
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/;
@@ -12,11 +12,13 @@
 license=(GPL)
 depends=(flint cddlib) # polymake
 
source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
-"http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch' 'ntl8.patch')
+"http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch' 'ntl8.patch'
+"http://git.sagemath.org/sage.git/plain/build/pkgs/singular/patches/currring.patch;)
 md5sums=('ce369519d1c5d07342722e78240ea044'
  'b9177c00e95ee21b137984bade9fc481'
  'a267423f3b25f0b91853f9cf607974a7'
- '38ff8896595626d657fd386ea9408419')
+ '38ff8896595626d657fd386ea9408419'
+ '1fe968092b5e98878cd9b47c7d9acc81')
 
 prepare() {
   cd Singular-$_majver
@@ -25,6 +27,8 @@
   patch -p1 -i ../ntl8.patch
 # fix flint detection
   sed -e 's|-lmpir|-lgmp|' -i factory/configure -i Singular/configure
+# fix segfault
+  patch -p1 -i ../currring.patch
 }
 
 build() {


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

Date: Saturday, October 17, 2015 @ 23:31:55
  Author: arojas
Revision: 144300

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

Added:
  singular/repos/community-i686/PKGBUILD
(from rev 144299, singular/trunk/PKGBUILD)
  singular/repos/community-i686/ntl8.patch
(from rev 144299, singular/trunk/ntl8.patch)
  singular/repos/community-i686/templates.patch
(from rev 144299, singular/trunk/templates.patch)
  singular/repos/community-x86_64/PKGBUILD
(from rev 144299, singular/trunk/PKGBUILD)
  singular/repos/community-x86_64/ntl8.patch
(from rev 144299, singular/trunk/ntl8.patch)
  singular/repos/community-x86_64/templates.patch
(from rev 144299, singular/trunk/templates.patch)
Deleted:
  singular/repos/community-i686/PKGBUILD
  singular/repos/community-i686/ntl8.patch
  singular/repos/community-i686/templates.patch
  singular/repos/community-x86_64/PKGBUILD
  singular/repos/community-x86_64/ntl8.patch
  singular/repos/community-x86_64/templates.patch

--+
 /PKGBUILD|  162 +++
 /ntl8.patch  |  168 +
 /templates.patch |   38 
 community-i686/PKGBUILD  |   77 
 community-i686/ntl8.patch|   84 --
 community-i686/templates.patch   |   19 
 community-x86_64/PKGBUILD|   77 
 community-x86_64/ntl8.patch  |   84 --
 community-x86_64/templates.patch |   19 
 9 files changed, 368 insertions(+), 360 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-17 21:30:47 UTC (rev 144299)
+++ community-i686/PKGBUILD 2015-10-17 21:31:55 UTC (rev 144300)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-pkgver=3.1.7.p1
-_majver=3-1-7
-pkgrel=9
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib) # polymake
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
-"http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch' 'ntl8.patch')
-md5sums=('ce369519d1c5d07342722e78240ea044'
- 'b9177c00e95ee21b137984bade9fc481'
- 'a267423f3b25f0b91853f9cf607974a7'
- '38ff8896595626d657fd386ea9408419')
-
-prepare() {
-  cd Singular-$_majver
-  patch -p1 -i ../templates.patch
-# fix build against NTL 8
-  patch -p1 -i ../ntl8.patch
-# fix flint detection
-  sed -e 's|-lmpir|-lgmp|' -i factory/configure -i Singular/configure
-}
-
-build() {
-  cd Singular-$_majver
-
-  export CPP=/usr/bin/cpp
-  export CXXCPP=/usr/bin/cpp
-  export CFLAGS="-fPIC"
-  export CXXFLAGS="-fPIC"
-
-# force using system ntl
-  rm -r ntl
-
-  mkdir -p build
-
-  ./configure --prefix=$PWD/build/usr/lib/Singular \
- --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
- --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --enable-gfanlib
-  make install
-
-  export CFLAGS="$CFLAGS -DPIC -DLIBSINGULAR"
-  export CXXFLAGS="$CXXFLAGS -DPIC -DLIBSINGULAR"
-
-  ./configure --prefix=$PWD/build/usr/lib/Singular \
- --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
- --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP \
- --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
-  make clean
-  make install-libsingular
-
-# needed by Sage, not installed by default
-  cp Singular/sing_dbm.h build/usr/include/singular/
-}
-
-package() {
-  cd Singular-$_majver
-
-  cp -r build/* "$pkgdir"/ 
-
-  mkdir -p "$pkgdir"/usr/bin
-  ln -sf /usr/lib/Singular/Singular-$_majver 
"$pkgdir"/usr/lib/Singular/Singular
-  ln -s /usr/lib/Singular/Singular "$pkgdir"/usr/bin/
-  ln -s /usr/lib/Singular/libsingular.so "$pkgdir"/usr/lib/
-
-# Install docs
-  mkdir -p "$pkgdir"/usr/share/singular
-  install -m644 "$srcdir"/Singular/$_majver/info/singular.hlp 
"$pkgdir"/usr/share/singular/
-  install -m644 "$srcdir"/Singular/$_majver/doc/singular.idx 
"$pkgdir"/usr/share/singular/
-}

Copied: singular/repos/community-i686/PKGBUILD (from rev 144299, 
singular/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-17