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

2017-10-02 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 05:51:37
  Author: anatolik
Revision: 306631

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 306630, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 306630, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/allow_elf64.patch
(from rev 306630, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-i686/qemu-ga.service
(from rev 306630, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-i686/qemu.install
(from rev 306630, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 306630, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 306630, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 306630, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 306630, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 306630, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 306630, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 306630, qemu/trunk/qemu.sysusers)

--+
 testing-i686/65-kvm.rules|2 
 testing-i686/PKGBUILD|  226 +
 testing-i686/allow_elf64.patch   |   27 
 testing-i686/qemu-ga.service |9 +
 testing-i686/qemu.install|8 +
 testing-i686/qemu.sysusers   |1 
 testing-x86_64/65-kvm.rules  |2 
 testing-x86_64/PKGBUILD  |  226 +
 testing-x86_64/allow_elf64.patch |   27 
 testing-x86_64/qemu-ga.service   |9 +
 testing-x86_64/qemu.install  |8 +
 testing-x86_64/qemu.sysusers |1 
 12 files changed, 546 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 306630, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2017-10-03 05:51:37 UTC (rev 306631)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 306630, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 05:51:37 UTC (rev 306631)
@@ -0,0 +1,226 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=2.10.1
+pkgrel=1
+arch=(i686 x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+qemu.sysusers
+qemu-ga.service
+65-kvm.rules
+allow_elf64.patch)
+sha256sums=('8e040bc7556401ebb3a347a8f7878e9d4028cf71b2744b1a1699f4e741966ba8'
+'SKIP'
+'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
+'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7'
+'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  patch -p1 < ../allow_elf64.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer \
+--disable-brlapi
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \

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

2017-10-02 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 05:50:10
  Author: anatolik
Revision: 306630

upgpkg: qemu 2.10.1-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:59:34 UTC (rev 306629)
+++ PKGBUILD2017-10-03 05:50:10 UTC (rev 306630)
@@ -6,7 +6,7 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -20,7 +20,7 @@
 qemu-ga.service
 65-kvm.rules
 allow_elf64.patch)
-sha256sums=('7e9f39e1306e6dcc595494e91c1464d4b03f55ddd2053183e0e1b69f7f776d48'
+sha256sums=('8e040bc7556401ebb3a347a8f7878e9d4028cf71b2744b1a1699f4e741966ba8'
 'SKIP'
 'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 03:05:39
  Author: felixonmars
Revision: 261357

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

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

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

Copied: haskell-fingertree/repos/community-staging-i686/PKGBUILD (from rev 
261356, haskell-fingertree/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 03:05:39 UTC (rev 261357)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fingertree
+pkgname=haskell-fingertree
+pkgver=0.1.2.1
+pkgrel=1
+pkgdesc="Generic finger-tree structure, with example instances"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b28612f1ed6af312cf80086e05f6e768a4293a7977d7188f646c2b3626e703425727d3d5f5c94f4fb1edffd641de477bbb090518453b32d4091306bc82a44d0f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-fingertree/repos/community-staging-x86_64/PKGBUILD (from rev 
261356, haskell-fingertree/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 03:05:39 UTC (rev 261357)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fingertree
+pkgname=haskell-fingertree
+pkgver=0.1.2.1
+pkgrel=1
+pkgdesc="Generic finger-tree structure, with example instances"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b28612f1ed6af312cf80086e05f6e768a4293a7977d7188f646c2b3626e703425727d3d5f5c94f4fb1edffd641de477bbb090518453b32d4091306bc82a44d0f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-fingertree/trunk (PKGBUILD)

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 03:05:13
  Author: felixonmars
Revision: 261356

upgpkg: haskell-fingertree 0.1.2.1-1

rebuild with fingertree,0.1.2.1

Modified:
  haskell-fingertree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 03:03:11 UTC (rev 261355)
+++ PKGBUILD2017-10-03 03:05:13 UTC (rev 261356)
@@ -4,8 +4,8 @@
 
 _hkgname=fingertree
 pkgname=haskell-fingertree
-pkgver=0.1.1.0
-pkgrel=5
+pkgver=0.1.2.1
+pkgrel=1
 pkgdesc="Generic finger-tree structure, with example instances"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('47d7387e11cf05a2df323c6af76a12e6cf02a857f7131203400cbc6ba9ee4c3c9e2c721a8423e6456a385f5ea0c4aedd0e9a2600d2d33609c0457cd259337016')
+sha512sums=('b28612f1ed6af312cf80086e05f6e768a4293a7977d7188f646c2b3626e703425727d3d5f5c94f4fb1edffd641de477bbb090518453b32d4091306bc82a44d0f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 03:00:47
  Author: felixonmars
Revision: 261353

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

Added:
  cryptol/repos/community-staging-i686/
  cryptol/repos/community-staging-i686/PKGBUILD
(from rev 261352, cryptol/trunk/PKGBUILD)
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 261352, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-i686/PKGBUILD (from rev 261352, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 03:00:47 UTC (rev 261353)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0
+pkgrel=6
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-old-time'
+ 'haskell-presburger' 'haskell-quickcheck' 'haskell-random' 
'haskell-sbv' 'haskell-smtlib'
+ 'haskell-simple-smt' 'haskell-syb' 'haskell-text' 'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-utf8-string' 'haskell-mtl' 
'haskell-ansi-terminal')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('e528c2b75853f559a0e122286734fce373150a458a5af2a74020240629f9f550747f30f50c16d261326e94f4060497af43951f0253dc6885043cf21aab849265')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+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 copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 261352, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 03:00:47 UTC (rev 261353)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.5.0
+pkgrel=6
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-async' 
'haskell-gitrev' 'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-monad-control' 'haskell-monadlib' 
'haskell-old-time'
+ 'haskell-presburger' 'haskell-quickcheck' 'haskell-random' 
'haskell-sbv' 'haskell-smtlib'
+ 'haskell-simple-smt' 'haskell-syb' 'haskell-text' 'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-utf8-string' 'haskell-mtl' 
'haskell-ansi-terminal')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('e528c2b75853f559a0e122286734fce373150a458a5af2a74020240629f9f550747f30f50c16d261326e94f4060497af43951f0253dc6885043cf21aab849265')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+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() {

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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 03:00:07
  Author: felixonmars
Revision: 261352

upgpkg: cryptol 2.5.0-6

rebuild with simple-smt,0.7.1

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:56:06 UTC (rev 261351)
+++ PKGBUILD2017-10-03 03:00:07 UTC (rev 261352)
@@ -3,7 +3,7 @@
 
 pkgname=cryptol
 pkgver=2.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("custom:BSD3")


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:59:34
  Author: felixonmars
Revision: 306629

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

Added:
  libuv/repos/testing-i686/
  libuv/repos/testing-i686/PKGBUILD
(from rev 306628, libuv/trunk/PKGBUILD)
  libuv/repos/testing-x86_64/
  libuv/repos/testing-x86_64/PKGBUILD
(from rev 306628, libuv/trunk/PKGBUILD)

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

Copied: libuv/repos/testing-i686/PKGBUILD (from rev 306628, 
libuv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 02:59:34 UTC (rev 306629)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.15.0
+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
+}
+
+sha512sums=('46b9feb3959e73521f9e499881799c961db3ff1dcdd780537e774dfaf6145430cb98e9558cf3110624fa35a7117350868afdcccb30abf275f7648f11b3de4afa')

Copied: libuv/repos/testing-x86_64/PKGBUILD (from rev 306628, 
libuv/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 02:59:34 UTC (rev 306629)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.15.0
+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
+}
+
+sha512sums=('46b9feb3959e73521f9e499881799c961db3ff1dcdd780537e774dfaf6145430cb98e9558cf3110624fa35a7117350868afdcccb30abf275f7648f11b3de4afa')


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:59:07
  Author: felixonmars
Revision: 306628

upgpkg: libuv 1.15.0-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:33:46 UTC (rev 306627)
+++ PKGBUILD2017-10-03 02:59:07 UTC (rev 306628)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.14.1
+pkgver=1.15.0
 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
 }
 
-sha512sums=('de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade')
+sha512sums=('46b9feb3959e73521f9e499881799c961db3ff1dcdd780537e774dfaf6145430cb98e9558cf3110624fa35a7117350868afdcccb30abf275f7648f11b3de4afa')


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

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:56:06
  Author: svenstaro
Revision: 261351

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

Added:
  blender/repos/community-testing-i686/
  blender/repos/community-testing-i686/PKGBUILD
(from rev 261350, blender/trunk/PKGBUILD)
  blender/repos/community-testing-i686/cuda9.patch
(from rev 261350, blender/trunk/cuda9.patch)
  blender/repos/community-testing-x86_64/
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 261350, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/cuda9.patch
(from rev 261350, blender/trunk/cuda9.patch)

--+
 community-testing-i686/PKGBUILD  |  108 +
 community-testing-i686/cuda9.patch   |   40 
 community-testing-x86_64/PKGBUILD|  108 +
 community-testing-x86_64/cuda9.patch |   40 
 4 files changed, 296 insertions(+)

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 261350, 
blender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-03 02:56:06 UTC (rev 261351)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+ _gittag=v2.79
+#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
+
+pkgname=blender
+pkgver=2.79
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=5
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35' 'gcc5')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+cuda9.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '88f47cac4cac2977f006c0ce22f84e53'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  patch -Np1 < "${srcdir}"/cuda9.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.6 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_PTEX=OFF \
+-DPYTHON_VERSION=3.6 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.6m \
+

[arch-commits] Commit in blender/trunk (PKGBUILD cuda9.patch)

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:55:52
  Author: svenstaro
Revision: 261350

upgpkg: blender 17:2.79-5

cuda9 rebuild

Added:
  blender/trunk/cuda9.patch
Modified:
  blender/trunk/PKGBUILD

-+
 PKGBUILD|9 +++--
 cuda9.patch |   40 
 2 files changed, 47 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:53:43 UTC (rev 261349)
+++ PKGBUILD2017-10-03 02:55:52 UTC (rev 261350)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -36,7 +36,8 @@
 "git://git.blender.org/blender-addons-contrib.git"
 "git://git.blender.org/blender-translations.git"
 "git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
+"git://git.blender.org/scons.git"
+cuda9.patch)
 if [[ -n $_gittag ]]; then
 
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
 elif [[ -n $_gitcommit ]]; then
@@ -47,6 +48,7 @@
  'SKIP'
  'SKIP'
  'SKIP'
+ '88f47cac4cac2977f006c0ce22f84e53'
  'SKIP')
 
 prepare() {
@@ -59,11 +61,14 @@
   git config submodule."source/tools".url ${srcdir}/blender-dev-tools
   git config submodule."scons".url ${srcdir}/scons
   git submodule update
+
+  patch -Np1 < "${srcdir}"/cuda9.patch
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  [[ -d build ]] && rm -rf build
   mkdir build && cd build
 
   [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"

Added: cuda9.patch
===
--- cuda9.patch (rev 0)
+++ cuda9.patch 2017-10-03 02:55:52 UTC (rev 261350)
@@ -0,0 +1,40 @@
+X-Git-Url: 
https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/22ecea9e38e708056262f3d98b0d0c6210da75cf..f55735e533601b559d53fd1e2c5297092e844345:/intern/cycles/kernel/CMakeLists.txt
+
+diff --git a/intern/cycles/kernel/CMakeLists.txt 
b/intern/cycles/kernel/CMakeLists.txt
+index b4ca16bdb48..b10dd05cb9b 100644
+--- a/intern/cycles/kernel/CMakeLists.txt
 b/intern/cycles/kernel/CMakeLists.txt
+@@ -321,7 +321,7 @@ if(WITH_CYCLES_CUDA_BINARIES)
+   set(CUDA_VERSION "${CUDA_VERSION_MAJOR}${CUDA_VERSION_MINOR}")
+ 
+   # warn for other versions
+-  if(CUDA_VERSION MATCHES "80")
++  if(CUDA_VERSION MATCHES "80" OR CUDA_VERSION MATCHES "90")
+   else()
+   message(WARNING
+   "CUDA version 
${CUDA_VERSION_MAJOR}.${CUDA_VERSION_MINOR} detected, "
+@@ -399,13 +399,17 @@ if(WITH_CYCLES_CUDA_BINARIES)
+   endmacro()
+ 
+   foreach(arch ${CYCLES_CUDA_BINARIES_ARCH})
+-  # Compile regular kernel
+-  CYCLES_CUDA_KERNEL_ADD(${arch} kernel "" "${cuda_sources}" 
FALSE)
+-  CYCLES_CUDA_KERNEL_ADD(${arch} filter "" 
"${cuda_filter_sources}" FALSE)
+-
+-  if(WITH_CYCLES_CUDA_SPLIT_KERNEL_BINARIES)
+-  # Compile split kernel
+-  CYCLES_CUDA_KERNEL_ADD(${arch} kernel_split 
"-D__SPLIT__" ${cuda_sources} FALSE)
++  if(CUDA_VERSION MATCHES "90" AND ${arch} MATCHES "sm_2.")
++  message(STATUS "CUDA binaries for ${arch} disabled, not 
supported by CUDA 9.")
++  else()
++  # Compile regular kernel
++  CYCLES_CUDA_KERNEL_ADD(${arch} kernel "" 
"${cuda_sources}" FALSE)
++  CYCLES_CUDA_KERNEL_ADD(${arch} filter "" 
"${cuda_filter_sources}" FALSE)
++
++  if(WITH_CYCLES_CUDA_SPLIT_KERNEL_BINARIES)
++  # Compile split kernel
++  CYCLES_CUDA_KERNEL_ADD(${arch} kernel_split 
"-D__SPLIT__" ${cuda_sources} FALSE)
++  endif()
+   endif()
+   endforeach()
+ 


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:53:43
  Author: felixonmars
Revision: 261349

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

Added:
  haskell-simple-smt/repos/community-staging-i686/
  haskell-simple-smt/repos/community-staging-i686/PKGBUILD
(from rev 261348, haskell-simple-smt/trunk/PKGBUILD)
  haskell-simple-smt/repos/community-staging-x86_64/
  haskell-simple-smt/repos/community-staging-x86_64/PKGBUILD
(from rev 261348, haskell-simple-smt/trunk/PKGBUILD)

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

Copied: haskell-simple-smt/repos/community-staging-i686/PKGBUILD (from rev 
261348, haskell-simple-smt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 02:53:43 UTC (rev 261349)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-smt
+pkgname=haskell-simple-smt
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A simple way to interact with an SMT solver process"
+url="https://github.com/yav/simple-smt;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('512d3f04187ce5f9600cd627e91cf1c362c88eb5a13528d4627b078324b9713affcf8c30ed6846cf7bc0f3462c5cc47fe86092f42f648fcfd3aa93137561dea8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-simple-smt/repos/community-staging-x86_64/PKGBUILD (from rev 
261348, haskell-simple-smt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 02:53:43 UTC (rev 261349)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-smt
+pkgname=haskell-simple-smt
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A simple way to interact with an SMT solver process"
+url="https://github.com/yav/simple-smt;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('512d3f04187ce5f9600cd627e91cf1c362c88eb5a13528d4627b078324b9713affcf8c30ed6846cf7bc0f3462c5cc47fe86092f42f648fcfd3aa93137561dea8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-simple-smt/trunk (PKGBUILD)

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:53:16
  Author: felixonmars
Revision: 261348

upgpkg: haskell-simple-smt 0.7.1-1

rebuild with simple-smt,0.7.1

Modified:
  haskell-simple-smt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:48:19 UTC (rev 261347)
+++ PKGBUILD2017-10-03 02:53:16 UTC (rev 261348)
@@ -4,8 +4,8 @@
 
 _hkgname=simple-smt
 pkgname=haskell-simple-smt
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="A simple way to interact with an SMT solver process"
 url="https://github.com/yav/simple-smt;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('73a943e8ead12272f0ec8fbd49337f71e25f3213b94d2bea2a61a6bb0fc5ac83b26e30a209b460d2e92d6e10364a5727e1abb93d762d64674a69150b9b0e6e5b')
+sha512sums=('512d3f04187ce5f9600cd627e91cf1c362c88eb5a13528d4627b078324b9713affcf8c30ed6846cf7bc0f3462c5cc47fe86092f42f648fcfd3aa93137561dea8')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in npm-check-updates/repos (2 files)

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:48:19
  Author: felixonmars
Revision: 261347

archrelease: copy trunk to community-testing-any

Added:
  npm-check-updates/repos/community-testing-any/
  npm-check-updates/repos/community-testing-any/PKGBUILD
(from rev 261346, npm-check-updates/trunk/PKGBUILD)

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

Copied: npm-check-updates/repos/community-testing-any/PKGBUILD (from rev 
261346, npm-check-updates/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-03 02:48:19 UTC (rev 261347)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=2.13.0
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver' 'npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('c2a1636dee548893b53448a41c55ff9623aaea1565cfcacd2beec232742065cc6f5444a5864feef93ecaca0d08d86fa35e1d1657f0eb3af93aa6b4328f808cdf')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in npm semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2017-10-02 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 02:48:00
  Author: felixonmars
Revision: 261346

upgpkg: npm-check-updates 2.13.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:44:11 UTC (rev 261345)
+++ PKGBUILD2017-10-03 02:48:00 UTC (rev 261346)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.12.1
+pkgver=2.13.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('4c95f285f99e68a5295af681b4d33e91d7b14786d8c7de8363c8f2e7c96fb101845179efaf14eeb95e9bd45d666c708eecd67bdc25431f9879b9923a4e5661ae')
+sha512sums=('c2a1636dee548893b53448a41c55ff9623aaea1565cfcacd2beec232742065cc6f5444a5864feef93ecaca0d08d86fa35e1d1657f0eb3af93aa6b4328f808cdf')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -21,7 +21,6 @@
   cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
   for dep in npm semver; do
 rm -r $dep;
-npm link $dep;
   done
 
   # Fix npm derp


[arch-commits] Commit in cuda/repos/community-testing-x86_64 (10 files)

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:44:11
  Author: svenstaro
Revision: 261345

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 261344, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 261344, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 261344, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 261344, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 261344, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  181 +++
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |8 +-
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 129 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-03 02:43:39 UTC (rev 261344)
+++ PKGBUILD2017-10-03 02:44:11 UTC (rev 261345)
@@ -1,90 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=9.0.176
-pkgrel=3
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_${pkgver}_384.81_linux-run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('00e24638c02d049c575732dee5237db21f7c451b606f37cf95e44e89d47d0cb055255e9f70dc013298c9e0d224147f239488558904556b68572e3f31935489a9'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'66bd93ecab7e1aa07218c3dd1c96e460f63ed4ac47e853ecb313c78a58e5425c8a5772f1c7f73d696bf5f93fc3e556a046a4ed955a53d900976ac525abd1f518'
-
'6e9a15c73849e6400b0289ed9d6e9d3b7f100712713efcb7bbf4921f39fe671cd9fd3958e735c0da3a44f9afdd2aca94dbc63b564970a0dcacba599b570aca0f')
-
-prepare() {
-  sh cuda_${pkgver}_384.81_linux-run -extract=${srcdir}
-  ./cuda-*.run --noexec --keep
-  ./cuda-samples*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-
-  # Fix up samples tht use findgllib_mk
-  for f in pkg/samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  cd pkg
-  export PERL5LIB=.
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # Hack we need because of glibc 2.26 (https://bugs.archlinux.org/task/55580)
-  # without which we couldn't compile anything at all.
-  # Super dirty hack. I really hope it doesn't break other stuff!
-  # Hopefully we can remove this for later version of cuda.
-  sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
-
-  # Hack for gcc7
-  sed -i "/.*unsupported GNU version.*/d" 
"${pkgdir}/opt/cuda/include/crt/host_config.h"
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-  rm -fr "${pkgdir}/usr/share/man/man3/deprecated.3"*
-
-  # Remove included copy of java and link to system java
-  rm -fr  

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:43:39
  Author: svenstaro
Revision: 261344

upgpkg: cuda 9.0.176-4

use gcc6

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 02:11:58 UTC (rev 261343)
+++ PKGBUILD2017-10-03 02:43:39 UTC (rev 261344)
@@ -2,12 +2,12 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=cuda
 pkgver=9.0.176
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc6')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb')
@@ -61,8 +61,9 @@
   # Hopefully we can remove this for later version of cuda.
   sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
 
-  # Hack for gcc7
-  sed -i "/.*unsupported GNU version.*/d" 
"${pkgdir}/opt/cuda/include/crt/host_config.h"
+  # Needs gcc6
+  ln -s /usr/bin/gcc-6 "${pkgdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++-6 "${pkgdir}/opt/cuda/bin/g++"
 
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"


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

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:11:58
  Author: svenstaro
Revision: 261343

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

Added:
  gcc6/repos/community-i686/
  gcc6/repos/community-i686/PKGBUILD
(from rev 261342, gcc6/trunk/PKGBUILD)
  gcc6/repos/community-x86_64/
  gcc6/repos/community-x86_64/PKGBUILD
(from rev 261342, gcc6/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |  401 
 community-x86_64/PKGBUILD |  401 
 2 files changed, 802 insertions(+)

Copied: gcc6/repos/community-i686/PKGBUILD (from rev 261342, 
gcc6/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 02:11:58 UTC (rev 261343)
@@ -0,0 +1,401 @@
+# Contributor: frankspace
+# Contributor: Renan Manola 
+# Contributor: Stefan Husmann 
+# Based on a modified version of the gcc PKGBUILD
+# Contributor: Stefan Husmann 
+# Contributor: Joey Dumont 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=gcc6
+_ver=6
+pkgname=('gcc6' 'gcc6-libs' 'gcc6-fortran' 'gcc6-objc' 'gcc6-ada' 'gcc6-go' 
'gcc6-gcj')
+pkgver=6.4.1
+pkgrel=1
+_islver=0.17
+_cloogver=0.18.4
+_snapshot=6-20170927
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+makedepends=('binutils>=2.28' 'libmpc'  'doxygen' 'gcc-ada' 
'java-environment-common' 'zip' 'jdk8-openjdk' 'gtk2' 'libart-lgpl' 'libxtst')
+checkdepends=('dejagnu' 'inetutils')
+options=(!emptydirs)
+source=("http://gcc.skazkaforyou.com/snapshots/LATEST-6/gcc-${_snapshot}.tar.xz;
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+sha1sums=('cda991c759c02c9f714099036e9338a788bd61f5'
+  '6243384d1b1d4b3043037698485a468a485b111a'
+  '8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5')
+
+_libdir="/usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd "$srcdir"/gcc-${_snapshot}/
+
+  # Link isl/cloog for in-tree builds
+  ln -sf ../isl-${_islver} isl
+  ln -sf ../cloog-${_cloogver} cloog
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # Arch uses python version 3 as default python (for gcc6-gcj).
+  sed -i '1s+python+python2+' libjava/contrib/aot-compile.in
+
+  mkdir -p ${srcdir}/gcc-${_snapshot}/gcc-build
+
+}
+
+build() {
+
+  # Configure and build gcc.
+  cd ${srcdir}/gcc-${_snapshot}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ../configure  \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man   \
+  --infodir=/usr/share/info \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,java \
+  --enable-shared   \
+  --enable-threads=posix\
+  --enable-libmpx   \
+  --with-system-zlib\
+  --with-isl\
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions\
+  --enable-clocale=gnu  \
+  --disable-libstdcxx-pch   \
+  --disable-libssp  \
+  --enable-gnu-unique-object\
+  --enable-linker-build-id  \
+  --enable-lto  \
+  --enable-plugin   \
+  --with-linker-hash-style=gnu  \
+  --enable-gnu-indirect-function\
+  --disable-multilib\
+  --disable-werror  \
+  --enable-checking=release \
+  --enable-java-awt=gtk \
+  --with-java-home="$JAVA_HOME" \
+  --enable-libgcj-multifile \
+  --enable-version-specific-runtime-libs \
+  --program-suffix=-${_ver} \
+  --build="${CHOST}"
+
+  make
+
+  # make documentation
+  make -C ${CHOST}/libstdc++-v3/doc doc-man-doxygen
+}
+
+#check() {
+#  cd ${srcdir}/gcc-${_snapshot}/gcc-build
+#
+#  # increase stack size to prevent test failures
+#  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+#  ulimit -s 32768
+
+#  # do not abort on error as some are "expected"
+#  make -k check || true
+#  ${srcdir}/gcc/contrib/test_summary
+#}
+
+
+package_gcc6-libs() {
+

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 02:11:36
  Author: svenstaro
Revision: 261342

Moving gcc6 from AUR for cuda 9

Added:
  gcc6/
  gcc6/repos/
  gcc6/trunk/
  gcc6/trunk/PKGBUILD

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

Added: gcc6/trunk/PKGBUILD
===
--- gcc6/trunk/PKGBUILD (rev 0)
+++ gcc6/trunk/PKGBUILD 2017-10-03 02:11:36 UTC (rev 261342)
@@ -0,0 +1,401 @@
+# Contributor: frankspace
+# Contributor: Renan Manola 
+# Contributor: Stefan Husmann 
+# Based on a modified version of the gcc PKGBUILD
+# Contributor: Stefan Husmann 
+# Contributor: Joey Dumont 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=gcc6
+_ver=6
+pkgname=('gcc6' 'gcc6-libs' 'gcc6-fortran' 'gcc6-objc' 'gcc6-ada' 'gcc6-go' 
'gcc6-gcj')
+pkgver=6.4.1
+pkgrel=1
+_islver=0.17
+_cloogver=0.18.4
+_snapshot=6-20170927
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+makedepends=('binutils>=2.28' 'libmpc'  'doxygen' 'gcc-ada' 
'java-environment-common' 'zip' 'jdk8-openjdk' 'gtk2' 'libart-lgpl' 'libxtst')
+checkdepends=('dejagnu' 'inetutils')
+options=(!emptydirs)
+source=("http://gcc.skazkaforyou.com/snapshots/LATEST-6/gcc-${_snapshot}.tar.xz;
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
+sha1sums=('cda991c759c02c9f714099036e9338a788bd61f5'
+  '6243384d1b1d4b3043037698485a468a485b111a'
+  '8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5')
+
+_libdir="/usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd "$srcdir"/gcc-${_snapshot}/
+
+  # Link isl/cloog for in-tree builds
+  ln -sf ../isl-${_islver} isl
+  ln -sf ../cloog-${_cloogver} cloog
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # Arch uses python version 3 as default python (for gcc6-gcj).
+  sed -i '1s+python+python2+' libjava/contrib/aot-compile.in
+
+  mkdir -p ${srcdir}/gcc-${_snapshot}/gcc-build
+
+}
+
+build() {
+
+  # Configure and build gcc.
+  cd ${srcdir}/gcc-${_snapshot}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ../configure  \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man   \
+  --infodir=/usr/share/info \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,java \
+  --enable-shared   \
+  --enable-threads=posix\
+  --enable-libmpx   \
+  --with-system-zlib\
+  --with-isl\
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions\
+  --enable-clocale=gnu  \
+  --disable-libstdcxx-pch   \
+  --disable-libssp  \
+  --enable-gnu-unique-object\
+  --enable-linker-build-id  \
+  --enable-lto  \
+  --enable-plugin   \
+  --with-linker-hash-style=gnu  \
+  --enable-gnu-indirect-function\
+  --disable-multilib\
+  --disable-werror  \
+  --enable-checking=release \
+  --enable-java-awt=gtk \
+  --with-java-home="$JAVA_HOME" \
+  --enable-libgcj-multifile \
+  --enable-version-specific-runtime-libs \
+  --program-suffix=-${_ver} \
+  --build="${CHOST}"
+
+  make
+
+  # make documentation
+  make -C ${CHOST}/libstdc++-v3/doc doc-man-doxygen
+}
+
+#check() {
+#  cd ${srcdir}/gcc-${_snapshot}/gcc-build
+#
+#  # increase stack size to prevent test failures
+#  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+#  ulimit -s 32768
+
+#  # do not abort on error as some are "expected"
+#  make -k check || true
+#  ${srcdir}/gcc/contrib/test_summary
+#}
+
+
+package_gcc6-libs() {
+
+  pkgdesc="Runtime libraries shipped by GCC"
+  depends=('glibc>=2.25')
+  options=('!emptydirs' '!strip')
+
+  cd ${srcdir}/gcc-${_snapshot}/gcc-build
+
+  make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/libgcc_eh.a
+
+  for lib in libatomic\
+ libcilkrts   \
+  

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 00:05:19
  Author: svenstaro
Revision: 261340

upgpkg: cuda 9.0.176-3

Fix sed path

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:37:28 UTC (rev 261339)
+++ PKGBUILD2017-10-03 00:05:19 UTC (rev 261340)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=cuda
 pkgver=9.0.176
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
@@ -62,7 +62,7 @@
   sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
 
   # Hack for gcc7
-  sed -i "/unsupported GNU version/d" 
"${pkgdir}/opt/cuda/include/host_defines.h"
+  sed -i "/.*unsupported GNU version.*/d" 
"${pkgdir}/opt/cuda/include/crt/host_config.h"
 
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"


[arch-commits] Commit in cuda/repos/community-testing-x86_64 (10 files)

2017-10-02 Thread Sven-Hendrik Haase
Date: Tuesday, October 3, 2017 @ 00:05:48
  Author: svenstaro
Revision: 261341

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 261340, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 261340, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 261340, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 261340, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 261340, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  180 +++
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |8 +-
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-03 00:05:19 UTC (rev 261340)
+++ PKGBUILD2017-10-03 00:05:48 UTC (rev 261341)
@@ -1,90 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=9.0.176
-pkgrel=2
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_${pkgver}_384.81_linux-run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('00e24638c02d049c575732dee5237db21f7c451b606f37cf95e44e89d47d0cb055255e9f70dc013298c9e0d224147f239488558904556b68572e3f31935489a9'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'66bd93ecab7e1aa07218c3dd1c96e460f63ed4ac47e853ecb313c78a58e5425c8a5772f1c7f73d696bf5f93fc3e556a046a4ed955a53d900976ac525abd1f518'
-
'6e9a15c73849e6400b0289ed9d6e9d3b7f100712713efcb7bbf4921f39fe671cd9fd3958e735c0da3a44f9afdd2aca94dbc63b564970a0dcacba599b570aca0f')
-
-prepare() {
-  sh cuda_${pkgver}_384.81_linux-run -extract=${srcdir}
-  ./cuda-*.run --noexec --keep
-  ./cuda-samples*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-
-  # Fix up samples tht use findgllib_mk
-  for f in pkg/samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  cd pkg
-  export PERL5LIB=.
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # Hack we need because of glibc 2.26 (https://bugs.archlinux.org/task/55580)
-  # without which we couldn't compile anything at all.
-  # Super dirty hack. I really hope it doesn't break other stuff!
-  # Hopefully we can remove this for later version of cuda.
-  sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
-
-  # Hack for gcc7
-  sed -i "/unsupported GNU version/d" 
"${pkgdir}/opt/cuda/include/host_defines.h"
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-  rm -fr "${pkgdir}/usr/share/man/man3/deprecated.3"*
-
-  # Remove included copy of java and link to system java
-  rm -fr  "${pkgdir}/opt/cuda/jre"

[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:37:28
  Author: arojas
Revision: 261339

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 261338, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 22:36:37 UTC (rev 261338)
+++ PKGBUILD2017-10-02 22:37:28 UTC (rev 261339)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.6.6
-pkgrel=2
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb)
-makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;
-https://github.com/ximion/appstream-generator/commit/3afc47a9.patch
-https://github.com/ximion/appstream-generator/commit/412460dc.patch)
-sha256sums=('585b87e425d1891a09ce5dcf698d7c86c2b4a401d510ae0e345df8fff855927b'
-'45f22f647e2070a8582edd6baa07978369fb1462b539c9c6603f1a039f98f630'
-'a16ae880d6afaf587142033513df9b92465cb09ad4acbb15e858b7153275cfe6')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../3afc47a9.patch # Fix build with DMD 2.076
-  patch -p1 -i ../412460dc.patch # Fix exceptions when writing archive
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 261338, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 22:37:28 UTC (rev 261339)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb optipng)
+makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('cc9804002caf0368761be4a1444064e1ad2a12e27543dde52d99be0733780dfc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:36:37
  Author: arojas
Revision: 261338

Update to 0.6.7

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:23:25 UTC (rev 261337)
+++ PKGBUILD2017-10-02 22:36:37 UTC (rev 261338)
@@ -2,27 +2,19 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=appstream-generator
-pkgver=0.6.6
-pkgrel=2
+pkgver=0.6.7
+pkgrel=1
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;
 license=(GPL3)
-depends=(appstream libarchive librsvg lmdb)
-makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;
-https://github.com/ximion/appstream-generator/commit/3afc47a9.patch
-https://github.com/ximion/appstream-generator/commit/412460dc.patch)
-sha256sums=('585b87e425d1891a09ce5dcf698d7c86c2b4a401d510ae0e345df8fff855927b'
-'45f22f647e2070a8582edd6baa07978369fb1462b539c9c6603f1a039f98f630'
-'a16ae880d6afaf587142033513df9b92465cb09ad4acbb15e858b7153275cfe6')
+depends=(appstream libarchive librsvg lmdb optipng)
+makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('cc9804002caf0368761be4a1444064e1ad2a12e27543dde52d99be0733780dfc')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../3afc47a9.patch # Fix build with DMD 2.076
-  patch -p1 -i ../412460dc.patch # Fix exceptions when writing archive
 }
 
 build() {


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:33:46
  Author: arojas
Revision: 306627

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 306626, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-cache.hook
(from rev 306626, appstream/trunk/update-appstream-cache.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 306626, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 306626, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-cache.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

--+
 /PKGBUILD|  114 +
 /update-appstream-cache.hook |   34 
 extra-i686/PKGBUILD  |   68 -
 extra-i686/update-appstream-cache.hook   |   17 
 extra-x86_64/PKGBUILD|   68 -
 extra-x86_64/update-appstream-cache.hook |   17 
 6 files changed, 148 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-02 22:33:18 UTC (rev 306626)
+++ extra-i686/PKGBUILD 2017-10-02 22:33:46 UTC (rev 306627)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.5
-pkgrel=3
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
-
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
-
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
-sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086'
-'953a872b5e11f189231f66dade76056c7df6547aa22fe761f1fdb2fce453ef11'
-'1bbb455daf026d85539d6df35f9ea10347ebba8ea56afbf076d7fe9d7fe962e1')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
-  patch -p1 -i ../fix-glib-errors-1.patch # fix Glib errors when refreshing 
cache
-  patch -p1 -i ../fix-glib-errors-2.patch
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Denable-qt=true \
--Denable-vapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 306626, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-02 22:33:46 UTC (rev 306627)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.6
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook)

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:33:18
  Author: arojas
Revision: 306626

Update to 0.11.6

Modified:
  appstream/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:03:45 UTC (rev 306625)
+++ PKGBUILD2017-10-02 22:33:18 UTC (rev 306626)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.11.5
-pkgrel=3
+pkgver=0.11.6
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,25 +14,14 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
-
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
-
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
-sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
+update-appstream-cache.hook)
+sha256sums=('0b1db9a3b2d754273677c7726557d90d462a933f52f29a2201f6fa8485877996'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086'
-'953a872b5e11f189231f66dade76056c7df6547aa22fe761f1fdb2fce453ef11'
-'1bbb455daf026d85539d6df35f9ea10347ebba8ea56afbf076d7fe9d7fe962e1')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
-  patch -p1 -i ../fix-glib-errors-1.patch # fix Glib errors when refreshing 
cache
-  patch -p1 -i ../fix-glib-errors-2.patch
 }
 
 build() {
@@ -40,8 +29,8 @@
 
   meson ../AppStream-$pkgver \
 --prefix=/usr \
--Denable-qt=true \
--Denable-vapi=true
+-Dqt=true \
+-Dvapi=true
   ninja
 }
 


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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 22:23:17
  Author: eworm
Revision: 261336

upgpkg: wireguard 0.0.20171001-2

update upstream url

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:18:07 UTC (rev 261335)
+++ PKGBUILD2017-10-02 22:23:17 UTC (rev 261336)
@@ -5,10 +5,10 @@
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
 pkgver=0.0.20171001
-pkgrel=1
+pkgrel=2
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
+url='http://www.wireguard.com/'
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)


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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 22:23:25
  Author: eworm
Revision: 261337

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 22:23:17 UTC (rev 261336)
+++ community-i686/PKGBUILD 2017-10-02 22:23:25 UTC (rev 261337)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171001
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('ecff9a184685b7dd2d81576eba5bd96bb59031c9e9b505d6dc298f30998e')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 261336, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 22:23:25 UTC (rev 261337)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20171001
+pkgrel=2
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('ecff9a184685b7dd2d81576eba5bd96bb59031c9e9b505d6dc298f30998e')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 22:23:17 UTC (rev 261336)
+++ community-x86_64/PKGBUILD   2017-10-02 22:23:25 UTC (rev 261337)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171001
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')

[arch-commits] Commit in cuda/repos/community-testing-x86_64 (10 files)

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 22:18:07
  Author: svenstaro
Revision: 261335

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 261334, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 261334, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 261334, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 261334, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 261334, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  181 +++
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |8 +-
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 128 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 22:17:54 UTC (rev 261334)
+++ PKGBUILD2017-10-02 22:18:07 UTC (rev 261335)
@@ -1,91 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=9.0.176
-pkgrel=1
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_${pkgver}_384.81_linux-run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('00e24638c02d049c575732dee5237db21f7c451b606f37cf95e44e89d47d0cb055255e9f70dc013298c9e0d224147f239488558904556b68572e3f31935489a9'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'66bd93ecab7e1aa07218c3dd1c96e460f63ed4ac47e853ecb313c78a58e5425c8a5772f1c7f73d696bf5f93fc3e556a046a4ed955a53d900976ac525abd1f518'
-
'6e9a15c73849e6400b0289ed9d6e9d3b7f100712713efcb7bbf4921f39fe671cd9fd3958e735c0da3a44f9afdd2aca94dbc63b564970a0dcacba599b570aca0f')
-
-prepare() {
-  sh cuda_${pkgver}_384.81_linux-run -extract=${srcdir}
-  ./cuda-*.run --noexec --keep
-  ./cuda-samples*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-
-  # Fix up samples tht use findgllib_mk
-  for f in pkg/samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  cd pkg
-  export PERL5LIB=.
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # Hack we need because of glibc 2.26 (https://bugs.archlinux.org/task/55580)
-  # without which we couldn't compile anything at all.
-  # Super dirty hack. I really hope it doesn't break other stuff!
-  # Probably we can remove this for cuda 9.
-  sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
-
-  # Needs Gcc 5.x.x
-  ln -s /usr/bin/gcc-5 "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-5 "${pkgdir}/opt/cuda/bin/g++"
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-  rm -fr "${pkgdir}/usr/share/man/man3/deprecated.3"*
-
-  # Remove included copy of java and link to system java
-  rm -fr  

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 22:17:42
  Author: svenstaro
Revision: 261333

upgpkg: cuda 9.0.176-2

Try to make this work with gcc7

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 22:17:21 UTC (rev 261332)
+++ PKGBUILD2017-10-02 22:17:42 UTC (rev 261333)
@@ -2,12 +2,12 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=cuda
 pkgver=9.0.176
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
+depends=('gcc-libs' 'opencl-nvidia')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb')
@@ -58,12 +58,11 @@
   # Hack we need because of glibc 2.26 (https://bugs.archlinux.org/task/55580)
   # without which we couldn't compile anything at all.
   # Super dirty hack. I really hope it doesn't break other stuff!
-  # Probably we can remove this for cuda 9.
+  # Hopefully we can remove this for later version of cuda.
   sed -i "1 i#define _BITS_FLOATN_H" 
"${pkgdir}/opt/cuda/include/host_defines.h"
 
-  # Needs Gcc 5.x.x
-  ln -s /usr/bin/gcc-5 "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++-5 "${pkgdir}/opt/cuda/bin/g++"
+  # Hack for gcc7
+  sed -i "/unsupported GNU version/d" 
"${pkgdir}/opt/cuda/include/host_defines.h"
 
   # Install profile and ld.so.config files
   install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"


[arch-commits] Commit in heaptrack (5 files)

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:17:54
  Author: arojas
Revision: 261334

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

Added:
  heaptrack/repos/
  heaptrack/repos/community-i686/
  heaptrack/repos/community-i686/PKGBUILD
(from rev 261333, heaptrack/trunk/PKGBUILD)
  heaptrack/repos/community-x86_64/
  heaptrack/repos/community-x86_64/PKGBUILD
(from rev 261333, heaptrack/trunk/PKGBUILD)

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

Copied: heaptrack/repos/community-i686/PKGBUILD (from rev 261333, 
heaptrack/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-10-02 22:17:54 UTC (rev 261334)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=heaptrack
+pkgver=1.0.0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack;
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs)
+makedepends=(extra-cmake-modules boost python sparsehash)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+heaptrack-glibc-2.26.patch)
+sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
+'SKIP'
+'39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: heaptrack/repos/community-x86_64/PKGBUILD (from rev 261333, 
heaptrack/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-10-02 22:17:54 UTC (rev 261334)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=heaptrack
+pkgver=1.0.0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack;
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs)
+makedepends=(extra-cmake-modules boost python sparsehash)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+heaptrack-glibc-2.26.patch)
+sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
+'SKIP'
+'39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:17:21
  Author: arojas
Revision: 261332

New kdevelop dependency

Added:
  heaptrack/
  heaptrack/trunk/
  heaptrack/trunk/PKGBUILD

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

Added: heaptrack/trunk/PKGBUILD
===
--- heaptrack/trunk/PKGBUILD(rev 0)
+++ heaptrack/trunk/PKGBUILD2017-10-02 22:17:21 UTC (rev 261332)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=heaptrack
+pkgver=1.0.0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack;
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs)
+makedepends=(extra-cmake-modules boost python sparsehash)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+heaptrack-glibc-2.26.patch)
+sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
+'SKIP'
+'39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:03:45
  Author: arojas
Revision: 306625

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdevelop-php/repos/kde-unstable-x86_64/
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
(from rev 306624, kdevelop-php/kde-unstable/PKGBUILD)

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

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 306624, 
kdevelop-php/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-10-02 22:03:45 UTC (rev 306625)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.1.80
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop threadweaver kcmutils knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('7f745fe3ad418f95e1666151f4782196862b943f'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 22:03:25
  Author: arojas
Revision: 306624

kdevelop 5.2 beta

Added:
  kdevelop-php/kde-unstable/
Modified:
  kdevelop-php/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2017-10-02 20:51:37 UTC (rev 306613)
+++ kde-unstable/PKGBUILD   2017-10-02 22:03:25 UTC (rev 306624)
@@ -3,16 +3,16 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.1.2
+pkgver=5.1.80
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/;
 license=(GPL)
-depends=(kdevelop)
+depends=(kdevelop threadweaver kcmutils knewstuff)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('960364c6e115c2286d0a6639bcf52cf45915c57a'
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('7f745fe3ad418f95e1666151f4782196862b943f'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 21:57:59
  Author: arojas
Revision: 306623

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdevelop-python/repos/kde-unstable-x86_64/
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 306622, kdevelop-python/kde-unstable/PKGBUILD)

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

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 306622, 
kdevelop-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-10-02 21:57:59 UTC (rev 306623)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.1.80
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python knewstuff threadweaver kcmutils)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha256sums=('ac907d2859c10a781ce9f68d3e177426d5b140d3026727f06c46d394fdc071ee'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 21:57:35
  Author: arojas
Revision: 306622

kdevelop 5.2 beta

Added:
  kdevelop-python/kde-unstable/
Modified:
  kdevelop-python/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2017-10-02 20:51:37 UTC (rev 306613)
+++ kde-unstable/PKGBUILD   2017-10-02 21:57:35 UTC (rev 306622)
@@ -3,17 +3,17 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.1.2
+pkgver=5.1.80
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/;
 license=(GPL)
-depends=(kdevelop python)
+depends=(kdevelop python knewstuff threadweaver kcmutils)
 makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha1sums=('056d460cba74ab0ed0357aa8aceb8f4b2d625dd6'
-  'SKIP')
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha256sums=('ac907d2859c10a781ce9f68d3e177426d5b140d3026727f06c46d394fdc071ee'
+'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 21:48:00
  Author: arojas
Revision: 306621

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdevelop/repos/kde-unstable-x86_64/
  kdevelop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 306620, kdevelop/kde-unstable/PKGBUILD)

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

Copied: kdevelop/repos/kde-unstable-x86_64/PKGBUILD (from rev 306620, 
kdevelop/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-10-02 21:48:00 UTC (rev 306621)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.1.80
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa
+ boost purpose subversion)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support' 'cvs: CVS support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'qt5-tools: qthelp plugin'
+'okteta: hex editor integration'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('1f5ee7b511a7b6da02c556b4761d398ddde267b5'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 21:46:31
  Author: arojas
Revision: 306620

kdevelop 5.2 beta

Added:
  kdevelop/kde-unstable/
Modified:
  kdevelop/kde-unstable/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 18 insertions(+), 19 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2017-10-02 20:51:37 UTC (rev 306613)
+++ kde-unstable/PKGBUILD   2017-10-02 21:46:31 UTC (rev 306620)
@@ -4,30 +4,29 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.1.80
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies based on KDevelop Platform'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
 license=(GPL)
-depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa)
+depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa
+ boost purpose subversion)
 optdepends=('konsole: embedded terminal'
-   'git: Git support'
-   'subversion: SVN support'
-   'cvs: CVS support'
-   'gdb: GNU debugger support'
-'lldb: LLDB debugger support'
-   'qt5-doc: Qt documentation integration'
-   'cmake: cmake integration'
-   'qt5-tools: qthelp plugin'
-   'okteta: hex editor integration'
-   'plasma-framework: for the plasma addons'
-'cppcheck: code analyzer')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
-sha1sums=('5310577ff6c774e4c68fbd55e646ca99bc2fdd2e'
+'git: Git support' 'subversion: SVN support' 'cvs: CVS support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'qt5-tools: qthelp plugin'
+'okteta: hex editor integration'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha1sums=('1f5ee7b511a7b6da02c556b4761d398ddde267b5'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 21:19:36
  Author: anthraxx
Revision: 261330

addpkg: ruby-colorator 1.1.0-2

Added:
  ruby-colorator/
  ruby-colorator/repos/
  ruby-colorator/trunk/
  ruby-colorator/trunk/PKGBUILD

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

Added: ruby-colorator/trunk/PKGBUILD
===
--- ruby-colorator/trunk/PKGBUILD   (rev 0)
+++ ruby-colorator/trunk/PKGBUILD   2017-10-02 21:19:36 UTC (rev 261330)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=colorator
+pkgname=ruby-colorator
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Colorize your text in the terminal'
+url='https://github.com/octopress/colorator'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/octopress/colorator/archive/v${pkgver}.tar.gz)
+sha256sums=('9b96af8a6b58aa23aa2a006e2f0696dd54a022251ec39db11ccbfa0f7d51da14')
+sha512sums=('7bc2e85f8c4db8ca6db5140c9ebb471d3b1733c1c408595eb0bec531ec5f08fc86f4ee793a451bf51f359c8d4f07beac9e5ae9f418e2752be1c4fb0442b802de')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 21:19:45
  Author: anthraxx
Revision: 261331

archrelease: copy trunk to community-any

Added:
  ruby-colorator/repos/community-any/
  ruby-colorator/repos/community-any/PKGBUILD
(from rev 261330, ruby-colorator/trunk/PKGBUILD)

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

Copied: ruby-colorator/repos/community-any/PKGBUILD (from rev 261330, 
ruby-colorator/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 21:19:45 UTC (rev 261331)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=colorator
+pkgname=ruby-colorator
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Colorize your text in the terminal'
+url='https://github.com/octopress/colorator'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/octopress/colorator/archive/v${pkgver}.tar.gz)
+sha256sums=('9b96af8a6b58aa23aa2a006e2f0696dd54a022251ec39db11ccbfa0f7d51da14')
+sha512sums=('7bc2e85f8c4db8ca6db5140c9ebb471d3b1733c1c408595eb0bec531ec5f08fc86f4ee793a451bf51f359c8d4f07beac9e5ae9f418e2752be1c4fb0442b802de')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 21:08:01
  Author: heftig
Revision: 306617

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

Added:
  eog-plugins/repos/testing-i686/
  eog-plugins/repos/testing-i686/PKGBUILD
(from rev 306616, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/testing-x86_64/
  eog-plugins/repos/testing-x86_64/PKGBUILD
(from rev 306616, eog-plugins/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: eog-plugins/repos/testing-i686/PKGBUILD (from rev 306616, 
eog-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  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: eog-plugins/repos/testing-x86_64/PKGBUILD (from rev 306616, 
eog-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 21:08:01 UTC (rev 306617)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=eog-plugins
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+license=(GPL2)
+depends=(eog libchamplain libgdata python)
+makedepends=(intltool gobject-introspection git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  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:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 21:08:38
  Author: heftig
Revision: 306618

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

Added:
  eog/repos/testing-i686/PKGBUILD
(from rev 306617, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/PKGBUILD
(from rev 306617, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/testing-i686/PKGBUILD
  eog/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 testing-i686/PKGBUILD   |   42 ---
 testing-x86_64/PKGBUILD |   42 ---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 21:08:01 UTC (rev 306617)
+++ testing-i686/PKGBUILD   2017-10-02 21:08:38 UTC (rev 306618)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.26.0+2+ga71af172
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-options=(!emptydirs)
-_commit=a71af1727295d43f6d61fb5457ddda56cc136f6f  # master~1
-source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/testing-i686/PKGBUILD (from rev 306617, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 21:08:38 UTC (rev 306618)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=8b32d76311453ba9dabe853a3be83e03ba21a6a3  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 21:08:01 UTC (rev 306617)
+++ testing-x86_64/PKGBUILD 2017-10-02 21:08:38 UTC (rev 306618)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.26.0+2+ga71af172
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-options=(!emptydirs)
-_commit=a71af1727295d43f6d61fb5457ddda56cc136f6f  # master~1
-source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 306617, eog/trunk/PKGBUILD)

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 21:06:57
  Author: heftig
Revision: 306616

3.26.1-1

Modified:
  eog-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 21:06:24 UTC (rev 306615)
+++ PKGBUILD2017-10-02 21:06:57 UTC (rev 306616)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=eog-plugins
-pkgver=3.16.6
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Plugins for Eye of Gnome"
 arch=(i686 x86_64)
@@ -9,8 +9,8 @@
 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 license=(GPL2)
 depends=(eog libchamplain libgdata python)
-makedepends=(intltool gobject-introspection gnome-common git)
-_commit=29056c63a94bba6426dcc0722df5c3d128384484  # tags/3.16.6^0
+makedepends=(intltool gobject-introspection git)
+_commit=b665684a604fd0ca6f27650ac77e5dbc93c29fa3  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/eog-plugins#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,10 +27,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 21:06:24
  Author: heftig
Revision: 306615

3.26.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:52:13 UTC (rev 306614)
+++ PKGBUILD2017-10-02 21:06:24 UTC (rev 306615)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.26.0+2+ga71af172
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -14,7 +14,7 @@
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
 options=(!emptydirs)
-_commit=a71af1727295d43f6d61fb5457ddda56cc136f6f  # master~1
+_commit=8b32d76311453ba9dabe853a3be83e03ba21a6a3  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 21:02:26
  Author: anthraxx
Revision: 261329

archrelease: copy trunk to community-any

Added:
  ruby-safe_yaml/repos/community-any/
  ruby-safe_yaml/repos/community-any/PKGBUILD
(from rev 261328, ruby-safe_yaml/trunk/PKGBUILD)

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

Copied: ruby-safe_yaml/repos/community-any/PKGBUILD (from rev 261328, 
ruby-safe_yaml/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 21:02:26 UTC (rev 261329)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=safe_yaml
+pkgname=ruby-safe_yaml
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Parse YAML safely'
+url='https://github.com/dtao/safe_yaml'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dtao/safe_yaml/archive/${pkgver}.tar.gz)
+sha256sums=('fb6939f6780680716a7c1eeb4ddf843d03a5951539fcdccce5901c3eb0a525c9')
+sha512sums=('88f498443e556117090cae219a5c1c853b4ab3fb1248e3f7e9d7d3df7d016a894add50b7d713d44e62a86bdce3c98190b6930a22bba85b32d5519dafec5cdb1f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla blaA
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 21:02:02
  Author: anthraxx
Revision: 261328

addpkg: ruby-safe_yaml 1.0.4-2

Added:
  ruby-safe_yaml/
  ruby-safe_yaml/repos/
  ruby-safe_yaml/trunk/
  ruby-safe_yaml/trunk/PKGBUILD

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

Added: ruby-safe_yaml/trunk/PKGBUILD
===
--- ruby-safe_yaml/trunk/PKGBUILD   (rev 0)
+++ ruby-safe_yaml/trunk/PKGBUILD   2017-10-02 21:02:02 UTC (rev 261328)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=safe_yaml
+pkgname=ruby-safe_yaml
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Parse YAML safely'
+url='https://github.com/dtao/safe_yaml'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dtao/safe_yaml/archive/${pkgver}.tar.gz)
+sha256sums=('fb6939f6780680716a7c1eeb4ddf843d03a5951539fcdccce5901c3eb0a525c9')
+sha512sums=('88f498443e556117090cae219a5c1c853b4ab3fb1248e3f7e9d7d3df7d016a894add50b7d713d44e62a86bdce3c98190b6930a22bba85b32d5519dafec5cdb1f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla blaA
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:52:13
  Author: heftig
Revision: 306614

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

Added:
  vte3/repos/testing-i686/PKGBUILD
(from rev 306613, vte3/trunk/PKGBUILD)
  vte3/repos/testing-x86_64/PKGBUILD
(from rev 306613, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/testing-i686/PKGBUILD
  vte3/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  110 ++
 testing-i686/PKGBUILD   |   55 ---
 testing-x86_64/PKGBUILD |   55 ---
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:51:37 UTC (rev 306613)
+++ testing-i686/PKGBUILD   2017-10-02 20:52:13 UTC (rev 306614)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.50.0
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(i686 x86_64)
-license=(LGPL)
-options=(!emptydirs)
-depends=(gtk3 pcre2 gnutls)
-makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
-source=("git://git.gnome.org/vte#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vte
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
---localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_vte3(){
-  depends+=(vte-common)
-
-  cd vte
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=(sh)
-
-  cd vte
-  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
-}

Copied: vte3/repos/testing-i686/PKGBUILD (from rev 306613, vte3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:52:13 UTC (rev 306614)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.50.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(i686 x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3 pcre2 gnutls)
+makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
+_commit=cc49215999c81430efd35ebef6182cf761ff2822  # tags/0.50.1^0
+source=("git://git.gnome.org/vte#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vte
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
+--localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_vte3(){
+  depends+=(vte-common)
+
+  cd vte
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:51:37 UTC (rev 306613)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:52:13 UTC (rev 306614)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.50.0
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(i686 x86_64)
-license=(LGPL)
-options=(!emptydirs)
-depends=(gtk3 pcre2 gnutls)
-makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
-source=("git://git.gnome.org/vte#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vte
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
---localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_vte3(){
-  depends+=(vte-common)
-
-  cd vte
-  make DESTDIR="$pkgdir" install
-
-  rm 

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:51:37
  Author: heftig
Revision: 306613

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

Added:
  gthumb/repos/testing-i686/
  gthumb/repos/testing-i686/PKGBUILD
(from rev 306612, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-x86_64/
  gthumb/repos/testing-x86_64/PKGBUILD
(from rev 306612, gthumb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: gthumb/repos/testing-i686/PKGBUILD (from rev 306612, 
gthumb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:51:37 UTC (rev 306613)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.5.3
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
+makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
+ yelp-tools flex gnome-common git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=2e6cb187cac9cfa56aee1dbb37319acbd5570b26  # tags/3.5.3^0
+source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gthumb/repos/testing-x86_64/PKGBUILD (from rev 306612, 
gthumb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:51:37 UTC (rev 306613)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.5.3
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
+makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
+ yelp-tools flex gnome-common git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=2e6cb187cac9cfa56aee1dbb37319acbd5570b26  # tags/3.5.3^0
+source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:51:07
  Author: heftig
Revision: 306612

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

Added:
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 306611, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf-query-loaders.hook
(from rev 306611, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 306611, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 306611, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 306611, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 306611, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install

--+
 /PKGBUILD|   98 +
 /gdk-pixbuf-query-loaders.hook   |   22 +
 /gdk-pixbuf2.install |6 +
 testing-i686/PKGBUILD|   50 
 testing-i686/gdk-pixbuf-query-loaders.hook   |   11 --
 testing-i686/gdk-pixbuf2.install |3 
 testing-x86_64/PKGBUILD  |   50 
 testing-x86_64/gdk-pixbuf-query-loaders.hook |   11 --
 testing-x86_64/gdk-pixbuf2.install   |3 
 9 files changed, 126 insertions(+), 128 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:50:01 UTC (rev 306611)
+++ testing-i686/PKGBUILD   2017-10-02 20:51:07 UTC (rev 306612)
@@ -1,50 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.36.10+3+g6f8c1b388
-pkgrel=1
-pkgdesc="An image loading library"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf;
-license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
-install=gdk-pixbuf2.install
-_commit=6f8c1b38889dce2ab832daff02af6bd3c90fb3df  # master
-source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
-gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd gdk-pixbuf
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../gdk-pixbuf \
---libexecdir=/usr/lib -Denable_jasper=true -Dwith_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  # pixbuf-randomly-modified fails randomly
-  mesontest || :
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-  rm -rf "$pkgdir"/usr/{lib,share}/installed-tests
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
../gdk-pixbuf-query-loaders.hook
-}
-
-# vim:set et sw=2:

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 306611, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:51:07 UTC (rev 306612)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.11
+pkgrel=1
+pkgdesc="An image loading library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf;
+license=(LGPL2.1)
+depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
+install=gdk-pixbuf2.install
+_commit=45997d6abebf589dd594c78dc6bf06f3a3d7430c  # tags/2.36.11^0
+source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd gdk-pixbuf
+}
+
+build() {
+  cd build
+  arch-meson ../gdk-pixbuf -Denable_jasper=true -Dwith_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  # pixbuf-randomly-modified fails randomly
+  meson test -t 3 || :
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+  rm -rf "$pkgdir"/usr/{lib,share}/installed-tests
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
../gdk-pixbuf-query-loaders.hook
+}
+
+# vim:set et sw=2:

Deleted: testing-i686/gdk-pixbuf-query-loaders.hook

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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:50:32
  Author: anthraxx
Revision: 261327

archrelease: copy trunk to community-any

Added:
  ruby-titlecase/repos/community-any/
  ruby-titlecase/repos/community-any/PKGBUILD
(from rev 261326, ruby-titlecase/trunk/PKGBUILD)

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

Copied: ruby-titlecase/repos/community-any/PKGBUILD (from rev 261326, 
ruby-titlecase/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 20:50:32 UTC (rev 261327)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+_gemname=titlecase
+pkgname=ruby-titlecase
+_gitcommit=1d6b4f760ae753440db4e7ccf0e0ddba621bf25f
+pkgver=0.1.1+13+1d6b4f7
+pkgrel=1
+pkgdesc="Ruby version of John Gruber's TitleCase.pl"
+url='https://github.com/samsouder/titlecase'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://github.com/samsouder/titlecase#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s+%s+%s" \
+"$(grep version ${_gemname}.gemspec|sed -r 's/.+s.version = "(.+)"/\1/')" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  cd ${pkgname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${pkgname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}
+  local _gemdir="$(gem env gemdir)"
+  local _gemver="$(grep version ${_gemname}.gemspec|sed -r 's/.+s.version = 
"(.+)"/\1/')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${_gemver}.gem
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${_gemver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:50:23
  Author: anthraxx
Revision: 261326

addpkg: ruby-titlecase 0.1.1+13+1d6b4f7-1

Added:
  ruby-titlecase/
  ruby-titlecase/repos/
  ruby-titlecase/trunk/
  ruby-titlecase/trunk/PKGBUILD

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

Added: ruby-titlecase/trunk/PKGBUILD
===
--- ruby-titlecase/trunk/PKGBUILD   (rev 0)
+++ ruby-titlecase/trunk/PKGBUILD   2017-10-02 20:50:23 UTC (rev 261326)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+_gemname=titlecase
+pkgname=ruby-titlecase
+_gitcommit=1d6b4f760ae753440db4e7ccf0e0ddba621bf25f
+pkgver=0.1.1+13+1d6b4f7
+pkgrel=1
+pkgdesc="Ruby version of John Gruber's TitleCase.pl"
+url='https://github.com/samsouder/titlecase'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://github.com/samsouder/titlecase#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s+%s+%s" \
+"$(grep version ${_gemname}.gemspec|sed -r 's/.+s.version = "(.+)"/\1/')" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  cd ${pkgname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${pkgname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}
+  local _gemdir="$(gem env gemdir)"
+  local _gemver="$(grep version ${_gemname}.gemspec|sed -r 's/.+s.version = 
"(.+)"/\1/')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${_gemver}.gem
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${_gemver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:50:01
  Author: heftig
Revision: 306611

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

Added:
  gvfs/repos/testing-i686/PKGBUILD
(from rev 306610, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-nfs.install
(from rev 306610, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/testing-i686/gvfsd.hook
(from rev 306610, gvfs/trunk/gvfsd.hook)
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 306610, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-nfs.install
(from rev 306610, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/testing-x86_64/gvfsd.hook
(from rev 306610, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/testing-i686/PKGBUILD
  gvfs/repos/testing-i686/gvfs-nfs.install
  gvfs/repos/testing-i686/gvfsd.hook
  gvfs/repos/testing-x86_64/PKGBUILD
  gvfs/repos/testing-x86_64/gvfs-nfs.install
  gvfs/repos/testing-x86_64/gvfsd.hook

-+
 /PKGBUILD   |  298 ++
 /gvfs-nfs.install   |   14 +
 /gvfsd.hook |   22 ++
 testing-i686/PKGBUILD   |  149 ---
 testing-i686/gvfs-nfs.install   |7 
 testing-i686/gvfsd.hook |   11 -
 testing-x86_64/PKGBUILD |  149 ---
 testing-x86_64/gvfs-nfs.install |7 
 testing-x86_64/gvfsd.hook   |   11 -
 9 files changed, 334 insertions(+), 334 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:49:17 UTC (rev 306610)
+++ testing-i686/PKGBUILD   2017-10-02 20:50:01 UTC (rev 306611)
@@ -1,149 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.34.0+4+g46651a6b
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
- gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
-groups=(gnome)
-_commit=46651a6ba58c8bc53463140333bc4f59b585cb91  # master
-source=("git+https://git.gnome.org/browse/gvfs#commit=$_commit;
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-
-  cd $pkgbase
-  sed -e 's/^am__append_3/#am__append_3/' \
-  -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../gvfsd.hook "$pkgdir/usr/share/libalpm/hooks/gvfsd.hook"
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  cd $pkgbase/daemon
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  cd $pkgbase/daemon
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-
-  cd 

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:48:34
  Author: heftig
Revision: 306609

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

Added:
  gtk3/repos/testing-i686/PKGBUILD
(from rev 306608, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook
(from rev 306608, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.hook
(from rev 306608, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.script
(from rev 306608, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-i686/gtk3.install
(from rev 306608, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 306608, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 306608, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
(from rev 306608, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
(from rev 306608, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
(from rev 306608, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 306608, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 306608, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/testing-i686/PKGBUILD
  gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/testing-i686/gtk-update-icon-cache.hook
  gtk3/repos/testing-i686/gtk-update-icon-cache.script
  gtk3/repos/testing-i686/gtk3.install
  gtk3/repos/testing-i686/settings.ini
  gtk3/repos/testing-x86_64/PKGBUILD
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
  gtk3/repos/testing-x86_64/gtk3.install
  gtk3/repos/testing-x86_64/settings.ini

-+
 /PKGBUILD   |  218 ++
 /gtk-query-immodules-3.0.hook   |   22 ++
 /gtk-update-icon-cache.hook |   26 +++
 /gtk-update-icon-cache.script   |   20 ++
 /gtk3.install   |6 
 /settings.ini   |8 
 testing-i686/PKGBUILD   |  109 -
 testing-i686/gtk-query-immodules-3.0.hook   |   11 -
 testing-i686/gtk-update-icon-cache.hook |   13 -
 testing-i686/gtk-update-icon-cache.script   |   10 -
 testing-i686/gtk3.install   |3 
 testing-i686/settings.ini   |4 
 testing-x86_64/PKGBUILD |  109 -
 testing-x86_64/gtk-query-immodules-3.0.hook |   11 -
 testing-x86_64/gtk-update-icon-cache.hook   |   13 -
 testing-x86_64/gtk-update-icon-cache.script |   10 -
 testing-x86_64/gtk3.install |3 
 testing-x86_64/settings.ini |4 
 18 files changed, 300 insertions(+), 300 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:44:48 UTC (rev 306608)
+++ testing-i686/PKGBUILD   2017-10-02 20:48:34 UTC (rev 306609)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.21+37+ga57630b30c
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
- sassc)
-license=(LGPL)
-_commit=a57630b30cab3d1f2762988fa6c66a0c936bc08a  # gtk-3-22
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk+
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir print-backends
-  cd gtk+
-
-  # menu: Avoid cancelling the menu on GTK+ grabs inside the GtkMenu
-  # https://bugzilla.gnome.org/show_bug.cgi?id=786029
-  git cherry-pick -n 26d8a6dfbac5180dce71d1f2edc7029cfa2773ef
-
-  

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:49:17
  Author: heftig
Revision: 306610

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

Added:
  gnome-desktop/repos/testing-i686/PKGBUILD
(from rev 306609, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/testing-x86_64/PKGBUILD
(from rev 306609, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/testing-i686/PKGBUILD
  gnome-desktop/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:48:34 UTC (rev 306609)
+++ testing-i686/PKGBUILD   2017-10-02 20:49:17 UTC (rev 306610)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.26.0+1+g22b89aa5
-pkgrel=2
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop;
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=22b89aa5fd285d7acf98317e8006d91457b53037  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux" --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/testing-i686/PKGBUILD (from rev 306609, 
gnome-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:49:17 UTC (rev 306610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.26.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=8fe92470af3dab7027a8689a889a0e1032e4411d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:48:34 UTC (rev 306609)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:49:17 UTC (rev 306610)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.26.0+1+g22b89aa5
-pkgrel=2
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop;
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=22b89aa5fd285d7acf98317e8006d91457b53037  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux" --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/testing-x86_64/PKGBUILD (from rev 306609, 
gnome-desktop/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnome-tweak-tool/repos/testing-any (PKGBUILD PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:44:48
  Author: heftig
Revision: 306608

archrelease: copy trunk to testing-any

Added:
  gnome-tweak-tool/repos/testing-any/PKGBUILD
(from rev 306607, gnome-tweak-tool/trunk/PKGBUILD)
Deleted:
  gnome-tweak-tool/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 20:44:22 UTC (rev 306607)
+++ PKGBUILD2017-10-02 20:44:48 UTC (rev 306608)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-tweak-tool
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Customize advanced GNOME 3 options"
-arch=(any)
-url="https://wiki.gnome.org/Apps/GnomeTweakTool;
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject)
-makedepends=(git meson)
-groups=(gnome-extra)
-_commit=bc0a6fb59dcbdeb70d2c6124b5286186b4e2e8ef  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib/$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/testing-any/PKGBUILD (from rev 306607, 
gnome-tweak-tool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 20:44:48 UTC (rev 306608)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-tweak-tool
+pkgver=3.26.2.1
+pkgrel=1
+pkgdesc="Customize advanced GNOME 3 options"
+arch=(any)
+url="https://wiki.gnome.org/Apps/GnomeTweakTool;
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject)
+makedepends=(git meson)
+groups=(gnome-extra)
+_commit=96ddca165efe44406ec2774a2595e35d082a01a5  # tags/3.26.2.1^0
+source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:44:22
  Author: heftig
Revision: 306607

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

Added:
  baobab/repos/testing-i686/PKGBUILD
(from rev 306606, baobab/trunk/PKGBUILD)
  baobab/repos/testing-x86_64/PKGBUILD
(from rev 306606, baobab/trunk/PKGBUILD)
Deleted:
  baobab/repos/testing-i686/PKGBUILD
  baobab/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 testing-i686/PKGBUILD   |   42 ---
 testing-x86_64/PKGBUILD |   42 ---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:43:43 UTC (rev 306606)
+++ testing-i686/PKGBUILD   2017-10-02 20:44:22 UTC (rev 306607)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.26.0+4+g16ce068
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/Baobab;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
-groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
-source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 306606, 
baobab/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:44:22 UTC (rev 306607)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
+groups=(gnome)
+_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:43:43 UTC (rev 306606)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:44:22 UTC (rev 306607)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.26.0+4+g16ce068
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/Baobab;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
-groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
-source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 306606, 
baobab/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:44:22 UTC (rev 306607)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:43:43
  Author: heftig
Revision: 306606

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

Added:
  file-roller/repos/testing-i686/PKGBUILD
(from rev 306605, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-x86_64/PKGBUILD
(from rev 306605, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/testing-i686/PKGBUILD
  file-roller/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 testing-i686/PKGBUILD   |   44 ---
 testing-x86_64/PKGBUILD |   44 ---
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:42:39 UTC (rev 306605)
+++ testing-i686/PKGBUILD   2017-10-02 20:43:43 UTC (rev 306606)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.26.0+1+g5ed125ff
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(intltool itstool docbook-xsl gnome-common git 
libnautilus-extension)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support')
-groups=(gnome-extra)
-_commit=5ed125ffb73bc2a7a4bda480eda384134919a887  # master
-source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: file-roller/repos/testing-i686/PKGBUILD (from rev 306605, 
file-roller/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:43:43 UTC (rev 306606)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git 
libnautilus-extension)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support')
+groups=(gnome-extra)
+_commit=aa517abbe11f6b0895323a07441feef70015f736  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:42:39 UTC (rev 306605)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:43:43 UTC (rev 306606)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.26.0+1+g5ed125ff
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(intltool itstool docbook-xsl gnome-common git 
libnautilus-extension)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support')
-groups=(gnome-extra)
-_commit=5ed125ffb73bc2a7a4bda480eda384134919a887  # master
-source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 

[arch-commits] Commit in gnome-getting-started-docs/repos/testing-any (2 files)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:42:39
  Author: heftig
Revision: 306605

archrelease: copy trunk to testing-any

Added:
  gnome-getting-started-docs/repos/testing-any/PKGBUILD
(from rev 306604, gnome-getting-started-docs/trunk/PKGBUILD)
Deleted:
  gnome-getting-started-docs/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 20:41:57 UTC (rev 306604)
+++ PKGBUILD2017-10-02 20:42:39 UTC (rev 306605)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-getting-started-docs
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Help a new user get started in GNOME"
-arch=(any)
-license=('CCPL:cc-by-sa-3.0')
-# gst plugins required to decode help videos
-depends=(yelp gst-plugins-base gst-plugins-good)
-makedepends=(yelp-tools git)
-url="http://www.gnome.org;
-groups=(gnome-extra)
-_commit=5981a31430e117c5bfdd71fb010dfddb9bc110ed  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-getting-started-docs#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-getting-started-docs/repos/testing-any/PKGBUILD (from rev 306604, 
gnome-getting-started-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 20:42:39 UTC (rev 306605)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-getting-started-docs
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Help a new user get started in GNOME"
+arch=(any)
+license=('CCPL:cc-by-sa-3.0')
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools git)
+url="http://www.gnome.org;
+groups=(gnome-extra)
+_commit=cdb0c05310a0e31ad395bcd4b14eb5134f9a1b9b  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-getting-started-docs#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:41:57
  Author: heftig
Revision: 306604

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

Added:
  gnome-terminal/repos/testing-i686/PKGBUILD
(from rev 306603, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/testing-x86_64/PKGBUILD
(from rev 306603, gnome-terminal/trunk/PKGBUILD)
Deleted:
  gnome-terminal/repos/testing-i686/PKGBUILD
  gnome-terminal/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   92 ++
 testing-i686/PKGBUILD   |   46 ---
 testing-x86_64/PKGBUILD |   46 ---
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:40:50 UTC (rev 306603)
+++ testing-i686/PKGBUILD   2017-10-02 20:41:57 UTC (rev 306604)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
- gnome-shell gconf vala yelp-tools git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=e3602216b69071e6fe03c86fef1d38851ad32125  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/testing-i686/PKGBUILD (from rev 306603, 
gnome-terminal/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:41:57 UTC (rev 306604)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
+ gnome-shell gconf vala yelp-tools git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=7433fe62ba5b9379e014216c8261e4f2aa8c4c92  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:41:57 UTC (rev 306604)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
- gnome-shell gconf vala yelp-tools git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=e3602216b69071e6fe03c86fef1d38851ad32125  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/testing-x86_64/PKGBUILD (from rev 306603, 

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:40:50
  Author: heftig
Revision: 306603

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

Added:
  gnome-maps/repos/testing-i686/PKGBUILD
(from rev 306602, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 306602, gnome-maps/trunk/PKGBUILD)
Deleted:
  gnome-maps/repos/testing-i686/PKGBUILD
  gnome-maps/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:39:44 UTC (rev 306602)
+++ testing-i686/PKGBUILD   2017-10-02 20:40:50 UTC (rev 306603)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 306602, 
gnome-maps/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:40:50 UTC (rev 306603)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=9b2d558766b348d5242b8b523f7747c9d2425955  # tags/v3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:39:44 UTC (rev 306602)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/testing-x86_64/PKGBUILD (from rev 306602, 
gnome-maps/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:39:44
  Author: heftig
Revision: 306602

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

Added:
  gucharmap/repos/testing-i686/PKGBUILD
(from rev 306601, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 306601, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/testing-i686/PKGBUILD
  gucharmap/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 ++
 testing-i686/PKGBUILD   |   40 ---
 testing-x86_64/PKGBUILD |   40 ---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 20:38:38 UTC (rev 306601)
+++ testing-i686/PKGBUILD   2017-10-02 20:39:44 UTC (rev 306602)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=10.0.1
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
- python2 appdata-tools unicode-character-database unzip 
gnome-common git)
-groups=(gnome)
-_commit=46700dda2a624dcd168e821c830e2d04a292fd87  # tags/10.0.1^0
-source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 306601, 
gucharmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 20:39:44 UTC (rev 306602)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=10.0.2
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
+ python2 appdata-tools unicode-character-database unzip 
gnome-common git)
+groups=(gnome)
+_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^0
+source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 20:38:38 UTC (rev 306601)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:39:44 UTC (rev 306602)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=10.0.1
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
- python2 appdata-tools unicode-character-database unzip 
gnome-common git)
-groups=(gnome)
-_commit=46700dda2a624dcd168e821c830e2d04a292fd87  # tags/10.0.1^0
-source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 306601, 
gucharmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:39:44 UTC 

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:38:38
  Author: heftig
Revision: 306601

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

Added:
  glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch
(from rev 306600, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  glib2/repos/testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 306600, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 306600, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 306600, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 306600, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/libs.diff
(from rev 306600, glib2/trunk/libs.diff)
  glib2/repos/testing-i686/noisy-glib-compile-schemas.diff
(from rev 306600, glib2/trunk/noisy-glib-compile-schemas.diff)
  glib2/repos/testing-x86_64/0001-docs-Fix-building-with-meson.patch
(from rev 306600, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  
glib2/repos/testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 306600, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 306600, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 306600, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 306600, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/libs.diff
(from rev 306600, glib2/trunk/libs.diff)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 306600, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
  glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch
  glib2/repos/testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch
  glib2/repos/testing-i686/PKGBUILD
  glib2/repos/testing-i686/gio-querymodules.hook
  glib2/repos/testing-i686/glib-compile-schemas.hook
  glib2/repos/testing-i686/libs.diff
  glib2/repos/testing-i686/noisy-glib-compile-schemas.diff
  glib2/repos/testing-x86_64/0001-docs-Fix-building-with-meson.patch
  
glib2/repos/testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch
  glib2/repos/testing-x86_64/PKGBUILD
  glib2/repos/testing-x86_64/gio-querymodules.hook
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
  glib2/repos/testing-x86_64/libs.diff
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff

--+
 /0001-docs-Fix-building-with-meson.patch |  170 
++
 /0001-meson-Fix-permissions-of-installed-scripts.patch   |  100 
+
 /PKGBUILD|  168 
+
 /gio-querymodules.hook   |   22 +
 /glib-compile-schemas.hook   |   24 +
 /libs.diff   |  138 

 /noisy-glib-compile-schemas.diff |   48 ++
 testing-i686/0001-docs-Fix-building-with-meson.patch |   85 
-
 testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch   |   50 --
 testing-i686/PKGBUILD|   84 

 testing-i686/gio-querymodules.hook   |   11 
 testing-i686/glib-compile-schemas.hook   |   12 
 testing-i686/libs.diff   |   69 

 testing-i686/noisy-glib-compile-schemas.diff |   24 -
 testing-x86_64/0001-docs-Fix-building-with-meson.patch   |   85 
-
 testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch |   50 --
 testing-x86_64/PKGBUILD  |   84 

 testing-x86_64/gio-querymodules.hook |   11 
 testing-x86_64/glib-compile-schemas.hook |   12 
 testing-x86_64/libs.diff |   69 

 testing-x86_64/noisy-glib-compile-schemas.diff   |   24 -
 21 files changed, 670 insertions(+), 670 deletions(-)

Deleted: testing-i686/0001-docs-Fix-building-with-meson.patch
===
--- testing-i686/0001-docs-Fix-building-with-meson.patch2017-10-02 
20:36:17 UTC (rev 306600)
+++ testing-i686/0001-docs-Fix-building-with-meson.patch2017-10-02 
20:38:38 UTC (rev 306601)
@@ -1,85 +0,0 @@
-From a7cbd565aad04f92cbd9ac36696a9d033ae6bcc0 Mon Sep 17 00:00:00 2001
-From: Armin K 
-Date: Fri, 25 Aug 2017 13:36:23 +0200
-Subject: [PATCH] docs: Fix building with meson
-
-This fixes 

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 20:35:51
  Author: arojas
Revision: 261325

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 261324, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 20:35:28 UTC (rev 261324)
+++ PKGBUILD2017-10-02 20:35:51 UTC (rev 261325)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor : Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-_dlid=4176
-pkgname=po4a
-pkgver=0.48
-pkgrel=2
-pkgdesc="tools for helping translation of documentation"
-arch=('any')
-license=('GPL')
-url="http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5c8fa9b6a23586d3860d0767bed65148')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PERL_USE_UNSAFE_INC=1 \
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  perl Build destdir=${pkgdir} install
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 261324, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 20:35:51 UTC (rev 261325)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor : Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+_dlid=4229
+pkgname=po4a
+pkgver=0.52
+pkgrel=1
+pkgdesc="tools for helping translation of documentation"
+arch=('any')
+license=('GPL')
+url="http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in meld/repos (testing-any testing-any/PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:36:17
  Author: heftig
Revision: 306600

archrelease: copy trunk to testing-any

Added:
  meld/repos/testing-any/
  meld/repos/testing-any/PKGBUILD
(from rev 306599, meld/trunk/PKGBUILD)

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

Copied: meld/repos/testing-any/PKGBUILD (from rev 306599, meld/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-02 20:36:17 UTC (rev 306600)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/;
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
+makedepends=(intltool itstool git)
+_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
+source=("git+https://git.gnome.org/browse/meld#commit=$_commit;)
+sha1sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # using --skip-build breaks install
+  python setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in gnome-user-docs/repos/testing-any (PKGBUILD PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:35:19
  Author: heftig
Revision: 306599

archrelease: copy trunk to testing-any

Added:
  gnome-user-docs/repos/testing-any/PKGBUILD
(from rev 306598, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 20:12:51 UTC (rev 306598)
+++ PKGBUILD2017-10-02 20:35:19 UTC (rev 306599)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.26.0+9+g4c151c16
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-url="https://www.gnome.org/;
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git gnome-common)
-groups=(gnome)
-_commit=4c151c16c46a159fdc40f4c2fd258a15683715b9  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-user-docs#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-# Fixup missing tag...
-  git rev-parse --verify -q 3.22.0 || git tag 3.22.0 
01d8e67cc466c667e2f02f605999444a9c17e10c
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/testing-any/PKGBUILD (from rev 306598, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 20:35:19 UTC (rev 306599)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://www.gnome.org/;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git gnome-common)
+groups=(gnome)
+_commit=e1d8eae16b4a5caf0881f194cbec8f72e0ec6395  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-user-docs#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+# Fixup missing tag...
+  git rev-parse --verify -q 3.22.0 || git tag 3.22.0 
01d8e67cc466c667e2f02f605999444a9c17e10c
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 20:35:28
  Author: arojas
Revision: 261324

Update to 0.52

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:27:58 UTC (rev 261323)
+++ PKGBUILD2017-10-02 20:35:28 UTC (rev 261324)
@@ -5,10 +5,10 @@
 # Contributor : Allan McRae 
 # Contributor: Mikko Seppälä  aka Neverth
 
-_dlid=4176
+_dlid=4229
 pkgname=po4a
-pkgver=0.48
-pkgrel=2
+pkgver=0.52
+pkgrel=1
 pkgdesc="tools for helping translation of documentation"
 arch=('any')
 license=('GPL')
@@ -15,14 +15,13 @@
 url="http://po4a.alioth.debian.org/;
 depends=('perl' 'gettext')
 makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5c8fa9b6a23586d3860d0767bed65148')
+sha256sums=('60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PERL_USE_UNSAFE_INC=1 \
+  cd ${pkgname}-${pkgver}
   perl Build.PL installdirs=vendor create_packlist=0
   # The script expects a UTF-8 locale
   LC_ALL=en_US.UTF-8 perl Build
@@ -29,10 +28,8 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  perl Build destdir=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
   # remove perllocal.pod and .packlist
-  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
 }
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:27:49
  Author: anthraxx
Revision: 261322

addpkg: ruby-mercenary 0.3.6-1

Added:
  ruby-mercenary/
  ruby-mercenary/repos/
  ruby-mercenary/trunk/
  ruby-mercenary/trunk/PKGBUILD

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

Added: ruby-mercenary/trunk/PKGBUILD
===
--- ruby-mercenary/trunk/PKGBUILD   (rev 0)
+++ ruby-mercenary/trunk/PKGBUILD   2017-10-02 20:27:49 UTC (rev 261322)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mercenary
+pkgname=ruby-mercenary
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Easier way to build your command-line scripts'
+url='https://github.com/jekyll/mercenary'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/mercenary/archive/v${pkgver}.tar.gz)
+sha256sums=('61c10e3a54c526b9a6f41af27ec6ca540d37d34a5ad413d615d3342dcaaa518c')
+sha512sums=('d8759a8f27611b6bc54202e51f06a557fe7b289a262bf692076a3b3d347d45cd65e2a6a9d080e331714ef8df50b200f56b3caab5d4bc32804e8cb5bbe43ebc2e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:27:58
  Author: anthraxx
Revision: 261323

archrelease: copy trunk to community-any

Added:
  ruby-mercenary/repos/community-any/
  ruby-mercenary/repos/community-any/PKGBUILD
(from rev 261322, ruby-mercenary/trunk/PKGBUILD)

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

Copied: ruby-mercenary/repos/community-any/PKGBUILD (from rev 261322, 
ruby-mercenary/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 20:27:58 UTC (rev 261323)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mercenary
+pkgname=ruby-mercenary
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Easier way to build your command-line scripts'
+url='https://github.com/jekyll/mercenary'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/mercenary/archive/v${pkgver}.tar.gz)
+sha256sums=('61c10e3a54c526b9a6f41af27ec6ca540d37d34a5ad413d615d3342dcaaa518c')
+sha512sums=('d8759a8f27611b6bc54202e51f06a557fe7b289a262bf692076a3b3d347d45cd65e2a6a9d080e331714ef8df50b200f56b3caab5d4bc32804e8cb5bbe43ebc2e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:12:46
  Author: anthraxx
Revision: 261321

archrelease: copy trunk to community-any

Added:
  ruby-rack/repos/community-any/PKGBUILD
(from rev 261320, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 20:12:37 UTC (rev 261320)
+++ PKGBUILD2017-10-02 20:12:46 UTC (rev 261321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-rack
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
-arch=(any)
-#url="http://rack.rubyforge.org/;
-url="http://rubyforge.org/projects/rack/;
-license=('MIT')
-depends=('ruby' 'rubygems')
-noextract=("rack-$pkgver.gem")
-source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('ef209944508b4b1901840682b835c573')
-
-package() {
-  cd "$srcdir"
-  export HOME=/tmp
-  local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
-  gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n 
"$pkgdir/usr/bin" rack-$pkgver.gem
-  mkdir -p "$pkgdir"/usr/share/licenses/ruby-rack
-  ln -s `find "$pkgdir"/usr/lib/ruby/ -type f -name COPYING | sed 
"s|"$pkgdir"||"` "$pkgdir"/usr/share/licenses/ruby-rack/COPYING
-}

Copied: ruby-rack/repos/community-any/PKGBUILD (from rev 261320, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 20:12:46 UTC (rev 261321)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Sergej Pupykin 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=rack
+pkgname=ruby-rack
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
+url='https://rack.github.io/'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
+sha256sums=('7d9262217c7201e1d3095534009d909ca1c9310ee361c9b586a90ff258c67689')
+sha512sums=('ff8020860c9e3af82a960fc5e718bee74b39036e1a5df6fcc3f15d1a5d77119938b228208db465b0744aedb2c5f004c69ccd5765233d4697b5466191b9381b91')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:12:51
  Author: heftig
Revision: 306598

3.18.0-1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:08:20 UTC (rev 306597)
+++ PKGBUILD2017-10-02 20:12:51 UTC (rev 306598)
@@ -5,22 +5,18 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.16.4
+pkgver=3.18.0
 pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/;
 license=(GPL)
 arch=(any)
-depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas dconf)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
 makedepends=(intltool itstool git)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-_commit=47f9fe6465371f26059c0a87040bfcfd251fb4bf  # tags/3.16.4^0
+_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
 source=("git+https://git.gnome.org/browse/meld#commit=$_commit;)
 sha1sums=('SKIP')
 
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -32,12 +28,12 @@
 
 build() {
   cd $pkgname
-  python2 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname
   # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+  python setup.py --no-update-icon-cache --no-compile-schemas \
 install --prefix=/usr --root="$pkgdir" --optimize=1
 }


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 20:12:37
  Author: anthraxx
Revision: 261320

upgpkg: ruby-rack 2.0.3-1

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:57:00 UTC (rev 261319)
+++ PKGBUILD2017-10-02 20:12:37 UTC (rev 261320)
@@ -1,25 +1,39 @@
-# $Id$
+# Maintainer: Levente Polyak 
 # Maintainer: Sergej Pupykin 
 # Contributor: Alexsandr Pavlov 
 
+_gemname=rack
 pkgname=ruby-rack
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
-arch=(any)
-#url="http://rack.rubyforge.org/;
-url="http://rubyforge.org/projects/rack/;
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
+url='https://rack.github.io/'
+arch=('any')
 license=('MIT')
-depends=('ruby' 'rubygems')
-noextract=("rack-$pkgver.gem")
-source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('ef209944508b4b1901840682b835c573')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
+sha256sums=('7d9262217c7201e1d3095534009d909ca1c9310ee361c9b586a90ff258c67689')
+sha512sums=('ff8020860c9e3af82a960fc5e718bee74b39036e1a5df6fcc3f15d1a5d77119938b228208db465b0744aedb2c5f004c69ccd5765233d4697b5466191b9381b91')
 
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
 package() {
-  cd "$srcdir"
-  export HOME=/tmp
-  local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
-  gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n 
"$pkgdir/usr/bin" rack-$pkgver.gem
-  mkdir -p "$pkgdir"/usr/share/licenses/ruby-rack
-  ln -s `find "$pkgdir"/usr/lib/ruby/ -type f -name COPYING | sed 
"s|"$pkgdir"||"` "$pkgdir"/usr/share/licenses/ruby-rack/COPYING
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
 }
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:08:20
  Author: heftig
Revision: 306597

3.26.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:08:15 UTC (rev 306596)
+++ PKGBUILD2017-10-02 20:08:20 UTC (rev 306597)
@@ -2,8 +2,8 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.26.0+1+g22b89aa5
-pkgrel=2
+pkgver=3.26.1
+pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
 url="https://git.gnome.org/browse/gnome-desktop;
@@ -11,7 +11,7 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=22b89aa5fd285d7acf98317e8006d91457b53037  # gnome-3-26
+_commit=8fe92470af3dab7027a8689a889a0e1032e4411d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,9 +28,8 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux" --enable-gtk-doc
-
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--with-gnome-distributor="Arch Linux"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:08:10
  Author: heftig
Revision: 306595

3.5.3-1

Modified:
  gthumb/trunk/PKGBUILD
Deleted:
  gthumb/trunk/0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch

-+
 0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch |   40 
--
 PKGBUILD|   15 +--
 2 files changed, 6 insertions(+), 49 deletions(-)

Deleted: 0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch
===
--- 0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch 
2017-10-02 20:04:27 UTC (rev 306594)
+++ 0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch 
2017-10-02 20:08:10 UTC (rev 306595)
@@ -1,40 +0,0 @@
-From 2019d1ed9d3cc6085598b92c2001690fb41af8f7 Mon Sep 17 00:00:00 2001
-From: Jan de Groot 
-Date: Mon, 13 Feb 2017 13:28:27 +
-Subject: [PATCH] Do not process bitmap thumbnails with invalid color settings.
-
-Libraw sets these to 0 in an excption handler, we should not assert fatal when 
processing such an image.

- extensions/raw_files/main.c | 16 ++--
- 1 file changed, 10 insertions(+), 6 deletions(-)
-
-diff --git a/extensions/raw_files/main.c b/extensions/raw_files/main.c
-index 6cf2ff8e..726385a3 100644
 a/extensions/raw_files/main.c
-+++ b/extensions/raw_files/main.c
-@@ -267,12 +267,16 @@ _cairo_image_surface_create_from_raw (GInputStream  
*istream,
-   error);
-   break;
-   case LIBRAW_THUMBNAIL_BITMAP:
--  image = _libraw_read_bitmap_data 
(raw_data->thumbnail.twidth,
--
raw_data->thumbnail.theight,
--
raw_data->thumbnail.tcolors,
--8,
--(guchar *) 
raw_data->thumbnail.thumb,
--
raw_data->thumbnail.tlength);
-+  if (raw_data->thumbnail.tcolors > 0 && 
raw_data->thumbnail.tcolors < 4) {
-+  image = _libraw_read_bitmap_data 
(raw_data->thumbnail.twidth,
-+
raw_data->thumbnail.theight,
-+
raw_data->thumbnail.tcolors,
-+8,
-+(guchar *) 
raw_data->thumbnail.thumb,
-+
raw_data->thumbnail.tlength);
-+  } else {
-+  g_set_error_literal (error, G_IO_ERROR, 
G_IO_ERROR_INVALID_DATA, "Unsupported data format");
-+  }
-   break;
-   default:
-   g_set_error_literal (error, G_IO_ERROR, 
G_IO_ERROR_INVALID_DATA, "Unsupported data format");
--- 
-2.11.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:04:27 UTC (rev 306594)
+++ PKGBUILD2017-10-02 20:08:10 UTC (rev 306595)
@@ -4,14 +4,14 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=3.4.5+1+geec2172e
-pkgrel=3
+pkgver=3.5.3
+pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb;
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib)
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
 makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
  yelp-tools flex gnome-common git)
 optdepends=('libraw: read RAW files'
@@ -19,11 +19,9 @@
 'libchamplain: map viewer'
 'brasero: burn discs'
 'liboauth: web albums')
-_commit=eec2172e3554ecdca40dfeb1b84f8d7fc322338e  # gthumb-3-4
-source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;
-0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch)
-sha256sums=('SKIP'
-'9cdffadd2b2c21904a997b4ab4ef311c18a59dfa6a3b236570af7f1465a36c60')
+_commit=2e6cb187cac9cfa56aee1dbb37319acbd5570b26  # tags/3.5.3^0
+source=("git+https://git.gnome.org/browse/gthumb#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -32,7 +30,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i 
../0001-Do-not-process-bitmap-thumbnails-with-invalid-color-.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:08:15
  Author: heftig
Revision: 306596

3.26.1-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:08:10 UTC (rev 306595)
+++ PKGBUILD2017-10-02 20:08:15 UTC (rev 306596)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.26.0+9+g4c151c16
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://www.gnome.org/;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git gnome-common)
 groups=(gnome)
-_commit=4c151c16c46a159fdc40f4c2fd258a15683715b9  # gnome-3-26
+_commit=e1d8eae16b4a5caf0881f194cbec8f72e0ec6395  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-user-docs#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:04:27
  Author: heftig
Revision: 306594

3.26.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 20:01:28 UTC (rev 306593)
+++ PKGBUILD2017-10-02 20:04:27 UTC (rev 306594)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
 makedepends=(intltool gobject-introspection gnome-common git)
 groups=(gnome-extra)
-_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
+_commit=9b2d558766b348d5242b8b523f7747c9d2425955  # tags/v3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 20:01:28
  Author: heftig
Revision: 306593

3.26.1-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:58:45 UTC (rev 306592)
+++ PKGBUILD2017-10-02 20:01:28 UTC (rev 306593)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-getting-started-docs
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Help a new user get started in GNOME"
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(yelp-tools git)
 url="http://www.gnome.org;
 groups=(gnome-extra)
-_commit=5981a31430e117c5bfdd71fb010dfddb9bc110ed  # tags/3.26.0^0
+_commit=cdb0c05310a0e31ad395bcd4b14eb5134f9a1b9b  # tags/3.26.1^0
 
source=("git+https://git.gnome.org/browse/gnome-getting-started-docs#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:58:45
  Author: heftig
Revision: 306592

10.0.2-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:57:01 UTC (rev 306591)
+++ PKGBUILD2017-10-02 19:58:45 UTC (rev 306592)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=10.0.1
+pkgver=10.0.2
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap;
@@ -13,7 +13,7 @@
 makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
  python2 appdata-tools unicode-character-database unzip 
gnome-common git)
 groups=(gnome)
-_commit=46700dda2a624dcd168e821c830e2d04a292fd87  # tags/10.0.1^0
+_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^0
 source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 19:57:00
  Author: anthraxx
Revision: 261319

archrelease: copy trunk to community-any

Added:
  ruby-thor/repos/community-any/
  ruby-thor/repos/community-any/PKGBUILD
(from rev 261318, ruby-thor/trunk/PKGBUILD)

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

Copied: ruby-thor/repos/community-any/PKGBUILD (from rev 261318, 
ruby-thor/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 19:57:00 UTC (rev 261319)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thor
+pkgname=ruby-thor
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Toolkit for building powerful command-line interfaces'
+url='https://github.com/erikhuda/thor'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/erikhuda/thor/archive/v${pkgver}.tar.gz)
+sha256sums=('5fb1c7b6184be26bcfa2dbafa5ae6624fb5e3970fa8210a208c7f4d803c681f3')
+sha512sums=('aa5344c94cad7c33dd0582409dbcf9bd109bf97b37131357a4cc8a66317acf8781460e8fe5532b301a74521010be59bb34ac1c68bc01ad3140bfe73fedc2a451')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:57:01
  Author: heftig
Revision: 306591

3.22.22+3+g66767adc63-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:56:17 UTC (rev 306590)
+++ PKGBUILD2017-10-02 19:57:01 UTC (rev 306591)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.21+37+ga57630b30c
+pkgver=3.22.22+3+g66767adc63
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
  sassc)
 license=(LGPL)
-_commit=a57630b30cab3d1f2762988fa6c66a0c936bc08a  # gtk-3-22
+_commit=66767adc63dd919504135c04dcbfe57737bac93b  # gtk-3-22
 source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 19:56:47
  Author: anthraxx
Revision: 261318

addpkg: ruby-thor 0.20.0-1

Added:
  ruby-thor/
  ruby-thor/repos/
  ruby-thor/trunk/
  ruby-thor/trunk/PKGBUILD

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

Added: ruby-thor/trunk/PKGBUILD
===
--- ruby-thor/trunk/PKGBUILD(rev 0)
+++ ruby-thor/trunk/PKGBUILD2017-10-02 19:56:47 UTC (rev 261318)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thor
+pkgname=ruby-thor
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Toolkit for building powerful command-line interfaces'
+url='https://github.com/erikhuda/thor'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/erikhuda/thor/archive/v${pkgver}.tar.gz)
+sha256sums=('5fb1c7b6184be26bcfa2dbafa5ae6624fb5e3970fa8210a208c7f4d803c681f3')
+sha512sums=('aa5344c94cad7c33dd0582409dbcf9bd109bf97b37131357a4cc8a66317acf8781460e8fe5532b301a74521010be59bb34ac1c68bc01ad3140bfe73fedc2a451')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:56:17
  Author: heftig
Revision: 306590

2.36.11-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:55:02 UTC (rev 306589)
+++ PKGBUILD2017-10-02 19:56:17 UTC (rev 306590)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.36.10+3+g6f8c1b388
+pkgver=2.36.11
 pkgrel=1
 pkgdesc="An image loading library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
 install=gdk-pixbuf2.install
-_commit=6f8c1b38889dce2ab832daff02af6bd3c90fb3df  # master
+_commit=45997d6abebf589dd594c78dc6bf06f3a3d7430c  # tags/2.36.11^0
 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
 gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -29,8 +29,7 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../gdk-pixbuf \
---libexecdir=/usr/lib -Denable_jasper=true -Dwith_docs=true
+  arch-meson ../gdk-pixbuf -Denable_jasper=true -Dwith_docs=true
   ninja
 }
 
@@ -37,7 +36,7 @@
 check() {
   cd build
   # pixbuf-randomly-modified fails randomly
-  mesontest || :
+  meson test -t 3 || :
 }
 
 package() {


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:55:00
  Author: heftig
Revision: 306588

0.50.1-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:49:11 UTC (rev 306587)
+++ PKGBUILD2017-10-02 19:55:00 UTC (rev 306588)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.50.0
+pkgver=0.50.1
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 depends=(gtk3 pcre2 gnutls)
 makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
+_commit=cc49215999c81430efd35ebef6182cf761ff2822  # tags/0.50.1^0
 source=("git://git.gnome.org/vte#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:55:02
  Author: heftig
Revision: 306589

3.26.1-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:55:00 UTC (rev 306588)
+++ PKGBUILD2017-10-02 19:55:02 UTC (rev 306589)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
@@ -13,7 +13,7 @@
  gnome-shell gconf vala yelp-tools git)
 options=(!emptydirs)
 groups=(gnome)
-_commit=e3602216b69071e6fe03c86fef1d38851ad32125  # tags/3.26.0^0
+_commit=7433fe62ba5b9379e014216c8261e4f2aa8c4c92  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:49:11
  Author: heftig
Revision: 306587

3.26.1-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:48:46 UTC (rev 306586)
+++ PKGBUILD2017-10-02 19:49:11 UTC (rev 306587)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.26.0+1+g5ed125ff
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -16,7 +16,7 @@
 'unace: ACE archive support'
 'lrzip: lrzip archive support')
 groups=(gnome-extra)
-_commit=5ed125ffb73bc2a7a4bda480eda384134919a887  # master
+_commit=aa517abbe11f6b0895323a07441feef70015f736  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:48:46
  Author: heftig
Revision: 306586

3.26.1-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:46:15 UTC (rev 306585)
+++ PKGBUILD2017-10-02 19:48:46 UTC (rev 306586)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.26.0+4+g16ce068
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/Baobab;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(intltool itstool vala gobject-introspection yelp-tools 
appstream-glib git)
 groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
+_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/baobab#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:46:15
  Author: heftig
Revision: 306585

3.26.2.1-1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:43:37 UTC (rev 306584)
+++ PKGBUILD2017-10-02 19:46:15 UTC (rev 306585)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-tweak-tool
-pkgver=3.26.1
+pkgver=3.26.2.1
 pkgrel=1
 pkgdesc="Customize advanced GNOME 3 options"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(gnome-settings-daemon python-gobject)
 makedepends=(git meson)
 groups=(gnome-extra)
-_commit=bc0a6fb59dcbdeb70d2c6124b5286186b4e2e8ef  # tags/3.26.1^0
+_commit=96ddca165efe44406ec2774a2595e35d082a01a5  # tags/3.26.2.1^0
 source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,8 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib/$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:43:37
  Author: heftig
Revision: 306584

2.54.1-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 19:43:30 UTC (rev 306583)
+++ PKGBUILD2017-10-02 19:43:37 UTC (rev 306584)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.54.0+15+g20364bbdf
+pkgver=2.54.1
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -15,7 +15,7 @@
 optdepends=('python: for gdbus-codegen and gtester-report'
 'libelf: gresource inspection tool')
 options=(!emptydirs)
-_commit=20364bbdf55a7662b657ad50e16c6b121463809b  # glib-2-54
+_commit=5fc5a3eaa6fc2ab23a3585cf22799adae642afa7  # tags/2.54.1^0
 source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
 0001-docs-Fix-building-with-meson.patch
 0001-meson-Fix-permissions-of-installed-scripts.patch
@@ -55,7 +55,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../glib
+  arch-meson ../glib
   ninja
 }
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 19:43:30
  Author: heftig
Revision: 306583

1.34.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 16:29:46 UTC (rev 306582)
+++ PKGBUILD2017-10-02 19:43:30 UTC (rev 306583)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.34.0+4+g46651a6b
+pkgver=1.34.1
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
@@ -14,7 +14,7 @@
 makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
  gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
 groups=(gnome)
-_commit=46651a6ba58c8bc53463140333bc4f59b585cb91  # master
+_commit=5ba4f16ba05d652ffd4a021f2d4606e00f4a6486  # tags/1.34.1^0
 source=("git+https://git.gnome.org/browse/gvfs#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 19:37:25
  Author: arojas
Revision: 261317

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 19:36:55 UTC (rev 261316)
+++ community-i686/PKGBUILD 2017-10-02 19:37:25 UTC (rev 261317)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=eclib
-pkgver=20170815
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-i686/PKGBUILD (from rev 261316, 
eclib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 19:37:25 UTC (rev 261317)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=eclib
+pkgver=20171002
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('0a58659e3f8b31105cb057b2b58ed8fdc6c98f1e373ad81bcbfd36e71abd8230')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 19:36:55 UTC (rev 261316)
+++ community-x86_64/PKGBUILD   2017-10-02 19:37:25 UTC (rev 261317)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=eclib
-pkgver=20170815
-pkgrel=1
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 261316, 
eclib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 19:37:25 UTC (rev 261317)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=eclib
+pkgver=20171002
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('0a58659e3f8b31105cb057b2b58ed8fdc6c98f1e373ad81bcbfd36e71abd8230')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 19:36:55
  Author: arojas
Revision: 261316

Update to 20171002

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 17:43:55 UTC (rev 261315)
+++ PKGBUILD2017-10-02 19:36:55 UTC (rev 261316)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=eclib
-pkgver=20170815
+pkgver=20171002
 pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(flint pari)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('448bffdd768e7b29d7dc4d4b28a1924f8e6c7bf9edd2cccef5740f7e968650f0')
+sha256sums=('0a58659e3f8b31105cb057b2b58ed8fdc6c98f1e373ad81bcbfd36e71abd8230')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in ruby-mail-gpg/repos (community-any community-any/PKGBUILD)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 17:43:55
  Author: anthraxx
Revision: 261315

archrelease: copy trunk to community-any

Added:
  ruby-mail-gpg/repos/community-any/
  ruby-mail-gpg/repos/community-any/PKGBUILD
(from rev 261314, ruby-mail-gpg/trunk/PKGBUILD)

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

Copied: ruby-mail-gpg/repos/community-any/PKGBUILD (from rev 261314, 
ruby-mail-gpg/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-02 17:43:55 UTC (rev 261315)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mail-gpg
+pkgname=ruby-mail-gpg
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GPG/MIME extension for the Ruby Mail Library'
+url='https://github.com/jkraemer/mail-gpg'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-gpgme' 'ruby-mail')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jkraemer/mail-gpg/archive/v${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/jkraemer/mail-gpg/releases/download/v${pkgver}/mail-gpg-${pkgver}.tar.gz.asc)
+sha512sums=('0b849ff6f4280150a122b9676f596c85d88c276949c505ecce4b6d346eebeb0d6ef3a71c19bbe0054f0df36ed32d7a28802bea961007ebb6ce78cd1c78bfd91f'
+'SKIP')
+validpgpkeys=('C3880ACE6187419B177C472E08625A14CE3CDDAA') # Jens Kraemer 

+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find -type f|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md History.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 17:43:42
  Author: anthraxx
Revision: 261314

addpkg: ruby-mail-gpg 0.3.1-1

Added:
  ruby-mail-gpg/
  ruby-mail-gpg/repos/
  ruby-mail-gpg/trunk/
  ruby-mail-gpg/trunk/PKGBUILD

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

Added: ruby-mail-gpg/trunk/PKGBUILD
===
--- ruby-mail-gpg/trunk/PKGBUILD(rev 0)
+++ ruby-mail-gpg/trunk/PKGBUILD2017-10-02 17:43:42 UTC (rev 261314)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mail-gpg
+pkgname=ruby-mail-gpg
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GPG/MIME extension for the Ruby Mail Library'
+url='https://github.com/jkraemer/mail-gpg'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-gpgme' 'ruby-mail')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jkraemer/mail-gpg/archive/v${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/jkraemer/mail-gpg/releases/download/v${pkgver}/mail-gpg-${pkgver}.tar.gz.asc)
+sha512sums=('0b849ff6f4280150a122b9676f596c85d88c276949c505ecce4b6d346eebeb0d6ef3a71c19bbe0054f0df36ed32d7a28802bea961007ebb6ce78cd1c78bfd91f'
+'SKIP')
+validpgpkeys=('C3880ACE6187419B177C472E08625A14CE3CDDAA') # Jens Kraemer 

+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find -type f|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md History.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:37:22
  Author: spupykin
Revision: 261313

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

Added:
  matchbox-panel/repos/community-i686/PKGBUILD
(from rev 261312, matchbox-panel/trunk/PKGBUILD)
  matchbox-panel/repos/community-x86_64/PKGBUILD
(from rev 261312, matchbox-panel/trunk/PKGBUILD)
Deleted:
  matchbox-panel/repos/community-i686/PKGBUILD
  matchbox-panel/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-10-02 17:37:01 UTC (rev 261312)
+++ community-i686/PKGBUILD 2017-10-02 17:37:22 UTC (rev 261313)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=matchbox-panel
-pkgver=2.0
-pkgrel=1
-pkgdesc="A flexible always present 'window bar' for holding application 
launchers and small 'applet' style applications"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2' 'dbus-glib')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/2.0/matchbox-panel-$pkgver.tar.bz2)
-md5sums=('87faf3b9299a9d04056904e6f311ec80')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
-  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS=-lX11
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-i686/PKGBUILD (from rev 261312, 
matchbox-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 17:37:22 UTC (rev 261313)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=matchbox-panel
+pkgver=2.11
+pkgrel=1
+pkgdesc="A flexible always present 'window bar' for holding application 
launchers and small 'applet' style applications"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3' 'dbus-glib')
+url="http://matchbox-project.org/;
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/matchbox-panel-2-$pkgver.tar.bz2;)
+sha256sums=('f357ea9bb95b4219a09fe77fcb344f4618e588bc082dadfe3f72e051a7411917')
+
+prepare() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
+  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
+}
+
+build() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  ./autogen.sh
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 17:37:01 UTC (rev 261312)
+++ community-x86_64/PKGBUILD   2017-10-02 17:37:22 UTC (rev 261313)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=matchbox-panel
-pkgver=2.0
-pkgrel=1
-pkgdesc="A flexible always present 'window bar' for holding application 
launchers and small 'applet' style applications"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2' 'dbus-glib')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/2.0/matchbox-panel-$pkgver.tar.bz2)
-md5sums=('87faf3b9299a9d04056904e6f311ec80')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
-  sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS=-lX11
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-panel/repos/community-x86_64/PKGBUILD (from rev 261312, 
matchbox-panel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 17:37:22 

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:37:01
  Author: spupykin
Revision: 261312

upgpkg: matchbox-panel 2.11-1

Modified:
  matchbox-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 17:36:48 UTC (rev 261311)
+++ PKGBUILD2017-10-02 17:37:01 UTC (rev 261312)
@@ -3,25 +3,25 @@
 # Contributor: Henrique C. Alves 
 
 pkgname=matchbox-panel
-pkgver=2.0
+pkgver=2.11
 pkgrel=1
 pkgdesc="A flexible always present 'window bar' for holding application 
launchers and small 'applet' style applications"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2' 'dbus-glib')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3' 'dbus-glib')
 url="http://matchbox-project.org/;
-source=(https://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/2.0/matchbox-panel-$pkgver.tar.bz2)
-sha256sums=('77e6cfb336cba09156f394867ac05209f73fabba05129152eca3b4d135c746d8')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/matchbox-panel-2-$pkgver.tar.bz2;)
+sha256sums=('f357ea9bb95b4219a09fe77fcb344f4618e588bc082dadfe3f72e051a7411917')
 
 prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
   sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
 }
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  export LDFLAGS=-lX11
+  cd "$srcdir"/$pkgname-2-$pkgver
+  ./autogen.sh
   ./configure --sysconfdir=/etc --prefix=/usr \
 --enable-startup-notification
   make
@@ -28,6 +28,6 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:36:48
  Author: spupykin
Revision: 261311

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

Added:
  matchbox-keyboard/repos/community-i686/PKGBUILD
(from rev 261310, matchbox-keyboard/trunk/PKGBUILD)
  matchbox-keyboard/repos/community-x86_64/PKGBUILD
(from rev 261310, matchbox-keyboard/trunk/PKGBUILD)
Deleted:
  matchbox-keyboard/repos/community-i686/PKGBUILD
  matchbox-keyboard/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 17:36:24 UTC (rev 261310)
+++ community-i686/PKGBUILD 2017-10-02 17:36:48 UTC (rev 261311)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=matchbox-keyboard
-pkgver=0.1
-pkgrel=5
-pkgdesc="An on screen virtual keyboard"
-arch=('i686' 'x86_64')
-depends=('cairo' 'libfakekey' 'libxft')
-url="http://matchbox-project.org/;
-license=('GPL')
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/$pkgver/matchbox-keyboard-$pkgver.tar.bz2)
-md5sums=('50940321d59fee23b38a4941100abf25')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-keyboard/repos/community-i686/PKGBUILD (from rev 261310, 
matchbox-keyboard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 17:36:48 UTC (rev 261311)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=matchbox-keyboard
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="An on screen virtual keyboard"
+arch=('i686' 'x86_64')
+depends=('cairo' 'libfakekey' 'libxft')
+url="http://matchbox-project.org/;
+license=('GPL')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-$pkgver.tar.bz2;)
+sha256sums=('44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 17:36:24 UTC (rev 261310)
+++ community-x86_64/PKGBUILD   2017-10-02 17:36:48 UTC (rev 261311)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=matchbox-keyboard
-pkgver=0.1
-pkgrel=5
-pkgdesc="An on screen virtual keyboard"
-arch=('i686' 'x86_64')
-depends=('cairo' 'libfakekey' 'libxft')
-url="http://matchbox-project.org/;
-license=('GPL')
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/$pkgver/matchbox-keyboard-$pkgver.tar.bz2)
-md5sums=('50940321d59fee23b38a4941100abf25')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-keyboard/repos/community-x86_64/PKGBUILD (from rev 261310, 
matchbox-keyboard/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 17:36:48 UTC (rev 261311)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=matchbox-keyboard
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="An on screen virtual keyboard"
+arch=('i686' 'x86_64')
+depends=('cairo' 'libfakekey' 'libxft')
+url="http://matchbox-project.org/;
+license=('GPL')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-$pkgver.tar.bz2;)
+sha256sums=('44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:36:24
  Author: spupykin
Revision: 261310

upgpkg: matchbox-keyboard 0.1.1-1

Modified:
  matchbox-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 17:36:10 UTC (rev 261309)
+++ PKGBUILD2017-10-02 17:36:24 UTC (rev 261310)
@@ -3,18 +3,19 @@
 # Contributor: William Rea 
 
 pkgname=matchbox-keyboard
-pkgver=0.1
-pkgrel=5
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="An on screen virtual keyboard"
 arch=('i686' 'x86_64')
 depends=('cairo' 'libfakekey' 'libxft')
 url="http://matchbox-project.org/;
 license=('GPL')
-source=(https://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/$pkgver/matchbox-keyboard-$pkgver.tar.bz2)
-sha256sums=('682614fa3682c4bd31e26b6f76e04bb579c2e70dbf060083e20077f4e93fb4b3')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-$pkgver.tar.bz2;)
+sha256sums=('44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:36:10
  Author: spupykin
Revision: 261309

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

Added:
  matchbox-desktop/repos/community-i686/PKGBUILD
(from rev 261308, matchbox-desktop/trunk/PKGBUILD)
  matchbox-desktop/repos/community-x86_64/PKGBUILD
(from rev 261308, matchbox-desktop/trunk/PKGBUILD)
Deleted:
  matchbox-desktop/repos/community-i686/PKGBUILD
  matchbox-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 17:35:37 UTC (rev 261308)
+++ community-i686/PKGBUILD 2017-10-02 17:36:10 UTC (rev 261309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
-pkgdesc="A PDA style application launcher or 'item browser'."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-md5sums=('b0a4a47130272e2adab4e9feb43a6c9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr 
--enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-desktop/repos/community-i686/PKGBUILD (from rev 261308, 
matchbox-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 17:36:10 UTC (rev 261309)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=matchbox-desktop
+pkgver=2.2
+pkgrel=1
+pkgdesc="A PDA style application launcher or 'item browser'."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3')
+url="http://matchbox-project.org/;
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2;)
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
+
+build() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 17:35:37 UTC (rev 261308)
+++ community-x86_64/PKGBUILD   2017-10-02 17:36:10 UTC (rev 261309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
-pkgdesc="A PDA style application launcher or 'item browser'."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-md5sums=('b0a4a47130272e2adab4e9feb43a6c9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr 
--enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-desktop/repos/community-x86_64/PKGBUILD (from rev 261308, 
matchbox-desktop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 17:36:10 UTC (rev 261309)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=matchbox-desktop
+pkgver=2.2
+pkgrel=1
+pkgdesc="A PDA style application launcher or 'item browser'."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3')
+url="http://matchbox-project.org/;
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2;)
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
+
+build() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr 

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:35:19
  Author: spupykin
Revision: 261307

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 17:34:59 UTC (rev 261306)
+++ community-i686/PKGBUILD 2017-10-02 17:35:19 UTC (rev 261307)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=libmatchbox
-pkgver=1.11
-pkgrel=1
-pkgdesc="Base library for Matchbox WM"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
-md5sums=('fc6cc807f55a3e7c752d8013176875d7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libmatchbox/repos/community-i686/PKGBUILD (from rev 261306, 
libmatchbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 17:35:19 UTC (rev 261307)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=libmatchbox
+pkgver=1.12
+pkgrel=1
+pkgdesc="Base library for Matchbox WM"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
+url="http://matchbox-project.org/;
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/snapshot/libmatchbox-$pkgver.tar.bz2;)
+sha256sums=('5c7795e46c24d848a2b960f3b994911165d95e5d5731e39105ee0d808d2373eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-pango --enable-jpeg --enable-xsettings
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 17:34:59 UTC (rev 261306)
+++ community-x86_64/PKGBUILD   2017-10-02 17:35:19 UTC (rev 261307)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=libmatchbox
-pkgver=1.11
-pkgrel=1
-pkgdesc="Base library for Matchbox WM"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
-url="http://matchbox-project.org/;
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
-md5sums=('fc6cc807f55a3e7c752d8013176875d7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libmatchbox/repos/community-x86_64/PKGBUILD (from rev 261306, 
libmatchbox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 17:35:19 UTC (rev 261307)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=libmatchbox
+pkgver=1.12
+pkgrel=1
+pkgdesc="Base library for Matchbox WM"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
+url="http://matchbox-project.org/;
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/snapshot/libmatchbox-$pkgver.tar.bz2;)
+sha256sums=('5c7795e46c24d848a2b960f3b994911165d95e5d5731e39105ee0d808d2373eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-pango --enable-jpeg --enable-xsettings
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:35:37
  Author: spupykin
Revision: 261308

upgpkg: matchbox-desktop 2.2-1

Modified:
  matchbox-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 17:35:19 UTC (rev 261307)
+++ PKGBUILD2017-10-02 17:35:37 UTC (rev 261308)
@@ -3,23 +3,24 @@
 # Contributor: Henrique C. Alves 
 
 pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
+pkgver=2.2
+pkgrel=1
 pkgdesc="A PDA style application launcher or 'item browser'."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3')
 url="http://matchbox-project.org/;
-source=(https://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-sha256sums=('be33ff0bc8a9b1eee6af360a5118e470e69a6292ecc9e154ec6f349fce5c5f75')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2;)
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr 
--enable-startup-notification
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 17:34:59
  Author: spupykin
Revision: 261306

upgpkg: libmatchbox 1.12-1

Modified:
  libmatchbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 17:30:13 UTC (rev 261305)
+++ PKGBUILD2017-10-02 17:34:59 UTC (rev 261306)
@@ -3,7 +3,7 @@
 # Contributor: Henrique C. Alves 
 
 pkgname=libmatchbox
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Base library for Matchbox WM"
 arch=('i686' 'x86_64')
@@ -10,12 +10,13 @@
 license=('LGPL')
 depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
 url="http://matchbox-project.org/;
-source=(https://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
-sha256sums=('254cab52e304a3512c8df4be59d690cf3921bbb68a28ede7fe26b93534217b53')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/snapshot/libmatchbox-$pkgver.tar.bz2;)
+sha256sums=('5c7795e46c24d848a2b960f3b994911165d95e5d5731e39105ee0d808d2373eb')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-pango --enable-jpeg --enable-xsettings
   make
 }
 


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 17:30:13
  Author: anthraxx
Revision: 261305

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

Added:
  xmonad/repos/community-i686/PKGBUILD
(from rev 261304, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-i686/dynamic-compilation.patch
(from rev 261304, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-i686/xmonad.svg
(from rev 261304, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-x86_64/PKGBUILD
(from rev 261304, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-x86_64/dynamic-compilation.patch
(from rev 261304, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-x86_64/xmonad.svg
(from rev 261304, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
  xmonad/repos/community-i686/PKGBUILD
  xmonad/repos/community-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
  xmonad/repos/community-i686/dynamic-compilation.patch
  xmonad/repos/community-i686/xmonad.svg
  xmonad/repos/community-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
  xmonad/repos/community-x86_64/PKGBUILD
  xmonad/repos/community-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
  xmonad/repos/community-x86_64/dynamic-compilation.patch
  xmonad/repos/community-x86_64/xmonad.svg

-+
 /PKGBUILD   |  128 +++
 /dynamic-compilation.patch  |   22 +
 /xmonad.svg |  154 
 community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   |   79 
 community-i686/PKGBUILD |   60 ---
 community-i686/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch   |  179 
--
 community-i686/dynamic-compilation.patch|   11 
 community-i686/xmonad.svg   |   77 
 community-x86_64/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch |   79 
 community-x86_64/PKGBUILD   |   60 ---
 community-x86_64/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch |  179 
--
 community-x86_64/dynamic-compilation.patch  |   11 
 community-x86_64/xmonad.svg |   77 
 13 files changed, 304 insertions(+), 812 deletions(-)

Deleted: community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
===
--- community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
2017-10-02 17:30:02 UTC (rev 261304)
+++ community-i686/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch   
2017-10-02 17:30:13 UTC (rev 261305)
@@ -1,79 +0,0 @@
-From 202e239ea48d56882bb4ad226ad3a4042ebf12bd Mon Sep 17 00:00:00 2001
-From: Peter Jones 
-Date: Tue, 22 Nov 2016 18:46:28 -0700
-Subject: [PATCH] Refactor xmonad/xmonad#9 and remove explicit exception
- handling
-

- src/XMonad/Operations.hs | 23 +--
- xmonad.cabal |  2 +-
- 2 files changed, 22 insertions(+), 3 deletions(-)
-
-diff --git a/src/XMonad/Operations.hs b/src/XMonad/Operations.hs
-index 153b5a2..cd33974 100644
 a/src/XMonad/Operations.hs
-+++ b/src/XMonad/Operations.hs
-@@ -34,6 +34,7 @@ import Control.Monad.Reader
- import Control.Monad.State
- import qualified Control.Exception.Extensible as C
- 
-+import System.IO
- import System.Posix.Process (executeFile)
- import Graphics.X11.Xlib
- import Graphics.X11.Xinerama (getScreenInfo)
-@@ -111,7 +112,10 @@ windows f = do
- 
- mapM_ setInitialProperties newwindows
- 
--whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
-+whenJust (W.peek old) $ \otherw -> do
-+  nbs <- asks (normalBorderColor . config)
-+  setWindowBorderWithFallback d otherw nbs nbc
-+
- modify (\s -> s { windowset = ws })
- 
- -- notify non visibility
-@@ -151,7 +155,9 @@ windows f = do
- 
- mapM_ (uncurry tileWindow) rects
- 
--whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
-+whenJust (W.peek ws) $ \w -> do
-+  fbs <- asks (focusedBorderColor . config)
-+  setWindowBorderWithFallback d w fbs fbc
- 
- mapM_ reveal visible
- setTopFocus
-@@ -181,6 +187,19 @@ setWMState w v = withDisplay $ \dpy -> do
- a <- atom_WM_STATE
- io $ changeProperty32 dpy w a a propModeReplace [fromIntegral v, 
fromIntegral none]
- 
-+-- | Set the border color using the window's color map, if possible,
-+-- otherwise use fallback.
-+setWindowBorderWithFallback :: Display -> Window -> String -> Pixel -> X ()
-+setWindowBorderWithFallback dpy w color basic = io $
-+C.handle fallback $ do
-+  wa <- getWindowAttributes dpy w
-+  pixel <- color_pixel . fst <$> allocNamedColor dpy (wa_colormap wa) 
color
-+  setWindowBorder dpy w pixel
-+  where
-+

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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 17:30:02
  Author: anthraxx
Revision: 261304

upgpkg: xmonad 0.13-9 (adding state-file rm patch)

https://github.com/xmonad/xmonad/issues/86

Deleted:
  xmonad/trunk/202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
  xmonad/trunk/dc078490d0c244af1d0d5370799b83f42dcb7d43.patch

+
 202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch |   79 --
 dc078490d0c244af1d0d5370799b83f42dcb7d43.patch |  179 ---
 2 files changed, 258 deletions(-)

Deleted: 202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch
===
--- 202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch  2017-10-02 17:28:20 UTC 
(rev 261303)
+++ 202e239ea48d56882bb4ad226ad3a4042ebf12bd.patch  2017-10-02 17:30:02 UTC 
(rev 261304)
@@ -1,79 +0,0 @@
-From 202e239ea48d56882bb4ad226ad3a4042ebf12bd Mon Sep 17 00:00:00 2001
-From: Peter Jones 
-Date: Tue, 22 Nov 2016 18:46:28 -0700
-Subject: [PATCH] Refactor xmonad/xmonad#9 and remove explicit exception
- handling
-

- src/XMonad/Operations.hs | 23 +--
- xmonad.cabal |  2 +-
- 2 files changed, 22 insertions(+), 3 deletions(-)
-
-diff --git a/src/XMonad/Operations.hs b/src/XMonad/Operations.hs
-index 153b5a2..cd33974 100644
 a/src/XMonad/Operations.hs
-+++ b/src/XMonad/Operations.hs
-@@ -34,6 +34,7 @@ import Control.Monad.Reader
- import Control.Monad.State
- import qualified Control.Exception.Extensible as C
- 
-+import System.IO
- import System.Posix.Process (executeFile)
- import Graphics.X11.Xlib
- import Graphics.X11.Xinerama (getScreenInfo)
-@@ -111,7 +112,10 @@ windows f = do
- 
- mapM_ setInitialProperties newwindows
- 
--whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
-+whenJust (W.peek old) $ \otherw -> do
-+  nbs <- asks (normalBorderColor . config)
-+  setWindowBorderWithFallback d otherw nbs nbc
-+
- modify (\s -> s { windowset = ws })
- 
- -- notify non visibility
-@@ -151,7 +155,9 @@ windows f = do
- 
- mapM_ (uncurry tileWindow) rects
- 
--whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
-+whenJust (W.peek ws) $ \w -> do
-+  fbs <- asks (focusedBorderColor . config)
-+  setWindowBorderWithFallback d w fbs fbc
- 
- mapM_ reveal visible
- setTopFocus
-@@ -181,6 +187,19 @@ setWMState w v = withDisplay $ \dpy -> do
- a <- atom_WM_STATE
- io $ changeProperty32 dpy w a a propModeReplace [fromIntegral v, 
fromIntegral none]
- 
-+-- | Set the border color using the window's color map, if possible,
-+-- otherwise use fallback.
-+setWindowBorderWithFallback :: Display -> Window -> String -> Pixel -> X ()
-+setWindowBorderWithFallback dpy w color basic = io $
-+C.handle fallback $ do
-+  wa <- getWindowAttributes dpy w
-+  pixel <- color_pixel . fst <$> allocNamedColor dpy (wa_colormap wa) 
color
-+  setWindowBorder dpy w pixel
-+  where
-+fallback :: C.SomeException -> IO ()
-+fallback e = do hPrint stderr e >> hFlush stderr
-+setWindowBorder dpy w basic
-+
- -- | hide. Hide a window by unmapping it, and setting Iconified.
- hide :: Window -> X ()
- hide w = whenX (gets (S.member w . mapped)) $ withDisplay $ \d -> do
-diff --git a/xmonad.cabal b/xmonad.cabal
-index 0de4277..ed77fe7 100644
 a/xmonad.cabal
-+++ b/xmonad.cabal
-@@ -78,7 +78,7 @@ library
-process,
-unix,
-utf8-string >= 0.3 && < 1.1,
--   X11>=1.5 && < 1.7
-+   X11>=1.7 && < 1.8
- 
- if true
- ghc-options:-funbox-strict-fields -Wall

Deleted: dc078490d0c244af1d0d5370799b83f42dcb7d43.patch
===
--- dc078490d0c244af1d0d5370799b83f42dcb7d43.patch  2017-10-02 17:28:20 UTC 
(rev 261303)
+++ dc078490d0c244af1d0d5370799b83f42dcb7d43.patch  2017-10-02 17:30:02 UTC 
(rev 261304)
@@ -1,179 +0,0 @@
-From dc078490d0c244af1d0d5370799b83f42dcb7d43 Mon Sep 17 00:00:00 2001
-From: Peter Jones 
-Date: Wed, 23 Nov 2016 16:30:27 -0700
-Subject: [PATCH] Guard most calls to getWindowAttributes since it may throw an
- exception
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This is a continuation of the work done by Adam Sjøgren (@asjo) to
-resolve an issue where RGBA windows have transparent borders.  It also
-fixes bugs related to windows suddenly disappearing right before
-xmonad calls getWindowAttributes.
-
-For more information see xmonad/xmonad#9

- src/XMonad/Core.hs   | 11 +--
- src/XMonad/Main.hs   | 18 ++
- src/XMonad/Operations.hs | 37 ++---
- 3 files changed, 41 insertions(+), 25 deletions(-)
-
-diff --git a/src/XMonad/Core.hs b/src/XMonad/Core.hs
-index a6387fd..3a96954 100644

  1   2   3   >