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

2017-01-10 Thread Jan Steffens
Date: Wednesday, January 11, 2017 @ 07:35:58
  Author: heftig
Revision: 285658

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

Added:
  pulseaudio/repos/testing-i686/PKGBUILD
(from rev 285657, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-i686/crash.patch
(from rev 285657, pulseaudio/trunk/crash.patch)
  pulseaudio/repos/testing-i686/padsp-lib32.patch
(from rev 285657, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/testing-i686/pulseaudio.install
(from rev 285657, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-x86_64/PKGBUILD
(from rev 285657, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-x86_64/crash.patch
(from rev 285657, pulseaudio/trunk/crash.patch)
  pulseaudio/repos/testing-x86_64/padsp-lib32.patch
(from rev 285657, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/testing-x86_64/pulseaudio.install
(from rev 285657, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/testing-i686/PKGBUILD
  pulseaudio/repos/testing-i686/padsp-lib32.patch
  pulseaudio/repos/testing-i686/pulseaudio.install
  pulseaudio/repos/testing-x86_64/PKGBUILD
  pulseaudio/repos/testing-x86_64/padsp-lib32.patch
  pulseaudio/repos/testing-x86_64/pulseaudio.install

---+
 /PKGBUILD |  418 
 /padsp-lib32.patch|   30 ++
 /pulseaudio.install   |   28 ++
 testing-i686/PKGBUILD |  206 -
 testing-i686/crash.patch  |   29 ++
 testing-i686/padsp-lib32.patch|   15 -
 testing-i686/pulseaudio.install   |   14 -
 testing-x86_64/PKGBUILD   |  206 -
 testing-x86_64/crash.patch|   29 ++
 testing-x86_64/padsp-lib32.patch  |   15 -
 testing-x86_64/pulseaudio.install |   14 -
 11 files changed, 534 insertions(+), 470 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-11 07:34:52 UTC (rev 285657)
+++ testing-i686/PKGBUILD   2017-01-11 07:35:58 UTC (rev 285658)
@@ -1,206 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=9.99.1
-pkgrel=1
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl fftw orc json-c gtk3 webrtc-audio-processing
- check autoconf-archive git)
-options=(!emptydirs)
-_commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit;
-padsp-lib32.patch)
-sha256sums=('SKIP'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd pulseaudio
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0')
-
-  cd pulseaudio
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  while [[ $_pulsever = *.*.* ]]; do
-_pulsever=${_pulsever%.*}
-  done
-  _pulsever=${_pulsever%%-*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
-
-  # Assumes that any volume adjustment is intended by the user, who can control
-  # each app's volume. Misbehaving clients can trigger earsplitting volume
-  # jumps. App volumes can diverge wildly and cause apps without their own
-  # volume control to fall below sink volume; a sink-only volume control will
-  # suddenly be unable to make such an app loud enough.
-  sed -e 

[arch-commits] Commit in pulseaudio/trunk (PKGBUILD crash.patch)

2017-01-10 Thread Jan Steffens
Date: Wednesday, January 11, 2017 @ 07:34:52
  Author: heftig
Revision: 285657

9.99.1-2: Remove json-c dep; add patch for FS#52484

Added:
  pulseaudio/trunk/crash.patch
Modified:
  pulseaudio/trunk/PKGBUILD

-+
 PKGBUILD|   13 -
 crash.patch |   29 +
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 07:16:24 UTC (rev 285656)
+++ PKGBUILD2017-01-11 07:34:52 UTC (rev 285657)
@@ -8,20 +8,22 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=9.99.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio;
 license=(GPL)
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
  speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl fftw orc json-c gtk3 webrtc-audio-processing
+ lirc openssl fftw orc gtk3 webrtc-audio-processing
  check autoconf-archive git)
 options=(!emptydirs)
 _commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
 
source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit;
-padsp-lib32.patch)
+padsp-lib32.patch
+crash.patch)
 sha256sums=('SKIP'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332'
+'f3b519a4f46d1293df03053e67b1c6b7c278902a41ec2553717af4cbfa5524bc')
 
 pkgver() {
   cd pulseaudio
@@ -30,6 +32,7 @@
 
 prepare() {
   cd pulseaudio
+  patch -Np1 -i ../crash.patch
   NOCONFIGURE=1 ./bootstrap.sh
 }
 
@@ -155,7 +158,7 @@
 
 package_libpulse() {
   pkgdesc="$pkgdesc (client library)"
-  depends=(dbus libasyncns libcap libxtst libsm libsndfile json-c systemd)
+  depends=(dbus libasyncns libcap libxtst libsm libsndfile systemd)
   license=(LGPL)
   backup=(etc/pulse/client.conf)
 

Added: crash.patch
===
--- crash.patch (rev 0)
+++ crash.patch 2017-01-11 07:34:52 UTC (rev 285657)
@@ -0,0 +1,29 @@
+From: Tanu Kaskinen 
+Subject: [PATCH] zeroconf-publish: fix unitialized DBusError
+Date: Wed, 11 Jan 2017 08:34:27 +0200
+Message-Id: <20170111063427.9588-1-ta...@iki.fi>
+X-Mailer: git-send-email 2.11.0
+
+The uninitialized error struct might be the cause for the crash
+reported here: https://bugs.archlinux.org/task/52484
+
+---
+ src/modules/module-zeroconf-publish.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/modules/module-zeroconf-publish.c 
b/src/modules/module-zeroconf-publish.c
+index e9710292a..4cbfd1eab 100644
+--- a/src/modules/module-zeroconf-publish.c
 b/src/modules/module-zeroconf-publish.c
+@@ -679,6 +679,8 @@ static char *get_icon_name(pa_module*m) {
+ DBusConnection *conn = NULL;
+ DBusMessageIter sub;
+ 
++dbus_error_init();
++
+ if (!(bus = pa_dbus_bus_get(m->core, DBUS_BUS_SYSTEM, ))) {
+ pa_log("Failed to get system bus connection: %s", error.message);
+ goto out;
+-- 
+2.11.0
+


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:23:48
  Author: felixonmars
Revision: 206772

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

Added:
  xmonad/repos/community-staging-i686/
  xmonad/repos/community-staging-i686/PKGBUILD
(from rev 206771, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-i686/x11.patch
(from rev 206771, xmonad/trunk/x11.patch)
  xmonad/repos/community-staging-i686/xmonad.svg
(from rev 206771, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-staging-x86_64/
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 206771, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/x11.patch
(from rev 206771, xmonad/trunk/x11.patch)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 206771, xmonad/trunk/xmonad.svg)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/x11.patch|   12 +
 community-staging-i686/xmonad.svg   |   77 ++
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/x11.patch  |   12 +
 community-staging-x86_64/xmonad.svg |   77 ++
 6 files changed, 300 insertions(+)

Copied: xmonad/repos/community-staging-i686/PKGBUILD (from rev 206771, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 07:23:48 UTC (rev 206772)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Jelle van der Waa 
+# Contributor: shild 
+
+pkgname=xmonad
+pkgver=0.12
+pkgrel=11
+pkgdesc="Lightweight X11 tiled window manager written in Haskell"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/;
+license=('BSD')
+depends=('ghc=8.0.1' 'gmp' 'haskell-x11=1.7' 'sh' 'haskell-mtl=2.2.1'
+ 'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4'
+ 'haskell-data-default' 'haskell-setlocale')
+makedepends=('gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz;
+"xmonad.svg" "x11.patch")
+
+md5sums=('c81d688c51fa50aea0e421f4755ee2fc'
+ '72bfa5e62e4e44fe7fa59b6a7593d993'
+ '0209d1b5c47ad765b2143046874fa247')
+
+prepare() {
+  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/x11.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
+ --libsubdir=\$compiler/site-local/\$pkgid 
--docdir=/usr/share/doc/${pkgname} 
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+
+  # Requires pandoc, regex-posix, Pretty and cabal
+  #runhaskell util/GenerateManpage.hs
+
+  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
+  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
+  install -D -m644 $srcdir/xmonad.desktop 
$pkgdir/usr/share/xsessions/xmonad.desktop
+}

Copied: xmonad/repos/community-staging-i686/x11.patch (from rev 206771, 
xmonad/trunk/x11.patch)
===
--- community-staging-i686/x11.patch(rev 0)
+++ community-staging-i686/x11.patch2017-01-11 07:23:48 UTC (rev 206772)
@@ -0,0 +1,12 @@
+diff -aur xmonad-0.12/xmonad.cabal xmonad-0.12.new/xmonad.cabal
+--- xmonad-0.12/xmonad.cabal   2015-12-18 21:23:38.0 +0100
 xmonad-0.12.new/xmonad.cabal   2017-01-08 12:08:19.195824197 +0100
+@@ -71,7 +71,7 @@
+process,
+unix,
+utf8-string >= 0.3 && < 1.1,
+-   X11>=1.5 && < 1.7
++   X11>=1.5 && < 1.8
+ 
+ if true
+ ghc-options:-funbox-strict-fields -Wall

Copied: xmonad/repos/community-staging-i686/xmonad.svg (from rev 206771, 
xmonad/trunk/xmonad.svg)
===
--- community-staging-i686/xmonad.svg   (rev 0)
+++ 

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:22:59
  Author: felixonmars
Revision: 206771

upgpkg: xmonad 0.12-11

rebuild with setlocale-1.0.0.4

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 07:20:24 UTC (rev 206770)
+++ PKGBUILD2017-01-11 07:22:59 UTC (rev 206771)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.12
-pkgrel=10
+pkgrel=11
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/;


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:20:24
  Author: felixonmars
Revision: 206770

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

Added:
  haskell-setlocale/repos/community-staging-i686/
  haskell-setlocale/repos/community-staging-i686/PKGBUILD
(from rev 206769, haskell-setlocale/trunk/PKGBUILD)
  haskell-setlocale/repos/community-staging-x86_64/
  haskell-setlocale/repos/community-staging-x86_64/PKGBUILD
(from rev 206769, haskell-setlocale/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-setlocale/repos/community-staging-i686/PKGBUILD (from rev 
206769, haskell-setlocale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 07:20:24 UTC (rev 206770)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.4
+pkgrel=1
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+md5sums=('eb5d3901ea030da7791f84ce8c032594')
+
+prepare() {
+sed -i 's/base >=4.6 && <4.9/base >=4.6 \&\& <4.10/' 
setlocale-${pkgver}/setlocale.cabal
+}
+
+build() {
+cd ${srcdir}/setlocale-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling 
--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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/setlocale-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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-setlocale/repos/community-staging-x86_64/PKGBUILD (from rev 
206769, haskell-setlocale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 07:20:24 UTC (rev 206770)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.4
+pkgrel=1
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+md5sums=('eb5d3901ea030da7791f84ce8c032594')
+
+prepare() {
+sed -i 's/base >=4.6 && <4.9/base >=4.6 \&\& <4.10/' 
setlocale-${pkgver}/setlocale.cabal
+}
+
+build() {
+cd ${srcdir}/setlocale-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling 
--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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/setlocale-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:19:51
  Author: felixonmars
Revision: 206769

upgpkg: haskell-setlocale 1.0.0.4-1

rebuild with setlocale-1.0.0.4

Modified:
  haskell-setlocale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 07:11:38 UTC (rev 206768)
+++ PKGBUILD2017-01-11 07:19:51 UTC (rev 206769)
@@ -3,15 +3,15 @@
 
 pkgname=haskell-setlocale
 _hkgname=setlocale
-pkgver=1.0.0.3
-pkgrel=3
+pkgver=1.0.0.4
+pkgrel=1
 pkgdesc="Haskell bindings to setlocale"
-url="http://hackage.haskell.org/package/setlocale;
+url="https://hackage.haskell.org/package/setlocale;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
-md5sums=('348690842f5233f0e42e16bd615f777e')
+md5sums=('eb5d3901ea030da7791f84ce8c032594')
 
 prepare() {
 sed -i 's/base >=4.6 && <4.9/base >=4.6 \&\& <4.10/' 
setlocale-${pkgver}/setlocale.cabal


[arch-commits] Commit in python-cssselect/repos/extra-any (PKGBUILD PKGBUILD)

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:16:24
  Author: felixonmars
Revision: 285656

archrelease: copy trunk to extra-any

Added:
  python-cssselect/repos/extra-any/PKGBUILD
(from rev 285655, python-cssselect/trunk/PKGBUILD)
Deleted:
  python-cssselect/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 07:16:05 UTC (rev 285655)
+++ PKGBUILD2017-01-11 07:16:24 UTC (rev 285656)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-
-pkgbase=python-cssselect
-pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=1.0.0
-pkgrel=2
-license=('BSD')
-arch=('any')
-url="http://pypi.python.org/pypi/cssselect;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-lxml' 
'python2-lxml')
-source=("git+https://github.com/scrapy/cssselect.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a cssselect{,-py2}
-}
-
-build() {
-  cd "$srcdir"/cssselect
-  python setup.py build
-
-  cd "$srcdir"/cssselect-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cssselect
-  python setup.py ptr
-
-  cd "$srcdir"/cssselect-py2
-  python2 setup.py ptr
-}
-
-package_python-cssselect() {
-  pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-  depends=('python')
-
-  cd cssselect
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cssselect() {
-  pkgdesc="A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-  depends=('python2')
-
-  cd cssselect-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cssselect/repos/extra-any/PKGBUILD (from rev 285655, 
python-cssselect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 07:16:24 UTC (rev 285656)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=1.0.1
+pkgrel=1
+license=('BSD')
+arch=('any')
+url="http://pypi.python.org/pypi/cssselect;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-lxml' 
'python2-lxml')
+source=("git+https://github.com/scrapy/cssselect.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a cssselect{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cssselect
+  python setup.py build
+
+  cd "$srcdir"/cssselect-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cssselect
+  python setup.py ptr
+
+  cd "$srcdir"/cssselect-py2
+  python2 setup.py ptr
+}
+
+package_python-cssselect() {
+  pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+  depends=('python')
+
+  cd cssselect
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc="A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+  depends=('python2')
+
+  cd cssselect-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:16:05
  Author: felixonmars
Revision: 285655

upgpkg: python-cssselect 1.0.1-1

Modified:
  python-cssselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:50:22 UTC (rev 285654)
+++ PKGBUILD2017-01-11 07:16:05 UTC (rev 285655)
@@ -4,8 +4,8 @@
 
 pkgbase=python-cssselect
 pkgname=('python-cssselect' 'python2-cssselect')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 license=('BSD')
 arch=('any')
 url="http://pypi.python.org/pypi/cssselect;


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:11:04
  Author: felixonmars
Revision: 206763

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

Added:
  haskell-criterion/repos/community-staging-i686/
  haskell-criterion/repos/community-staging-i686/PKGBUILD
(from rev 206762, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-staging-x86_64/
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 206762, haskell-criterion/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
206762, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 07:11:04 UTC (rev 206763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=15
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
206762, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 07:11:04 UTC (rev 206763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=15
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:10:40
  Author: felixonmars
Revision: 206762

upgpkg: haskell-criterion 1.1.4.0-15

rebuild with vector-binary-instances-0.2.3.4

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 07:05:07 UTC (rev 206761)
+++ PKGBUILD2017-01-11 07:10:40 UTC (rev 206762)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.4.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:05:07
  Author: felixonmars
Revision: 206761

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

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

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 166 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 206760, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 07:05:07 UTC (rev 206761)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=9
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}
+
+package_haskell-stack() {
+

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 07:04:38
  Author: felixonmars
Revision: 206760

upgpkg: stack 1.3.2-9

rebuild with vector-binary-instances-0.2.3.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 06:14:27 UTC (rev 206759)
+++ PKGBUILD2017-01-11 07:04:38 UTC (rev 206760)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=8
+pkgrel=9
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:14:27
  Author: felixonmars
Revision: 206759

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

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 206758, idris/trunk/PKGBUILD)
  idris/repos/community-staging-i686/datadir.patch
(from rev 206758, idris/trunk/datadir.patch)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 206758, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/datadir.patch
(from rev 206758, idris/trunk/datadir.patch)

+
 community-staging-i686/PKGBUILD|   49 ++
 community-staging-i686/datadir.patch   |   84 +++
 community-staging-x86_64/PKGBUILD  |   49 ++
 community-staging-x86_64/datadir.patch |   84 +++
 4 files changed, 266 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 206758, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 06:14:27 UTC (rev 206759)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.99
+pkgrel=16
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" 
"haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("git+https://github.com/idris-lang/Idris-dev.git#tag=v$pkgver;
+datadir.patch)
+sha256sums=('SKIP'
+'e7cf290770a7ee08cc4089eccf23a7501300d70e85df03d84652b3045d568371')
+
+prepare() {
+sed -i 's/, safe == 0.3.9/, safe >= 0.3.9/' Idris-dev/${pkgname}.cabal
+
+cd Idris-dev
+# https://github.com/idris-lang/Idris-dev/issues/3544
+patch -p1 -i ../datadir.patch
+}
+
+build() {
+cd "${srcdir}/Idris-dev"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/Idris-dev"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-i686/datadir.patch (from rev 206758, 
idris/trunk/datadir.patch)
===
--- community-staging-i686/datadir.patch(rev 0)
+++ community-staging-i686/datadir.patch2017-01-11 06:14:27 UTC (rev 
206759)
@@ -0,0 +1,84 @@
+From d1bc3fa3c704bc233f0036ea13204d7790d26477 Mon Sep 17 00:00:00 2001
+From: Jan de Muijnck-Hughes 
+Date: Mon, 5 Dec 2016 11:17:51 +
+Subject: [PATCH] Make fetching of data files more robust. Fixes #3544
+
+`getDataFileName` didn't take into account possible changes in Idris' datadir 
that were not cabal made. This fix adds a more robust variant of 
`getDataFileName`.
+---
+ src/IRTS/System.hs| 7 ++-
+ src/Idris/IdrisDoc.hs | 4 ++--
+ src/Idris/Info.hs | 5 +
+ 3 files changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/src/IRTS/System.hs b/src/IRTS/System.hs
+index def563e..9d3d11a 100644
+--- a/src/IRTS/System.hs
 b/src/IRTS/System.hs
+@@ -6,7 +6,7 @@ License : BSD3
+ Maintainer  : The Idris Community.
+ -}
+ {-# LANGUAGE CPP #-}
+-module IRTS.System( getDataFileName
++module IRTS.System( getIdrisDataFileByName
+   , getCC
+   , getLibFlags
+   , getIdrisDataDir
+@@ -42,6 +42,11 @@ getIdrisDataDir = do
+   return ddir
+ Just ddir -> return ddir
+ 
++getIdrisDataFileByName :: String -> IO FilePath
++getIdrisDataFileByName fn = do
++  dir <- getIdrisDataDir
++  return $ dir  fn
++
+ 

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:13:50
  Author: felixonmars
Revision: 206758

upgpkg: idris 0.99-16

rebuild with vector-binary-instances-0.2.3.4

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 06:08:35 UTC (rev 206757)
+++ PKGBUILD2017-01-11 06:13:50 UTC (rev 206758)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.99
-pkgrel=15
+pkgrel=16
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:08:35
  Author: felixonmars
Revision: 206757

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-11 06:07:53 UTC (rev 206756)
+++ community-testing-i686/PKGBUILD 2017-01-11 06:08:35 UTC (rev 206757)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb' 'python-pifpaf')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-testing-i686/PKGBUILD (from rev 206756, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-11 06:08:35 UTC (rev 206757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+cd "$srcdir/mongo-c-driver"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-11 06:07:53 UTC (rev 206756)
+++ community-testing-x86_64/PKGBUILD   2017-01-11 06:08:35 UTC (rev 206757)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb' 'python-pifpaf')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-testing-x86_64/PKGBUILD (from rev 206756, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-11 06:08:35 UTC (rev 206757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+   

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:07:53
  Author: felixonmars
Revision: 206756

upgpkg: libmongoc 1.5.2-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 06:01:17 UTC (rev 206755)
+++ PKGBUILD2017-01-11 06:07:53 UTC (rev 206756)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')
@@ -10,7 +10,8 @@
 license=('Apache')
 depends=('libbson' 'libsasl')
 makedepends=('git')
-checkdepends=('mongodb' 'python-pifpaf')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
 source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
 sha512sums=('SKIP')
 


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:01:17
  Author: felixonmars
Revision: 206755

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-11 06:00:46 UTC (rev 206754)
+++ community-testing-i686/PKGBUILD 2017-01-11 06:01:17 UTC (rev 206755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-i686/PKGBUILD (from rev 206754, 
libbson/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-11 06:01:17 UTC (rev 206755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-11 06:00:46 UTC (rev 206754)
+++ community-testing-x86_64/PKGBUILD   2017-01-11 06:01:17 UTC (rev 206755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 206754, 
libbson/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-11 06:01:17 UTC (rev 206755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 06:00:46
  Author: felixonmars
Revision: 206754

upgpkg: libbson 1.5.2-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 05:28:47 UTC (rev 206753)
+++ PKGBUILD2017-01-11 06:00:46 UTC (rev 206754)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:28:47
  Author: felixonmars
Revision: 206753

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

Added:
  haskell-statistics/repos/community-staging-i686/
  haskell-statistics/repos/community-staging-i686/PKGBUILD
(from rev 206752, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-staging-x86_64/
  haskell-statistics/repos/community-staging-x86_64/PKGBUILD
(from rev 206752, haskell-statistics/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-statistics/repos/community-staging-i686/PKGBUILD (from rev 
206752, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 05:28:47 UTC (rev 206753)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.3.0
+pkgrel=21
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "Failed to run haddock"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
206752, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 05:28:47 UTC (rev 206753)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.3.0
+pkgrel=21
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "Failed to run haddock"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:28:05
  Author: felixonmars
Revision: 206751

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

Added:
  haskell-hakyll/repos/community-i686/PKGBUILD
(from rev 206750, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-x86_64/PKGBUILD
(from rev 206750, haskell-hakyll/trunk/PKGBUILD)
Deleted:
  haskell-hakyll/repos/community-i686/PKGBUILD
  haskell-hakyll/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 05:27:36 UTC (rev 206750)
+++ community-i686/PKGBUILD 2017-01-11 05:28:05 UTC (rev 206751)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hakyll
-pkgname=haskell-hakyll
-pkgver=4.9.2.0
-pkgrel=10
-pkgdesc="A static website compiler library"
-url="http://jaspervdj.be/hakyll;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
- "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
- "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
- "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
- "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('20f1e5be71290445626ccf716e6b312bf3f5ebf780ce9481d574a83681ef2e3f')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fcheckexternal -fwatchserver -fpreviewserver
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-hakyll/repos/community-i686/PKGBUILD (from rev 206750, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 05:28:05 UTC (rev 206751)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.3.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:28:23
  Author: felixonmars
Revision: 206752

upgpkg: haskell-statistics 0.13.3.0-21

rebuild with vector-binary-instances-0.2.3.4

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 05:28:05 UTC (rev 206751)
+++ PKGBUILD2017-01-11 05:28:23 UTC (rev 206752)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.3.0
-pkgrel=20
+pkgrel=21
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("custom:BSD3")


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:27:36
  Author: felixonmars
Revision: 206750

upgpkg: haskell-hakyll 4.9.3.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 05:18:25 UTC (rev 206749)
+++ PKGBUILD2017-01-11 05:27:36 UTC (rev 206750)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.9.2.0
-pkgrel=10
+pkgver=4.9.3.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
  "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('20f1e5be71290445626ccf716e6b312bf3f5ebf780ce9481d574a83681ef2e3f')
+sha256sums=('f15c6cd2118501fa6be44e3cb3d9f37a22fced0fd1ebd64236277e2daf622e7a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:18:00
  Author: felixonmars
Revision: 206748

upgpkg: haskell-vector-binary-instances 0.2.3.4-1

rebuild with vector-binary-instances-0.2.3.4

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:52:53 UTC (rev 206747)
+++ PKGBUILD2017-01-11 05:18:00 UTC (rev 206748)
@@ -4,7 +4,7 @@
 
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
-pkgver=0.2.3.3
+pkgver=0.2.3.4
 pkgrel=1
 pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
 url="https://github.com/bos/vector-binary-instances;
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-vector")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('20158b1ab2fb8dd1bad57896fa3f75bb7fbc5354020c5715e997972b6ffb9f5c')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f3cef04ff645bbf25198c2c0c33d0c13e44bfe63602e1e694c2be9abf0e57d00')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-vector-binary-instances/repos (4 files)

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 05:18:25
  Author: felixonmars
Revision: 206749

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

Added:
  haskell-vector-binary-instances/repos/community-staging-i686/
  haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD
(from rev 206748, haskell-vector-binary-instances/trunk/PKGBUILD)
  haskell-vector-binary-instances/repos/community-staging-x86_64/
  haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 206748, haskell-vector-binary-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD 
(from rev 206748, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 05:18:25 UTC (rev 206749)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.3.4
+pkgrel=1
+pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
+url="https://github.com/bos/vector-binary-instances;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f3cef04ff645bbf25198c2c0c33d0c13e44bfe63602e1e694c2be9abf0e57d00')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD 
(from rev 206748, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 05:18:25 UTC (rev 206749)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.3.4
+pkgrel=1
+pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
+url="https://github.com/bos/vector-binary-instances;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f3cef04ff645bbf25198c2c0c33d0c13e44bfe63602e1e694c2be9abf0e57d00')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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 

[arch-commits] Commit in haskell-microlens-aeson/repos (4 files)

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:52:53
  Author: felixonmars
Revision: 206747

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

Added:
  haskell-microlens-aeson/repos/community-i686/PKGBUILD
(from rev 206746, haskell-microlens-aeson/trunk/PKGBUILD)
  haskell-microlens-aeson/repos/community-x86_64/PKGBUILD
(from rev 206746, haskell-microlens-aeson/trunk/PKGBUILD)
Deleted:
  haskell-microlens-aeson/repos/community-i686/PKGBUILD
  haskell-microlens-aeson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-11 04:50:55 UTC (rev 206746)
+++ community-i686/PKGBUILD 2017-01-11 04:52:53 UTC (rev 206747)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=microlens-aeson
-pkgname=haskell-microlens-aeson
-pkgver=2.1.1.1
-pkgrel=5
-pkgdesc="Law-abiding lenses for Aeson, using microlens"
-url="http://github.com/fosskers/microlens-aeson/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
- 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('9e8031f4ffcaf831bd08e7add445b21a')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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-microlens-aeson/repos/community-i686/PKGBUILD (from rev 206746, 
haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-11 04:52:53 UTC (rev 206747)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="http://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('50a658ec21de59b8ff4b2aeae6eac47f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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: 

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:50:55
  Author: felixonmars
Revision: 206746

upgpkg: haskell-microlens-aeson 2.2.0-1

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:38:26 UTC (rev 206745)
+++ PKGBUILD2017-01-11 04:50:55 UTC (rev 206746)
@@ -3,8 +3,8 @@
 
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
-pkgver=2.1.1.1
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="http://github.com/fosskers/microlens-aeson/;
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
  'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('9e8031f4ffcaf831bd08e7add445b21a')
+md5sums=('50a658ec21de59b8ff4b2aeae6eac47f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:50:22
  Author: felixonmars
Revision: 285654

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-11 04:49:51 UTC (rev 285653)
+++ extra-i686/PKGBUILD 2017-01-11 04:50:22 UTC (rev 285654)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('4b5f71939dd4272ebcfb8e04833e9a273a08b1bf1277d37d14085d7b04b19832')

Copied: libuv/repos/extra-i686/PKGBUILD (from rev 285653, libuv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-11 04:50:22 UTC (rev 285654)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-11 04:49:51 UTC (rev 285653)
+++ extra-x86_64/PKGBUILD   2017-01-11 04:50:22 UTC (rev 285654)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   

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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:49:51
  Author: felixonmars
Revision: 285653

upgpkg: libuv 1.10.2-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:26:50 UTC (rev 285652)
+++ PKGBUILD2017-01-11 04:49:51 UTC (rev 285653)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('4b5f71939dd4272ebcfb8e04833e9a273a08b1bf1277d37d14085d7b04b19832')
+sha256sums=('2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b')


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:38:26
  Author: felixonmars
Revision: 206745

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:38:00 UTC (rev 206744)
+++ PKGBUILD2017-01-11 04:38:26 UTC (rev 206745)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-ioflo
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.6
-pkgrel=2
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ioflo{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ioflo
-  python setup.py build
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ioflo
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-ioflo() {
-  depends=('python')
-
-  cd ioflo
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2-enum34')
-
-  cd ioflo-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  rm "$pkgdir"/usr/bin/ioflo
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 206744, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:38:26 UTC (rev 206745)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.6.7
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ioflo{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2-enum34')
+
+  cd ioflo-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  rm "$pkgdir"/usr/bin/ioflo
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:38:00
  Author: felixonmars
Revision: 206744

upgpkg: python-ioflo 1.6.7-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:36:12 UTC (rev 206743)
+++ PKGBUILD2017-01-11 04:38:00 UTC (rev 206744)
@@ -5,8 +5,8 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
 url='http://ioflo.com'


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:36:12
  Author: felixonmars
Revision: 206743

archrelease: copy trunk to community-any

Added:
  python-update-checker/repos/community-any/PKGBUILD
(from rev 206742, python-update-checker/trunk/PKGBUILD)
Deleted:
  python-update-checker/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:35:51 UTC (rev 206742)
+++ PKGBUILD2017-01-11 04:36:12 UTC (rev 206743)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-update-checker
-pkgname=('python-update-checker' 'python2-update-checker')
-pkgver=0.15
-pkgrel=2
-pkgdesc="A python module that will check for package updates"
-arch=('any')
-license=('BSD')
-url='https://github.com/bboe/update_checker'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('702552f44d2a56acd2b22573964501b6')
-
-prepare() {
-  cp -a update_checker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/update_checker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/update_checker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-update-checker() {
-  depends=('python-requests')
-  provides=('python-update_checker')
-  conflicts=('python-update_checker')
-  replaces=('python-update_checker')
-
-  cd update_checker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-update-checker() {
-  depends=('python2-requests')
-  provides=('python2-update_checker')
-  conflicts=('python2-update_checker')
-  replaces=('python2-update_checker')
-
-  cd update_checker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-update-checker/repos/community-any/PKGBUILD (from rev 206742, 
python-update-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:36:12 UTC (rev 206743)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-update-checker
+pkgname=('python-update-checker' 'python2-update-checker')
+pkgver=0.16
+pkgrel=1
+pkgdesc="A python module that will check for package updates"
+arch=('any')
+license=('BSD')
+url='https://github.com/bboe/update_checker'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
+md5sums=('dcd73326d7e4db4226575cca03d24e42')
+
+prepare() {
+  cp -a update_checker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/update_checker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/update_checker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-update-checker() {
+  depends=('python-requests')
+  provides=('python-update_checker')
+  conflicts=('python-update_checker')
+  replaces=('python-update_checker')
+
+  cd update_checker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-update-checker() {
+  depends=('python2-requests')
+  provides=('python2-update_checker')
+  conflicts=('python2-update_checker')
+  replaces=('python2-update_checker')
+
+  cd update_checker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:35:51
  Author: felixonmars
Revision: 206742

upgpkg: python-update-checker 0.16-1

Modified:
  python-update-checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:35:28 UTC (rev 206741)
+++ PKGBUILD2017-01-11 04:35:51 UTC (rev 206742)
@@ -3,8 +3,8 @@
 
 pkgbase=python-update-checker
 pkgname=('python-update-checker' 'python2-update-checker')
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+pkgrel=1
 pkgdesc="A python module that will check for package updates"
 arch=('any')
 license=('BSD')
@@ -11,7 +11,7 @@
 url='https://github.com/bboe/update_checker'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 
source=("https://pypi.io/packages/source/u/update_checker/update_checker-$pkgver.tar.gz;)
-md5sums=('702552f44d2a56acd2b22573964501b6')
+md5sums=('dcd73326d7e4db4226575cca03d24e42')
 
 prepare() {
   cp -a update_checker-$pkgver{,-py2}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:35:28
  Author: felixonmars
Revision: 206741

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 206740, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:35:07 UTC (rev 206740)
+++ PKGBUILD2017-01-11 04:35:28 UTC (rev 206741)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.13.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('ed618f823a309a8d5fdb40430b094feb')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 206740, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:35:28 UTC (rev 206741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.13.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('bd4328ff6a39c79e1010ac0c8e99e5fd')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:35:07
  Author: felixonmars
Revision: 206740

upgpkg: eslint 3.13.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:33:54 UTC (rev 206739)
+++ PKGBUILD2017-01-11 04:35:07 UTC (rev 206740)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.13.0
+pkgver=3.13.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('ed618f823a309a8d5fdb40430b094feb')
+md5sums=('bd4328ff6a39c79e1010ac0c8e99e5fd')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:33:54
  Author: felixonmars
Revision: 206739

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:33:36 UTC (rev 206738)
+++ PKGBUILD2017-01-11 04:33:54 UTC (rev 206739)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.12
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a bottle{,-py2}
-  sed -i "1s/python/python2/" bottle-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir/"bottle
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir/"bottle-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 206738, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:33:54 UTC (rev 206739)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.13
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a bottle{,-py2}
+  sed -i "1s/python/python2/" bottle-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir/"bottle
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir/"bottle-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:33:36
  Author: felixonmars
Revision: 206738

upgpkg: python-bottle 0.12.13-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 04:32:15 UTC (rev 206737)
+++ PKGBUILD2017-01-11 04:33:36 UTC (rev 206738)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.12
+pkgver=0.12.13
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:32:15
  Author: felixonmars
Revision: 206737

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 206736, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 04:31:51 UTC (rev 206736)
+++ PKGBUILD2017-01-11 04:32:15 UTC (rev 206737)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.595
-pkgrel=2
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd you-get
-  python setup.py build
-}
-
-check() {
-  cd you-get
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 206736, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 04:32:15 UTC (rev 206737)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.626
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd you-get
+  python setup.py build
+}
+
+check() {
+  cd you-get
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 04:31:51
  Author: felixonmars
Revision: 206736

upgpkg: you-get 0.4.626-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:38:19 UTC (rev 206735)
+++ PKGBUILD2017-01-11 04:31:51 UTC (rev 206736)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.595
-pkgrel=2
+pkgver=0.4.626
+pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;
 arch=('any')


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:38:19
  Author: foutrelis
Revision: 206735

archrelease: copy trunk to community-testing-any

Added:
  shorewall/repos/community-testing-any/
  shorewall/repos/community-testing-any/PKGBUILD
(from rev 206734, shorewall/trunk/PKGBUILD)

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

Copied: shorewall/repos/community-testing-any/PKGBUILD (from rev 206734, 
shorewall/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-01-11 03:38:19 UTC (rev 206735)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.0
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('d3762e82c57492f6b0feddb8a96dfbf9832b9b0e2117d453c7ff6a537c302bd6'
+'SKIP'
+'8be81d4a731586ed14896670dc97ebcd4e80bae01471abb07f2322249a950acc'
+'SKIP'
+'684575883190b2668b023293e7c83a6916cd3fadbeb3034c947e31f068bd748d'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  do_install
+}
+
+package_shorewall6() {
+  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
+  depends=('shorewall')
+  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  do_install 6
+}
+
+package_shorewall-core() {
+  pkgdesc="Core Shorewall libraries"
+  depends=('iptables' 'iproute2')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  DESTDIR="$pkgdir" ./install.sh
+}
+
+do_install() {
+  local _name_suffix=$1
+
+  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
+ -e 's|/subsys||' \
+  "configfiles/shorewall$_name_suffix.conf"
+
+  DESTDIR="$pkgdir" ./install.sh
+
+  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
+  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
+
+  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
+  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:38:12
  Author: foutrelis
Revision: 206734

upgpkg: shorewall 5.1.0-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:33:18 UTC (rev 206733)
+++ PKGBUILD2017-01-11 03:38:12 UTC (rev 206734)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.15.2
+pkgver=5.1.0
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('303e2c05d078c5d76f994bc175558a7dc407d5ce55fe5a68ff39b9254069fcf8'
+sha256sums=('d3762e82c57492f6b0feddb8a96dfbf9832b9b0e2117d453c7ff6a537c302bd6'
 'SKIP'
-'06467ef58d9e15962db81d65dc5be95f353e271f3fc50d759abdf13c4b420237'
+'8be81d4a731586ed14896670dc97ebcd4e80bae01471abb07f2322249a950acc'
 'SKIP'
-'0a96a13f6cc5bed6b96ff37c9c9e65be364e20a79bd7fa7908066b977a4fa34b'
+'684575883190b2668b023293e7c83a6916cd3fadbeb3034c947e31f068bd748d'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:33:18
  Author: foutrelis
Revision: 206733

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 03:33:08 UTC (rev 206732)
+++ PKGBUILD2017-01-11 03:33:18 UTC (rev 206733)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Peter Baldwin 
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891')
-
-build() {
-  cd "$srcdir"
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd "$srcdir/python3-build"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jinja() {
-  depends=('python2-setuptools' 'python2-markupsafe')
-
-  cd "$srcdir/python2-build"
-
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-any/PKGBUILD (from rev 206732, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 03:33:18 UTC (rev 206733)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Peter Baldwin 
+
+pkgname=('python-jinja' 'python2-jinja')
+pkgver=2.9.4
+pkgrel=1
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="http://jinja.pocoo.org/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
+ 'python2-markupsafe')
+source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('aab8d8ca9f45624f1e77f2844bf3c144d180e97da8824c2a6d7552ad039b5442')
+
+build() {
+  cd "$srcdir"
+
+  rm -rf python{2,3}-build
+  for builddir in python{2,3}-build; do
+cp -r Jinja2-$pkgver $builddir
+pushd $builddir
+${builddir%-build} setup.py build
+popd
+  done
+}
+
+package_python-jinja() {
+  depends=('python-setuptools' 'python-markupsafe')
+
+  cd "$srcdir/python3-build"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jinja() {
+  depends=('python2-setuptools' 'python2-markupsafe')
+
+  cd "$srcdir/python2-build"
+
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:33:08
  Author: foutrelis
Revision: 206732

upgpkg: python-jinja 2.9.4-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:21:54 UTC (rev 206731)
+++ PKGBUILD2017-01-11 03:33:08 UTC (rev 206732)
@@ -3,7 +3,7 @@
 # Contributor: Peter Baldwin 
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.8.1
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
 source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891')
+sha256sums=('aab8d8ca9f45624f1e77f2844bf3c144d180e97da8824c2a6d7552ad039b5442')
 
 build() {
   cd "$srcdir"


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:26:50
  Author: foutrelis
Revision: 285652

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

Added:
  xfce4-terminal/repos/extra-i686/PKGBUILD
(from rev 285651, xfce4-terminal/trunk/PKGBUILD)
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 285651, xfce4-terminal/trunk/PKGBUILD)
Deleted:
  xfce4-terminal/repos/extra-i686/PKGBUILD
  xfce4-terminal/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-11 03:26:38 UTC (rev 285651)
+++ extra-i686/PKGBUILD 2017-01-11 03:26:50 UTC (rev 285652)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('92aad3e14f3ef8d4c6c1409463e989bd8f5eefb686234f3cdbfe574729401681')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-terminal/repos/extra-i686/PKGBUILD (from rev 285651, 
xfce4-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-11 03:26:50 UTC (rev 285652)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('40e6e4b3b8e887a326d9491a47388bbdc379f971a8d622509c0a006e53dc12f1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-11 03:26:38 UTC (rev 285651)
+++ extra-x86_64/PKGBUILD   2017-01-11 03:26:50 UTC (rev 285652)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('92aad3e14f3ef8d4c6c1409463e989bd8f5eefb686234f3cdbfe574729401681')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-terminal/repos/extra-x86_64/PKGBUILD (from rev 285651, 
xfce4-terminal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-11 03:26:50 UTC (rev 285652)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.8.3

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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:26:38
  Author: foutrelis
Revision: 285651

upgpkg: xfce4-terminal 0.8.3-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 03:22:16 UTC (rev 285650)
+++ PKGBUILD2017-01-11 03:26:38 UTC (rev 285651)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('terminal')
 replaces=('terminal')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('92aad3e14f3ef8d4c6c1409463e989bd8f5eefb686234f3cdbfe574729401681')
+sha256sums=('40e6e4b3b8e887a326d9491a47388bbdc379f971a8d622509c0a006e53dc12f1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:22:16
  Author: foutrelis
Revision: 285650

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 285649, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 285649, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 285649, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 285649, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 285649, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 285649, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   98 +
 /flashplugin.install |   26 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   49 --
 extra-i686/flashplugin.install   |   13 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   49 --
 extra-x86_64/flashplugin.install |   13 
 extra-x86_64/mms.cfg |2 
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-11 03:21:59 UTC (rev 285649)
+++ extra-i686/PKGBUILD 2017-01-11 03:22:16 UTC (rev 285650)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-pkgver=24.0.0.186
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-arch=('i686' 'x86_64')
-url='https://get.adobe.com/flashplayer/'
-license=('custom')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-makedepends_x86_64=('chrpath')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-options=('!strip')
-backup=('etc/adobe/mms.cfg')
-install=flashplugin.install
-source=(mms.cfg)
-source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz)
-source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz)
-sha256sums=('27dad99feecfd7152305bd86e8149e8c6482b7dc787ccd205c05d1dc13aafead')
-sha256sums_i686=('3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd')
-sha256sums_x86_64=('c721b59102d12597a8592f0e8d2fb3d65ccda33d8e499435fe02871b46874663')
-
-package() {
-  install -D libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -D usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-  if [[ $CARCH == x86_64 ]]; then
-install -D usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-chrpath -d "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-  else
-install -D usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-  fi
-
-  for size in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$size/apps/flash-player-properties.png \
-  "$pkgdir/usr/share/icons/hicolor/$size/apps/flash-player-properties.png"
-  done
-  install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-  install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-
-  install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 285649, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-11 03:22:16 UTC (rev 285650)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+pkgver=24.0.0.194
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+arch=('i686' 'x86_64')
+url='https://get.adobe.com/flashplayer/'
+license=('custom')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+makedepends_x86_64=('chrpath')
+optdepends=('libvdpau: GPU acceleration 

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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:21:54
  Author: foutrelis
Revision: 206731

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-11 03:21:44 UTC (rev 206730)
+++ PKGBUILD2017-01-11 03:21:54 UTC (rev 206731)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-pkgver=24.0.0.186
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="https://get.adobe.com/flashplayer/;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd')
-
-package() {
-  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 206730, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 03:21:54 UTC (rev 206731)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+pkgver=24.0.0.194
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
+sha256sums=('f461cbabc965cb5fa6d2271259e166340e8b20833f6a9ce60a81a04021e72ed3')
+
+package() {
+  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
+}


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:21:59
  Author: foutrelis
Revision: 285649

upgpkg: flashplugin 24.0.0.194-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 23:01:22 UTC (rev 285648)
+++ PKGBUILD2017-01-11 03:21:59 UTC (rev 285649)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=flashplugin
-pkgver=24.0.0.186
+pkgver=24.0.0.194
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@
 
source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz)
 
source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz)
 sha256sums=('27dad99feecfd7152305bd86e8149e8c6482b7dc787ccd205c05d1dc13aafead')
-sha256sums_i686=('3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd')
-sha256sums_x86_64=('c721b59102d12597a8592f0e8d2fb3d65ccda33d8e499435fe02871b46874663')
+sha256sums_i686=('f461cbabc965cb5fa6d2271259e166340e8b20833f6a9ce60a81a04021e72ed3')
+sha256sums_x86_64=('fd814f9fdf28d366f49ea308e7e45b3f97df2be4a463d26312e9258fe544312f')
 
 package() {
   install -D libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"


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

2017-01-10 Thread Evangelos Foutras
Date: Wednesday, January 11, 2017 @ 03:21:44
  Author: foutrelis
Revision: 206730

upgpkg: lib32-flashplugin 24.0.0.194-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 01:14:08 UTC (rev 206729)
+++ PKGBUILD2017-01-11 03:21:44 UTC (rev 206730)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 
 pkgname=lib32-flashplugin
-pkgver=24.0.0.186
+pkgver=24.0.0.194
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -12,7 +12,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd')
+sha256sums=('f461cbabc965cb5fa6d2271259e166340e8b20833f6a9ce60a81a04021e72ed3')
 
 package() {
   install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2017-01-10 Thread Felix Yan
Date: Wednesday, January 11, 2017 @ 01:14:08
  Author: felixonmars
Revision: 206729

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 206728, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 206728, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/flex-2.6.3.patch
(from rev 206728, wine-staging/trunk/flex-2.6.3.patch)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  373 ++---
 flex-2.6.3.patch |   19 ++
 2 files changed, 208 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
206728, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 23:00:27 UTC (rev 206728)
+++ PKGBUILD2017-01-11 01:14:08 UTC (rev 206729)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.0rc3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('3b8bf862775a7efdce886115d8c9e550066f563f'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

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

2017-01-10 Thread Antonio Rojas
Date: Tuesday, January 10, 2017 @ 22:59:18
  Author: arojas
Revision: 206690

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

Added:
  kio-gdrive/repos/community-i686/PKGBUILD
(from rev 206683, kio-gdrive/trunk/PKGBUILD)
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 206686, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/community-i686/PKGBUILD
  kio-gdrive/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 22:59:17 UTC (rev 206689)
+++ community-i686/PKGBUILD 2017-01-10 22:59:18 UTC (rev 206690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.0.4
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://projects.kde.org/kio-gdrive;
-license=(GPL)
-depends=(libkgapi qtkeychain)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('efb9f605f1cb2285ec40ef05bc6c2eda'
- 'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-i686/PKGBUILD (from rev 206683, 
kio-gdrive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 22:59:18 UTC (rev 206690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.0.5
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://projects.kde.org/kio-gdrive;
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('712cdf28f5ec9258232b8811f57d8bfc'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-10 22:59:17 UTC (rev 206689)
+++ community-x86_64/PKGBUILD   2017-01-10 22:59:18 UTC (rev 206690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.0.4
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://projects.kde.org/kio-gdrive;
-license=(GPL)
-depends=(libkgapi qtkeychain)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('efb9f605f1cb2285ec40ef05bc6c2eda'
- 'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 206686, 
kio-gdrive/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-10 22:59:18 UTC (rev 206690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.0.5
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://projects.kde.org/kio-gdrive;
+license=(GPL)
+depends=(libkgapi qtkeychain)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('712cdf28f5ec9258232b8811f57d8bfc'
+ 'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   

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

2017-01-10 Thread Antonio Rojas
Date: Tuesday, January 10, 2017 @ 22:58:22
  Author: arojas
Revision: 206662

Update to 1.0.5

Modified:
  kio-gdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 22:49:31 UTC (rev 206661)
+++ PKGBUILD2017-01-10 22:58:22 UTC (rev 206662)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kio-gdrive
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="KIO Slave to access Google Drive"
@@ -11,7 +11,7 @@
 depends=(libkgapi qtkeychain)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('efb9f605f1cb2285ec40ef05bc6c2eda'
+md5sums=('712cdf28f5ec9258232b8811f57d8bfc'
  'SKIP')
 validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

 


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

2017-01-10 Thread Johannes Löthberg
Date: Tuesday, January 10, 2017 @ 22:49:31
  Author: demize
Revision: 206661

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 22:49:22 UTC (rev 206660)
+++ community-i686/PKGBUILD 2017-01-10 22:49:31 UTC (rev 206661)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Simon Gomizelj 
-
-pkgname=repose
-pkgver=7
-pkgrel=1
-
-pkgdesc="Arch Linux repo building tool"
-url="http://github.com/vodik/repose;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('pacman' 'libarchive' 'gnupg')
-makedepends=('ragel')
-
-source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
-
-sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
-
-build() {
-  make -C "repose-$pkgver"
-}
-
-package() {
-  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=PKGBUILD et

Copied: repose/repos/community-i686/PKGBUILD (from rev 206660, 
repose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 22:49:31 UTC (rev 206661)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Simon Gomizelj 
+
+pkgname=repose
+pkgver=7.1
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose;
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('ragel')
+checkdepends=('python-pytest' 'python-cffi' 'python-pytest-xdist')
+
+source=("repose-$pkgver.tar.gz::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+
+sha1sums=('0541bc62f19ce51bb048059f79d926bf59ddce5f')
+
+build() {
+  make -C repose-$pkgver
+}
+
+check() {
+  make -C repose-$pkgver tests
+}
+
+package() {
+  make -C repose-$pkgver DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-10 22:49:22 UTC (rev 206660)
+++ community-x86_64/PKGBUILD   2017-01-10 22:49:31 UTC (rev 206661)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Simon Gomizelj 
-
-pkgname=repose
-pkgver=7
-pkgrel=1
-
-pkgdesc="Arch Linux repo building tool"
-url="http://github.com/vodik/repose;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('pacman' 'libarchive' 'gnupg')
-makedepends=('ragel')
-
-source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
-
-sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
-
-build() {
-  make -C "repose-$pkgver"
-}
-
-package() {
-  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=PKGBUILD et

Copied: repose/repos/community-x86_64/PKGBUILD (from rev 206660, 
repose/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-10 22:49:31 UTC (rev 206661)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Simon Gomizelj 
+
+pkgname=repose
+pkgver=7.1
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose;
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('ragel')
+checkdepends=('python-pytest' 'python-cffi' 'python-pytest-xdist')
+
+source=("repose-$pkgver.tar.gz::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+
+sha1sums=('0541bc62f19ce51bb048059f79d926bf59ddce5f')
+
+build() {
+  make -C repose-$pkgver
+}
+
+check() {
+  make -C repose-$pkgver tests
+}
+
+package() {
+  make -C repose-$pkgver DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et


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

2017-01-10 Thread Johannes Löthberg
Date: Tuesday, January 10, 2017 @ 22:49:22
  Author: demize
Revision: 206660

upgpkg: repose 7.1-1

Modified:
  repose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 20:07:47 UTC (rev 206659)
+++ PKGBUILD2017-01-10 22:49:22 UTC (rev 206660)
@@ -2,7 +2,7 @@
 # Contributor: Simon Gomizelj 
 
 pkgname=repose
-pkgver=7
+pkgver=7.1
 pkgrel=1
 
 pkgdesc="Arch Linux repo building tool"
@@ -12,17 +12,22 @@
 
 depends=('pacman' 'libarchive' 'gnupg')
 makedepends=('ragel')
+checkdepends=('python-pytest' 'python-cffi' 'python-pytest-xdist')
 
-source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+source=("repose-$pkgver.tar.gz::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
 
-sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
+sha1sums=('0541bc62f19ce51bb048059f79d926bf59ddce5f')
 
 build() {
-  make -C "repose-$pkgver"
+  make -C repose-$pkgver
 }
 
+check() {
+  make -C repose-$pkgver tests
+}
+
 package() {
-  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
+  make -C repose-$pkgver DESTDIR="$pkgdir" install
 }
 
 # vim: ft=PKGBUILD et


[arch-commits] Commit in xorg-server/trunk (PKGBUILD git-fixes.diff)

2017-01-10 Thread Laurent Carlier
Date: Tuesday, January 10, 2017 @ 20:43:34
  Author: lcarlier
Revision: 285640

upgpkg: xorg-server 1.19.0-6

add another upstream patch to fix hangs

Modified:
  xorg-server/trunk/PKGBUILD
  xorg-server/trunk/git-fixes.diff

+
 PKGBUILD   |5 ++--
 git-fixes.diff |   68 +++
 2 files changed, 71 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 20:03:15 UTC (rev 285639)
+++ PKGBUILD2017-01-10 20:43:34 UTC (rev 285640)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.19.0
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -28,7 +28,7 @@
 'SKIP'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'15ae819f97b16e88974986d71c832b99fa220e8223ccaf171513e9e4c73f84dd')
+'f0f18685a5894a4d30669fa0b74db8f29d869b57315d8a16e093010659a3299c')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
@@ -37,6 +37,7 @@
   # os: return 0 from check_timers if we touched any of them
   # glamor: Trust eglGetPlatformDisplayEXT if it exists
   # present: Only call present_flip_notify if vblank->queued == FALSE
+  # AttendClient of grab-pervious client should queue to saved_ready_clients
   patch -Np1 -i ../git-fixes.diff
 }
 

Modified: git-fixes.diff
===
--- git-fixes.diff  2017-01-10 20:03:15 UTC (rev 285639)
+++ git-fixes.diff  2017-01-10 20:43:34 UTC (rev 285640)
@@ -652,3 +652,71 @@
 -- 
 cgit v0.10.2
 
+From: Keith Packard 
+X-Patchwork-Id: 132089
+Message-Id: <20170110021441.12759-1-kei...@keithp.com>
+To: xorg-de...@lists.freedesktop.org
+Date: Mon,  9 Jan 2017 18:14:41 -0800
+
+A client which is attended while a grab is blocking execution of its
+requests needs to be placed in the saved_ready_clients list so that it
+will get scheduled once the grab terminates. Otherwise, if the client
+never sends another request, there is no way for it to be placed in
+the ready_clients list.
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99333
+Signed-off-by: Keith Packard 
+---
+ dix/dispatch.c  | 7 +++
+ include/dixstruct.h | 3 +++
+ os/connection.c | 4 
+ 3 files changed, 14 insertions(+)
+
+diff --git a/dix/dispatch.c b/dix/dispatch.c
+index 3d0fe26fd..ab69d34b9 100644
+--- a/dix/dispatch.c
 b/dix/dispatch.c
+@@ -266,6 +266,13 @@ mark_client_ready(ClientPtr client)
+ xorg_list_append(>ready, _clients);
+ }
+ 
++/* Client has requests queued or data on the network, but awaits a server 
grab release */
++void mark_client_saved_ready(ClientPtr client)
++{
++if (xorg_list_is_empty(>ready))
++xorg_list_append(>ready, _ready_clients);
++}
++
+ /* Client has no requests queued and no data on network */
+ void
+ mark_client_not_ready(ClientPtr client)
+diff --git a/include/dixstruct.h b/include/dixstruct.h
+index d71b0ac05..fd9195972 100644
+--- a/include/dixstruct.h
 b/include/dixstruct.h
+@@ -143,6 +143,9 @@ extern void SmartScheduleStopTimer(void);
+ /* Client has requests queued or data on the network */
+ void mark_client_ready(ClientPtr client);
+ 
++/* Client has requests queued or data on the network, but awaits a server 
grab release */
++void mark_client_saved_ready(ClientPtr client);
++
+ /* Client has no requests queued and no data on network */
+ void mark_client_not_ready(ClientPtr client);
+ 
+diff --git a/os/connection.c b/os/connection.c
+index a901ebf3c..a2629c8a2 100644
+--- a/os/connection.c
 b/os/connection.c
+@@ -1067,6 +1067,10 @@ AttendClient(ClientPtr client)
+ set_poll_client(client);
+ if (listen_to_client(client))
+ mark_client_ready(client);
++else if (!(oc->flags & OS_COMM_IGNORED)) {
++/* grab active, mark ready when grab goes away */
++mark_client_saved_ready(client);
++}
+ }
+ 
+ /* make client impervious to grabs; assume only executing client calls this */
+


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

2017-01-10 Thread Jelle van der Waa
Date: Tuesday, January 10, 2017 @ 20:07:47
  Author: jelle
Revision: 206659

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
(from rev 206658, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 20:02:37 UTC (rev 206658)
+++ PKGBUILD2017-01-10 20:07:47 UTC (rev 206659)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Marcin Kornat 
-# Contributor: MatejSpindler 
-
-pkgname=esptool
-pkgver=1.3
-pkgrel=1
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
-arch=('any')
-url="https://github.com/themadinventor/esptool;
-license=('GPL2')
-makedepends=('git')
-depends=('python2-pyserial')
-source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz;)
-md5sums=('dbb0b9ba90d58e97d44a0602293b8f6c')
-
-prepare() {
-  cd "esptool-${pkgver}"
-  sed -i 's/python/python2/' esptool.py
-}
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 206658, 
esptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 20:07:47 UTC (rev 206659)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Marcin Kornat 
+# Contributor: MatejSpindler 
+
+pkgname=esptool
+pkgver=1.3
+pkgrel=1
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
+arch=('any')
+url="https://github.com/themadinventor/esptool;
+license=('GPL2')
+makedepends=('git')
+depends=('python2-pyserial')
+source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz;)
+md5sums=('dbb0b9ba90d58e97d44a0602293b8f6c')
+
+prepare() {
+  cd "esptool-${pkgver}"
+  sed -i 's/python/python2/' esptool.py
+}
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}


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

2017-01-10 Thread Christian Hesse
Date: Tuesday, January 10, 2017 @ 20:03:15
  Author: eworm
Revision: 285639

add a comment about forced fc-cache in install script

Modified:
  fontconfig/trunk/fontconfig.install

+
 fontconfig.install |1 +
 1 file changed, 1 insertion(+)

Modified: fontconfig.install
===
--- fontconfig.install  2017-01-10 19:36:21 UTC (rev 285638)
+++ fontconfig.install  2017-01-10 20:03:15 UTC (rev 285639)
@@ -26,6 +26,7 @@
 
 post_upgrade() {
   echo -n "updating font cache... "
+  # a full forced directory scan is required here
   /usr/bin/fc-cache -f
   echo "done."
 }


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 20:02:37
  Author: alucryd
Revision: 206658

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 206657, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 206657, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  118 ++---
 beet |4 +-
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 19:58:44 UTC (rev 206657)
+++ PKGBUILD2017-01-10 20:02:37 UTC (rev 206658)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.4.3
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
- 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
- 'python-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'imagemagick: Thumbnails plugin'
-'python-beautifulsoup4: Lyrics plugin'
-'python-flask: Web plugin'
-'python-gobject: ReplayGain plugin'
-'python-mpd: MPDStats plugin'
-'python-pyacoustid: Chromaprint/Acoustid plugin'
-'python-pylast: LastGenre plugin'
-'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
-'python-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'beet')
-sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 206657, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 20:02:37 UTC (rev 206658)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.4.3
+pkgrel=2
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+ 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
+ 'python-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'imagemagick: Thumbnails plugin'
+'python-beautifulsoup4: Lyrics plugin'
+'python-flask: Web plugin'
+'python-gobject: ReplayGain plugin'
+'python-mpd: MPDStats plugin'
+'python-pyacoustid: Chromaprint/Acoustid plugin'
+'python-pylast: LastGenre plugin'
+'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+'python-xdg: Thumbnails plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
+'beet')
+sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
+

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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 19:58:44
  Author: alucryd
Revision: 206657

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 206656, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 206656, beets/trunk/beet)

--+
 PKGBUILD |   59 +++
 beet |2 ++
 2 files changed, 61 insertions(+)

Copied: beets/repos/community-any/PKGBUILD (from rev 206656, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 19:58:44 UTC (rev 206657)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.4.3
+pkgrel=2
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+ 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
+ 'python-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+'imagemagick: Thumbnails plugin'
+'python-beautifulsoup4: Lyrics plugin'
+'python-flask: Web plugin'
+'python-gobject: ReplayGain plugin'
+'python-mpd: MPDStats plugin'
+'python-pyacoustid: Chromaprint/Acoustid plugin'
+'python-pylast: LastGenre plugin'
+'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+'python-xdg: Thumbnails plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
+'beet')
+sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
+'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
+
+build() {
+  cd beets-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
+  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
+  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
+  install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
+
+  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/beet (from rev 206656, beets/trunk/beet)
===
--- beet(rev 0)
+++ beet2017-01-10 19:58:44 UTC (rev 206657)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 19:58:03
  Author: alucryd
Revision: 206656

archrelease: copy trunk to community-any

Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |   58 --
 beet |2 --
 2 files changed, 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 19:54:55 UTC (rev 206655)
+++ PKGBUILD2017-01-10 19:58:03 UTC (rev 206656)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
- 'python-setuptools' 'python-six' 'python-unidecode' 'python-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-'imagemagick: Thumbnails plugin'
-'python-beautifulsoup4: Lyrics plugin'
-'python-flask: Web plugin'
-'python-gobject: ReplayGain plugin'
-'python-mpd: MPDStats plugin'
-'python-pyacoustid: Chromaprint/Acoustid plugin'
-'python-pylast: LastGenre plugin'
-'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
-'python-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'beet')
-sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Deleted: beet
===
--- beet2017-01-10 19:54:55 UTC (rev 206655)
+++ beet2017-01-10 19:58:03 UTC (rev 206656)
@@ -1,2 +0,0 @@
-_load_beet_completion() { eval "$(beet completion)"; }
-complete -F _load_beet_completion beet


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 19:54:55
  Author: alucryd
Revision: 206655

upgpkg: beets 1.4.3-2

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 19:42:46 UTC (rev 206654)
+++ PKGBUILD2017-01-10 19:54:55 UTC (rev 206655)
@@ -4,13 +4,14 @@
 
 pkgname=beets
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
 license=('MIT')
-depends=('mutagen' 'python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
- 'python-setuptools' 'python-six' 'python-unidecode' 'python-yaml')
+depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+ 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
+ 'python-yaml')
 optdepends=('bash-completion: Bash completion'
 'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
 'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'


[arch-commits] Commit in lib32-fontconfig/repos (5 files)

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:42:46
  Author: heftig
Revision: 206654

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-fontconfig/repos/multilib-testing-x86_64/
  
lib32-fontconfig/repos/multilib-testing-x86_64/0001-fix-test-with-freetype2-2.7.1.patch
(from rev 206653, 
lib32-fontconfig/trunk/0001-fix-test-with-freetype2-2.7.1.patch)
  lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD
(from rev 206653, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.hook
(from rev 206653, lib32-fontconfig/trunk/lib32-fontconfig.hook)
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.install
(from rev 206653, lib32-fontconfig/trunk/lib32-fontconfig.install)

--+
 0001-fix-test-with-freetype2-2.7.1.patch |   42 +
 PKGBUILD |   68 +
 lib32-fontconfig.hook|   11 
 lib32-fontconfig.install |   12 +
 4 files changed, 133 insertions(+)

Copied: 
lib32-fontconfig/repos/multilib-testing-x86_64/0001-fix-test-with-freetype2-2.7.1.patch
 (from rev 206653, 
lib32-fontconfig/trunk/0001-fix-test-with-freetype2-2.7.1.patch)
===
--- multilib-testing-x86_64/0001-fix-test-with-freetype2-2.7.1.patch
(rev 0)
+++ multilib-testing-x86_64/0001-fix-test-with-freetype2-2.7.1.patch
2017-01-10 19:42:46 UTC (rev 206654)
@@ -0,0 +1,42 @@
+From 165f0f012f8d4bebb12d188c1c2a369d233d586e Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 10 Jan 2017 10:01:54 +0100
+Subject: [PATCH 1/1] fix test with freetype2 2.7.1
+
+Upstream freetype2 applied a patch from openSuSE [0]:
+
+[pcf] Enrich family name with foundry name and glyph width info.
+3576487add2f0e9691e8c43f8b0cd8e61aebf14f
+
+This prepends the foundry name plus a space to the family name. We needs
+change the font name in expexted test output.
+
+[0] 
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=3576487add2f0e9691e8c43f8b0cd8e61aebf14f
+
+Signed-off-by: Christian Hesse 
+---
+ test/out.expected | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/test/out.expected b/test/out.expected
+index 39634c5..f3a8856 100644
+--- a/test/out.expected
 b/test/out.expected
+@@ -1,8 +1,8 @@
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+ =
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+ =
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+-- 
+2.11.0
+

Copied: lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD (from rev 
206653, lib32-fontconfig/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-01-10 19:42:46 UTC (rev 206654)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.12.1
+pkgrel=4
+pkgdesc="A library for configuring and customizing font access (32-bit)"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
+license=('custom')
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
+makedepends=('python2')
+install=lib32-fontconfig.install
+source=(https://www.freedesktop.org/software/$_pkgbasename/release/$_pkgbasename-$pkgver.tar.bz2
+lib32-fontconfig.hook
+0001-fix-test-with-freetype2-2.7.1.patch)
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3'
+'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3'
+'b4992aab4e2b4ddae01f7565486752fa877edb6cd5ed435e15938ed21dfe22c8')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+prepare() {
+  cd $_pkgbasename-$pkgver
+  patch -Np1 -i ../0001-fix-test-with-freetype2-2.7.1.patch
+}
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/share/fonts
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/{etc,usr/{include,share}}
+  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
+  mv "$pkgdir"/usr/bin/fc-cache{,-32}
+
+  install -Dm644 

[arch-commits] Commit in lib32-fontconfig/trunk (4 files)

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:41:43
  Author: heftig
Revision: 206653

2.12.1-4

Added:
  lib32-fontconfig/trunk/0001-fix-test-with-freetype2-2.7.1.patch
  lib32-fontconfig/trunk/lib32-fontconfig.hook
Modified:
  lib32-fontconfig/trunk/PKGBUILD
  lib32-fontconfig/trunk/lib32-fontconfig.install

--+
 0001-fix-test-with-freetype2-2.7.1.patch |   42 +
 PKGBUILD |   27 ++
 lib32-fontconfig.hook|   11 +++
 lib32-fontconfig.install |1 
 4 files changed, 75 insertions(+), 6 deletions(-)

Added: 0001-fix-test-with-freetype2-2.7.1.patch
===
--- 0001-fix-test-with-freetype2-2.7.1.patch(rev 0)
+++ 0001-fix-test-with-freetype2-2.7.1.patch2017-01-10 19:41:43 UTC (rev 
206653)
@@ -0,0 +1,42 @@
+From 165f0f012f8d4bebb12d188c1c2a369d233d586e Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 10 Jan 2017 10:01:54 +0100
+Subject: [PATCH 1/1] fix test with freetype2 2.7.1
+
+Upstream freetype2 applied a patch from openSuSE [0]:
+
+[pcf] Enrich family name with foundry name and glyph width info.
+3576487add2f0e9691e8c43f8b0cd8e61aebf14f
+
+This prepends the foundry name plus a space to the family name. We needs
+change the font name in expexted test output.
+
+[0] 
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=3576487add2f0e9691e8c43f8b0cd8e61aebf14f
+
+Signed-off-by: Christian Hesse 
+---
+ test/out.expected | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/test/out.expected b/test/out.expected
+index 39634c5..f3a8856 100644
+--- a/test/out.expected
 b/test/out.expected
+@@ -1,8 +1,8 @@
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+ =
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+ =
+-Fixed:pixelsize=16
+-Fixed:pixelsize=6
++Misc Fixed:pixelsize=6
++Sony Fixed:pixelsize=16
+-- 
+2.11.0
+

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 19:40:24 UTC (rev 206652)
+++ PKGBUILD2017-01-10 19:41:43 UTC (rev 206653)
@@ -4,17 +4,30 @@
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
 pkgver=2.12.1
-pkgrel=1
+pkgrel=4
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
-url="http://www.fontconfig.org/release/;
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
 license=('custom')
 depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
 makedepends=('python2')
 install=lib32-fontconfig.install
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3')
+source=(https://www.freedesktop.org/software/$_pkgbasename/release/$_pkgbasename-$pkgver.tar.bz2
+lib32-fontconfig.hook
+0001-fix-test-with-freetype2-2.7.1.patch)
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3'
+'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3'
+'b4992aab4e2b4ddae01f7565486752fa877edb6cd5ed435e15938ed21dfe22c8')
 
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+prepare() {
+  cd $_pkgbasename-$pkgver
+  patch -Np1 -i ../0001-fix-test-with-freetype2-2.7.1.patch
+}
+
 build() {
   cd $_pkgbasename-$pkgver
 
@@ -23,6 +36,7 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
 --sysconfdir=/etc \
 --with-templatedir=/etc/fonts/conf.avail \
 --with-xmldir=/etc/fonts \
@@ -29,8 +43,7 @@
 --localstatedir=/var \
 --disable-static \
 --with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/share/fonts \
---libdir=/usr/lib32
+--with-add-fonts=/usr/share/fonts
   make
 }
 
@@ -47,6 +60,8 @@
   find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
 
+  install -Dm644 ../lib32-fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/lib32-fontconfig.hook"
+
   # Install license
   mkdir -p "$pkgdir/usr/share/licenses"
   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"

Added: lib32-fontconfig.hook
===
--- lib32-fontconfig.hook   (rev 0)
+++ lib32-fontconfig.hook   2017-01-10 19:41:43 UTC (rev 206653)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*
+
+[Action]
+Description = Updating 32-bit fontconfig cache...
+When = PostTransaction
+Exec = /usr/bin/fc-cache-32 -s

Modified: lib32-fontconfig.install

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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:40:24
  Author: heftig
Revision: 206652

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 19:39:47 UTC (rev 206651)
+++ PKGBUILD2017-01-10 19:40:24 UTC (rev 206652)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib' 'ragel')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('a242206dd119d5e6cc1b2253c116abbae03f9d930cb60b515fb0d248decf89a1')
-
-prepare() {
-  cd ${_pkgbasename}-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
- 
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 206651, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 19:40:24 UTC (rev 206652)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-icu $_pkgbasename gcc-multilib 
ragel git)
+_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbasename
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd $_pkgbasename
+ 
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-glib --with-freetype --without-cairo --with-icu --without-graphite2 
\
+--with-gobject --disable-gtk-doc
+  make
+}
+
+check() {
+  cd $_pkgbasename
+}
+
+package_lib32-harfbuzz() {
+  depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+
+  cd $_pkgbasename
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:39:47
  Author: heftig
Revision: 206651

1.4.1-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 19:24:27 UTC (rev 206650)
+++ PKGBUILD2017-01-10 19:39:47 UTC (rev 206651)
@@ -1,20 +1,26 @@
+# $Id$
 # Maintainer: Florian Pritz 
 
 _pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib' 'ragel')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('a242206dd119d5e6cc1b2253c116abbae03f9d930cb60b515fb0d248decf89a1')
+arch=(x86_64)
+license=(MIT)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-icu $_pkgbasename gcc-multilib 
ragel git)
+_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd ${_pkgbasename}-$pkgver
+  cd $_pkgbasename
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -23,20 +29,42 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd $_pkgbasename
  
   CFLAGS+=' -DNDEBUG'
   CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-glib --with-freetype --without-cairo --with-icu --without-graphite2 
\
+--with-gobject --disable-gtk-doc
   make
 }
 
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+check() {
+  cd $_pkgbasename
+}
 
-  make DESTDIR="${pkgdir}" install
+package_lib32-harfbuzz() {
+  depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 
+  cd $_pkgbasename
+  make DESTDIR="$pkgdir" install
+
   rm -rf "${pkgdir}"/usr/{include,share,bin}
   mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
 }
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:36:21
  Author: heftig
Revision: 285638

Whitespace

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 19:19:54 UTC (rev 285637)
+++ PKGBUILD2017-01-10 19:36:21 UTC (rev 285638)
@@ -59,7 +59,7 @@
   mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
 }
 
-package_harfbuzz-icu(){
+package_harfbuzz-icu() {
   pkgdesc="$pkgdesc (ICU integration)"
   depends=(harfbuzz icu)
 


[arch-commits] Commit in lib32-freetype2/repos/multilib-x86_64 (8 files)

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:24:27
  Author: heftig
Revision: 206650

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-freetype2/repos/multilib-x86_64/0001-Enable-table-validation-modules.patch
(from rev 206649, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  lib32-freetype2/repos/multilib-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 206649, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 206649, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
(from rev 206649, lib32-freetype2/trunk/PKGBUILD)
Deleted:
  
lib32-freetype2/repos/multilib-x86_64/0001-Enable-table-validation-modules.patch
  lib32-freetype2/repos/multilib-x86_64/0002-Enable-subpixel-rendering.patch
  
lib32-freetype2/repos/multilib-x86_64/0003-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD

---+
 0001-Enable-table-validation-modules.patch|   68 ++---
 0002-Enable-subpixel-rendering.patch  |   50 +-
 0003-Enable-infinality-subpixel-hinting.patch |   54 +-
 PKGBUILD  |  118 
 4 files changed, 145 insertions(+), 145 deletions(-)

Deleted: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2017-01-10 19:23:56 UTC (rev 
206649)
+++ 0001-Enable-table-validation-modules.patch  2017-01-10 19:24:27 UTC (rev 
206650)
@@ -1,34 +0,0 @@
-From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index f30049c38cc45159..7b8e50fe1b34584a 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -120,7 +120,7 @@ AUX_MODULES += cache
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
- # OpenType table validation.  Needs ftotval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #
--- 
-2.9.3
-

Copied: 
lib32-freetype2/repos/multilib-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 206649, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- 0001-Enable-table-validation-modules.patch  (rev 0)
+++ 0001-Enable-table-validation-modules.patch  2017-01-10 19:24:27 UTC (rev 
206650)
@@ -0,0 +1,34 @@
+From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index f30049c38cc45159..7b8e50fe1b34584a 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,7 +120,7 @@ AUX_MODULES += cache
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.9.3
+

Deleted: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2017-01-10 19:23:56 UTC (rev 
206649)
+++ 0002-Enable-subpixel-rendering.patch2017-01-10 19:24:27 UTC (rev 
206650)
@@ -1,25 +0,0 @@
-From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/3] Enable subpixel rendering
-

- include/freetype/config/ftoption.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 90c123ef93e9ea04..67a361dd41e0b026 100644
 a/include/freetype/config/ftoption.h
-+++ 

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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:23:56
  Author: heftig
Revision: 206649

2.7.1-1

Modified:
  lib32-freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:41:03 UTC (rev 206648)
+++ PKGBUILD2017-01-10 19:23:56 UTC (rev 206649)
@@ -4,8 +4,8 @@
 
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
-pkgver=2.7
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc="TrueType font rendering library (32-bit)"
 arch=(x86_64)
 license=('GPL')
@@ -15,11 +15,11 @@
 depends=('lib32-zlib' 'lib32-bzip2' 'lib32-libpng' 'lib32-harfbuzz' 
$_pkgbasename)
 makedepends=('gcc-multilib')
 provides=('libfreetype.so')
-source=(http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
+source=(https://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
 0001-Enable-table-validation-modules.patch
 0002-Enable-subpixel-rendering.patch
 0003-Enable-infinality-subpixel-hinting.patch)
-sha1sums=('f251029d5ab542a96dd4531605fe577185077560'
+sha1sums=('4d08a9a6567c6332d58e9a5f9a7e9e3fbce66789'
   'SKIP'
   'b31882ef5e8447e761acee1c4a44c0630cd4d465'
   'b1494810ed3aca25cdd8e8cedf634e5adfe6c09e'


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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:19:54
  Author: heftig
Revision: 285637

Update URLs; some syntax

Modified:
  fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 19:05:34 UTC (rev 285636)
+++ PKGBUILD2017-01-10 19:19:54 UTC (rev 285637)
@@ -6,12 +6,12 @@
 pkgrel=4
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
-url="http://www.fontconfig.org/release/;
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
 license=('custom')
 depends=('expat' 'freetype2')
 makedepends=('python2' 'docbook2x')
 install=fontconfig.install
-source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
+source=(https://www.freedesktop.org/software/$pkgname/release/$pkgname-$pkgver.tar.bz2
 fontconfig.hook
 0001-fix-test-with-freetype2-2.7.1.patch)
 sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3'
@@ -24,7 +24,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 < "$srcdir/0001-fix-test-with-freetype2-2.7.1.patch"
+  patch -Np1 -i ../0001-fix-test-with-freetype2-2.7.1.patch
 }
 
 build() {
@@ -54,5 +54,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 $srcdir/fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
+  install -Dm644 ../fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
 }


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

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:04:29
  Author: heftig
Revision: 285635

3.22.4-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:28:17 UTC (rev 285634)
+++ PKGBUILD2017-01-10 19:04:29 UTC (rev 285635)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
-_commit=d4dbce46808ed721478c57ce28c6e47fb6403932  # tags/3.22.3^0
+_commit=9b02ee9436072d46eb54cd309ab1ff1b7c0dbcb6  # tags/3.22.4^0
 
source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-online-accounts/repos (4 files)

2017-01-10 Thread Jan Steffens
Date: Tuesday, January 10, 2017 @ 19:05:34
  Author: heftig
Revision: 285636

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 285635, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 285635, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-10 19:04:29 UTC (rev 285635)
+++ extra-i686/PKGBUILD 2017-01-10 19:05:34 UTC (rev 285636)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-_commit=d4dbce46808ed721478c57ce28c6e47fb6403932  # tags/3.22.3^0
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
-"git+https://git.gnome.org/browse/telepathy-account-widgets;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 285635, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-10 19:05:34 UTC (rev 285636)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+_commit=9b02ee9436072d46eb54cd309ab1ff1b7c0dbcb6  # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
+"git+https://git.gnome.org/browse/telepathy-account-widgets;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-10 19:04:29 UTC (rev 285635)
+++ extra-x86_64/PKGBUILD   2017-01-10 19:05:34 UTC (rev 285636)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')

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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:41:03
  Author: jlichtblau
Revision: 206648

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 18:40:46 UTC (rev 206647)
+++ PKGBUILD2017-01-10 18:41:03 UTC (rev 206648)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: Ben 
-# Contributor: Lukasz Fidosz 
-
-pkgname=menumaker
-pkgver=0.99.9
-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=('653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f')
-
-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
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 206647, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 18:41:03 UTC (rev 206648)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: Ben 
+# Contributor: Lukasz Fidosz 
+
+pkgname=menumaker
+pkgver=0.99.10
+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=('7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6')
+
+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 menumaker/trunk (PKGBUILD)

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:40:46
  Author: jlichtblau
Revision: 206647

upgpkg: menumaker 0.99.10-1 - new upstream release

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:38:09 UTC (rev 206646)
+++ PKGBUILD2017-01-10 18:40:46 UTC (rev 206647)
@@ -5,7 +5,7 @@
 # Contributor: Lukasz Fidosz 
 
 pkgname=menumaker
-pkgver=0.99.9
+pkgver=0.99.10
 pkgrel=1
 pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f')
+sha256sums=('7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:38:09
  Author: jlichtblau
Revision: 206646

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 206645, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 206645, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 206645, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 206645, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   70 +++
 /yaz.changelog |  100 +++
 community-i686/PKGBUILD|   35 -
 community-i686/yaz.changelog   |   47 --
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/yaz.changelog |   47 --
 6 files changed, 170 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:37:49 UTC (rev 206645)
+++ community-i686/PKGBUILD 2017-01-10 18:38:09 UTC (rev 206646)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.19.0
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('68e5b31517f09c6f6b548d24e70b72b5faeb9dd9b2e47b1ef13e32bf15b2ff18')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 206645, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 18:38:09 UTC (rev 206646)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.20.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2457f585122d4612474d1da779e13d18773a760c880e7f46ec7375d676f68819')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-01-10 18:37:49 UTC (rev 206645)
+++ community-i686/yaz.changelog2017-01-10 18:38:09 UTC (rev 206646)
@@ -1,47 +0,0 @@
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1

[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:37:49
  Author: jlichtblau
Revision: 206645

upgpkg: yaz 5.20.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |4 ++--
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:32:48 UTC (rev 206644)
+++ PKGBUILD2017-01-10 18:37:49 UTC (rev 206645)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.19.0
+pkgver=5.20.0
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('68e5b31517f09c6f6b548d24e70b72b5faeb9dd9b2e47b1ef13e32bf15b2ff18')
+sha256sums=('2457f585122d4612474d1da779e13d18773a760c880e7f46ec7375d676f68819')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2017-01-10 18:32:48 UTC (rev 206644)
+++ yaz.changelog   2017-01-10 18:37:49 UTC (rev 206645)
@@ -1,3 +1,6 @@
+2017-01-10 Jaroslav Lichtblau 
+   * yaz 5.20.0-1
+
 2016-12-17 Jaroslav Lichtblau 
* yaz 5.19.0-1
 


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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:32:38
  Author: tpowa
Revision: 206643

upgpkg: virtualbox-modules-arch 5.1.12-4

rebuild against 4.9.2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:30:39 UTC (rev 206642)
+++ PKGBUILD2017-01-10 18:32:38 UTC (rev 206643)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.12
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:32:48
  Author: tpowa
Revision: 206644

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 206643, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 206643, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 206643, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 206643, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   74 --
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   74 --
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:32:38 UTC (rev 206643)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:32:48 UTC (rev 206644)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.12
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.9' 'linux<4.10'
- 'linux-headers>=4.9' 'linux-headers<4.10'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.9-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.9' 'linux<4.10')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.9' 'linux<4.10')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
206643, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:32:48 UTC (rev 206644)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:30:27
  Author: tpowa
Revision: 206641

upgpkg: vhba-module 20161009-5

rebuild against 4.9.2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:28:46 UTC (rev 206640)
+++ PKGBUILD2017-01-10 18:30:27 UTC (rev 206641)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.9-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:30:39
  Author: tpowa
Revision: 206642

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

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

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   21 -
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   21 -
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2017-01-10 18:30:27 UTC (rev 
206641)
+++ community-testing-i686/60-vhba.rules2017-01-10 18:30:39 UTC (rev 
206642)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
206641, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-01-10 18:30:39 UTC (rev 
206642)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:30:27 UTC (rev 206641)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20161009
-_extramodules=extramodules-4.9-ARCH
-pkgrel=4
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
-
-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-testing-i686/PKGBUILD (from rev 206641, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.9-ARCH
+pkgrel=5
+pkgdesc="Kernel module 

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:28:46
  Author: tpowa
Revision: 206640

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

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

---+
 /PKGBUILD |  106 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   53 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   53 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:28:31 UTC (rev 206639)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:28:46 UTC (rev 206640)
@@ -1,53 +0,0 @@
-# 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
-_pkgname=tp-smapi
-pkgver=0.42
-_extramodules=extramodules-4.9-ARCH
-pkgrel=7
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-install="${pkgname}.install"
-source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
-md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="$srcdir/$pkgname-$_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-testing-i686/PKGBUILD (from rev 206639, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:28:46 UTC (rev 206640)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.9-ARCH
+pkgrel=8
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_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 > 

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:28:31
  Author: tpowa
Revision: 206639

upgpkg: tp_smapi 0.42-8

rebuild against 4.9.2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:26:20 UTC (rev 206638)
+++ PKGBUILD2017-01-10 18:28:31 UTC (rev 206639)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.9-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:26:20
  Author: tpowa
Revision: 206638

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 206636, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 206636, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 206636, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 206636, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 206636, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 206637, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:26:17 UTC (rev 206637)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:26:20 UTC (rev 206638)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.01
-pkgrel=4
-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
-linux-4.5.patch)
-sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-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-testing-i686/PKGBUILD (from rev 206636, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:26:20 UTC (rev 206638)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.01
+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
+linux-4.5.patch)
+sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   

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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:25:30
  Author: jlichtblau
Revision: 206634

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:25:08 UTC (rev 206633)
+++ community-i686/PKGBUILD 2017-01-10 18:25:30 UTC (rev 206634)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.1
-pkgrel=2
-pkgdesc="C++ library for symbolic calculations"
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('601b0d80d08a5c838514fbd4184b29212effc36a6fa602b73f0cd7708a0ea3f4')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-i686/PKGBUILD (from rev 206633, 
ginac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 18:25:30 UTC (rev 206634)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('24b75b61c5cb272534e35b3f2cfd64f053b28aee7402af4b0e569ec4de21d8b7')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-10 18:25:08 UTC (rev 206633)
+++ community-x86_64/PKGBUILD   2017-01-10 18:25:30 UTC (rev 206634)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.1
-pkgrel=2
-pkgdesc="C++ library for symbolic calculations"
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('601b0d80d08a5c838514fbd4184b29212effc36a6fa602b73f0cd7708a0ea3f4')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 206633, 
ginac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-10 18:25:30 UTC (rev 206634)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:26:08
  Author: tpowa
Revision: 206636

upgpkg: r8168 8.043.01-5

rebuild against 4.9.2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:26:02 UTC (rev 206635)
+++ PKGBUILD2017-01-10 18:26:08 UTC (rev 206636)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.043.01
-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 renpy/repos (16 files)

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:26:17
  Author: alucryd
Revision: 206637

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 206635, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 206635, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 206635, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 206636, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 206636, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 206636, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 206636, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 206636, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 /PKGBUILD  |  150 +++
 /renpy |6 +
 /renpy.desktop |   18 
 community-i686/PKGBUILD|   75 ---
 community-i686/renpy   |3 
 community-i686/renpy.desktop   |9 --
 community-x86_64/PKGBUILD  |   75 ---
 community-x86_64/renpy |3 
 community-x86_64/renpy.desktop |9 --
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:26:08 UTC (rev 206636)
+++ community-i686/PKGBUILD 2017-01-10 18:26:17 UTC (rev 206637)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.11
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=('i686' 'x86_64')
-url='https://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-source=("https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png')
-sha256sums=('25237ff5cf1960d8772ae803f0ecb7b45b993953ed2ccb8d6d7b1d7755b55bad'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-  replaces=('python-renpy' 'python2-renpy')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -m 755 ../renpy "${pkgdir}"/usr/bin/
-  install -m 644 ../renpy.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../renpy.png "${pkgdir}"/usr/share/pixmaps/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/PKGBUILD (from rev 206635, 
renpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 18:26:17 UTC (rev 206637)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.12.2
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=('i686' 'x86_64')
+url='https://www.renpy.org'
+license=('MIT')

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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:26:02
  Author: alucryd
Revision: 206635

upgpkg: renpy 6.99.12.2-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:25:30 UTC (rev 206634)
+++ PKGBUILD2017-01-10 18:26:02 UTC (rev 206635)
@@ -6,7 +6,7 @@
 
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.11
+pkgver=6.99.12.2
 pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'renpy'
 'renpy.desktop'
 'renpy.png')
-sha256sums=('25237ff5cf1960d8772ae803f0ecb7b45b993953ed2ccb8d6d7b1d7755b55bad'
+sha256sums=('e365f507ec858d85b2acc9fd8313f3070b401b199474fa56f51c2a2ab6fa72d1'
 'd12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
 '611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')


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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:25:08
  Author: jlichtblau
Revision: 206633

upgpkg: ginac 1.7.2-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:24:34 UTC (rev 206632)
+++ PKGBUILD2017-01-10 18:25:08 UTC (rev 206633)
@@ -5,8 +5,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('i686' 'x86_64')
 url='http://www.ginac.de/'
@@ -14,7 +14,7 @@
 depends=('cln')
 makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
 source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('601b0d80d08a5c838514fbd4184b29212effc36a6fa602b73f0cd7708a0ea3f4')
+sha256sums=('24b75b61c5cb272534e35b3f2cfd64f053b28aee7402af4b0e569ec4de21d8b7')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:24:34
  Author: tpowa
Revision: 206632

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

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

---+
 /PKGBUILD |   90 
 /bbswitch.install |   24 +++
 community-testing-i686/PKGBUILD   |   45 --
 community-testing-i686/bbswitch.install   |   12 ---
 community-testing-x86_64/PKGBUILD |   45 --
 community-testing-x86_64/bbswitch.install |   12 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:24:24 UTC (rev 206631)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:24:34 UTC (rev 206632)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-_extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=57
-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')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package_bbswitch() {
-  depends=('linux>=4.9' 'linux<4.10')
-  install=bbswitch.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}
-
-package_bbswitch-dkms() {
-  depends=('dkms')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-
-  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 206631, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:24:34 UTC (rev 206632)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
+pkgrel=58
+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')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.9' 'linux<4.10')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2017-01-10 18:24:24 UTC (rev 
206631)
+++ 

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:24:24
  Author: tpowa
Revision: 206631

upgpkg: bbswitch 0.8-58

rebuild against 4.9.2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:22:53 UTC (rev 206630)
+++ PKGBUILD2017-01-10 18:24:24 UTC (rev 206631)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=57
+pkgrel=58
 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/repos (8 files)

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:22:53
  Author: tpowa
Revision: 206630

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

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

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 
 community-testing-i686/PKGBUILD|   47 -
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 -
 community-testing-x86_64/acpi_call.install |   14 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:22:37 UTC (rev 206629)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:22:53 UTC (rev 206630)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=53
-_extramodules=extramodules-4.9-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='https://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-install='acpi_call.install'
-source=("acpi_call-${pkgver}.tar.gz::https://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-testing-i686/PKGBUILD (from rev 206629, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:22:53 UTC (rev 206630)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=54
+_extramodules=extramodules-4.9-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://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:

Deleted: community-testing-i686/acpi_call.install

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

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:22:37
  Author: tpowa
Revision: 206629

upgpkg: acpi_call 1.1.0-54

rebuild against 4.9.2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:20:10 UTC (rev 206628)
+++ PKGBUILD2017-01-10 18:22:37 UTC (rev 206629)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=53
+pkgrel=54
 _extramodules=extramodules-4.9-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:19:59
  Author: alucryd
Revision: 206627

upgpkg: python2-pygame-sdl2 1:2.1.0.r326.0732c44-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:12:37 UTC (rev 206626)
+++ PKGBUILD2017-01-10 18:19:59 UTC (rev 206627)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r317.907e2eb
+pkgver=2.1.0.r326.0732c44
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
 makedepends=('cython2' 'git')
-_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
+_commit='0732c448434a2a3e26c0499c8e3eb17fd385519c'
 source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
 sha256sums=('SKIP'


[arch-commits] Commit in python2-pygame-sdl2/repos (8 files)

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:20:10
  Author: alucryd
Revision: 206628

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

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
(from rev 206627, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
(from rev 206627, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 206627, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
(from rev 206627, python2-pygame-sdl2/trunk/cython.patch)
Deleted:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
  python2-pygame-sdl2/repos/community-i686/cython.patch
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python2-pygame-sdl2/repos/community-x86_64/cython.patch

---+
 /PKGBUILD |   96 
 /cython.patch |   24 ++
 community-i686/PKGBUILD   |   48 
 community-i686/cython.patch   |   12 -
 community-x86_64/PKGBUILD |   48 
 community-x86_64/cython.patch |   12 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:19:59 UTC (rev 206627)
+++ community-i686/PKGBUILD 2017-01-10 18:20:10 UTC (rev 206628)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-
-pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r317.907e2eb
-pkgrel=1
-epoch=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2' 'git')
-_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
-source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
-'cython.patch')
-sha256sums=('SKIP'
-'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
-
-pkgver() {
-  cd pygame_sdl2
-
- echo "2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-}
-
-prepare() {
-  cd pygame_sdl2
-
-  patch -Np1 -i ../cython.patch
-}
-
-build() {
-  cd pygame_sdl2
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame_sdl2
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 206627, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 18:20:10 UTC (rev 206628)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+
+pkgname=python2-pygame-sdl2
+pkgver=2.1.0.r326.0732c44
+pkgrel=1
+epoch=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2' 'git')
+_commit='0732c448434a2a3e26c0499c8e3eb17fd385519c'
+source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
+'cython.patch')
+sha256sums=('SKIP'
+'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+
+pkgver() {
+  cd pygame_sdl2
+
+ echo "2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  cd pygame_sdl2
+
+  patch -Np1 -i ../cython.patch
+}
+
+build() {
+  cd pygame_sdl2
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame_sdl2
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cython.patch
===
--- community-i686/cython.patch 2017-01-10 18:19:59 UTC (rev 206627)
+++ community-i686/cython.patch 2017-01-10 18:20:10 UTC (rev 206628)
@@ -1,12 +0,0 @@
-diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py 
pygame-sdl2-for-renpy-6.99.8/setuplib.py
 pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py  2015-12-26 
17:20:24.573648895 +0100
-+++ pygame-sdl2-for-renpy-6.99.8/setuplib.py   2015-12-26 17:20:42.733819376 
+0100
-@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
- if windows:
- cython_command = os.path.join(os.path.dirname(sys.executable), 

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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:12:27
  Author: alucryd
Revision: 206625

libraw rebuild: pantheon-photos 0.2-3

Modified:
  pantheon-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:08:54 UTC (rev 206624)
+++ PKGBUILD2017-01-10 18:12:27 UTC (rev 206625)
@@ -3,14 +3,14 @@
 
 pkgname=pantheon-photos
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Photos Manager'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-photos'
 license=('GPL3')
-depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc'
- 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'hicolor-icon-theme'
- 'libexif' 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'pango' 'sqlite'
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libexif' 'libgee' 'libgexiv2'
+ 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango' 'rest' 'sqlite'
  'libgranite.so' 'libgudev-1.0.so')
 makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
 optdepends=('webkit2gtk: Publishing plugins')


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:12:37
  Author: alucryd
Revision: 206626

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

Added:
  pantheon-photos/repos/community-staging-i686/
  pantheon-photos/repos/community-staging-i686/PKGBUILD
(from rev 206625, pantheon-photos/trunk/PKGBUILD)
  pantheon-photos/repos/community-staging-x86_64/
  pantheon-photos/repos/community-staging-x86_64/PKGBUILD
(from rev 206625, pantheon-photos/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: pantheon-photos/repos/community-staging-i686/PKGBUILD (from rev 206625, 
pantheon-photos/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-10 18:12:37 UTC (rev 206626)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.2
+pkgrel=3
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libexif' 'libgee' 'libgexiv2'
+ 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango' 'rest' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz;)
+sha256sums=('4e2a14ffa955706ece4391c999d4bf9e353a16461ce3fefc3735d1975b595862')
+
+prepare() {
+  cd pantheon-photos-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-photos-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 
206625, pantheon-photos/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-10 18:12:37 UTC (rev 206626)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.2
+pkgrel=3
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libexif' 'libgee' 'libgexiv2'
+ 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango' 'rest' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("https://launchpad.net/pantheon-photos/0.2.x/${pkgver}/+download/pantheon-photos-${pkgver}.tar.xz;)
+sha256sums=('4e2a14ffa955706ece4391c999d4bf9e353a16461ce3fefc3735d1975b595862')
+
+prepare() {
+  cd pantheon-photos-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-photos-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd pantheon-photos-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:08:54
  Author: jlichtblau
Revision: 206624

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 206623, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-10 18:08:41 UTC (rev 206623)
+++ PKGBUILD2017-01-10 18:08:54 UTC (rev 206624)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.01.08
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 206623, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-10 18:08:54 UTC (rev 206624)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.01.10
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:08:41
  Author: jlichtblau
Revision: 206623

upgpkg: youtube-dl 2017.01.10-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:06:56 UTC (rev 206622)
+++ PKGBUILD2017-01-10 18:08:41 UTC (rev 206623)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.01.08
+pkgver=2017.01.10
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ac2942d001003575858ff044dd1c1c264ab08527efa1af7036f773ea82b25fd6'
+sha256sums=('6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:06:56
  Author: jlichtblau
Revision: 206622

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 206621, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.install
(from rev 206621, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 206621, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 206621, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 206621, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 206621, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 206621, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
(from rev 206621, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 206621, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 206621, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 206621, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 206621, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.install
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  190 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   95 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   95 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 18 files changed, 256 insertions(+), 256 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:06:14 UTC (rev 206621)
+++ community-i686/PKGBUILD 2017-01-10 18:06:56 UTC (rev 206622)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.18
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('95674993db7423dba9954606c8a32cbcf247d15e1f60d6e99382a85f5ee1a94b'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd 

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

2017-01-10 Thread Jaroslav Lichtblau
Date: Tuesday, January 10, 2017 @ 18:06:14
  Author: jlichtblau
Revision: 206621

upgpkg: syncthing 0.14.19-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:05:30 UTC (rev 206620)
+++ PKGBUILD2017-01-10 18:06:14 UTC (rev 206621)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.18
+pkgver=0.14.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('95674993db7423dba9954606c8a32cbcf247d15e1f60d6e99382a85f5ee1a94b'
+sha256sums=('00bf4a221407f70b98033b7206854bf0e1c49575edfd1f548397efb42e8aef65'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:05:30
  Author: alucryd
Revision: 206620

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 18:05:12 UTC (rev 206619)
+++ community-i686/PKGBUILD 2017-01-10 18:05:30 UTC (rev 206620)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.10.4
-pkgrel=3
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 
'setconf')
-source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
-
-prepare() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # fix FS#51673
-  setconf Makefile.am typelibdir '$(libdir)/girepository-1.0'
-}
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 206619, 
libgexiv2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-10 18:05:30 UTC (rev 206620)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.10.4
+pkgrel=4
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 
'setconf' 'vala')
+source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
+sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
+
+prepare() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # fix FS#51673
+  setconf Makefile.am typelibdir '$(libdir)/girepository-1.0'
+}
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-10 18:05:12 UTC (rev 206619)
+++ community-x86_64/PKGBUILD   2017-01-10 18:05:30 UTC (rev 206620)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.10.4
-pkgrel=3
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 
'setconf')
-source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
-
-prepare() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # fix FS#51673
-  setconf Makefile.am typelibdir '$(libdir)/girepository-1.0'
-}
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() 

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

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:05:12
  Author: alucryd
Revision: 206619

Add vala makedep to build VAPI files

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:03:31 UTC (rev 206618)
+++ PKGBUILD2017-01-10 18:05:12 UTC (rev 206619)
@@ -4,13 +4,13 @@
 
 pkgname=libgexiv2
 pkgver=0.10.4
-pkgrel=3
+pkgrel=4
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 url='https://wiki.gnome.org/Projects/gexiv2'
 arch=('x86_64' 'i686')
 license=('GPL2')
 depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 
'setconf')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 
'setconf' 'vala')
 
source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
 sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
 


  1   2   >