[arch-commits] Commit in python-flickrapi/repos (3 files)

2015-08-03 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 04:16:55
  Author: fyan
Revision: 137888

archrelease: copy trunk to community-testing-any

Added:
  python-flickrapi/repos/community-testing-any/
  python-flickrapi/repos/community-testing-any/PKGBUILD
(from rev 137887, python-flickrapi/trunk/PKGBUILD)
  python-flickrapi/repos/community-testing-any/fix_setuptools.patch
(from rev 137887, python-flickrapi/trunk/fix_setuptools.patch)

--+
 PKGBUILD |   63 +
 fix_setuptools.patch |   19 ++
 2 files changed, 82 insertions(+)

Copied: python-flickrapi/repos/community-testing-any/PKGBUILD (from rev 137887, 
python-flickrapi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-08-04 02:16:55 UTC (rev 137888)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Garillot 
+# Contributor: György Balló 
+
+pkgbase=python-flickrapi
+pkgname=(python-flickrapi python2-flickrapi)
+_pkgname=flickrapi
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="The official Python interface to the Flickr API"
+arch=('any')
+url="http://stuvel.eu/flickrapi";
+license=('Python')
+makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+
+  cd $_pkgname-$pkgver-py2
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not shipped
+  return
+
+  cd $_pkgname-$pkgver
+  python runtests
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 runtests
+}
+
+package_python-flickrapi() {
+  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-flickrapi() {
+  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver-py2"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Copied: python-flickrapi/repos/community-testing-any/fix_setuptools.patch (from 
rev 137887, python-flickrapi/trunk/fix_setuptools.patch)
===
--- community-testing-any/fix_setuptools.patch  (rev 0)
+++ community-testing-any/fix_setuptools.patch  2015-08-04 02:16:55 UTC (rev 
137888)
@@ -0,0 +1,19 @@
+--- a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
 b/distribute_setup.py  2013-08-17 22:57:29.343673408 +0800
+@@ -133,6 +133,16 @@
+ try:
+ try:
+ import pkg_resources
++
++# Setuptools 0.7b and later is a suitable (and preferable)
++# substitute for any Distribute version.
++try:
++pkg_resources.require("setuptools>=0.7b")
++return
++except (pkg_resources.DistributionNotFound,
++pkg_resources.VersionConflict):
++pass
++
+ if not hasattr(pkg_resources, '_distribute'):
+ if not no_fake:
+ _fake_setuptools()


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

2015-08-03 Thread Felix Yan
Date: Tuesday, August 4, 2015 @ 04:16:38
  Author: fyan
Revision: 137887

upgpkg: python-flickrapi 2.1.1-1

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:24:34 UTC (rev 137886)
+++ PKGBUILD2015-08-04 02:16:38 UTC (rev 137887)
@@ -6,7 +6,7 @@
 pkgbase=python-flickrapi
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
-pkgver=2.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('634aede2e33f044265b9332296ab4352670ee00e681d1ebcd5c612ef88b1bed35fb8bcecf4de63b2d6cfa660cb31c6903375ed4b660c39c9c16586fe51708c7a')
+sha512sums=('15e3e9e0c08fbc9d7226e4b1f0f18e6d1c69a049f169cf10f9400b9e030907bf590ae1da4ffcf72a8abe1c13cf24ff55f0851feaa9499abe5c0cb96e0a420c55')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 04:03:37
  Author: heftig
Revision: 242992

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 242991, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 242991, libinput/trunk/libinput.install)
  libinput/repos/extra-i686/synaptics.patch
(from rev 242991, libinput/trunk/synaptics.patch)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 242991, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 242991, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/synaptics.patch
(from rev 242991, libinput/trunk/synaptics.patch)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   80 
 /libinput.install |   22 +++
 extra-i686/PKGBUILD   |   34 -
 extra-i686/libinput.install   |   11 -
 extra-i686/synaptics.patch|   76 ++
 extra-x86_64/PKGBUILD |   34 -
 extra-x86_64/libinput.install |   11 -
 extra-x86_64/synaptics.patch  |   76 ++
 8 files changed, 254 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-04 02:02:27 UTC (rev 242991)
+++ extra-i686/PKGBUILD 2015-08-04 02:03:37 UTC (rev 242992)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/";
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 242991, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-04 02:03:37 UTC (rev 242992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+synaptics.patch)
+sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
+'SKIP'
+'9e49f17ff34f48c1119fb75f1adf9dae440efe5cb72c0057d201b70a4573842d')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Work around a synaptics bug that only affects Linux 4.1
+  # Patch added as recommended by upstream
+  patch -Np1 -i ../synaptics.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-08-04 02:02:27 UTC (rev 242991)
+++ extra-i686/libinput.install 2015-08-04 02:03:37 UTC (rev 242992)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 242991, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-08-04 02:03:37 UTC (rev 242992)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&

[arch-commits] Commit in libinput/trunk (PKGBUILD synaptics.patch)

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 04:02:27
  Author: heftig
Revision: 242991

0.21.0

Added:
  libinput/trunk/synaptics.patch
Modified:
  libinput/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++--
 synaptics.patch |   76 ++
 2 files changed, 86 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 01:46:20 UTC (rev 242990)
+++ PKGBUILD2015-08-04 02:02:27 UTC (rev 242991)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.20.0
+pkgver=0.21.0
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -12,13 +12,19 @@
 depends=('mtdev' 'systemd' 'libevdev')
 install=libinput.install
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
-'SKIP')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+synaptics.patch)
+sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
+'SKIP'
+'9e49f17ff34f48c1119fb75f1adf9dae440efe5cb72c0057d201b70a4573842d')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 prepare() {
   cd $pkgname-$pkgver
+
+  # Work around a synaptics bug that only affects Linux 4.1
+  # Patch added as recommended by upstream
+  patch -Np1 -i ../synaptics.patch
 }
 
 build() {

Added: synaptics.patch
===
--- synaptics.patch (rev 0)
+++ synaptics.patch 2015-08-04 02:02:27 UTC (rev 242991)
@@ -0,0 +1,76 @@
+Date: Tue, 4 Aug 2015 11:23:12 +1000
+From: Peter Hutterer 
+To: wayland-de...@lists.freedesktop.org
+Cc: Hans de Goede ,
+Jan Alexander Steffens 
+Subject: [PATCH v3 libinput] touchpad: serial synaptics need to fake new
+ touches on TRIPLETAP
+Message-ID: <20150804012312.ga20...@jelly.redhat.com>
+MIME-Version: 1.0
+Content-Type: text/plain; charset=us-ascii
+Content-Disposition: inline
+In-Reply-To: <55b5e8ce.7010...@redhat.com>
+User-Agent: Mutt/1.5.23 (2014-03-12)
+X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 
(mail.clearchain.com [127.0.0.1]); Tue, 04 Aug 2015 10:54:55 +0930 (CST)
+
+On the 4.1 kernels synaptics pretends to have 3 slots (the serial fw only does
+2). This was added to avoid cursor jumps but has since been reverted for 4.2
+(kernel commit dbf3c37086, 4.1.3 is still buggy). In some cases a TRIPLETAP
+may be triggered without slot 2 ever activating.
+
+While there are still those kernels out there, work around this bug by opening
+a new touch point where none exists if the fake finger count exceeds the slot
+count.
+
+Reported-by: Jan Alexander Steffens 
+Signed-off-by: Peter Hutterer 
+Tested-by: Jan Alexander Steffens 
+Reviewed-by: Hans de Goede 
+---
+Changes to v2:
+- split out the handling instead of having a tmp state variable, see Hans'
+  comments from v2
+
+Mainly sending this to the list again so I have a link to point people to.
+If you're on 4.1.x add this patch to your distribution package.
+
+ src/evdev-mt-touchpad.c | 22 --
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
+index a683d9a..5ef03d5 100644
+--- a/src/evdev-mt-touchpad.c
 b/src/evdev-mt-touchpad.c
+@@ -369,13 +369,23 @@ tp_restore_synaptics_touches(struct tp_dispatch *tp,
+   for (i = 0; i < tp->num_slots; i++) {
+   struct tp_touch *t = tp_get_touch(tp, i);
+ 
+-  if (t->state != TOUCH_END)
++  switch(t->state) {
++  case TOUCH_HOVERING:
++  case TOUCH_BEGIN:
++  case TOUCH_UPDATE:
+   continue;
+-
+-  /* new touch, move it through begin to update immediately */
+-  tp_new_touch(tp, t, time);
+-  tp_begin_touch(tp, t, time);
+-  t->state = TOUCH_UPDATE;
++  case TOUCH_NONE:
++  /* new touch, move it through to begin immediately */
++  tp_new_touch(tp, t, time);
++  tp_begin_touch(tp, t, time);
++  break;
++  case TOUCH_END:
++  /* touch just ended ,we need need to restore it to 
update */
++  tp_new_touch(tp, t, time);
++  tp_begin_touch(tp, t, time);
++  t->state = TOUCH_UPDATE;
++  break;
++  }
+   }
+ }
+ 
+-- 
+2.4.3
+


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

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 03:46:20
  Author: heftig
Revision: 242990

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 242989, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 242989, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 242989, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 242989, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 242989, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 242989, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 242989, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 242989, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 242989, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 242989, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 242989, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 242989, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  305 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7550 +
 testing-i686/config.x86_64   | 7300 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  305 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7550 +
 testing-x86_64/config.x86_64 | 7300 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 30434 insertions(+)

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


[arch-commits] Commit in linux-zen/trunk (6 files)

2015-08-03 Thread Jan Steffens
Date: Tuesday, August 4, 2015 @ 03:25:40
  Author: heftig
Revision: 242989

4.1.4

Added:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/change-default-console-loglevel.patch
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64
  linux-zen/trunk/linux.install
  linux-zen/trunk/linux.preset

---+
 PKGBUILD  |  305 +
 change-default-console-loglevel.patch |   11 
 config| 7550 
 config.x86_64 | 7300 ++
 linux.install |   37 
 linux.preset  |   14 
 6 files changed, 15217 insertions(+)

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


[arch-commits] Commit in (makepasswd)

2015-08-03 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 00:24:34
  Author: seblu
Revision: 137886

moved to aur

Deleted:
  makepasswd/


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:22
  Author: foutrelis
Revision: 137877

upgpkg: virtualbox-modules 5.0.0-2

Linux 4.1.4 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:20:18 UTC (rev 137876)
+++ PKGBUILD2015-08-03 22:20:22 UTC (rev 137877)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:05
  Author: foutrelis
Revision: 137874

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

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

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-i686/tp_smapi.install   |   13 ++
 community-staging-x86_64/PKGBUILD |   57 
 community-staging-x86_64/tp_smapi.install |   13 ++
 4 files changed, 140 insertions(+)

Copied: tp_smapi/repos/community-staging-i686/PKGBUILD (from rev 137873, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:05 UTC (rev 137874)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=72
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-staging-i686/tp_smapi.install (from rev 
137873, tp_smapi/trunk/tp_smapi.install)
===
--- community-staging-i686/tp_smapi.install (rev 0)
+++ community-staging-i686/tp_smapi.install 2015-08-03 22:20:05 UTC (rev 
137874)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.1-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 137873, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:20:05 UTC (rev 137874)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.1-ARCH
+pkgrel=72
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:08
  Author: foutrelis
Revision: 137875

upgpkg: vhba-module 20140928-16

Linux 4.1.4 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:20:05 UTC (rev 137874)
+++ PKGBUILD2015-08-03 22:20:08 UTC (rev 137875)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.1-ARCH
-pkgrel=15
+pkgrel=16
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:35
  Author: foutrelis
Revision: 137878

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

Added:
  virtualbox-modules/repos/community-staging-i686/
  virtualbox-modules/repos/community-staging-i686/PKGBUILD
(from rev 137877, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-i686/build.sh
(from rev 137877, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-guest-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-i686/virtualbox-host-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-staging-x86_64/
  virtualbox-modules/repos/community-staging-x86_64/PKGBUILD
(from rev 137877, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-staging-x86_64/build.sh
(from rev 137877, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-guest-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-staging-x86_64/virtualbox-host-modules.install
(from rev 137877, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/build.sh   |   61 +++
 community-staging-i686/virtualbox-guest-modules.install   |   21 
 community-staging-i686/virtualbox-host-modules.install|   23 
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/build.sh |   61 +++
 community-staging-x86_64/virtualbox-guest-modules.install |   21 
 community-staging-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules/repos/community-staging-i686/PKGBUILD (from rev 
137877, virtualbox-modules/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:35 UTC (rev 137878)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.1' 'linux<4.2'
+ 'linux-headers>=4.1' 'linux-headers<4.2'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-ARCH
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux>=4.1' 'linux<4.2')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux>=4.1' 'linux<4.2')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-staging-i686/build.sh (from rev 
137877, virtualbox-modules/trunk/build.sh)
===
--- community-staging-i686/build.sh (rev 0)
+++ community-staging-i686/build.sh 2015-08-03 22:20:35 UTC (rev 137878)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shop

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:20:18
  Author: foutrelis
Revision: 137876

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

Added:
  vhba-module/repos/community-staging-i686/
  vhba-module/repos/community-staging-i686/60-vhba.rules
(from rev 137875, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-i686/PKGBUILD
(from rev 137875, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-i686/vhba-module.install
(from rev 137875, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 137875, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 137875, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/vhba-module.install
(from rev 137875, vhba-module/trunk/vhba-module.install)

--+
 community-staging-i686/60-vhba.rules |1 
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/vhba-module.install   |   21 +++
 community-staging-x86_64/60-vhba.rules   |1 
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-staging-i686/60-vhba.rules (from rev 
137875, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-i686/60-vhba.rules(rev 0)
+++ community-staging-i686/60-vhba.rules2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-i686/PKGBUILD (from rev 137875, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:20:18 UTC (rev 137876)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.1-ARCH
+pkgrel=16
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-i686/vhba-module.install (from rev 
137875, vhba-module/trunk/vhba-module.install)
===
--- community-staging-i686/vhba-module.install  (rev 0)
+++ community-staging-i686/vhba-module.install  2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.1-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
137875, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2015-08-03 22:20:18 UTC (rev 
137876)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 137875, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:20:18 UTC (rev 137876)
@@ -0,0 +1,44 @@

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:45
  Author: foutrelis
Revision: 137870

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

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

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/r8168.install   |   17 +++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-staging-i686/PKGBUILD (from rev 137869, 
r8168/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:45 UTC (rev 137870)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-staging-i686/r8168.install (from rev 137869, 
r8168/trunk/r8168.install)
===
--- community-staging-i686/r8168.install(rev 0)
+++ community-staging-i686/r8168.install2015-08-03 22:19:45 UTC (rev 
137870)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 137869, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:45 UTC (rev 137870)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:47
  Author: foutrelis
Revision: 137871

upgpkg: rt3562sta 2.4.1.1_r2-11

Linux 4.1.4 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:45 UTC (rev 137870)
+++ PKGBUILD2015-08-03 22:19:47 UTC (rev 137871)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r2
 _patchrel=${pkgver/*_r/}
-pkgrel=10
+pkgrel=11
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 
url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:55
  Author: foutrelis
Revision: 137872

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

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

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/rt3562sta.install   |   16 +
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/rt3562sta.install |   16 +
 4 files changed, 124 insertions(+)

Copied: rt3562sta/repos/community-staging-i686/PKGBUILD (from rev 137871, 
rt3562sta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:55 UTC (rev 137872)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   install -Dm 0640 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
+   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
+
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+
+sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-staging-i686/rt3562sta.install (from rev 
137871, rt3562sta/trunk/rt3562sta.install)
===
--- community-staging-i686/rt3562sta.install(rev 0)
+++ community-staging-i686/rt3562sta.install2015-08-03 22:19:55 UTC (rev 
137872)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-staging-x86_64/PKGBUILD (from rev 137871, 
rt3562sta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:55 UTC (rev 137872)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux |

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:38
  Author: foutrelis
Revision: 137869

upgpkg: r8168 8.040.00-5

Linux 4.1.4 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:36 UTC (rev 137868)
+++ PKGBUILD2015-08-03 22:19:38 UTC (rev 137869)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.040.00
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:57
  Author: foutrelis
Revision: 137873

upgpkg: tp_smapi 0.41-72

Linux 4.1.4 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:55 UTC (rev 137872)
+++ PKGBUILD2015-08-03 22:19:57 UTC (rev 137873)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-4.1-ARCH
-pkgrel=71
+pkgrel=72
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:36
  Author: foutrelis
Revision: 137868

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

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

---+
 community-staging-i686/PKGBUILD   |   33 
 community-staging-i686/bbswitch.install   |   12 ++
 community-staging-x86_64/PKGBUILD |   33 
 community-staging-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-staging-i686/PKGBUILD (from rev 137867, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:36 UTC (rev 137868)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=35
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-staging-i686/bbswitch.install (from rev 
137867, bbswitch/trunk/bbswitch.install)
===
--- community-staging-i686/bbswitch.install (rev 0)
+++ community-staging-i686/bbswitch.install 2015-08-03 22:19:36 UTC (rev 
137868)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 137867, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:36 UTC (rev 137868)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
+pkgrel=35
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-staging-x86_64/bbswitch.install (from rev 
137867, bbswitch/trunk/bbswitch.install)
===
--- community-staging-x86_64/bbswitch.install   (rev 0)
+++ community-staging-x86_64/bbswitch.install   2015-08-03 22:19:36 UTC (rev 
137868)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:28
  Author: foutrelis
Revision: 137867

upgpkg: bbswitch 0.8-35

Linux 4.1.4 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:19:26 UTC (rev 137866)
+++ PKGBUILD2015-08-03 22:19:28 UTC (rev 137867)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
-pkgrel=34
+pkgrel=35
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:18
  Author: foutrelis
Revision: 137865

upgpkg: acpi_call 1.1.0-33

Linux 4.1.4 rebuild.

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:44 UTC (rev 137864)
+++ PKGBUILD2015-08-03 22:19:18 UTC (rev 137865)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=32
+pkgrel=33
 _extramodules=extramodules-4.1-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:19:26
  Author: foutrelis
Revision: 137866

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

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

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/acpi_call.install   |   14 
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-staging-i686/PKGBUILD (from rev 137865, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-03 22:19:26 UTC (rev 137866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=33
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-i686/acpi_call.install (from rev 
137865, acpi_call/trunk/acpi_call.install)
===
--- community-staging-i686/acpi_call.install(rev 0)
+++ community-staging-i686/acpi_call.install2015-08-03 22:19:26 UTC (rev 
137866)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.1-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 137865, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-03 22:19:26 UTC (rev 137866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=33
+_extramodules=extramodules-4.1-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:13
  Author: foutrelis
Revision: 242979

upgpkg: nvidia 352.30-2

Linux 4.1.4 rebuild.

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:01:55 UTC (rev 242978)
+++ PKGBUILD2015-08-03 22:13:13 UTC (rev 242979)
@@ -5,7 +5,7 @@
 pkgname=nvidia
 pkgver=352.30
 _extramodules=extramodules-4.1-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:26
  Author: foutrelis
Revision: 242981

upgpkg: nvidia-304xx 304.125-22

Linux 4.1.4 rebuild.

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:24 UTC (rev 242980)
+++ PKGBUILD2015-08-03 22:13:26 UTC (rev 242981)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.125
 _extramodules=extramodules-4.1-ARCH
-pkgrel=21
+pkgrel=22
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.1' 'linux-headers<4.2')


[arch-commits] Commit in nvidia-340xx/repos (10 files)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:55
  Author: foutrelis
Revision: 242984

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

Added:
  nvidia-340xx/repos/staging-i686/
  nvidia-340xx/repos/staging-i686/PKGBUILD
(from rev 242983, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-i686/nv-drm.patch
(from rev 242983, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/staging-i686/nvidia-340xx.install
(from rev 242983, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-i686/nvidia-4.0.patch
(from rev 242983, nvidia-340xx/trunk/nvidia-4.0.patch)
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 242983, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/nv-drm.patch
(from rev 242983, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/staging-x86_64/nvidia-340xx.install
(from rev 242983, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/staging-x86_64/nvidia-4.0.patch
(from rev 242983, nvidia-340xx/trunk/nvidia-4.0.patch)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-i686/nv-drm.patch   |   27 +
 staging-i686/nvidia-340xx.install   |   13 
 staging-i686/nvidia-4.0.patch   |   28 +
 staging-x86_64/PKGBUILD |   54 ++
 staging-x86_64/nv-drm.patch |   27 +
 staging-x86_64/nvidia-340xx.install |   13 
 staging-x86_64/nvidia-4.0.patch |   28 +
 8 files changed, 244 insertions(+)

Copied: nvidia-340xx/repos/staging-i686/PKGBUILD (from rev 242983, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:55 UTC (rev 242984)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-4.1-ARCH
+pkgrel=13
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=4.1' 'linux<4.2' 'libgl' "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+nv-drm.patch
+nvidia-4.0.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c'
+ '79671a27131da619a33eb02ed0c2c031'
+ 'f42bdf589f52d4e6c38baa5bef15eef8')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -p0 -i ../nv-drm.patch
+patch -p0 -i ../nvidia-4.0.patch
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia-340xx/repos/staging-i686/nv-drm.patch (from rev 242983, 
nvidia-340xx/trunk/nv-drm.patch)
===
--- staging-i686/nv-drm.patch   (rev 0)
+++ staging-i686/nv-drm.patch   2015-08-03 22:13:55 UTC (rev 242984)
@@ -0,0 +1,27 @@
+--- kernel/nv-drm.c~ 2014-09-12 00:33:06.0 +0200
 kernel/nv-drm.c 2014-10-14 11:35:52.854400737 +0200
+@@ -18,6 +18,11 @@
+
+ #include 
+
++/* 3.18-rc0+ */
++#ifndef drm_gem_object
++#include 
++#endif
++
+ extern nv_linux_state_t *nv_linux_devices;
+
+ struct nv_gem_object {
+diff --git a/kernel/nv-drm.c~ b/kernel/nv-drm.c
+index ecc982a..60d7aae 100644
+--- kernel/nv-drm.c~
 kernel/nv-drm.c
+@@ -129,6 +129,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+
++.set_busid = drm_pci_set_busid,
++
+ .name = "nvidia-drm",
+ .desc = "NVIDIA DRM driver",
+ .date = "20130102",

Copied: nvidia-340xx/repos/sta

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

2015-08-03 Thread Sébastien Luttringer
Date: Tuesday, August 4, 2015 @ 00:13:44
  Author: seblu
Revision: 137864

db-remove: makepasswd removed by seblu

Deleted:
  makepasswd/repos/community-any/


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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:24
  Author: foutrelis
Revision: 242980

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 242979, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/nv-drm-343.36.patch
(from rev 242979, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 242979, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 242979, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/nv-drm-343.36.patch
(from rev 242979, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 242979, nvidia/trunk/nvidia.install)

+
 staging-i686/PKGBUILD  |   55 +++
 staging-i686/nv-drm-343.36.patch   |   14 
 staging-i686/nvidia.install|   13 
 staging-x86_64/PKGBUILD|   55 +++
 staging-x86_64/nv-drm-343.36.patch |   14 
 staging-x86_64/nvidia.install  |   13 
 6 files changed, 164 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 242979, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=352.30
+_extramodules=extramodules-4.1-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=4.1' 'linux<4.2' "nvidia-utils=${pkgver}" 'libgl')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('7e59d84eafe2482b2f02df692b9168d5'
+ '135dd90db609cecad8e74bde0054cf6f')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+if [[ "$CARCH" = "x86_64" ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+fi
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/nv-drm-343.36.patch (from rev 242979, 
nvidia/trunk/nv-drm-343.36.patch)
===
--- staging-i686/nv-drm-343.36.patch(rev 0)
+++ staging-i686/nv-drm-343.36.patch2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,14 @@
+diff --git a/kernel/nv-drm.c b/kernel/nv-drm.c
+index c0b41a0..700c193 100644
+--- a/kernel/nv-drm.c
 b/kernel/nv-drm.c
+@@ -128,6 +128,8 @@ static struct drm_driver nv_drm_driver = {
+ .gem_prime_vmap = nv_gem_prime_vmap,
+ .gem_prime_vunmap = nv_gem_prime_vunmap,
+ 
++.set_busid = drm_pci_set_busid,
++
+ .name = "nvidia-drm",
+ .desc = "NVIDIA DRM driver",
+ .date = "20130102",
+

Copied: nvidia/repos/staging-i686/nvidia.install (from rev 242979, 
nvidia/trunk/nvidia.install)
===
--- staging-i686/nvidia.install (rev 0)
+++ staging-i686/nvidia.install 2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-ARCH'
+depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 242979, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-03 22:13:24 UTC (rev 242980)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendri

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:44
  Author: foutrelis
Revision: 242983

upgpkg: nvidia-340xx 340.76-13

Linux 4.1.4 rebuild.

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 22:13:41 UTC (rev 242982)
+++ PKGBUILD2015-08-03 22:13:44 UTC (rev 242983)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-4.1-ARCH
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


[arch-commits] Commit in nvidia-304xx/repos (14 files)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:13:41
  Author: foutrelis
Revision: 242982

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 242981, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/nv-drm.patch
(from rev 242981, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/staging-i686/nvidia-3.19.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/staging-i686/nvidia-304xx-dkms.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/staging-i686/nvidia-304xx.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-i686/nvidia-4.0.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-4.0.patch)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 242981, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/nv-drm.patch
(from rev 242981, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-3.19.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx-dkms.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/staging-x86_64/nvidia-304xx.install
(from rev 242981, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/staging-x86_64/nvidia-4.0.patch
(from rev 242981, nvidia-304xx/trunk/nvidia-4.0.patch)

--+
 staging-i686/PKGBUILD|   75 +
 staging-i686/nv-drm.patch|   27 ++
 staging-i686/nvidia-3.19.patch   |   21 
 staging-i686/nvidia-304xx-dkms.install   |   30 +++
 staging-i686/nvidia-304xx.install|   13 +
 staging-i686/nvidia-4.0.patch|   28 ++
 staging-x86_64/PKGBUILD  |   75 +
 staging-x86_64/nv-drm.patch  |   27 ++
 staging-x86_64/nvidia-3.19.patch |   21 
 staging-x86_64/nvidia-304xx-dkms.install |   30 +++
 staging-x86_64/nvidia-304xx.install  |   13 +
 staging-x86_64/nvidia-4.0.patch  |   28 ++
 12 files changed, 388 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 242981, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-03 22:13:41 UTC (rev 242982)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.125
+_extramodules=extramodules-4.1-ARCH
+pkgrel=22
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.1' 'linux-headers<4.2')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+'nv-drm.patch'
+'nvidia-3.19.patch'
+'nvidia-4.0.patch')
+sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7'
+
'3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae'
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
+
'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d'
+
'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -p0 -i "$srcdir/nv-drm.patch"
+patch -p1 -i "$srcdir/nvidia-3.19.patch"
+patch -p0 -i "$srcdir/nvidia-4.0.patch"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.1' 'linux<4.2' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvid

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

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:01:55
  Author: foutrelis
Revision: 242978

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

Added:
  linux/repos/staging-i686/
  linux/repos/staging-i686/PKGBUILD
(from rev 242977, linux/trunk/PKGBUILD)
  linux/repos/staging-i686/change-default-console-loglevel.patch
(from rev 242977, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/staging-i686/config
(from rev 242977, linux/trunk/config)
  linux/repos/staging-i686/config.x86_64
(from rev 242977, linux/trunk/config.x86_64)
  linux/repos/staging-i686/linux.install
(from rev 242977, linux/trunk/linux.install)
  linux/repos/staging-i686/linux.preset
(from rev 242977, linux/trunk/linux.preset)
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/PKGBUILD
(from rev 242977, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/change-default-console-loglevel.patch
(from rev 242977, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/staging-x86_64/config
(from rev 242977, linux/trunk/config)
  linux/repos/staging-x86_64/config.x86_64
(from rev 242977, linux/trunk/config.x86_64)
  linux/repos/staging-x86_64/linux.install
(from rev 242977, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 242977, linux/trunk/linux.preset)

--+
 staging-i686/PKGBUILD|  298 
 staging-i686/change-default-console-loglevel.patch   |   11 
 staging-i686/config  | 7518 +
 staging-i686/config.x86_64   | 7268 
 staging-i686/linux.install   |   37 
 staging-i686/linux.preset|   14 
 staging-x86_64/PKGBUILD  |  298 
 staging-x86_64/change-default-console-loglevel.patch |   11 
 staging-x86_64/config| 7518 +
 staging-x86_64/config.x86_64 | 7268 
 staging-x86_64/linux.install |   37 
 staging-x86_64/linux.preset  |   14 
 12 files changed, 30292 insertions(+)

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


[arch-commits] Commit in linux/trunk (7 files)

2015-08-03 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 00:01:33
  Author: foutrelis
Revision: 242977

upgpkg: linux 4.1.4-1

- New upstream release.
- Enable CONFIG_CROS_EC_CHARDEV and CONFIG_CROS_EC_LPC (FS#45688).

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  linux/trunk/0001-block-loop-convert-to-per-device-workqueue.patch
  linux/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux/trunk/bitmap-enable-booting-for-dm-md-raid1.patch

-+
 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch |   48 ---
 0001-block-loop-convert-to-per-device-workqueue.patch   |  133 
--
 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch|   52 ---
 PKGBUILD|   30 --
 bitmap-enable-booting-for-dm-md-raid1.patch |   83 --
 config  |7 
 config.x86_64   |8 
 7 files changed, 11 insertions(+), 350 deletions(-)

Deleted: 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
===
--- 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-03 16:34:11 UTC (rev 242976)
+++ 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
2015-08-03 22:01:33 UTC (rev 242977)
@@ -1,48 +0,0 @@
-From 7bee8b08c428b63aa4a3765bb907602e36355378 Mon Sep 17 00:00:00 2001
-From: Chris Mason 
-Date: Tue, 14 Jul 2015 16:25:30 -0400
-Subject: [PATCH] Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on
- Apple
-
-Commit 1c8ba6d013 moved around the setup code for broadcomm chips,
-and also added btbcm_read_verbose_config() to read extra information
-about the hardware.  It's returning errors on some macbooks:
-
-Bluetooth: hci0: BCM: Read verbose config info failed (-16)
-
-Which makes us error out of the setup function.  Since this
-probe isn't critical to operate the chip, this patch just changes
-things to carry on when it fails.
-
-Signed-off-by: Chris Mason 
-Signed-off-by: Marcel Holtmann 
-Cc: sta...@vger.kernel.org # v4.1

- drivers/bluetooth/btbcm.c | 11 +--
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
-index 1e1a432..9ceb8ac 100644
 a/drivers/bluetooth/btbcm.c
-+++ b/drivers/bluetooth/btbcm.c
-@@ -472,12 +472,11 @@ int btbcm_setup_apple(struct hci_dev *hdev)
- 
-   /* Read Verbose Config Version Info */
-   skb = btbcm_read_verbose_config(hdev);
--  if (IS_ERR(skb))
--  return PTR_ERR(skb);
--
--  BT_INFO("%s: BCM: chip id %u build %4.4u", hdev->name, skb->data[1],
--  get_unaligned_le16(skb->data + 5));
--  kfree_skb(skb);
-+  if (!IS_ERR(skb)) {
-+  BT_INFO("%s: BCM: chip id %u build %4.4u", hdev->name, 
skb->data[1],
-+  get_unaligned_le16(skb->data + 5));
-+  kfree_skb(skb);
-+  }
- 
-   set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks);
- 
--- 
-2.4.5
-

Deleted: 0001-block-loop-convert-to-per-device-workqueue.patch
===
--- 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-03 
16:34:11 UTC (rev 242976)
+++ 0001-block-loop-convert-to-per-device-workqueue.patch   2015-08-03 
22:01:33 UTC (rev 242977)
@@ -1,133 +0,0 @@
-From ebff6d5c91195d37e33b7bbfb36c6cc0119aa06f Mon Sep 17 00:00:00 2001
-From: Ming Lei 
-Date: Tue, 5 May 2015 19:49:54 +0800
-Subject: [PATCH 1/2] block: loop: convert to per-device workqueue
-
-Documentation/workqueue.txt:
-   If there is dependency among multiple work items used
-   during memory reclaim, they should be queued to separate
-   wq each with WQ_MEM_RECLAIM.
-
-Loop devices can be stacked, so we have to convert to per-device
-workqueue. One example is Fedora live CD.
-
-Fixes: b5dd2f6047ca108001328aac0e8588edd15f1778
-Cc: sta...@vger.kernel.org (v4.0)
-Cc: Justin M. Forbes 
-Signed-off-by: Ming Lei 
-Acked-by: Tejun Heo 
-Signed-off-by: Jens Axboe 

- drivers/block/loop.c | 30 ++
- drivers/block/loop.h |  1 +
- 2 files changed, 15 insertions(+), 16 deletions(-)
-
-diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index d7173cb..9786aa3 100644
 a/drivers/block/loop.c
-+++ b/drivers/block/loop.c
-@@ -86,8 +86,6 @@ static DEFINE_MUTEX(loop_index_mutex);
- static int max_part;
- static int part_shift;
- 
--static struct workqueue_struct *loop_wq;
--
- static int transfer_xor(struct loop_device *lo, int cmd,
-   struct page *raw_page, unsigned raw_off,
-   struct page *loop_page, unsigned loop_off,
-@@ -725,6 +723,

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

2015-08-03 Thread Ike Devolder
Date: Monday, August 3, 2015 @ 22:34:11
  Author: idevolder
Revision: 137863

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 20:33:59 UTC (rev 137862)
+++ PKGBUILD2015-08-03 20:34:11 UTC (rev 137863)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20150609
-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=('aa3ba1a0c3de716399d57f0670b55164cee890f967d8f99d3b2dc969a4b430de')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 137862, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 20:34:11 UTC (rev 137863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20150729
+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=('6853912a62fd794b63331073add7b15810748b571b2f85704d0153d4c721cd41')


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

2015-08-03 Thread Ike Devolder
Date: Monday, August 3, 2015 @ 22:33:59
  Author: idevolder
Revision: 137862

closure-compiler :: 20150609

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 19:12:33 UTC (rev 137861)
+++ PKGBUILD2015-08-03 20:33:59 UTC (rev 137862)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20150609
+pkgver=20150729
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -36,4 +36,4 @@
chmod +x "$pkgdir/usr/bin/closure"
 }
 
-sha256sums=('aa3ba1a0c3de716399d57f0670b55164cee890f967d8f99d3b2dc969a4b430de')
+sha256sums=('6853912a62fd794b63331073add7b15810748b571b2f85704d0153d4c721cd41')


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:25
  Author: jelle
Revision: 137860

upgpkg: xmobar 0.23.1-2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 19:12:06 UTC (rev 137859)
+++ PKGBUILD2015-08-03 19:12:25 UTC (rev 137860)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar";
 license=('custom:BSD3')


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:33
  Author: jelle
Revision: 137861

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 137860, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 137860, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch

+
 /PKGBUILD  |   62 ++
 /disable-ewmh-plugin.patch |   92 +++
 community-i686/PKGBUILD|   31 -
 community-i686/disable-ewmh-plugin.patch   |   46 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/disable-ewmh-plugin.patch |   46 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:12:25 UTC (rev 137860)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.23.1
-pkgrel=1
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
-'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 137860, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:33 UTC (rev 137861)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=2
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:25 UTC (rev 
137860)
+++ community-i686/disable-ewmh-plugin.patch2015-08-03 19:12:33 UTC (rev 
137861)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:11:55
  Author: jelle
Revision: 137858

upgpkg: haskell-http 4000.2.20-1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:50:38 UTC (rev 137857)
+++ PKGBUILD2015-08-03 19:11:55 UTC (rev 137858)
@@ -2,17 +2,17 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=3
+pkgver=4000.2.20
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
 
 build() {
  cd ${_hkgname}-${pkgver}


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:06
  Author: jelle
Revision: 137859

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

Added:
  haskell-http/repos/community-i686/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-i686/PKGBUILD
  haskell-http/repos/community-i686/haskell-http.install
  haskell-http/repos/community-x86_64/PKGBUILD
  haskell-http/repos/community-x86_64/haskell-http.install

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 ++
 community-i686/PKGBUILD   |   49 
 community-i686/haskell-http.install   |   35 ---
 community-x86_64/PKGBUILD |   49 
 community-x86_64/haskell-http.install |   35 ---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:11:55 UTC (rev 137858)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=3
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
- cd ${_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-http/repos/community-i686/PKGBUILD (from rev 137858, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.20
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+ cd ${_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 ${pkgdi

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:50:26
  Author: jelle
Revision: 137856

upgpkg: python-reportlab 3.2.0-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
+++ PKGBUILD2015-08-03 18:50:26 UTC (rev 137856)
@@ -6,8 +6,8 @@
 pkgbase=python-reportlab
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
-pkgver=3.1.44
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('i686' 'x86_64')
 url="http://www.reportlab.org/rl_toolkit.html";
@@ -18,7 +18,7 @@
 replaces=('python-reportlab<=2.5-2')
 license=('CUSTOM')
 
source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz";)
-md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
+md5sums=('79d059e797c557aed4b40c68dd6c7eae')
 
 build() {
 cd $srcdir


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:50:38
  Author: jelle
Revision: 137857

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

Added:
  python-reportlab/repos/community-i686/ChangeLog
(from rev 137856, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-i686/PKGBUILD
(from rev 137856, python-reportlab/trunk/PKGBUILD)
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 137856, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 137856, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-i686/ChangeLog
  python-reportlab/repos/community-i686/PKGBUILD
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   36 
 /PKGBUILD  |   94 +++
 community-i686/ChangeLog   |   18 
 community-i686/PKGBUILD|   47 -
 community-x86_64/ChangeLog |   18 
 community-x86_64/PKGBUILD  |   47 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-08-03 18:50:26 UTC (rev 137856)
+++ community-i686/ChangeLog2015-08-03 18:50:38 UTC (rev 137857)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-i686/ChangeLog (from rev 137856, 
python-reportlab/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-08-03 18:50:38 UTC (rev 137857)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 18:50:26 UTC (rev 137856)
+++ community-i686/PKGBUILD 2015-08-03 18:50:38 UTC (rev 137857)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.1.44
-pkgrel=2
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('i686' 'x86_64')
-url="http://www.reportlab.org/rl_toolkit.html";
-depends=('freetype2')
-conflicts=('python-reportlab<=2.5-2')
-makedepends=('python' 'python2')
-checkdepends=('python2-pillow' 'python-pillow')
-replaces=('python-reportlab<=2.5-2')
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz";)
-md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
-
-build() {
-cd $srcdir
-cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
-}
-
-package_python2-reportlab() {
-depends=('python2')
-cd "$srcdir/${_origname}2-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-reportlab() {
-depends=('python3')
-cd "$srcdir/${_origname}-$pkgver"
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-cd ${srcdir}/${_origname}-${pkgver}
-python2 setup.py tests
-python setup.py tests
-}

Copied: python-reportlab/repos/community-i686/PKGBUILD (from rev 137856, 
python-reportlab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 18:50:38 UTC (rev 137857)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('i686' 'x86_64')
+url="http://www.reportlab.org/rl_toolkit.html";
+depends=('freetype2')
+conflicts=('python-reportlab<=2.5-2')
+makedepends=('python' 'python2')
+checkdepends=('python2-pillow' 'python-pillow')
+replaces=('python-reportlab<=2.5-2')
+license=('CUSTOM')
+source=("https:/

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

2015-08-03 Thread Jaroslav Lichtblau
Date: Monday, August 3, 2015 @ 20:20:45
  Author: jlichtblau
Revision: 137854

upgpkg: menumaker 0.99.8-1 - new upstream release

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 18:03:25 UTC (rev 137853)
+++ PKGBUILD2015-08-03 18:20:45 UTC (rev 137854)
@@ -1,34 +1,34 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Allan McRae 
 # Contributor: Ben 
 # Contributor: Lukasz Fidosz 
 
 pkgname=menumaker
-pkgver=0.99.7
-pkgrel=9
+pkgver=0.99.8
+pkgrel=1
 pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
 arch=('any')
 url="http://menumaker.sourceforge.net/";
 license=('BSD')
-depends=('python2')
+depends=('python')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --with-python=/usr/bin/python2
+  ./configure --prefix=/usr --infodir=/usr/share/info
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-  rm -rf ${pkgdir}/usr/share/info
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/info
+
+#license
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
 }


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

2015-08-03 Thread Jaroslav Lichtblau
Date: Monday, August 3, 2015 @ 20:20:58
  Author: jlichtblau
Revision: 137855

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
(from rev 137854, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 18:20:45 UTC (rev 137854)
+++ PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: Ben 
-# Contributor: Lukasz Fidosz 
-
-pkgname=menumaker
-pkgver=0.99.7
-pkgrel=9
-pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
-arch=('any')
-url="http://menumaker.sourceforge.net/";
-license=('BSD')
-depends=('python2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-  rm -rf ${pkgdir}/usr/share/info
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 137854, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 18:20:58 UTC (rev 137855)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: Ben 
+# Contributor: Lukasz Fidosz 
+
+pkgname=menumaker
+pkgver=0.99.8
+pkgrel=1
+pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
+arch=('any')
+url="http://menumaker.sourceforge.net/";
+license=('BSD')
+depends=('python')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/info
+
+#license
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
+}


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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:03:25
  Author: jelle
Revision: 137853

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 18:03:12 UTC (rev 137852)
+++ community-i686/PKGBUILD 2015-08-03 18:03:25 UTC (rev 137853)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
-md5sums=('037dc67b7902d10f49f6fa5404a73a24')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  #python test/test_psutil.py
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 137852, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 18:03:25 UTC (rev 137853)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
+md5sums=('b34360627efb429cb18a4a3143b18c8c')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  #python test/test_psutil.py
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 18:03:12 UTC (rev 137852)
+++ community-x86_64/PKGBUILD   2015-08-03 18:03:25 UTC (rev 137853)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébast

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 20:03:12
  Author: jelle
Revision: 137852

upgpkg: python-psutil 3.1.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:22:11 UTC (rev 137851)
+++ PKGBUILD2015-08-03 18:03:12 UTC (rev 137852)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.0.1
+pkgver=3.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
-md5sums=('037dc67b7902d10f49f6fa5404a73a24')
+md5sums=('b34360627efb429cb18a4a3143b18c8c')
 
 build() {
   cd psutil-$pkgver


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:34:11
  Author: fyan
Revision: 242976

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  102 +
 /dnsmasq.install |   30 
 /dnsmasq.service |   28 +++
 extra-i686/PKGBUILD  |   51 
 extra-i686/dnsmasq.install   |   15 --
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   51 
 extra-x86_64/dnsmasq.install |   15 --
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 16:33:42 UTC (rev 242975)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=dnsmasq
-pkgver=2.73
-pkgrel=1
-pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
-url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
-'dnsmasq.service')
-md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
- 'SKIP'
- 'b87f68013c3e8b4bb37117de968d4603')
-validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
-
-build_copts="-DHAVE_DNSSEC -DHAVE_DBUS"
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make \
-CFLAGS="$CPPFLAGS $CFLAGS" \
-LDFLAGS="$LDFLAGS" \
-COPTS="$build_copts"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # need to pass COPTS here to avoid rebuilding the binary.
-  make \
-COPTS="$build_copts" \
-BINDIR=/usr/bin PREFIX=/usr DESTDIR="$pkgdir" install
-
-  install -Dm644 "dbus/dnsmasq.conf" "$pkgdir"/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
-  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/usr/lib/systemd/system/dnsmasq.service
-
-  # DNSSEC setup
-  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
-  install -Dm644 "trust-anchors.conf" 
"$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 242975, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=dnsmasq
+pkgver=2.75
+pkgrel=1
+pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
+url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+'dnsmasq.service')
+md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+build_copts="-DHAVE_DNSSEC -DHAVE_DBUS"
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make \
+CFLAGS="$CPPFLAGS $CFLAGS" \
+LDFLAGS="$LDFLAGS" \
+COPTS="$build_copts"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS="$build_copts" \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR="$pkgdir" install
+
+  install -Dm644 "dbus/dnsmasq.conf" "$pkgdir"/etc/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/usr/lib/systemd/system/dnsmasq.service
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "trust-anchors.conf" 
"$pkgdir"/usr/

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:33:42
  Author: fyan
Revision: 242975

upgpkg: dnsmasq 2.75-1

upstream new release

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:29:20 UTC (rev 242974)
+++ PKGBUILD2015-08-03 16:33:42 UTC (rev 242975)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=dnsmasq
-pkgver=2.73
+pkgver=2.75
 pkgrel=1
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
@@ -15,7 +15,7 @@
 backup=('etc/dnsmasq.conf')
 source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
 'dnsmasq.service')
-md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
+md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
  'SKIP'
  'b87f68013c3e8b4bb37117de968d4603')
 validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley


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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:29:20
  Author: fyan
Revision: 242974

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 16:28:58 UTC (rev 242973)
+++ extra-i686/PKGBUILD 2015-08-03 16:29:20 UTC (rev 242974)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBI/";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR="${pkgdir}" install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 242973, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 16:29:20 UTC (rev 242974)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbi
+pkgver=1.634
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBI/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('4ad15a9c2cc9b68e3fe1f5cadf9cdb30')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR="${pkgdir}" install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 16:28:58 UTC (rev 242973)
+++ extra-x86_64/PKGBUILD   2015-08-03 16:29:20 UTC (rev 242974)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBI/";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR="${pkgdir}" install
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 242973, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-03 16:29:20 UTC (rev 242974)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbi
+pkgver=1.634
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+

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

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:28:58
  Author: fyan
Revision: 242973

upgpkg: perl-dbi 1.634-1

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 16:11:51 UTC (rev 242972)
+++ PKGBUILD2015-08-03 16:28:58 UTC (rev 242973)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-dbi
-pkgver=1.633
-pkgrel=2
+pkgver=1.634
+pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/DBI/";
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('b4fe13b9a51c1446c5f3cf93e69a2044')
+md5sums=('4ad15a9c2cc9b68e3fe1f5cadf9cdb30')
 
 build() {
   cd DBI-${pkgver}


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 18:11:14
  Author: anatolik
Revision: 242971

upgpkg: libgusb 0.2.5-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 15:18:18 UTC (rev 242970)
+++ PKGBUILD2015-08-03 16:11:14 UTC (rev 242971)
@@ -2,16 +2,16 @@
 # Maintainer: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc="GLib wrapper around libusb1"
 arch=('i686' 'x86_64')
 url="https://github.com/hughsie/libgusb";
 license=('LGPL2.1')
-depends=('udev' 'libusbx')
+depends=('udev' 'libusbx' 'glib2')
 makedepends=('gobject-introspection' 'python2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('437966fb45e30b8e757b2c200daf5d4e7dd22bf5aa80e151e3b1807270d38083')
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 18:11:51
  Author: anatolik
Revision: 242972

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

Added:
  libgusb/repos/testing-i686/
  libgusb/repos/testing-i686/PKGBUILD
(from rev 242971, libgusb/trunk/PKGBUILD)
  libgusb/repos/testing-x86_64/
  libgusb/repos/testing-x86_64/PKGBUILD
(from rev 242971, libgusb/trunk/PKGBUILD)

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

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 242971, 
libgusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb";
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 242971, 
libgusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-03 16:11:51 UTC (rev 242972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/libgusb";
+license=('LGPL2.1')
+depends=('udev' 'libusbx' 'glib2')
+makedepends=('gobject-introspection' 'python2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ad56773548695292f49b62df1eb7fb1e87e1e0c9d3982e80f65f47095fa492')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:56:18
  Author: anatolik
Revision: 137850

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

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

--+
 community-testing-i686/PKGBUILD  |   36 +
 community-testing-i686/roxterm.install   |   11 
 community-testing-x86_64/PKGBUILD|   36 +
 community-testing-x86_64/roxterm.install |   11 
 4 files changed, 94 insertions(+)

Copied: roxterm/repos/community-testing-i686/PKGBUILD (from rev 137849, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-03 15:56:18 UTC (rev 137850)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
+ 'SKIP')
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-i686/roxterm.install (from rev 137849, 
roxterm/trunk/roxterm.install)
===
--- community-testing-i686/roxterm.install  (rev 0)
+++ community-testing-i686/roxterm.install  2015-08-03 15:56:18 UTC (rev 
137850)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: roxterm/repos/community-testing-x86_64/PKGBUILD (from rev 137849, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-03 15:56:18 UTC (rev 137850)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
+ 'SKIP')
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-x86_64/roxterm.install (from rev 
137849, roxterm/trunk/roxterm.install)
===
--- community-testing-x86_64/roxterm.install(rev 0)
+++ community-testing-x86_64/roxterm.install2015-08-03 15:56:18 UTC (rev 
137850)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:55:05
  Author: anatolik
Revision: 137849

upgpkg: roxterm 3.0.2-1

New roxterm does not support pre-VTE3 features. Drop corresponding build flags.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 15:39:42 UTC (rev 137848)
+++ PKGBUILD2015-08-03 15:55:05 UTC (rev 137849)
@@ -3,21 +3,21 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=2.9.7
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
 url='http://roxterm.sourceforge.net/'
 license=('GPL3')
-depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
 makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
  'imagemagick' 'librsvg' 'itstool')
 install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2";
-
"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign";)
-md5sums=('496b5ddc078cede502f168dadef46cb6'
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('c68268a4d74fd1bfee6d950df94e6171'
  'SKIP')
-sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
+sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 
@@ -24,9 +24,7 @@
 build() {
   cd "${srcdir}/roxterm-${pkgver}"
 
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
+  python2 mscript.py configure --prefix='/usr'
   python2 mscript.py build
 }
 


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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:39:42
  Author: anatolik
Revision: 137848

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

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

-+
 community-testing-i686/PKGBUILD |   40 ++
 community-testing-i686/sakura.install   |   12 +
 community-testing-x86_64/PKGBUILD   |   40 ++
 community-testing-x86_64/sakura.install |   12 +
 4 files changed, 104 insertions(+)

Copied: sakura/repos/community-testing-i686/PKGBUILD (from rev 137847, 
sakura/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-03 15:39:42 UTC (rev 137848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=sakura
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="A terminal emulator based on GTK and VTE"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/sakura";
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2";)
+install=sakura.install
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
+"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
+  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
+}

Copied: sakura/repos/community-testing-i686/sakura.install (from rev 137847, 
sakura/trunk/sakura.install)
===
--- community-testing-i686/sakura.install   (rev 0)
+++ community-testing-i686/sakura.install   2015-08-03 15:39:42 UTC (rev 
137848)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+

Copied: sakura/repos/community-testing-x86_64/PKGBUILD (from rev 137847, 
sakura/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-03 15:39:42 UTC (rev 137848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=sakura
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="A terminal emulator based on GTK and VTE"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/sakura";
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2";)
+install=sakura.install
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
+"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
+  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
+}

Copied: sakura/repos/community-testing-x86_64/sakura.install (from rev 137847, 
sakura/trunk/sakura.install)
===
--- community-testing-x86_64/sakura.install (rev 0)
+++ community-testing-x86_64/sakura.install 2015-08-

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

2015-08-03 Thread Anatol Pomozov
Date: Monday, August 3, 2015 @ 17:38:59
  Author: anatolik
Revision: 137847

upgpkg: sakura 3.3.0-1

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 14:16:16 UTC (rev 137846)
+++ PKGBUILD2015-08-03 15:38:59 UTC (rev 137847)
@@ -3,17 +3,17 @@
 # Contributor: Dmitry N. Shilov 
 
 pkgname=sakura
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A terminal emulator based on GTK and VTE"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/sakura";
 license=('GPL')
-depends=('vte290' 'libxft' 'desktop-file-utils')
+depends=('vte3' 'libxft' 'desktop-file-utils')
 makedepends=('cmake')
 
source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2";)
 install=sakura.install
-sha1sums=('e7a8006463f3e961069b2a0f234d40fe9360437e')
+sha1sums=('5b92b95036e55d5eae0f91e40bed22fdeb9cf1b5')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:16:16
  Author: heftig
Revision: 137846

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

Added:
  gnome-software/repos/community-i686/PKGBUILD
(from rev 137845, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-i686/gnome-software.install
(from rev 137845, gnome-software/trunk/gnome-software.install)
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 137845, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-x86_64/gnome-software.install
(from rev 137845, gnome-software/trunk/gnome-software.install)
Deleted:
  gnome-software/repos/community-i686/PKGBUILD
  gnome-software/repos/community-i686/gnome-software.install
  gnome-software/repos/community-x86_64/PKGBUILD
  gnome-software/repos/community-x86_64/gnome-software.install

-+
 /PKGBUILD   |   66 ++
 /gnome-software.install |   26 +++
 community-i686/PKGBUILD |   33 ---
 community-i686/gnome-software.install   |   13 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/gnome-software.install |   13 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 14:15:01 UTC (rev 137845)
+++ community-i686/PKGBUILD 2015-08-03 14:16:16 UTC (rev 137846)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.16.4
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=('GPL2')
-url="https://wiki.gnome.org/Apps/Software/";
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
- desktop-file-utils archlinux-appstream-data)
-makedepends=(intltool)
-install=gnome-software.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('627b3f1738f2ad7dcd19d387ff6496d38e38d4b97dbd89ec5573f2ddf31edb2b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # Remove fedora-only plugins
-  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/community-i686/PKGBUILD (from rev 137845, 
gnome-software/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 14:16:16 UTC (rev 137846)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgname=gnome-software
+pkgver=3.16.5
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=('GPL2')
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit
+ desktop-file-utils archlinux-appstream-data)
+makedepends=(intltool)
+install=gnome-software.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b8b6cd1fe8a6e67651c933e415562797a7472ebcc1d322a2777b2e3c0438f934')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # Remove fedora-only plugins
+  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
+}

Deleted: community-i686/gnome-software.install
===
--- community-i686/gnome-software.install   2015-08-03 14:15:01 UTC (rev 
137845)
+++ community-i686/gnome-software.install   2015-08-03 14:16:16 UTC (rev 
137846)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-software/repos/community-i686/gnome-software.install (from rev 
137845, gnome-software/trunk/gnome-software.install)
===
--- community-i686/gnome-software.install   (rev 0)
+++ community-i686/gnome-software.install   2015-08-03 14:16:16 UTC (rev 
137846)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+p

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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:15:02
  Author: heftig
Revision: 242969

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 14:14:29 UTC (rev 242968)
+++ extra-i686/PKGBUILD 2015-08-03 14:15:02 UTC (rev 242969)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libsecret
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='Library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://wiki.gnome.org/Projects/Libsecret";
-depends=('glib2' 'libgcrypt')
-checkdepends=('python2-dbus' 'dbus-glib' 'python2-gobject2' 'python2-gobject' 
'gjs')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
-optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-i686/PKGBUILD (from rev 242968, 
libsecret/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 14:15:02 UTC (rev 242969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='Library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://wiki.gnome.org/Projects/Libsecret";
+depends=('glib2' 'libgcrypt')
+checkdepends=('python2-dbus' 'dbus-glib' 'python2-gobject2' 'python2-gobject' 
'gjs')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-03 14:14:29 UTC (rev 242968)
+++ extra-x86_64/PKGBUILD   2015-08-03 14:15:02 UTC (rev 242969)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libsecret
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='Library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://wiki.gnome.org/Projects/Libsecret";
-depends=('glib2' 'libgcrypt')
-checkdepends=('python2-dbus' 'dbus-glib' 'python2-gobject2' 'python2-gobject' 
'gjs')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
-optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-x86_64/PKGBUILD (from rev 242968, 
libsecret/trunk/PKGBUILD)
===
--- extra-x86_64

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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:15:01
  Author: heftig
Revision: 137845

3.16.5

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:41:43 UTC (rev 137844)
+++ PKGBUILD2015-08-03 14:15:01 UTC (rev 137845)
@@ -4,7 +4,7 @@
 # Contributor: Yosef Or Boczko 
 
 pkgname=gnome-software
-pkgver=3.16.4
+pkgver=3.16.5
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(intltool)
 install=gnome-software.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('627b3f1738f2ad7dcd19d387ff6496d38e38d4b97dbd89ec5573f2ddf31edb2b')
+sha256sums=('b8b6cd1fe8a6e67651c933e415562797a7472ebcc1d322a2777b2e3c0438f934')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:14:29
  Author: heftig
Revision: 242968

0.18.3

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 14:13:44 UTC (rev 242967)
+++ PKGBUILD2015-08-03 14:14:29 UTC (rev 242968)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsecret
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc='Library for storing and retrieving passwords and other secrets.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443')
+sha256sums=('f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9')
 
 prepare() {
   mkdir path


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:13:44
  Author: heftig
Revision: 242967

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

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

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

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

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

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

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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:12:32
  Author: heftig
Revision: 242965

1.17

Modified:
  libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 14:11:06 UTC (rev 242964)
+++ PKGBUILD2015-08-03 14:12:32 UTC (rev 242965)
@@ -2,16 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libteam
-pkgver=1.14
-pkgrel=2
+pkgver=1.17
+pkgrel=1
 pkgdesc="Library for controlling team network device"
 arch=(i686 x86_64)
 url="http://libteam.org/";
 license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash)
+depends=(libnl libdaemon jansson libdbus bash zeromq)
 makedepends=(python python2 swig)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('294cdabd85cddfeac304ecbd4f331ef3f9afbf03f8b8ef7bb3a9c5827ab22d97')
+sha256sums=('7f83bb6bccecd79b0f5b803f4cd9d8e0029e39d55d11e253647956fcf2404763')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:13:10
  Author: heftig
Revision: 242966

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

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 242965, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 242965, colord/trunk/colord.install)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 242965, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 242965, colord/trunk/colord.install)
Deleted:
  
colord/repos/extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  
colord/repos/extra-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install

+
 /PKGBUILD  |   90 
++
 /colord.install|   30 
+++
 extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch   |   30 
---
 extra-i686/PKGBUILD|   48 
-
 extra-i686/colord.install  |   15 -
 extra-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch |   30 
---
 extra-x86_64/PKGBUILD  |   48 
-
 extra-x86_64/colord.install|   15 -
 8 files changed, 120 insertions(+), 186 deletions(-)

Deleted: extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
===
--- extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
2015-08-03 14:12:32 UTC (rev 242965)
+++ extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
2015-08-03 14:13:10 UTC (rev 242966)
@@ -1,30 +0,0 @@
-From 301f24d02158f1e12a2e7ccdf9970d02ecddd534 Mon Sep 17 00:00:00 2001
-From: Tim Waugh 
-Date: Mon, 23 Feb 2015 09:56:12 +
-Subject: [PATCH] Fix session-helper failing to find argyll tool.
-
-We don't want to free the thing we're trying to return. This fixes the
-bug introduced in commit b6f7c4d117a06f059a6e852e2dce8c13a3bb1f2c.
-
-See:
-  https://bugzilla.redhat.com/show_bug.cgi?id=1190720

- contrib/session-helper/cd-main.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/contrib/session-helper/cd-main.c 
b/contrib/session-helper/cd-main.c
-index 61e0c5b..0f93697 100644
 a/contrib/session-helper/cd-main.c
-+++ b/contrib/session-helper/cd-main.c
-@@ -939,7 +939,7 @@ cd_main_find_argyll_tool (const gchar *command,
- GError **error)
- {
-   gboolean ret;
--  _cleanup_free_ gchar *filename = NULL;
-+  gchar *filename;
- 
-   /* try the original argyllcms filename installed in /usr/local/bin */
-   filename = g_strdup_printf ("/usr/local/bin/%s", command);
--- 
-2.1.0
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 14:12:32 UTC (rev 242965)
+++ extra-i686/PKGBUILD 2015-08-03 14:13:10 UTC (rev 242966)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=1.2.9
-pkgrel=3
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev)
-makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
- argyllcms)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
-0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
-sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
-  'SKIP'
-  '6d92d75cda7736e734f7472bed52dbc90ca3ea93')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../0001-Fix-session-helper-failing-to-find-argyll-tool.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # the build system has no colord user, so the chown fails
-  chown -R 124:124 "$pkgdir/var/lib/colord"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 242965, 
colord/trunk/PKGBUILD)
===
--- extra-i68

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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:11:06
  Author: heftig
Revision: 242964

1.2.11

Modified:
  colord/trunk/PKGBUILD
Deleted:
  colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch

---+
 0001-Fix-session-helper-failing-to-find-argyll-tool.patch |   30 
 PKGBUILD  |   13 ++---
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: 0001-Fix-session-helper-failing-to-find-argyll-tool.patch
===
--- 0001-Fix-session-helper-failing-to-find-argyll-tool.patch   2015-08-03 
14:05:34 UTC (rev 242963)
+++ 0001-Fix-session-helper-failing-to-find-argyll-tool.patch   2015-08-03 
14:11:06 UTC (rev 242964)
@@ -1,30 +0,0 @@
-From 301f24d02158f1e12a2e7ccdf9970d02ecddd534 Mon Sep 17 00:00:00 2001
-From: Tim Waugh 
-Date: Mon, 23 Feb 2015 09:56:12 +
-Subject: [PATCH] Fix session-helper failing to find argyll tool.
-
-We don't want to free the thing we're trying to return. This fixes the
-bug introduced in commit b6f7c4d117a06f059a6e852e2dce8c13a3bb1f2c.
-
-See:
-  https://bugzilla.redhat.com/show_bug.cgi?id=1190720

- contrib/session-helper/cd-main.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/contrib/session-helper/cd-main.c 
b/contrib/session-helper/cd-main.c
-index 61e0c5b..0f93697 100644
 a/contrib/session-helper/cd-main.c
-+++ b/contrib/session-helper/cd-main.c
-@@ -939,7 +939,7 @@ cd_main_find_argyll_tool (const gchar *command,
- GError **error)
- {
-   gboolean ret;
--  _cleanup_free_ gchar *filename = NULL;
-+  gchar *filename;
- 
-   /* try the original argyllcms filename installed in /usr/local/bin */
-   filename = g_strdup_printf ("/usr/local/bin/%s", command);
--- 
-2.1.0
-

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 14:05:34 UTC (rev 242963)
+++ PKGBUILD2015-08-03 14:11:06 UTC (rev 242964)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=1.2.9
-pkgrel=3
+pkgver=1.2.11
+pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/software/colord";
@@ -16,16 +16,13 @@
 'argyllcms: color profiling')
 replaces=('shared-color-profiles')
 install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
-0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
-sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
-  'SKIP'
-  '6d92d75cda7736e734f7472bed52dbc90ca3ea93')
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('efd7b7b90ea17a46c12f4dc4138c45f3629a5d2c'
+  'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../0001-Fix-session-helper-failing-to-find-argyll-tool.patch
 }
 
 build() {


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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:05:34
  Author: heftig
Revision: 242963

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

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 242962, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-i686/gnome-documents.install
(from rev 242962, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 242962, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-x86_64/gnome-documents.install
(from rev 242962, gnome-documents/trunk/gnome-documents.install)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-i686/gnome-documents.install
  gnome-documents/repos/extra-x86_64/PKGBUILD
  gnome-documents/repos/extra-x86_64/gnome-documents.install

--+
 /PKGBUILD|   82 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 14:04:42 UTC (rev 242962)
+++ extra-i686/PKGBUILD 2015-08-03 14:05:34 UTC (rev 242963)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.16.2
-pkgrel=2
-pkgdesc="Documents Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba7230f0f7bd83932e03b1c06c6b67a46f9bc2dd2a93d0193c402d60323ff4a3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 242962, 
gnome-documents/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 14:05:34 UTC (rev 242963)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.16.3
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4ea2ee08421fc0d43e4daa5937f008fced477f0c6862fe0b87fc756d633d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2015-08-03 14:04:42 UTC (rev 242962)
+++ extra-i686/gnome-documents.install  2015-08-03 14:05:34 UTC (rev 242963)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/extra-i686/gnome-documents.install (from rev 
242962, gnome-documents/trunk/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2015-08-03 14:05:34 UTC (rev 242963)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+

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

2015-08-03 Thread Jan Steffens
Date: Monday, August 3, 2015 @ 16:04:42
  Author: heftig
Revision: 242962

3.16.3

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:55:48 UTC (rev 242961)
+++ PKGBUILD2015-08-03 14:04:42 UTC (rev 242962)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.16.2
-pkgrel=2
+pkgver=3.16.3
+pkgrel=1
 pkgdesc="Documents Manager for GNOME"
 arch=(i686 x86_64)
 url="http://www.gnome.org";
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba7230f0f7bd83932e03b1c06c6b67a46f9bc2dd2a93d0193c402d60323ff4a3')
+sha256sums=('4ea2ee08421fc0d43e4daa5937f008fced477f0c6862fe0b87fc756d633d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qemu/repos (25 files)

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 15:55:48
  Author: seblu
Revision: 242961

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 242960, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3214.patch
(from rev 242960, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 242960, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/CVE-2015-5154.patch
(from rev 242960, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-i686/CVE-2015-5158.patch
(from rev 242960, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 242960, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 242960, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 242960, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 242960, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
(from rev 242960, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
(from rev 242960, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
(from rev 242960, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
(from rev 242960, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 242960, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 242960, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 242960, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/CVE-2015-3214.patch
  qemu/repos/testing-i686/CVE-2015-3456.patch
  qemu/repos/testing-i686/CVE-2015-5154.patch
  qemu/repos/testing-i686/CVE-2015-5158.patch
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers
  qemu/repos/testing-x86_64/qemu.sysusers

+
 /65-kvm.rules  |2 
 /CVE-2015-3214.patch   |   40 
 /CVE-2015-3456.patch   |   84 
 /CVE-2015-5154.patch   |  175 +++
 /CVE-2015-5158.patch   |   46 +
 /PKGBUILD  |  157 +++
 /qemu.install  |   24 
 /qemu.sysusers |2 
 testing-i686/65-kvm.rules  |2 
 testing-i686/CVE-2015-3214.patch   |   40 
 testing-i686/CVE-2015-3456.patch   |   84 
 testing-i686/CVE-2015-5154.patch   |  175 ---
 testing-i686/CVE-2015-5158.patch   |   46 -
 testing-i686/PKGBUILD  |  157 ---
 testing-i686/qemu.install  |   24 
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/CVE-2015-3214.patch |   40 
 testing-x86_64/CVE-2015-3456.patch |   84 
 testing-x86_64/CVE-2015-5154.patch |  175 +++
 testing-x86_64/CVE-2015-5158.patch |   46 +
 testing-x86_64/PKGBUILD|  157 +++
 testing-x86_64/qemu.install|   24 
 testing-x86_64/qemu.sysusers   |1 
 24 files changed, 1058 insertions(+), 530 deletions(-)

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


[arch-commits] Commit in qemu/repos/testing-i686 (16 files)

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 15:52:07
  Author: seblu
Revision: 242960

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 242959, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3214.patch
(from rev 242959, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 242959, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/CVE-2015-5154.patch
(from rev 242959, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-i686/CVE-2015-5158.patch
(from rev 242959, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 242959, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 242959, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 242959, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/CVE-2015-3214.patch
  qemu/repos/testing-i686/CVE-2015-3456.patch
  qemu/repos/testing-i686/CVE-2015-5154.patch
  qemu/repos/testing-i686/CVE-2015-5158.patch
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers

-+
 65-kvm.rules|4 
 CVE-2015-3214.patch |   80 +--
 CVE-2015-3456.patch |  168 
 CVE-2015-5154.patch |  350 +-
 CVE-2015-5158.patch |   92 ++---
 PKGBUILD|  314 ++--
 qemu.install|   48 +++---
 qemu.sysusers   |2 
 8 files changed, 529 insertions(+), 529 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2015-08-03 13:32:51 UTC (rev 242959)
+++ 65-kvm.rules2015-08-03 13:52:07 UTC (rev 242960)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 242959, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2015-08-03 13:52:07 UTC (rev 242960)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: CVE-2015-3214.patch
===
--- CVE-2015-3214.patch 2015-08-03 13:32:51 UTC (rev 242959)
+++ CVE-2015-3214.patch 2015-08-03 13:52:07 UTC (rev 242960)
@@ -1,40 +0,0 @@
-From 7d08e1fae6150a3c0867dba6f75cf00946b3163c Mon Sep 17 00:00:00 2001
-From: Petr Matousek 
-Date: Tue, 2 Jun 2015 14:32:06 +0200
-Subject: [PATCH] i8254: fix out-of-bounds memory access in pit_ioport_read()
-
-Due converting PIO to the new memory read/write api we no longer provide
-separate I/O region lenghts for read and write operations. As a result,
-reading from PIT Mode/Command register will end with accessing
-pit->channels with invalid index.
-
-Fix this by ignoring read from the Mode/Command register.
-
-This is CVE-2015-3214.
-
-Signed-off-by: Petr Matousek 
-Reported-by: Matt Tait 

- hw/timer/i8254.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c
-index 3450c98..9b65a33 100644
 a/hw/timer/i8254.c
-+++ b/hw/timer/i8254.c
-@@ -196,6 +196,12 @@ static uint64_t pit_ioport_read(void *opaque, hwaddr addr,
- PITChannelState *s;
- 
- addr &= 3;
-+
-+if (addr == 3) {
-+/* Mode/Command register is write only, read is ignored */
-+return 0;
-+}
-+
- s = &pit->channels[addr];
- if (s->status_latched) {
- s->status_latched = 0;
--- 
-2.1.0
-

Copied: qemu/repos/testing-i686/CVE-2015-3214.patch (from rev 242959, 
qemu/trunk/CVE-2015-3214.patch)
===
--- CVE-2015-3214.patch (rev 0)
+++ CVE-2015-3214.patch 2015-08-03 13:52:07 UTC (rev 242960)
@@ -0,0 +1,40 @@
+From 7d08e1fae6150a3c0867dba6f75cf00946b3163c Mon Sep 17 00:00:00 2001
+From: Petr Matousek 
+Date: Tue, 2 Jun 2015 14:32:06 +0200
+Subject: [PATCH] i8254: fix out-of-bounds memory access in pit_ioport_read()
+
+Due converting PIO to the new memory read/write api we no longer provide
+separate I/O region lenghts for read and write operations. As a result,
+reading from PIT Mode/Command register will end with accessing
+pit->channels with invalid index.
+
+Fix this by ignoring read from the Mode/Command register.
+
+This is CVE-2015-3214.
+
+Signed-off-by: Petr Matousek 
+Reported-by: Matt Tait 
+---
+ hw/timer/i8254.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c
+index 3450c98..9b65a33 100644
+--- a/hw/timer/i8254.c
 b/hw/timer/i8254.c
+@@ -

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:41:22
  Author: spupykin
Revision: 137842

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

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

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

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

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:54
  Author: spupykin
Revision: 137840

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

Added:
  haskell-vector/repos/community-i686/PKGBUILD
(from rev 137839, haskell-vector/trunk/PKGBUILD)
  haskell-vector/repos/community-i686/haskell-vector.install
(from rev 137839, haskell-vector/trunk/haskell-vector.install)
  haskell-vector/repos/community-x86_64/PKGBUILD
(from rev 137839, haskell-vector/trunk/PKGBUILD)
  haskell-vector/repos/community-x86_64/haskell-vector.install
(from rev 137839, haskell-vector/trunk/haskell-vector.install)
Deleted:
  haskell-vector/repos/community-i686/PKGBUILD
  haskell-vector/repos/community-i686/haskell-vector.install
  haskell-vector/repos/community-x86_64/PKGBUILD
  haskell-vector/repos/community-x86_64/haskell-vector.install

-+
 /PKGBUILD   |   86 ++
 /haskell-vector.install |   52 ++
 community-i686/PKGBUILD |   43 ---
 community-i686/haskell-vector.install   |   26 -
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/haskell-vector.install |   26 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:40:39 UTC (rev 137839)
+++ community-i686/PKGBUILD 2015-08-03 13:40:54 UTC (rev 137840)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-vector
-pkgver=0.10.12.3
-pkgrel=1
-pkgdesc="Efficient Arrays"
-url="http://hackage.haskell.org/package/vector";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=()
-# deps adjusted to specific versions in package()
-depends=("ghc" "haskell-primitive")
-options=('strip' 'staticlibs')
-install="${pkgname}.install"
-source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz";)
-md5sums=('a9e325be278ca0f0e4d123a8c3f8ee79')
-
-build() {
-  cd ${srcdir}/vector-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-  depends=("ghc=${_ghcver}" "haskell-primitive")
-
-  cd ${srcdir}/vector-${pkgver}
-  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install -Dm744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/vector
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-vector/repos/community-i686/PKGBUILD (from rev 137839, 
haskell-vector/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:40:54 UTC (rev 137840)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.11.0.0
+pkgrel=1
+pkgdesc="Efficient Arrays"
+url="http://hackage.haskell.org/package/vector";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=("ghc" "haskell-primitive")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz";)
+md5sums=('a08605271abb3ed815135572a42b8524')
+
+build() {
+  cd ${srcdir}/vector-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+  depends=("ghc=${_ghcver}" "haskell-primitive")
+
+  cd ${srcdir}/vector-${pkgver}
+  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install -Dm744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/vector
+  runhaskell Setup copy --

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:41:43
  Author: spupykin
Revision: 137844

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

Added:
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 137843, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 137843, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 137843, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 137843, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-i686/PKGBUILD
  libvirt-python/repos/community-i686/libvirt-python.install
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

-+
 /PKGBUILD   |   66 ++
 /libvirt-python.install |6 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/libvirt-python.install   |3 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/libvirt-python.install |3 -
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:41:29 UTC (rev 137843)
+++ community-i686/PKGBUILD 2015-08-03 13:41:43 UTC (rev 137844)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.17
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/";
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-install="libvirt-python.install"
-source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";)
-md5sums=('a695e323e33db562d86e947f7ac77f09')
-
-package_libvirt-python() {
-  depends=('python2' 'libvirt')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir
-}
-
-package_libvirt-python3() {
-  depends=('python' 'libvirt')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py clean
-  python setup.py install --root=$pkgdir
-}

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 137843, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:41:43 UTC (rev 137844)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=libvirt-python
+pkgname=(libvirt-python libvirt-python3)
+pkgver=1.2.18
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('i686' 'x86_64')
+url="http://libvirt.org/";
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+install="libvirt-python.install"
+source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";)
+md5sums=('a9bf7c4490f1dce5209897fc2a5d0e02')
+
+package_libvirt-python() {
+  depends=('python2' 'libvirt')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir
+}
+
+package_libvirt-python3() {
+  depends=('python' 'libvirt')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py clean
+  python setup.py install --root=$pkgdir
+}

Deleted: community-i686/libvirt-python.install
===
--- community-i686/libvirt-python.install   2015-08-03 13:41:29 UTC (rev 
137843)
+++ community-i686/libvirt-python.install   2015-08-03 13:41:43 UTC (rev 
137844)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
137843, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2015-08-03 13:41:43 UTC (rev 
137844)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 13:41:29 UTC (rev 137843)
+++ community-x86_64/PKGBUILD   2015-08-03 13:41:43 UTC (rev 137844)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.17
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('i

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:41:29
  Author: spupykin
Revision: 137843

upgpkg: libvirt-python 1.2.18-1

upd

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:41:22 UTC (rev 137842)
+++ PKGBUILD2015-08-03 13:41:29 UTC (rev 137843)
@@ -4,7 +4,7 @@
 
 pkgbase=libvirt-python
 pkgname=(libvirt-python libvirt-python3)
-pkgver=1.2.17
+pkgver=1.2.18
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('emptydirs')
 install="libvirt-python.install"
 source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";)
-md5sums=('a695e323e33db562d86e947f7ac77f09')
+md5sums=('a9bf7c4490f1dce5209897fc2a5d0e02')
 
 package_libvirt-python() {
   depends=('python2' 'libvirt')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:39
  Author: spupykin
Revision: 137839

upgpkg: haskell-vector 0.11.0.0-1

upd

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:40:34 UTC (rev 137838)
+++ PKGBUILD2015-08-03 13:40:39 UTC (rev 137839)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-vector
-pkgver=0.10.12.3
+pkgver=0.11.0.0
 pkgrel=1
 pkgdesc="Efficient Arrays"
 url="http://hackage.haskell.org/package/vector";
@@ -14,7 +14,7 @@
 options=('strip' 'staticlibs')
 install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz";)
-md5sums=('a9e325be278ca0f0e4d123a8c3f8ee79')
+md5sums=('a08605271abb3ed815135572a42b8524')
 
 build() {
   cd ${srcdir}/vector-${pkgver}


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:41:01
  Author: spupykin
Revision: 137841

upgpkg: libvirt 1.2.18-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:40:54 UTC (rev 137840)
+++ PKGBUILD2015-08-03 13:41:01 UTC (rev 137841)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.2.18
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/";
@@ -63,7 +63,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('a1f49050223be3cbd7678c32b1ee2756'
+md5sums=('5531b44fc282c3ce0c3951c6bb692576'
  '5e31269067dbd12ca871234450bb66bb'
  '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:16
  Author: spupykin
Revision: 137836

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

Added:
  haskell-parsec/repos/community-i686/PKGBUILD
(from rev 137835, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-i686/haskell-parsec.install
(from rev 137835, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/community-x86_64/PKGBUILD
(from rev 137835, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-x86_64/haskell-parsec.install
(from rev 137835, haskell-parsec/trunk/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/community-i686/PKGBUILD
  haskell-parsec/repos/community-i686/haskell-parsec.install
  haskell-parsec/repos/community-x86_64/PKGBUILD
  haskell-parsec/repos/community-x86_64/haskell-parsec.install

-+
 /PKGBUILD   |  100 ++
 /haskell-parsec.install |   70 +
 community-i686/PKGBUILD |   50 ---
 community-i686/haskell-parsec.install   |   35 --
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/haskell-parsec.install |   35 --
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:40:02 UTC (rev 137835)
+++ community-i686/PKGBUILD 2015-08-03 13:40:16 UTC (rev 137836)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.9
-pkgrel=2
-pkgdesc="Monadic parser combinators"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-mtl' 'haskell-text')
-install=${pkgname}.install
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-md5sums=('6ec46302afa68518bac5f1117b6349f5')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${_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-parsec/repos/community-i686/PKGBUILD (from rev 137835, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:40:16 UTC (rev 137836)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.9
+pkgrel=3
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-mtl' 'haskell-text')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('6ec46302afa68518bac5f1117b6349f5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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
+}

Deleted: community-i686/

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:34
  Author: spupykin
Revision: 137838

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

Added:
  haskell-text/repos/community-i686/PKGBUILD
(from rev 137837, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-i686/haskell-text.install
(from rev 137837, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/community-x86_64/PKGBUILD
(from rev 137837, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-x86_64/haskell-text.install
(from rev 137837, haskell-text/trunk/haskell-text.install)
Deleted:
  haskell-text/repos/community-i686/PKGBUILD
  haskell-text/repos/community-i686/haskell-text.install
  haskell-text/repos/community-x86_64/PKGBUILD
  haskell-text/repos/community-x86_64/haskell-text.install

---+
 /PKGBUILD |  100 
 /haskell-text.install |   70 ++
 community-i686/PKGBUILD   |   50 
 community-i686/haskell-text.install   |   35 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/haskell-text.install |   35 ---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:40:21 UTC (rev 137837)
+++ community-i686/PKGBUILD 2015-08-03 13:40:34 UTC (rev 137838)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=text
-pkgname=haskell-text
-pkgver=1.2.0.4
-pkgrel=3
-pkgdesc="An efficient packed Unicode text type."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-
-  cd ${_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-text/repos/community-i686/PKGBUILD (from rev 137837, 
haskell-text/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:40:34 UTC (rev 137838)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.1.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+
+  cd ${_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
+}

Deleted: community-i686/haskell-text.install

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:21
  Author: spupykin
Revision: 137837

upgpkg: haskell-text 1.2.1.3-1

upd

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:40:16 UTC (rev 137836)
+++ PKGBUILD2015-08-03 13:40:21 UTC (rev 137837)
@@ -2,8 +2,8 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=1.2.0.4
-pkgrel=3
+pkgver=1.2.1.3
+pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc=7.10.1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
+md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:40:02
  Author: spupykin
Revision: 137835

upgpkg: haskell-parsec 3.1.9-3

upd

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:39:58 UTC (rev 137834)
+++ PKGBUILD2015-08-03 13:40:02 UTC (rev 137835)
@@ -3,7 +3,7 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-network-uri/repos (8 files)

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:42
  Author: spupykin
Revision: 137832

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

Added:
  haskell-network-uri/repos/community-i686/PKGBUILD
(from rev 137831, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
(from rev 137831, haskell-network-uri/trunk/haskell-network-uri.install)
  haskell-network-uri/repos/community-x86_64/PKGBUILD
(from rev 137831, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install
(from rev 137831, haskell-network-uri/trunk/haskell-network-uri.install)
Deleted:
  haskell-network-uri/repos/community-i686/PKGBUILD
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
  haskell-network-uri/repos/community-x86_64/PKGBUILD
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install

--+
 /PKGBUILD|   98 +
 /haskell-network-uri.install |   70 +
 community-i686/PKGBUILD  |   49 
 community-i686/haskell-network-uri.install   |   35 
 community-x86_64/PKGBUILD|   49 
 community-x86_64/haskell-network-uri.install |   35 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:39:29 UTC (rev 137831)
+++ community-i686/PKGBUILD 2015-08-03 13:39:42 UTC (rev 137832)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_hkgname=network-uri
-pkgname=haskell-network-uri
-pkgver=2.6.0.1
-pkgrel=4
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1-1' 'sh' 'haskell-parsec')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('9f7eb108125b67719db88ea7961463ef')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O -p \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
- cd ${_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-network-uri/repos/community-i686/PKGBUILD (from rev 137831, 
haskell-network-uri/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:39:42 UTC (rev 137832)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=network-uri
+pkgname=haskell-network-uri
+pkgver=2.6.0.1
+pkgrel=5
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1-1' 'sh' 'haskell-parsec')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9f7eb108125b67719db88ea7961463ef')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O -p \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+ cd ${_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 

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:45
  Author: spupykin
Revision: 137833

upgpkg: haskell-pango 0.13.1.0-2

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:39:42 UTC (rev 137832)
+++ PKGBUILD2015-08-03 13:39:45 UTC (rev 137833)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-pango
 pkgver=0.13.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="http://hackage.haskell.org/package/pango";
 license=('LGPL2.1')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:25
  Author: spupykin
Revision: 137830

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

Added:
  haskell-network/repos/community-i686/PKGBUILD
(from rev 137829, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/community-i686/haskell-network.install
(from rev 137829, haskell-network/trunk/haskell-network.install)
  haskell-network/repos/community-x86_64/PKGBUILD
(from rev 137829, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/community-x86_64/haskell-network.install
(from rev 137829, haskell-network/trunk/haskell-network.install)
Deleted:
  haskell-network/repos/community-i686/PKGBUILD
  haskell-network/repos/community-i686/haskell-network.install
  haskell-network/repos/community-x86_64/PKGBUILD
  haskell-network/repos/community-x86_64/haskell-network.install

--+
 /PKGBUILD|   98 +
 /haskell-network.install |   70 
 community-i686/PKGBUILD  |   49 --
 community-i686/haskell-network.install   |   35 --
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/haskell-network.install |   35 --
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:39:12 UTC (rev 137829)
+++ community-i686/PKGBUILD 2015-08-03 13:39:25 UTC (rev 137830)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.6.0.2
-pkgrel=6
-pkgdesc="Low-level networking interface"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${_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-network/repos/community-i686/PKGBUILD (from rev 137829, 
haskell-network/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:39:25 UTC (rev 137830)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.2.1
+pkgrel=1
+pkgdesc="Low-level networking interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('c58ab6f46a20a755970bec73f7bd4612')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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
+}

Deleted: comm

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:58
  Author: spupykin
Revision: 137834

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 137833, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 137833, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 137833, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 137833, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |  110 
 /gtk2hs-pango.install |   36 ++
 community-i686/PKGBUILD   |   55 
 community-i686/gtk2hs-pango.install   |   18 -
 community-x86_64/PKGBUILD |   55 
 community-x86_64/gtk2hs-pango.install |   18 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:39:45 UTC (rev 137833)
+++ community-i686/PKGBUILD 2015-08-03 13:39:58 UTC (rev 137834)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-pango
-pkgver=0.13.1.0
-pkgrel=1
-pkgdesc="Binding to the pango library for Gtk2Hs."
-url="http://hackage.haskell.org/package/pango";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=("gtk2hs-buildtools")
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip' 'staticlibs')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('14ef94d811e8b32ce9626c5b289bd438')
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-glib
-  _update_deps haskell-cairo
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 137833, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:39:58 UTC (rev 137834)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-pango
+pkgver=0.13.1.0
+pkgrel=2
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="http://hackage.haskell.org/package/pango";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=("gtk2hs-buildtools")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('14ef94d811e8b32ce9626c5b289bd438')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:09
  Author: spupykin
Revision: 137828

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

Added:
  haskell-hslogger/repos/community-i686/PKGBUILD
(from rev 137827, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-i686/haskell-hslogger.install
(from rev 137827, haskell-hslogger/trunk/haskell-hslogger.install)
  haskell-hslogger/repos/community-x86_64/PKGBUILD
(from rev 137827, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install
(from rev 137827, haskell-hslogger/trunk/haskell-hslogger.install)
Deleted:
  haskell-hslogger/repos/community-i686/PKGBUILD
  haskell-hslogger/repos/community-i686/haskell-hslogger.install
  haskell-hslogger/repos/community-x86_64/PKGBUILD
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install

---+
 /PKGBUILD |   76 
 /haskell-hslogger.install |   36 +
 community-i686/PKGBUILD   |   38 --
 community-i686/haskell-hslogger.install   |   18 --
 community-x86_64/PKGBUILD |   38 --
 community-x86_64/haskell-hslogger.install |   18 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:38:56 UTC (rev 137827)
+++ community-i686/PKGBUILD 2015-08-03 13:39:09 UTC (rev 137828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Arch Haskell Team 
-
-pkgname=haskell-hslogger
-pkgver=1.2.8
-pkgrel=2
-pkgdesc="Versatile logging framework"
-url="http://hackage.haskell.org/package/hslogger";
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
-options=('staticlibs')
-install=${pkgname}.install
-source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
-md5sums=('e5960e170f9809486ede60f8165bb770')
-
-build() {
-  cd ${srcdir}/hslogger-${pkgver}
-
-  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
-   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
-   --enable-library-profiling
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${srcdir}/hslogger-${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/hslogger
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-hslogger/repos/community-i686/PKGBUILD (from rev 137827, 
haskell-hslogger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:39:09 UTC (rev 137828)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${srcdir}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: community-i686/haskell-hslogger.install
===
--- community-i686/haskell-hslogger.install 2015-08-03 13:38:

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:29
  Author: spupykin
Revision: 137831

upgpkg: haskell-network-uri 2.6.0.1-5

upd

Modified:
  haskell-network-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:39:25 UTC (rev 137830)
+++ PKGBUILD2015-08-03 13:39:29 UTC (rev 137831)
@@ -3,7 +3,7 @@
 _hkgname=network-uri
 pkgname=haskell-network-uri
 pkgver=2.6.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:39:12
  Author: spupykin
Revision: 137829

upgpkg: haskell-network 2.6.2.1-1

upd

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:39:09 UTC (rev 137828)
+++ PKGBUILD2015-08-03 13:39:12 UTC (rev 137829)
@@ -2,8 +2,8 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.6.0.2
-pkgrel=6
+pkgver=2.6.2.1
+pkgrel=1
 pkgdesc="Low-level networking interface"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc=7.10.1' 'sh' 'haskell-parsec')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
+md5sums=('c58ab6f46a20a755970bec73f7bd4612')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:52
  Author: spupykin
Revision: 137826

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

Added:
  haskell-hashtables/repos/community-i686/PKGBUILD
(from rev 137825, haskell-hashtables/trunk/PKGBUILD)
  haskell-hashtables/repos/community-i686/haskell-hashtables.install
(from rev 137825, haskell-hashtables/trunk/haskell-hashtables.install)
  haskell-hashtables/repos/community-x86_64/PKGBUILD
(from rev 137825, haskell-hashtables/trunk/PKGBUILD)
  haskell-hashtables/repos/community-x86_64/haskell-hashtables.install
(from rev 137825, haskell-hashtables/trunk/haskell-hashtables.install)
Deleted:
  haskell-hashtables/repos/community-i686/PKGBUILD
  haskell-hashtables/repos/community-i686/haskell-hashtables.install
  haskell-hashtables/repos/community-x86_64/PKGBUILD
  haskell-hashtables/repos/community-x86_64/haskell-hashtables.install

-+
 /PKGBUILD   |   94 ++
 /haskell-hashtables.install |   70 +++
 community-i686/PKGBUILD |   47 -
 community-i686/haskell-hashtables.install   |   35 -
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/haskell-hashtables.install |   35 -
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:38:40 UTC (rev 137825)
+++ community-i686/PKGBUILD 2015-08-03 13:38:52 UTC (rev 137826)
@@ -1,47 +0,0 @@
-_hkgname=hashtables
-pkgname=haskell-hashtables
-pkgver=1.2.0.2
-pkgrel=1
-pkgdesc="Mutable hash tables in the ST monad"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('07670ca05f751c2dd17bcf81a205c3d7')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${_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-hashtables/repos/community-i686/PKGBUILD (from rev 137825, 
haskell-hashtables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:38:52 UTC (rev 137826)
@@ -0,0 +1,47 @@
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.0.2
+pkgrel=3
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('07670ca05f751c2dd17bcf81a205c3d7')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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}/

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:37
  Author: spupykin
Revision: 137824

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

Added:
  haskell-hashable/repos/community-i686/PKGBUILD
(from rev 137823, haskell-hashable/trunk/PKGBUILD)
  haskell-hashable/repos/community-i686/haskell-hashable.install
(from rev 137823, haskell-hashable/trunk/haskell-hashable.install)
  haskell-hashable/repos/community-x86_64/PKGBUILD
(from rev 137823, haskell-hashable/trunk/PKGBUILD)
  haskell-hashable/repos/community-x86_64/haskell-hashable.install
(from rev 137823, haskell-hashable/trunk/haskell-hashable.install)
Deleted:
  haskell-hashable/repos/community-i686/PKGBUILD
  haskell-hashable/repos/community-i686/haskell-hashable.install
  haskell-hashable/repos/community-x86_64/PKGBUILD
  haskell-hashable/repos/community-x86_64/haskell-hashable.install

---+
 /PKGBUILD |   94 
 /haskell-hashable.install |   70 
 community-i686/PKGBUILD   |   47 --
 community-i686/haskell-hashable.install   |   35 --
 community-x86_64/PKGBUILD |   47 --
 community-x86_64/haskell-hashable.install |   35 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:38:24 UTC (rev 137823)
+++ community-i686/PKGBUILD 2015-08-03 13:38:37 UTC (rev 137824)
@@ -1,47 +0,0 @@
-_hkgname=hashable
-pkgname=haskell-hashable
-pkgver=1.2.3.2
-pkgrel=1
-pkgdesc="Mutable hash tables in the ST monad"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-text')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('3cf8bf29a809367c50bf116ecc1c3137')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${_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-hashable/repos/community-i686/PKGBUILD (from rev 137823, 
haskell-hashable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:38:37 UTC (rev 137824)
@@ -0,0 +1,47 @@
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.2.3.2
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('3cf8bf29a809367c50bf116ecc1c3137')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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
+}

Deleted: community-i686/haskell-hashable.inst

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:56
  Author: spupykin
Revision: 137827

upgpkg: haskell-hslogger 1.2.9-1

upd

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:38:52 UTC (rev 137826)
+++ PKGBUILD2015-08-03 13:38:56 UTC (rev 137827)
@@ -3,8 +3,8 @@
 # Maintainer: Arch Haskell Team 
 
 pkgname=haskell-hslogger
-pkgver=1.2.8
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
 pkgdesc="Versatile logging framework"
 url="http://hackage.haskell.org/package/hslogger";
 license=('LGPL')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 install=${pkgname}.install
 
source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
-md5sums=('e5960e170f9809486ede60f8165bb770')
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
 
 build() {
   cd ${srcdir}/hslogger-${pkgver}


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:40
  Author: spupykin
Revision: 137825

upgpkg: haskell-hashtables 1.2.0.2-3

upd

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:38:37 UTC (rev 137824)
+++ PKGBUILD2015-08-03 13:38:40 UTC (rev 137825)
@@ -1,7 +1,7 @@
 _hkgname=hashtables
 pkgname=haskell-hashtables
 pkgver=1.2.0.2
-pkgrel=1
+pkgrel=3
 pkgdesc="Mutable hash tables in the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:24
  Author: spupykin
Revision: 137823

upgpkg: haskell-hashable 1.2.3.2-2

upd

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:38:20 UTC (rev 137822)
+++ PKGBUILD2015-08-03 13:38:24 UTC (rev 137823)
@@ -1,7 +1,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutable hash tables in the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:20
  Author: spupykin
Revision: 137822

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

Added:
  haskell-glib/repos/community-i686/PKGBUILD
(from rev 137821, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-i686/gtk2hs-glib.install
(from rev 137821, haskell-glib/trunk/gtk2hs-glib.install)
  haskell-glib/repos/community-x86_64/PKGBUILD
(from rev 137821, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install
(from rev 137821, haskell-glib/trunk/gtk2hs-glib.install)
Deleted:
  haskell-glib/repos/community-i686/PKGBUILD
  haskell-glib/repos/community-i686/gtk2hs-glib.install
  haskell-glib/repos/community-x86_64/PKGBUILD
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install

--+
 /PKGBUILD|  104 +
 /gtk2hs-glib.install |   36 +++
 community-i686/PKGBUILD  |   52 
 community-i686/gtk2hs-glib.install   |   18 -
 community-x86_64/PKGBUILD|   52 
 community-x86_64/gtk2hs-glib.install |   18 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:38:08 UTC (rev 137821)
+++ community-i686/PKGBUILD 2015-08-03 13:38:20 UTC (rev 137822)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-glib
-pkgver=0.13.1.0
-pkgrel=2
-pkgdesc="Binding to the GLIB library for Gtk2Hs."
-url="http://hackage.haskell.org/package/glib";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
-makedepends=("gtk2hs-buildtools")
-options=('strip' 'staticlibs')
-install=gtk2hs-glib.install
-provides=('gtk2hs-glib')
-replaces=('gtk2hs-glib')
-conflicts=('gtk2hs-glib')
-source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('764d3643b07c33879619412394df8396')
-
-build() {
-cd glib-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-_update_deps ghc
-
-cd ${srcdir}/glib-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-glib/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/glib
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-glib/repos/community-i686/PKGBUILD (from rev 137821, 
haskell-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:38:20 UTC (rev 137822)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.1.0
+pkgrel=3
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="http://hackage.haskell.org/package/glib";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5sums=('764d3643b07c33879619412394df8396')
+
+build() {
+cd glib-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+_update_deps ghc
+
+ 

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:08
  Author: spupykin
Revision: 137821

upgpkg: haskell-glib 0.13.1.0-3

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:38:04 UTC (rev 137820)
+++ PKGBUILD2015-08-03 13:38:08 UTC (rev 137821)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-glib
 pkgver=0.13.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="http://hackage.haskell.org/package/glib";
 license=('LGPL2.1')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:38:04
  Author: spupykin
Revision: 137820

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 137819, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 137819, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 137819, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 137819, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |  106 
 /gtk2hs-cairo.install |   36 ++
 community-i686/PKGBUILD   |   53 
 community-i686/gtk2hs-cairo.install   |   18 -
 community-x86_64/PKGBUILD |   53 
 community-x86_64/gtk2hs-cairo.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:37:51 UTC (rev 137819)
+++ community-i686/PKGBUILD 2015-08-03 13:38:04 UTC (rev 137820)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-cairo
-pkgver=0.13.1.0
-pkgrel=2
-pkgdesc="Binding to the cairo library for Gtk2Hs."
-url="http://hackage.haskell.org/package/cairo";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
-makedepends=("gtk2hs-buildtools")
-options=('strip' 'staticlibs')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('2787a60ff229b4aacd86315a9413037a')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]="$1=${_ver}"
-fi
-done
-}
-
-package() {
-_update_deps ghc
-_update_deps haskell-mtl
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 137819, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:38:04 UTC (rev 137820)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-cairo
+pkgver=0.13.1.0
+pkgrel=3
+pkgdesc="Binding to the cairo library for Gtk2Hs."
+url="http://hackage.haskell.org/package/cairo";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('2787a60ff229b4aacd86315a9413037a')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${d

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:37:51
  Author: spupykin
Revision: 137819

upgpkg: haskell-cairo 0.13.1.0-3

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:37:44 UTC (rev 137818)
+++ PKGBUILD2015-08-03 13:37:51 UTC (rev 137819)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-cairo
 pkgver=0.13.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="http://hackage.haskell.org/package/cairo";
 license=('LGPL2.1')


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:37:44
  Author: spupykin
Revision: 137818

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

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

--+
 /PKGBUILD|   98 +
 /haddock.install |   50 ++
 community-i686/PKGBUILD  |   48 --
 community-i686/haddock.install   |   25 -
 community-x86_64/PKGBUILD|   48 --
 community-x86_64/haddock.install |   25 -
 6 files changed, 148 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 13:37:31 UTC (rev 137817)
+++ community-i686/PKGBUILD 2015-08-03 13:37:44 UTC (rev 137818)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=haddock
-pkgver=2.16.0
-pkgrel=1
-pkgdesc='Tool for generating documentation for Haskell libraries'
-url='http://hackage.haskell.org/package/haddock/'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-makedepends=('alex' 'happy')
-depends=('ghc=7.10.1' 'haskell-ghc-paths' 'haskell-haddock-api')
-install="$pkgname.install"
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-#  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
-  install -Dm744 unregister.sh \
-"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
-  install -dm755 "$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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
-  mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-i686/PKGBUILD (from rev 137817, 
haddock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 13:37:44 UTC (rev 137818)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.16.1
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.10.1' 'haskell-ghc-paths' 'haskell-haddock-api')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
+sha256sums=('46ecd130cb5ad2b5c7452c843f9b75e976f1416d1cf17e6436d65c2c0bdbd6d6')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+#  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -Dm744 unregister.sh \
+"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s "/usr/share/doc/$pkgname/html" \
+"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname"
+  runhaskell Setup 

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:37:27
  Author: spupykin
Revision: 137816

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

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

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

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

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

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

Copied: gtk2hs-buildtools/repos/community-x86_64/PKGBUILD (from rev 137815, 
gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-03 13:37:27 UTC (rev 137816)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.4
+pkgrel=1
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="http://hackage.haskell.org/package/gtk2hs-buildtools";
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp' 'libffi')
+provides=('haskell-gtk2hs-buildtools')
+source=("http://hac

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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:37:31
  Author: spupykin
Revision: 137817

upgpkg: haddock 2.16.1-1

upd

Modified:
  haddock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:37:27 UTC (rev 137816)
+++ PKGBUILD2015-08-03 13:37:31 UTC (rev 137817)
@@ -4,7 +4,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=haddock
-pkgver=2.16.0
+pkgver=2.16.1
 pkgrel=1
 pkgdesc='Tool for generating documentation for Haskell libraries'
 url='http://hackage.haskell.org/package/haddock/'
@@ -16,6 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9')
+sha256sums=('46ecd130cb5ad2b5c7452c843f9b75e976f1416d1cf17e6436d65c2c0bdbd6d6')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-08-03 Thread Sergej Pupykin
Date: Monday, August 3, 2015 @ 15:37:10
  Author: spupykin
Revision: 137815

upgpkg: gtk2hs-buildtools 0.13.0.4-1

upd

Modified:
  gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 11:41:58 UTC (rev 137814)
+++ PKGBUILD2015-08-03 13:37:10 UTC (rev 137815)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gtk2hs-buildtools
-pkgver=0.13.0.3
-pkgrel=4
+pkgver=0.13.0.4
+pkgrel=1
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="http://hackage.haskell.org/package/gtk2hs-buildtools";
 license=('GPL2')
@@ -13,7 +13,7 @@
 depends=('gmp' 'libffi')
 provides=('haskell-gtk2hs-buildtools')
 
source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz";)
-md5sums=('d73f479d08ec7345a3942f780cc1d193')
+md5sums=('47e6834ced0af43fa3feb517d7aab695')
 
 build() {
 cd ${srcdir}/gtk2hs-buildtools-$pkgver


[arch-commits] Commit in qemu/repos (23 files)

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 15:32:51
  Author: seblu
Revision: 242959

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 242958, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3214.patch
(from rev 242958, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 242958, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/CVE-2015-5154.patch
(from rev 242958, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-i686/CVE-2015-5158.patch
(from rev 242958, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 242958, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 242958, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 242958, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/CVE-2015-3214.patch
  qemu/repos/testing-i686/CVE-2015-3456.patch
  qemu/repos/testing-i686/CVE-2015-5154.patch
  qemu/repos/testing-i686/CVE-2015-5158.patch
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

+
 /65-kvm.rules  |2 
 /CVE-2015-3214.patch   |   40 
 /CVE-2015-3456.patch   |   84 
 /CVE-2015-5154.patch   |  175 +++
 /CVE-2015-5158.patch   |   46 +
 /PKGBUILD  |  157 +++
 /qemu.install  |   24 
 /qemu.sysusers |1 
 testing-i686/65-kvm.rules  |2 
 testing-i686/CVE-2015-3214.patch   |   40 
 testing-i686/CVE-2015-3456.patch   |   84 
 testing-i686/CVE-2015-5154.patch   |  175 ---
 testing-i686/CVE-2015-5158.patch   |   46 -
 testing-i686/PKGBUILD  |  157 ---
 testing-i686/qemu.install  |   24 
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/CVE-2015-3214.patch |   40 
 testing-x86_64/CVE-2015-3456.patch |   84 
 testing-x86_64/CVE-2015-5154.patch |  175 ---
 testing-x86_64/CVE-2015-5158.patch |   46 -
 testing-x86_64/PKGBUILD|  157 ---
 testing-x86_64/qemu.install|   24 
 23 files changed, 529 insertions(+), 1057 deletions(-)

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


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

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 15:30:44
  Author: seblu
Revision: 242958

upgpkg: qemu 2.3.0-6

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 13:29:08 UTC (rev 242957)
+++ PKGBUILD2015-08-03 13:30:44 UTC (rev 242958)
@@ -65,7 +65,7 @@
'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'libsasl' 'mesa-libgl'
'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
-   'ncurses' 'libx11' 'libusb' 'libpulse')
+   'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl')
   backup=('etc/qemu/target-x86_64.conf')
   replaces=('qemu-kvm')
   optdepends=('samba: SMB/CIFS server support'
@@ -127,10 +127,10 @@
 
   cd "${pkgdir}"
   install -d usr/{bin,lib/pkgconfig,include/cacard}
-  install "${srcdir}"/qemu-${pkgver}/libcacard/*.h usr/include/cacard/
-  install "${srcdir}"/qemu-${pkgver}/.libs/libcacard.so* usr/lib/
-  install "${srcdir}"/qemu-${pkgver}/libcacard.pc usr/lib/pkgconfig/
-  install "${srcdir}"/qemu-${pkgver}/.libs/vscclient usr/bin/
+  cp -a "${srcdir}"/qemu-${pkgver}/libcacard/*.h usr/include/cacard/
+  cp -a "${srcdir}"/qemu-${pkgver}/libcacard.pc usr/lib/pkgconfig/
+  cp -a "${srcdir}"/qemu-${pkgver}/.libs/vscclient usr/bin/
+  cp -a "${srcdir}"/qemu-${pkgver}/.libs/libcacard.so* usr/lib/
 }
 
 package_qemu-block-iscsi() {


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

2015-08-03 Thread Evangelos Foutras
Date: Monday, August 3, 2015 @ 15:29:08
  Author: foutrelis
Revision: 242957

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 242956, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 242956, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 242956, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 242956, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 242956, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 242956, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 242956, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 242956, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 242956, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 242956, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 242956, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 242956, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 242956, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 242956, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 242956, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 242956, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  181 ++
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  181 ++
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1228 insertions(+)

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


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

2015-08-03 Thread Evangelos Foutras
Date: Monday, August 3, 2015 @ 15:28:47
  Author: foutrelis
Revision: 242956

upgpkg: systemd 224-1

New upstream release.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 11:51:49 UTC (rev 242955)
+++ PKGBUILD2015-08-03 13:28:47 UTC (rev 242956)
@@ -3,7 +3,7 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=223
+pkgver=224
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd";
@@ -30,9 +30,9 @@
 prepare() {
   cd "$pkgname"
 
-  # networkd: fix size of networkd binary
-  # https://github.com/systemd/systemd/commit/6870b4156377
-  git cherry-pick -n 6870b4156377
+  # networkd: fix neworkd crash
+  # https://github.com/systemd/systemd/commit/49f6e11e89b4
+  git cherry-pick -n 49f6e11e89b4
 
   ./autogen.sh
 }


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

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 13:51:49
  Author: seblu
Revision: 242955

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 242954, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3214.patch
(from rev 242954, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 242954, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/CVE-2015-5154.patch
(from rev 242954, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-i686/CVE-2015-5158.patch
(from rev 242954, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 242954, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 242954, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 242954, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 242954, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
(from rev 242954, qemu/trunk/CVE-2015-3214.patch)
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
(from rev 242954, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
(from rev 242954, qemu/trunk/CVE-2015-5154.patch)
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
(from rev 242954, qemu/trunk/CVE-2015-5158.patch)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 242954, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 242954, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 242954, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/CVE-2015-3214.patch
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
  qemu/repos/testing-x86_64/CVE-2015-5154.patch
  qemu/repos/testing-x86_64/CVE-2015-5158.patch
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

+
 /65-kvm.rules  |2 
 /CVE-2015-3214.patch   |   40 
 /CVE-2015-3456.patch   |   84 
 /CVE-2015-5154.patch   |  175 +++
 /CVE-2015-5158.patch   |   46 +
 /PKGBUILD  |  157 +++
 /qemu.install  |   24 
 testing-i686/65-kvm.rules  |2 
 testing-i686/CVE-2015-3214.patch   |   40 
 testing-i686/CVE-2015-3456.patch   |   84 
 testing-i686/CVE-2015-5154.patch   |  175 +++
 testing-i686/CVE-2015-5158.patch   |   46 +
 testing-i686/PKGBUILD  |  157 +++
 testing-i686/qemu.install  |   24 
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/CVE-2015-3214.patch |   40 
 testing-x86_64/CVE-2015-3456.patch |   84 
 testing-x86_64/CVE-2015-5154.patch |  175 ---
 testing-x86_64/CVE-2015-5158.patch |   46 -
 testing-x86_64/PKGBUILD|  155 ---
 testing-x86_64/qemu.install|   24 
 testing-x86_64/qemu.sysusers   |1 
 23 files changed, 1058 insertions(+), 526 deletions(-)

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


[arch-commits] Commit in qemu/trunk (PKGBUILD qemu.sysusers)

2015-08-03 Thread Sébastien Luttringer
Date: Monday, August 3, 2015 @ 13:49:40
  Author: seblu
Revision: 242954

upgpkg: qemu 2.3.0-6

with missing files

Added:
  qemu/trunk/qemu.sysusers
Modified:
  qemu/trunk/PKGBUILD

---+
 PKGBUILD  |2 ++
 qemu.sysusers |1 +
 2 files changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 11:07:53 UTC (rev 242953)
+++ PKGBUILD2015-08-03 11:49:40 UTC (rev 242954)
@@ -23,6 +23,7 @@
 CVE-2015-5154.patch
 CVE-2015-3214.patch
 CVE-2015-5158.patch
+qemu.sysusers
 65-kvm.rules)
 md5sums=('2fab3ea4460de9b57192e5b8b311f221'
  '5e8a68940c4e0267e795a6ddd144e00e'
@@ -29,6 +30,7 @@
  '311d3845dda4795bf63107c3dcbf2bea'
  '29840d5f2fa93ff447bf9dd120d12e5a'
  'cd87c265dfec4d8aa3767d5d047cd397'
+ '49778d11c28af170c4bebcc648b0ace1'
  '33ab286a20242dda7743a900f369d68a')
 
 prepare() {

Added: qemu.sysusers
===
--- qemu.sysusers   (rev 0)
+++ qemu.sysusers   2015-08-03 11:49:40 UTC (rev 242954)
@@ -0,0 +1 @@
+g kvm 78 -


  1   2   >