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

2016-03-24 Thread Sergej Pupykin
Date: Thursday, March 24, 2016 @ 17:46:19
  Author: spupykin
Revision: 168259

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

Added:
  libvirt-glib/repos/community-i686/PKGBUILD
(from rev 168258, libvirt-glib/trunk/PKGBUILD)
  libvirt-glib/repos/community-x86_64/PKGBUILD
(from rev 168258, libvirt-glib/trunk/PKGBUILD)
Deleted:
  libvirt-glib/repos/community-i686/PKGBUILD
  libvirt-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-24 16:46:00 UTC (rev 168258)
+++ community-i686/PKGBUILD 2016-03-24 16:46:19 UTC (rev 168259)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=libvirt-glib
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="GLib bindings for libvirt"
-arch=('i686' 'x86_64')
-url="http://libvirt.org";
-license=('LGPL2.1')
-depends=('libvirt' 'libcap-ng')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
-sha256sums=('d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --disable-static \
-  --with-python=/usr/bin/python2
-  make -j1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libvirt-glib/repos/community-i686/PKGBUILD (from rev 168258, 
libvirt-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-24 16:46:19 UTC (rev 168259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=libvirt-glib
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="GLib bindings for libvirt"
+arch=('i686' 'x86_64')
+url="http://libvirt.org";
+license=('LGPL2.1')
+depends=('libvirt' 'libcap-ng')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
+sha256sums=('d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d')
+sha256sums=('c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --disable-static \
+  --with-python=/usr/bin/python2
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-24 16:46:00 UTC (rev 168258)
+++ community-x86_64/PKGBUILD   2016-03-24 16:46:19 UTC (rev 168259)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=libvirt-glib
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="GLib bindings for libvirt"
-arch=('i686' 'x86_64')
-url="http://libvirt.org";
-license=('LGPL2.1')
-depends=('libvirt' 'libcap-ng')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
-sha256sums=('d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --disable-static \
-  --with-python=/usr/bin/python2
-  make -j1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libvirt-glib/repos/community-x86_64/PKGBUILD (from rev 168258, 
libvirt-glib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-24 16:46:19 UTC (rev 168259)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=libvirt-glib
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="GLib bindings for libvirt"
+arch=('i686' 'x86_64')
+url="http://libvirt.org";
+license=('LGPL2.1')
+depends=('libvirt' 'libcap-ng')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
+sha256sums=('d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d')
+sha256sums=('c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --disable-static \
+  --with-python=/usr/bin/python2
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" in

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

2016-03-24 Thread Sergej Pupykin
Date: Thursday, March 24, 2016 @ 17:46:00
  Author: spupykin
Revision: 168258

upgpkg: libvirt-glib 0.2.3-1

upd

Modified:
  libvirt-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 16:43:13 UTC (rev 168257)
+++ PKGBUILD2016-03-24 16:46:00 UTC (rev 168258)
@@ -3,7 +3,7 @@
 # Maintainer: Stefano Facchini 
 
 pkgname=libvirt-glib
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="GLib bindings for libvirt"
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala')
 source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
 sha256sums=('d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d')
+sha256sums=('c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 17:47:37
  Author: fyan
Revision: 168260

upgpkg: pandoc-crossref 0.2.0.0-10

rebuild with aeson-0.11.1.4, language-javascript-0.6.0.3, pandoc-1.17.0.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 16:46:19 UTC (rev 168259)
+++ PKGBUILD2016-03-24 16:47:37 UTC (rev 168260)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 17:48:06
  Author: fyan
Revision: 168261

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 168260, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-24 16:48:06 UTC (rev 168261)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.0
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('e7039ced02eaaec80f0814d1d242dd06002d76dc3bed784fd18e50ddec77e3bd')
+
+prepare() {
+sed -i 's/pandoc >= 1.16 && <1.17/pandoc >= 1.16 \&\& <1.18/' \
+${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 168260, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-03-24 
16:48:06 UTC (rev 168261)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
168260, pandoc-crossref/trunk/PKGBUILD)
==

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:12:23
  Author: andyrtr
Revision: 262469

upgpkg: cups-filters 1.8.3-1

upstream update 1.8.3

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 16:12:10 UTC (rev 262468)
+++ PKGBUILD2016-03-24 17:12:23 UTC (rev 262469)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('a32a83aef1808e4ccabad96a593a9f89')
+md5sums=('6554a92ae338cbfe40a45819d65c3738')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:12:38
  Author: andyrtr
Revision: 262470

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 262469, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 262469, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-24 17:12:23 UTC (rev 262469)
+++ extra-i686/PKGBUILD 2016-03-24 17:12:38 UTC (rev 262470)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('a32a83aef1808e4ccabad96a593a9f89')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 262469, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-24 17:12:38 UTC (rev 262470)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('6554a92ae338cbfe40a45819d65c3738')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/font

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:14:28
  Author: andyrtr
Revision: 262472

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 262471, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 262471, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-03-24 17:14:28 UTC (rev 262472)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2016c
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('03eab77c8b3176da1dd17d1d9062b151036b01d224f1e4b60f34a2db6899150431f34f4d9f39652648aae3a55326fd6f85d6deefe3f27b36eaed9ef39ed3f53c'
+  'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:14:22
  Author: andyrtr
Revision: 262471

upgpkg: tzdata 2016c-1

upstream update 2016c

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:12:38 UTC (rev 262470)
+++ PKGBUILD2016-03-24 17:14:22 UTC (rev 262471)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2016b
+pkgver=2016c
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('6d30215ba3289a5b85a632d635b76a54c3c08d97e426d6bd89f83c4efd252e43959593b21cca9d2b185f3845358908946cc308365accbee94f126ad3057cf838'
+sha512sums=('03eab77c8b3176da1dd17d1d9062b151036b01d224f1e4b60f34a2db6899150431f34f4d9f39652648aae3a55326fd6f85d6deefe3f27b36eaed9ef39ed3f53c'
   'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 18:19:26
  Author: fyan
Revision: 168262

upgpkg: git-annex 6.20160318-7

rebuild with aeson-0.11.1.4, language-javascript-0.6.0.3, pandoc-1.17.0.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 16:48:06 UTC (rev 168261)
+++ PKGBUILD2016-03-24 17:19:26 UTC (rev 168262)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160318
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 18:20:00
  Author: fyan
Revision: 168263

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 168262, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 168262, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 168262, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-24 17:20:00 UTC (rev 168263)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 168262, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-24 17:20:00 UTC (rev 168263)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-b

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:20:43
  Author: andyrtr
Revision: 262473

upgpkg: xf86-video-intel 1:2.99.917+586+g4e108af-1

update to lastest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:14:28 UTC (rev 262472)
+++ PKGBUILD2016-03-24 17:20:43 UTC (rev 262473)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.917+579+g74cd4d0
+pkgver=2.99.917+586+g4e108af
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)
@@ -28,7 +28,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=74cd4d0')
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e108af')
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in xf86-video-intel/repos (6 files)

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 18:20:52
  Author: andyrtr
Revision: 262474

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 262473, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 262473, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 262473, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 262473, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/xf86-video-intel.install   |   20 +
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 164 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 262473, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-24 17:20:52 UTC (rev 262474)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+586+g4e108af
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e108af')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
262473, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-03-24 17:20:52 UTC (rev 
262474)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 262473, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-24 17:20:52 UTC (rev 262474)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+586+g4e108af
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps

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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 18:22:03
  Author: fyan
Revision: 168264

upgpkg: haskell-criterion 1.1.1.0-4

rebuild with aeson-0.11.1.4, language-javascript-0.6.0.3, pandoc-1.17.0.2

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:20:00 UTC (rev 168263)
+++ PKGBUILD2016-03-24 17:22:03 UTC (rev 168264)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("custom:BSD3")


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

2016-03-24 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 18:22:34
  Author: fyan
Revision: 168265

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

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

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-criterion.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-criterion.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
168264, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-24 17:22:34 UTC (rev 168265)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-criterion/repos/community-staging-i686/haskell-criterion.install (from 
rev 168264, haskell-criterion/trunk/haskell-criterion.install)
===
--- community-staging-i686/haskell-criterion.install
(rev 0)
+++ community-staging-i686/haskell-criterion.install2016-03-24 17:22:34 UTC 
(rev 168265)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-criterion
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
168264, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-24 17:22:34 UTC (rev 168265)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("cust

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 19:43:20
  Author: andyrtr
Revision: 262476

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 262475, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch
(from rev 262475, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 262475, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-sys-zlib.patch
(from rev 262475, ghostscript/trunk/ghostscript-sys-zlib.patch)

---+
 testing-i686/PKGBUILD |   88 
 testing-i686/ghostscript-sys-zlib.patch   |   25 +++
 testing-x86_64/PKGBUILD   |   88 
 testing-x86_64/ghostscript-sys-zlib.patch |   25 +++
 4 files changed, 226 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 262475, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-24 18:43:20 UTC (rev 262476)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
+
+pkgname=ghostscript
+pkgver=9.19
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
+ 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk3:  needed for gsx')
+url="http://www.ghostscript.com/";
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.bz2
+#http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
+#options=('!makeflags')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+sha1sums=('202e234d54a4ccd667b57c9ae8b48bd65fafd503'
+  'e054caf753df4d67221b29a2eac66130653f7556')
+
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
+  # https://bugs.archlinux.org/task/38226
+  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
+
+  autoconf --force
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --enable-fontconfig \
+   --enable-freetype \
+   --enable-openjpeg \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --with-libpaper \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ijs
+  sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   cups_serverroot="${pkgdir}"/etc/cups \
+   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf "$pkgdir"/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ijs
+  make DESTDIR="${pkgdir}" install
+  
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch (from rev 
262475, ghostscript/trunk/ghostscript-sys-zlib.patch)
===
--- testing-i686/ghostscript-sys-zlib.patch (rev 0)
+++ testing-i686/ghostscript-sys-zlib.patch 2016-03-24 18:43:20 UTC (rev 
262476)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING(

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 19:43:07
  Author: andyrtr
Revision: 262475

upgpkg: ghostscript 9.19-1

upstream update 9.19

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/add_gserrors_h.diff
  ghostscript/trunk/bug_696246.diff
  ghostscript/trunk/fix_check_for_using_shared_freetype_lib.diff

--+
 PKGBUILD |   30 +--
 add_gserrors_h.diff  |   43 -
 bug_696246.diff  |  203 -
 fix_check_for_using_shared_freetype_lib.diff |   30 ---
 4 files changed, 9 insertions(+), 297 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:20:52 UTC (rev 262474)
+++ PKGBUILD2016-03-24 18:43:07 UTC (rev 262475)
@@ -4,8 +4,8 @@
 ### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
 
 pkgname=ghostscript
-pkgver=9.18
-pkgrel=6
+pkgver=9.19
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -15,30 +15,18 @@
 optdepends=('texlive-core:  needed for dvipdf'
 'gtk3:  needed for gsx')
 url="http://www.ghostscript.com/";
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
-ghostscript-sys-zlib.patch
-bug_696246.diff
-add_gserrors_h.diff
-fix_check_for_using_shared_freetype_lib.diff)
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.bz2
+#http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
 #options=('!makeflags')
-# http://downloads.ghostscript.com/public/SHA1SUMS
-sha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1'
-  'e054caf753df4d67221b29a2eac66130653f7556'
-  'f259eaac3beb0ec346bb2d4d2455e4e3baddecd4'
-  'ca686fed1af36d1f9fa866b47ff129c71d6a19ff'
-  '8258043b111832fe52989ccb00d6d87285fcad81')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+sha1sums=('202e234d54a4ccd667b57c9ae8b48bd65fafd503'
+  'e054caf753df4d67221b29a2eac66130653f7556')
 
 prepare() {
   cd ghostscript-${pkgver}
   # fix build with system zlib
   patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
-  # fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - FS#46637, 
FS#46734?
-  patch -Np1 -i ${srcdir}/bug_696246.diff
-  # add a missing header; FS#46928
-  patch -Np1 -i ${srcdir}/add_gserrors_h.diff
-  # fix use system freetype - FS#46744
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=8f5d28536e4518716fdfe974e580194c8f57871d
-  patch -Np1 -i ${srcdir}/fix_check_for_using_shared_freetype_lib.diff
 }
 
 build() {
@@ -84,7 +72,7 @@
cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
 
   # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
+  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
   
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 

Deleted: add_gserrors_h.diff
===
--- add_gserrors_h.diff 2016-03-24 17:20:52 UTC (rev 262474)
+++ add_gserrors_h.diff 2016-03-24 18:43:07 UTC (rev 262475)
@@ -1,43 +0,0 @@
-From feafe5e540a0545ec5d28f3f66bb542056bba495 Mon Sep 17 00:00:00 2001
-From: Chris Liddell 
-Date: Fri, 23 Oct 2015 10:16:11 +0100
-Subject: [PATCH] Bug 696301: add gserrors.h to the installed files
-
-for the so-install target.
-
-Also remove a spurious (copy'n'paste error) comment.
-
-No cluster differences

- base/gserrors.h   | 2 +-
- base/unix-dll.mak | 1 +
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/base/gserrors.h b/base/gserrors.h
-index 5f18081..cdebb38 100644
 a/base/gserrors.h
-+++ b/base/gserrors.h
-@@ -25,7 +25,7 @@
- /* We don't use a typedef internally to avoid a lot of casting. */
- 
- enum gs_error_type {
--gs_error_ok = 0,  /* unknown error */
-+gs_error_ok = 0,
- gs_error_unknownerror = -1,   /* unknown error */
- gs_error_dictfull = -2,
- gs_error_dictstackoverflow = -3,
-diff --git a/base/unix-dll.mak b/base/unix-dll.mak
-index 7b67aa1..73b4fa9 100644
 a/base/unix-dll.mak
-+++ b/base/unix-dll.mak
-@@ -186,6 +186,7 @@ install-so-subtarget: so-subtarget
-   ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR)
-   $(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)iapi.h
-   $(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)ierrors.h
-+  $(INSTALL_DATA) $(GLSRC)gserrors.h $(DESTDIR)$(gsincluded

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 20:11:21
  Author: andyrtr
Revision: 262477

upgpkg: groff 1.22.3-6

rebuild without ghostscript; should save us rebuilds for future ghostscript 
updates - no files are missing, see old FS#14517 that introduced the dependency 
on ghostscript

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 18:43:20 UTC (rev 262476)
+++ PKGBUILD2016-03-24 19:11:21 UTC (rev 262477)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer: 
 
-### rebuild on every ghostscript update -  FS#36562 ###
-
 pkgname=groff
 pkgver=1.22.3
-pkgrel=5
+pkgrel=6
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html";
@@ -12,7 +10,7 @@
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+makedepends=('netpbm' 'psutils'  'libxaw')
 optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
 'psutils: for use together with man -H command interaction in 
browsers'
 'libxaw: for gxditview')


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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 20:11:36
  Author: andyrtr
Revision: 262478

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 262477, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 262477, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 262477, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 262477, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 262477, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 262477, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/groff.install   |   22 +
 testing-i686/site.tmac   |   16 
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/groff.install |   22 +
 testing-x86_64/site.tmac |   16 
 6 files changed, 180 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 262477, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-24 19:11:36 UTC (rev 262478)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=6
+pkgdesc="GNU troff text-formatting system"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/groff/groff.html";
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils'  'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+install=groff.install
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg 

+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/groff.install (from rev 262477, 
groff/trunk/groff.install)
===
--- testing-i686/groff.install  (rev 0)
+++ testing-i686/groff.install  2016-03-24 19:11:36 UTC (rev 262478)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(groff.info groff.info-1 groff.info-2)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: groff/repos/testing-i686/site.tmac (from rev 262477, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2016-03-24 19:11:36 UTC (rev 262478)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \" Character translations for non-keyboard
+.  \" characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \" Shut off SGR by default (groff colors)
+.  \" Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 262477, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-24 19:11:36 UTC (rev 262478)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=6
+pkgdesc="GNU troff text-formatting system"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/groff/groff.html";
+license=('GPL')
+gr

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

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 20:12:33
  Author: andyrtr
Revision: 262479

no more groff rebuilds

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 19:11:36 UTC (rev 262478)
+++ PKGBUILD2016-03-24 19:12:33 UTC (rev 262479)
@@ -1,8 +1,6 @@
 # $Id$
 # Maintainer: AndyRTR 
 
-### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
-
 pkgname=ghostscript
 pkgver=9.19
 pkgrel=1


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 20:26:45
  Author: andyrtr
Revision: 262480

upgpkg: xf86-video-intel 1:2.99.917+587+gc186d4d-1

update to lastest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 19:12:33 UTC (rev 262479)
+++ PKGBUILD2016-03-24 19:26:45 UTC (rev 262480)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.917+586+g4e108af
+pkgver=2.99.917+587+gc186d4d
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)
@@ -28,7 +28,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e108af')
+source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=c186d4d')
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in xf86-video-intel/repos (8 files)

2016-03-24 Thread Andreas Radke
Date: Thursday, March 24, 2016 @ 20:27:00
  Author: andyrtr
Revision: 262481

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 262480, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 262480, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 262480, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 262480, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  124 ++
 /xf86-video-intel.install   |   40 +
 testing-i686/PKGBUILD   |   62 ---
 testing-i686/xf86-video-intel.install   |   20 
 testing-x86_64/PKGBUILD |   62 ---
 testing-x86_64/xf86-video-intel.install |   20 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-24 19:26:45 UTC (rev 262480)
+++ testing-i686/PKGBUILD   2016-03-24 19:27:00 UTC (rev 262481)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.99.917+586+g4e108af
-pkgrel=1
-epoch=1
-arch=(i686 x86_64)
-url="https://01.org/linuxgraphics";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
- # additional for git snapshot
- 'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output'
-'libxss: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=4e108af')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 262480, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-24 19:27:00 UTC (rev 262481)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917+587+gc186d4d
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+g

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

2016-03-24 Thread Anatol Pomozov
Date: Thursday, March 24, 2016 @ 22:09:06
  Author: anatolik
Revision: 262482

upgpkg: libgusb 0.2.9-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 19:27:00 UTC (rev 262481)
+++ PKGBUILD2016-03-24 21:09:06 UTC (rev 262482)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.2.8
+pkgver=0.2.9
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib2' 'glibc' 'libusb')
 makedepends=('gobject-introspection' 'python2')
 
source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-03-24 Thread Anatol Pomozov
Date: Thursday, March 24, 2016 @ 22:11:47
  Author: anatolik
Revision: 262483

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

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

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libgusb/repos/testing-i686/PKGBUILD (from rev 262482, 
libgusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-24 21:11:47 UTC (rev 262483)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libgusb/repos/testing-x86_64/PKGBUILD (from rev 262482, 
libgusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-24 21:11:47 UTC (rev 262483)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:46:50
  Author: jgc
Revision: 262484

upgpkg: adwaita-icon-theme 3.20-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 21:11:47 UTC (rev 262483)
+++ PKGBUILD2016-03-24 22:46:50 UTC (rev 262484)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=adwaita-icon-theme
-pkgver=3.19.91
+pkgver=3.20
 pkgrel=1
 pkgdesc="Adwaita icon theme"
 arch=(any)
@@ -14,7 +14,7 @@
 install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78e1d9419f0dea4648578f1a7f4a8361377e3cc55f998f433faab49de8ae91e1')
+sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in adwaita-icon-theme/repos/gnome-unstable-any (4 files)

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:46:54
  Author: jgc
Revision: 262485

archrelease: copy trunk to gnome-unstable-any

Added:
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 262484, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 262484, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
Deleted:
  adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
  adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install

+
 PKGBUILD   |   56 +--
 adwaita-icon-theme.install |   22 
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-24 22:46:50 UTC (rev 262484)
+++ PKGBUILD2016-03-24 22:46:54 UTC (rev 262485)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=3.19.91
-pkgrel=1
-pkgdesc="Adwaita icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
-makedepends=('intltool' 'icon-naming-utils')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-install=adwaita-icon-theme.install
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('78e1d9419f0dea4648578f1a7f4a8361377e3cc55f998f433faab49de8ae91e1')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 262484, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-24 22:46:54 UTC (rev 262485)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.20
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: adwaita-icon-theme.install
===
--- adwaita-icon-theme.install  2016-03-24 22:46:50 UTC (rev 262484)
+++ adwaita-icon-theme.install  2016-03-24 22:46:54 UTC (rev 262485)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install 
(from rev 262484, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- adwaita-icon-theme.install  (rev 0)
+++ adwaita-icon-theme.install  2016-03-24 22:46:54 UTC (rev 262485)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:48:13
  Author: jgc
Revision: 262486

upgpkg: at-spi2-atk 2.20.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:46:54 UTC (rev 262485)
+++ PKGBUILD2016-03-24 22:48:13 UTC (rev 262486)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.19.92
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca14964ae08a2e57d28ec4f9c9e3edb0507f4e032bef00b27c44e71df1a25fe1')
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-atk/repos (4 files)

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:48:20
  Author: jgc
Revision: 262487

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 262486, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262486, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-24 22:48:13 UTC (rev 262486)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:48:20 UTC (rev 262487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.19.92
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca14964ae08a2e57d28ec4f9c9e3edb0507f4e032bef00b27c44e71df1a25fe1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 262486, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:48:20 UTC (rev 262487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:48:13 UTC (rev 262486)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:48:20 UTC (rev 262487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.19.92
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ca14964ae08a2e57d28ec4f9c9e3edb0507f4e032bef00b27c44e71df1a25fe1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262486, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:48:20 UTC (rev 262487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
+
+build() {
+  cd $pkgname-$pkgver
+
+

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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:50:41
  Author: jgc
Revision: 262488

upgpkg: clutter-gst 3.0.18-1

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:48:20 UTC (rev 262487)
+++ PKGBUILD2016-03-24 22:50:41 UTC (rev 262488)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.16
+pkgver=3.0.18
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('803e8b7265e63e0581e21fd0c6064792dfe951512e9f515e9e7a9b452caaf9f0')
+sha256sums=('0aec0d0c6020cd19a5bb0dab1165a92748f81a9a3acdfabb0f966d5f53bc8093')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:50:47
  Author: jgc
Revision: 262489

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gst/repos/gnome-unstable-i686/
  clutter-gst/repos/gnome-unstable-i686/PKGBUILD
(from rev 262488, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/gnome-unstable-x86_64/
  clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262488, clutter-gst/trunk/PKGBUILD)

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

Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 262488, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:50:47 UTC (rev 262489)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.18
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0aec0d0c6020cd19a5bb0dab1165a92748f81a9a3acdfabb0f966d5f53bc8093')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262488, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:50:47 UTC (rev 262489)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.18
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0aec0d0c6020cd19a5bb0dab1165a92748f81a9a3acdfabb0f966d5f53bc8093')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:52:17
  Author: jgc
Revision: 262491

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gst2/repos/gnome-unstable-i686/
  clutter-gst2/repos/gnome-unstable-i686/PKGBUILD
(from rev 262490, clutter-gst2/trunk/PKGBUILD)
  clutter-gst2/repos/gnome-unstable-x86_64/
  clutter-gst2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262490, clutter-gst2/trunk/PKGBUILD)

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

Copied: clutter-gst2/repos/gnome-unstable-i686/PKGBUILD (from rev 262490, 
clutter-gst2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:52:17 UTC (rev 262491)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+conflicts=('clutter-gst<=2.0.14')
+source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
+sha256sums=('8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5')
+
+build() {
+  cd clutter-gst-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd clutter-gst-$pkgver
+  make check
+}
+
+package() {
+  cd clutter-gst-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262490, 
clutter-gst2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:52:17 UTC (rev 262491)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/";
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+conflicts=('clutter-gst<=2.0.14')
+source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
+sha256sums=('8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5')
+
+build() {
+  cd clutter-gst-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd clutter-gst-$pkgver
+  make check
+}
+
+package() {
+  cd clutter-gst-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:52:11
  Author: jgc
Revision: 262490

upgpkg: clutter-gst2 2.0.18-1

Modified:
  clutter-gst2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:50:47 UTC (rev 262489)
+++ PKGBUILD2016-03-24 22:52:11 UTC (rev 262490)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=clutter-gst2
-pkgver=2.0.16
+pkgver=2.0.18
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection)
 conflicts=('clutter-gst<=2.0.14')
 
source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
-sha256sums=('a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039')
+sha256sums=('8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5')
 
 build() {
   cd clutter-gst-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:54:16
  Author: jgc
Revision: 262492

upgpkg: dconf 0.26.0-1

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:52:17 UTC (rev 262491)
+++ PKGBUILD2016-03-24 22:54:16 UTC (rev 262492)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.25.1
+pkgver=0.26.0
 pkgrel=1
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
@@ -9,10 +9,10 @@
 url="http://live.gnome.org/dconf";
 license=('LGPL2.1')
 depends=('glib2')
-makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
+makedepends=('vala' 'intltool' 'docbook-xsl' 'python')
 install=dconf.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5011982b2b81c531f557d2abed215bb78223b6e75f0c92aaf6b73d3c8aa711d1')
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:54:22
  Author: jgc
Revision: 262493

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-i686/PKGBUILD
(from rev 262492, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-i686/dconf.install
(from rev 262492, dconf/trunk/dconf.install)
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262492, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-x86_64/dconf.install
(from rev 262492, dconf/trunk/dconf.install)
Deleted:
  dconf/repos/gnome-unstable-i686/PKGBUILD
  dconf/repos/gnome-unstable-i686/dconf.install
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
  dconf/repos/gnome-unstable-x86_64/dconf.install

-+
 /PKGBUILD   |   60 ++
 /dconf.install  |   22 
 gnome-unstable-i686/PKGBUILD|   30 -
 gnome-unstable-i686/dconf.install   |   11 --
 gnome-unstable-x86_64/PKGBUILD  |   30 -
 gnome-unstable-x86_64/dconf.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.25.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('glib2')
-makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5011982b2b81c531f557d2abed215bb78223b6e75f0c92aaf6b73d3c8aa711d1')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 262492, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'intltool' 'docbook-xsl' 'python')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/dconf.install
===
--- gnome-unstable-i686/dconf.install   2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-i686/dconf.install   2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 262492, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-i686/dconf.install   (rev 0)
+++ gnome-unstable-i686/dconf.install   2016-03-24 22:54:22 UTC (rev 262493)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:54:16 UTC (rev 262492)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:54:22 UTC (rev 262493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.25.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('glib2')
-makedepends=('vala' 'intltool' 'docbook-xsl' 'python2')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5011982b2b81c531f557d2abed215bb78223b6e75f0c92aaf6b73d3c8aa711d1')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure

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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:55:36
  Author: jgc
Revision: 262495

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  webkit2gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 262494, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-i686/isnan.patch
(from rev 262494, webkit2gtk/trunk/isnan.patch)
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262494, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-x86_64/isnan.patch
(from rev 262494, webkit2gtk/trunk/isnan.patch)
Deleted:
  webkit2gtk/repos/gnome-unstable-i686/PKGBUILD
  webkit2gtk/repos/gnome-unstable-i686/isnan.patch
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
  webkit2gtk/repos/gnome-unstable-x86_64/isnan.patch

---+
 /PKGBUILD |  102 
 /isnan.patch  |   24 
 gnome-unstable-i686/PKGBUILD  |   51 --
 gnome-unstable-i686/isnan.patch   |   12 
 gnome-unstable-x86_64/PKGBUILD|   51 --
 gnome-unstable-x86_64/isnan.patch |   12 
 6 files changed, 126 insertions(+), 126 deletions(-)

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

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

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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:55:29
  Author: jgc
Revision: 262494

upgpkg: webkit2gtk 2.12.0-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:54:22 UTC (rev 262493)
+++ PKGBUILD2016-03-24 22:55:29 UTC (rev 262494)
@@ -2,13 +2,13 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.11.92
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/";
 license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs' 
'gst-plugins-bad'
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
 'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
 makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
 optdepends=('gtk2: Netscape plugin support'
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('f4ef94e7c901e51e449290604678b6777d85581d4b9c0d7da7b720489d475939')
+sha256sums=('a68604f8fd1bcb247d647709290226289b90c16acb1f3730538b688db8df5ea6')
 
 prepare() {
   mkdir build


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:57:22
  Author: jgc
Revision: 262496

upgpkg: gcab 0.7-1

Modified:
  gcab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:55:36 UTC (rev 262495)
+++ PKGBUILD2016-03-24 22:57:22 UTC (rev 262496)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gcab
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="A GObject library to create cabinet files"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('intltool')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
 url="http://www.gnome.org/";
-sha256sums=('a0443b904bfa7227b5155bfcdf9ea9256b6e26930b8febe1c41f972f6f1334bb')
+sha256sums=('a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:57:27
  Author: jgc
Revision: 262497

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcab/repos/gnome-unstable-i686/
  gcab/repos/gnome-unstable-i686/PKGBUILD
(from rev 262496, gcab/trunk/PKGBUILD)
  gcab/repos/gnome-unstable-x86_64/
  gcab/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262496, gcab/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   25 +
 gnome-unstable-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: gcab/repos/gnome-unstable-i686/PKGBUILD (from rev 262496, 
gcab/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:57:27 UTC (rev 262497)
@@ -0,0 +1,25 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=gcab
+pkgver=0.7
+pkgrel=1
+pkgdesc="A GObject library to create cabinet files"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2')
+makedepends=('intltool')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.gnome.org/";
+sha256sums=('a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gcab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262496, 
gcab/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:57:27 UTC (rev 262497)
@@ -0,0 +1,25 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=gcab
+pkgver=0.7
+pkgrel=1
+pkgdesc="A GObject library to create cabinet files"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2')
+makedepends=('intltool')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.gnome.org/";
+sha256sums=('a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:59:10
  Author: jgc
Revision: 262499

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 262498, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262498, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-24 22:59:03 UTC (rev 262498)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:59:10 UTC (rev 262499)
@@ -1,27 +0,0 @@
-#$Id:
-#Maintainer: Jan de Groot 
-
-pkgname=geocode-glib
-pkgver=3.19.90
-pkgrel=1
-pkgdesc="Geocode Helper library"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://git.gnome.org/browse/geocode-glib/";
-depends=('glib2' 'json-glib' 'libsoup')
-makedepends=('intltool' 'gobject-introspection')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('839f17e1c0e1147320a93ecea08c28ac8c0b52bb87e43899531cb1938be96e0a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 262498, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 22:59:10 UTC (rev 262499)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot 
+
+pkgname=geocode-glib
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/";
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f2264238e9481a95ca260ba2c652bebd247ec1852a27ded5b126117eb1bb6ba')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:59:03 UTC (rev 262498)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:59:10 UTC (rev 262499)
@@ -1,27 +0,0 @@
-#$Id:
-#Maintainer: Jan de Groot 
-
-pkgname=geocode-glib
-pkgver=3.19.90
-pkgrel=1
-pkgdesc="Geocode Helper library"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://git.gnome.org/browse/geocode-glib/";
-depends=('glib2' 'json-glib' 'libsoup')
-makedepends=('intltool' 'gobject-introspection')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('839f17e1c0e1147320a93ecea08c28ac8c0b52bb87e43899531cb1938be96e0a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262498, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 22:59:10 UTC (rev 262499)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot 
+
+pkgname=geocode-glib
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Geocode Helper library"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://git.gnome.org/browse/geocode-glib/";
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f2264238e9481a95ca260ba2c652bebd247ec1852a27ded5b126117eb1bb6ba')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-03-24 Thread Jan de Groot
Date: Thursday, March 24, 2016 @ 23:59:03
  Author: jgc
Revision: 262498

upgpkg: geocode-glib 3.20.0-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:57:27 UTC (rev 262497)
+++ PKGBUILD2016-03-24 22:59:03 UTC (rev 262498)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot 
 
 pkgname=geocode-glib
-pkgver=3.19.90
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Geocode Helper library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('839f17e1c0e1147320a93ecea08c28ac8c0b52bb87e43899531cb1938be96e0a')
+sha256sums=('5f2264238e9481a95ca260ba2c652bebd247ec1852a27ded5b126117eb1bb6ba')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:01:09
  Author: jgc
Revision: 262501

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-i686/
  
glib-networking/repos/gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
(from rev 262500, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
(from rev 262500, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
(from rev 262500, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/
  
glib-networking/repos/gnome-unstable-x86_64/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
(from rev 262500, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262500, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
(from rev 262500, glib-networking/trunk/glib-networking.install)

---+
 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
   |   36 ++
 gnome-unstable-i686/PKGBUILD   
   |   35 +
 gnome-unstable-i686/glib-networking.install
   |   11 +++
 
gnome-unstable-x86_64/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 |   36 ++
 gnome-unstable-x86_64/PKGBUILD 
   |   35 +
 gnome-unstable-x86_64/glib-networking.install  
   |   11 +++
 6 files changed, 164 insertions(+)

Copied: 
glib-networking/repos/gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 (from rev 262500, 
glib-networking/trunk/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch)
===
--- 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 (rev 0)
+++ 
gnome-unstable-i686/0001-gnutls-Switch-backend-priorities-so-gnutls-pkcs11-is.patch
 2016-03-24 23:01:09 UTC (rev 262501)
@@ -0,0 +1,36 @@
+From ad464b856318691c1277dd3239573d18dd04bb08 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 28 Apr 2015 22:09:33 +0200
+Subject: [PATCH] gnutls: Switch backend priorities so gnutls-pkcs11 is
+ preferred
+
+---
+ tls/gnutls/gtlsbackend-gnutls-pkcs11.c | 2 +-
+ tls/gnutls/gtlsbackend-gnutls.c| 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tls/gnutls/gtlsbackend-gnutls-pkcs11.c 
b/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
+index 48be45e..429acbb 100644
+--- a/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
 b/tls/gnutls/gtlsbackend-gnutls-pkcs11.c
+@@ -61,5 +61,5 @@ g_tls_backend_gnutls_pkcs11_register (GIOModule *module)
+   g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
+ g_tls_backend_gnutls_pkcs11_get_type(),
+ "gnutls-pkcs11",
+--5);
++0);
+ }
+diff --git a/tls/gnutls/gtlsbackend-gnutls.c b/tls/gnutls/gtlsbackend-gnutls.c
+index 55ec1a5..ca79b92 100644
+--- a/tls/gnutls/gtlsbackend-gnutls.c
 b/tls/gnutls/gtlsbackend-gnutls.c
+@@ -310,5 +310,5 @@ g_tls_backend_gnutls_register (GIOModule *module)
+   g_io_extension_point_implement (G_TLS_BACKEND_EXTENSION_POINT_NAME,
+ g_tls_backend_gnutls_get_type(),
+ "gnutls",
+-0);
++-5);
+ }
+-- 
+2.3.6
+

Copied: glib-networking/repos/gnome-unstable-i686/PKGBUILD (from rev 262500, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:01:09 UTC (rev 262501)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.48.0
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+

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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:01:03
  Author: jgc
Revision: 262500

upgpkg: glib-networking 2.48.0-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 22:59:10 UTC (rev 262499)
+++ PKGBUILD2016-03-24 23:01:03 UTC (rev 262500)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.47.90
+pkgver=2.48.0
 pkgrel=1
 pkgdesc="Network-related giomodules for glib"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool)
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fa82cdc3048e27cd91a54b2e9da807e1b8c5a3f70a7a3de8505e4a109d116623')
+sha256sums=('7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:04:35
  Author: jgc
Revision: 262503

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 262502, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 262502, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 262502, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 262502, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262502, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 262502, gnome-bluetooth/trunk/gnome-bluetooth.install)

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 ++
 gnome-unstable-i686/PKGBUILD  |   42 
 gnome-unstable-i686/gnome-bluetooth.install   |   11 
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 ++
 gnome-unstable-x86_64/PKGBUILD|   42 
 gnome-unstable-x86_64/gnome-bluetooth.install |   11 
 6 files changed, 120 insertions(+)

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 262502, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2016-03-24 23:04:35 UTC 
(rev 262503)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 262502, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:04:35 UTC (rev 262503)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeBluetooth";
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+options=(!emptydirs)
+install=gnome-bluetooth.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+61-gnome-bluetooth-rfkill.rules)
+sha256sums=('e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3'
+'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+  "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+}

Copied: gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install (from 
rev 262502, gnome-bluetooth/trunk/gnome-bluetooth.install)
===
--- gnome-unstable-i686/gnome-bluetooth.install (rev 0)
+++ gnome-unstable-i686/gnome-bluetooth.install 2016-03-24 23:04:35 UTC (rev 
262503)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: 
gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules 
(from rev 262502, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules   
(rev 0)
+++ gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules   2016-03-24 
23:04:35 UTC (rev 262503)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=7333

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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:04:28
  Author: jgc
Revision: 262502

upgpkg: gnome-bluetooth 3.18.3-1

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 23:01:09 UTC (rev 262501)
+++ PKGBUILD2016-03-24 23:04:28 UTC (rev 262502)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=gnome-bluetooth
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 install=gnome-bluetooth.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 61-gnome-bluetooth-rfkill.rules)
-sha256sums=('d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398'
+sha256sums=('e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3'
 '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
 
 build() {


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:07:32
  Author: jgc
Revision: 262504

upgpkg: gnome-desktop 1:3.20.0-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 23:04:35 UTC (rev 262503)
+++ PKGBUILD2016-03-24 23:07:32 UTC (rev 262504)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.19.93
+pkgver=3.20.0
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4473f7293afa9c4574ea77e8b4234efe8a96c3ff30b68622c31b3d82c6272fa3')
+sha256sums=('18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:07:43
  Author: jgc
Revision: 262505

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

+
 /PKGBUILD  |   60 +++
 gnome-unstable-i686/PKGBUILD   |   30 ---
 gnome-unstable-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-24 23:07:32 UTC (rev 262504)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:07:43 UTC (rev 262505)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.19.93
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4473f7293afa9c4574ea77e8b4234efe8a96c3ff30b68622c31b3d82c6272fa3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 262504, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:07:43 UTC (rev 262505)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.20.0
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url="http://www.gnome.org";
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-24 23:07:32 UTC (rev 262504)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 23:07:43 UTC (rev 262505)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.19.93
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4473f7293afa9c4574ea77e8b4234efe8a96c3ff30b68622c31b3d82c6272fa3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262504, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-24 23:07:43 UTC (rev 262505)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.20.0
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intl

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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:12:26
  Author: jgc
Revision: 262507

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 262506, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 262506, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262506, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 262506, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install

-+
 /PKGBUILD   |   64 ++
 /gnome-online-accounts.install  |   24 ++
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/gnome-online-accounts.install   |   12 ---
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/gnome-online-accounts.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-24 23:12:19 UTC (rev 262506)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:12:26 UTC (rev 262507)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.19.92.1
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ce7c257ceec410f8fc467984fcb126db18dd34680e0dcb1ddea4130ec52269a4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-media-server --enable-kerberos --enable-lastfm
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
262506, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-24 23:12:26 UTC (rev 262507)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c98233914c455dc21f8c73904dd2881bee6bfa117a5bdc573ba3a8550c36a460')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-media-server --enable-kerberos --enable-lastfm
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gnome-online-accounts.install
===
--- gnome-unstable-i686/gnome-online-accounts.install   2016-03-24 23:12:19 UTC 
(rev 262506)
+++ gnome-unstable-i686/gnome-online-accounts.install   2016-03-24 23:12:26 UTC 
(rev 262507)
@@ -1,12 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 262506, gnome-online-accounts/trunk/gnome-online-accounts.install)
===

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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 00:12:19
  Author: jgc
Revision: 262506

upgpkg: gnome-online-accounts 3.20.0-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 23:07:43 UTC (rev 262505)
+++ PKGBUILD2016-03-24 23:12:19 UTC (rev 262506)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.19.92.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 'gvfs-google: Google Drive')
 install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ce7c257ceec410f8fc467984fcb126db18dd34680e0dcb1ddea4130ec52269a4')
+sha256sums=('c98233914c455dc21f8c73904dd2881bee6bfa117a5bdc573ba3a8550c36a460')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:06:42
  Author: jgc
Revision: 262508

upgpkg: libxml2 2.9.3-2

Add python 3.x bindings

Modified:
  libxml2/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 23:12:26 UTC (rev 262507)
+++ PKGBUILD2016-03-25 00:06:42 UTC (rev 262508)
@@ -5,13 +5,12 @@
 
 pkgname=libxml2
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
 license=('MIT')
 depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-optdepends=('python2: python bindings to libxml')
+makedepends=('python2' 'python')
 url="http://www.xmlsoft.org/";
 source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
 http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
@@ -19,27 +18,36 @@
  'ae3d1ebe000a3972afa104ca7f0e1b4a')
 
 prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
   cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  mv ../xmlconf .
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  cd build-py2
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
 
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
+  cd ../build-py3
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
   make
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd build-py3
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
 }


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:06:49
  Author: jgc
Revision: 262509

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libxml2/repos/gnome-unstable-i686/
  libxml2/repos/gnome-unstable-i686/PKGBUILD
(from rev 262508, libxml2/trunk/PKGBUILD)
  libxml2/repos/gnome-unstable-x86_64/
  libxml2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262508, libxml2/trunk/PKGBUILD)

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

Copied: libxml2/repos/gnome-unstable-i686/PKGBUILD (from rev 262508, 
libxml2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 00:06:49 UTC (rev 262509)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python')
+url="http://www.xmlsoft.org/";
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('daece17e045f1c107610e137ab50c179'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build-py2
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262508, 
libxml2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-25 00:06:49 UTC (rev 262509)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python')
+url="http://www.xmlsoft.org/";
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('daece17e045f1c107610e137ab50c179'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build-py2
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:07:46
  Author: jgc
Revision: 262510

upgpkg: itstool 2.0.2-2

Use python 3.x

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 00:06:49 UTC (rev 262509)
+++ PKGBUILD2016-03-25 00:07:46 UTC (rev 262510)
@@ -4,24 +4,23 @@
 
 pkgname=itstool
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="XML to PO and back again"
 arch=(any)
 url="http://itstool.org/";
 license=(GPL3)
-depends=(python2 libxml2)
+depends=(python libxml2)
 source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
 sha256sums=('bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's/| python/&2/' configure.ac
   autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
   make
 }
 


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:07:51
  Author: jgc
Revision: 262511

archrelease: copy trunk to gnome-unstable-any

Added:
  itstool/repos/gnome-unstable-any/
  itstool/repos/gnome-unstable-any/PKGBUILD
(from rev 262510, itstool/trunk/PKGBUILD)

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

Copied: itstool/repos/gnome-unstable-any/PKGBUILD (from rev 262510, 
itstool/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2016-03-25 00:07:51 UTC (rev 262511)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Michael Pusterhofer 
+
+pkgname=itstool
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="XML to PO and back again"
+arch=(any)
+url="http://itstool.org/";
+license=(GPL3)
+depends=(python libxml2)
+source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:17:05
  Author: jgc
Revision: 262514

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-i686/PKGBUILD
(from rev 262513, zenity/trunk/PKGBUILD)
  zenity/repos/gnome-unstable-x86_64/
  zenity/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262513, zenity/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   26 ++
 gnome-unstable-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

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

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


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:16:53
  Author: jgc
Revision: 262513

upgpkg: zenity 3.20.0-1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 00:12:29 UTC (rev 262512)
+++ PKGBUILD2016-03-25 00:16:53 UTC (rev 262513)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.18.1.1
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=(itstool yelp-tools gettext)
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6317a03f58b528e2e3330fef5acea39506ec08a7c2aeec5c4f1e7505d43a80a')
+sha256sums=('02e8759397f813c0a620b93ebeacdab9956191c9dc0d0fcba1815c5ea3f15a48')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:36:52
  Author: speps
Revision: 168266

upgpkg: synthv1 0.7.4-1

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:22:34 UTC (rev 168265)
+++ PKGBUILD2016-03-25 01:36:52 UTC (rev 168266)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a798aeb8341887c1adc6ac961023fbb5')
+md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # x86_64 lib path fix
   sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
 }
 
 build() {


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:38
  Author: speps
Revision: 168269

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

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

--+
 /PKGBUILD|   72 +
 /samplv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/samplv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:37:32 UTC (rev 168268)
+++ community-i686/PKGBUILD 2016-03-25 01:37:38 UTC (rev 168269)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html";
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
- 'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver 
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-i686/PKGBUILD (from rev 168268, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:37:38 UTC (rev 168269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb5278771b599f9793609bb763ba7148')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+}
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2016-03-25 01:37:32 UTC (rev 168268)
+++ community-i686/samplv1.install  2016-03-25 01:37:38 UTC (rev 168269)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 168268, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2016-03-25 01:37:38 UTC (rev 168269)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 01:37:32 UTC (rev 168268)
+++ community-x86_64/PKGBUILD   2016-03-25 01:37:38 UTC (rev 168269)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(i686 x86_64)
-u

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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:13
  Author: speps
Revision: 168267

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

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

--+
 /PKGBUILD|   72 +
 /synthv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/synthv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:36:52 UTC (rev 168266)
+++ community-i686/PKGBUILD 2016-03-25 01:37:13 UTC (rev 168267)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html";
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
- 'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a798aeb8341887c1adc6ac961023fbb5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 168266, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:37:13 UTC (rev 168267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2016-03-25 01:36:52 UTC (rev 168266)
+++ community-i686/synthv1.install  2016-03-25 01:37:13 UTC (rev 168267)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 168266, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2016-03-25 01:37:13 UTC (rev 168267)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 01:36:52 UTC (rev 168266)
+++ community-x86_64/PKGBUILD   2016-03-25 01:37:13 UTC (rev 168267)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.7.2
-pkgr

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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:32
  Author: speps
Revision: 168268

upgpkg: samplv1 0.7.4-1

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:37:13 UTC (rev 168267)
+++ PKGBUILD2016-03-25 01:37:32 UTC (rev 168268)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
+md5sums=('bb5278771b599f9793609bb763ba7148')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # x86_64 lib path fix
   sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
 }
 
 build() {


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:38:09
  Author: speps
Revision: 168270

upgpkg: drumkv1 0.7.4-1

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:37:38 UTC (rev 168269)
+++ PKGBUILD2016-03-25 01:38:09 UTC (rev 168270)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
+md5sums=('eb954772794f6c3aa993d192ef417ade')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # x86_64 lib path fix
   sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
 }
 
 build() {


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:38:16
  Author: speps
Revision: 168271

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

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

--+
 /PKGBUILD|   72 +
 /drumkv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html";
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
- 'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 168270, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html";
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('eb954772794f6c3aa993d192ef417ade')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 168270, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 01:38:09 UTC (rev 168270)
+++ community-x86_64/PKGBUILD   2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-inde

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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:45:27
  Author: speps
Revision: 168272

upgpkg: plowshare 2.1.3-1

Modified:
  plowshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:38:16 UTC (rev 168271)
+++ PKGBUILD2016-03-25 01:45:27 UTC (rev 168272)
@@ -3,7 +3,7 @@
 # Contributor: breakdown 
 
 pkgname=plowshare
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
@@ -15,7 +15,7 @@
 'tiv: ascii display for no X server'
 'aview: ascii display for no X server')
 source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
+md5sums=('114cebf706027f3f93bbccb3762105b2')
 
 package() {
   cd $pkgname-*


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:45:32
  Author: speps
Revision: 168273

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 168272, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 01:45:27 UTC (rev 168272)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
-arch=('any')
-url="https://github.com/mcrapet/plowshare";
-license=('GPL3')
-depends=('curl' 'recode' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 168272, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare";
+license=('GPL3')
+depends=('curl' 'recode' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('114cebf706027f3f93bbccb3762105b2')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:06:19
  Author: fyan
Revision: 168274

upgpkg: hindent 4.6.1-15

rebuild with aeson-0.11.1.4, language-javascript-0.6.0.3, pandoc-1.17.0.2

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
+++ PKGBUILD2016-03-25 02:06:19 UTC (rev 168274)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent";
 license=("custom:BSD3")


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:06:47
  Author: fyan
Revision: 168275

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 168274, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 02:06:47 UTC (rev 168275)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=15
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 168274, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 02:06:47 UTC (rev 168275)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=15
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:07:49
  Author: fyan
Revision: 168276

upgpkg: stylish-haskell 0.5.15.2-10

rebuild with aeson-0.11.1.4, language-javascript-0.6.0.3, pandoc-1.17.0.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 02:06:47 UTC (rev 168275)
+++ PKGBUILD2016-03-25 02:07:49 UTC (rev 168276)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:08:18
  Author: fyan
Revision: 168277

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 168276, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 02:08:18 UTC (rev 168277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=10
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
168276, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 02:08:18 UTC (rev 168277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=10
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:15:24
  Author: fyan
Revision: 168325

upgpkg: npm 3.8.3-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 02:10:42 UTC (rev 168324)
+++ PKGBUILD2016-03-25 02:15:24 UTC (rev 168325)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 03:15:46
  Author: fyan
Revision: 168326

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 02:15:24 UTC (rev 168325)
+++ PKGBUILD2016-03-25 02:15:46 UTC (rev 168326)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.8.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

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


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 03:32:43
  Author: speps
Revision: 168328

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   34 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 02:32:29 UTC (rev 168327)
+++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.1.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('33bb92f48dc18240d7ff208569f4a67c')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 168327, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.3.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2016-03-25 02:32:29 UTC (rev 168327)
+++ community-i686/smtube.install   2016-03-25 02:32:43 UTC (rev 168328)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 168327, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2016-03-25 02:32:43 UTC (rev 168328)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 02:32:29 UTC (rev 168327)
+++ community-x86_64/PKGBUILD   2016-03-25 02:32

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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 03:32:29
  Author: speps
Revision: 168327

upgpkg: smtube 16.3.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 02:15:46 UTC (rev 168326)
+++ PKGBUILD2016-03-25 02:32:29 UTC (rev 168327)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=16.1.0
+pkgver=16.3.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('33bb92f48dc18240d7ff208569f4a67c')
+md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 05:30:13
  Author: fyan
Revision: 168329

upgpkg: perl-data-optlist 0.110-1

Modified:
  perl-data-optlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 02:32:43 UTC (rev 168328)
+++ PKGBUILD2016-03-25 04:30:13 UTC (rev 168329)
@@ -3,8 +3,8 @@
 # Contributor: Justin Davis 
 
 pkgname=perl-data-optlist
-pkgver=0.109
-pkgrel=2
+pkgver=0.110
+pkgrel=1
 pkgdesc="Parse and validate simple name/value option pairs"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-simple')
 url="https://metacpan.org/release/Data-OptList";
 
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-$pkgver.tar.gz)
-md5sums=('de3f747d6b802ded363cf434a96dab8f')
+md5sums=('f9236c9ea5607134ad8a2b3dc901c4c5')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \


[arch-commits] Commit in perl-data-optlist/repos/community-any (PKGBUILD PKGBUILD)

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 05:30:32
  Author: fyan
Revision: 168330

archrelease: copy trunk to community-any

Added:
  perl-data-optlist/repos/community-any/PKGBUILD
(from rev 168329, perl-data-optlist/trunk/PKGBUILD)
Deleted:
  perl-data-optlist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 04:30:13 UTC (rev 168329)
+++ PKGBUILD2016-03-25 04:30:32 UTC (rev 168330)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Justin Davis 
-
-pkgname=perl-data-optlist
-pkgver=0.109
-pkgrel=2
-pkgdesc="Parse and validate simple name/value option pairs"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-params-util' 'perl-scalar-list-utils' 'perl-sub-install')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-simple')
-url="https://metacpan.org/release/Data-OptList";
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-$pkgver.tar.gz)
-md5sums=('de3f747d6b802ded363cf434a96dab8f')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT="INSTALLDIRS=vendor"\
-  PERL_MB_OPT="--installdirs vendor"  \
-  MODULEBUILDRC=/dev/null
-cd "$srcdir"/Data-OptList-$pkgver
-
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "$srcdir"/Data-OptList-$pkgver
-
-make test
-  )
-}
-
-package() {
-  cd "$srcdir"/Data-OptList-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-data-optlist/repos/community-any/PKGBUILD (from rev 168329, 
perl-data-optlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 04:30:32 UTC (rev 168330)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-data-optlist
+pkgver=0.110
+pkgrel=1
+pkgdesc="Parse and validate simple name/value option pairs"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-params-util' 'perl-scalar-list-utils' 'perl-sub-install')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-simple')
+url="https://metacpan.org/release/Data-OptList";
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-$pkgver.tar.gz)
+md5sums=('f9236c9ea5607134ad8a2b3dc901c4c5')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
+  MODULEBUILDRC=/dev/null
+cd "$srcdir"/Data-OptList-$pkgver
+
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "$srcdir"/Data-OptList-$pkgver
+
+make test
+  )
+}
+
+package() {
+  cd "$srcdir"/Data-OptList-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 06:07:51
  Author: fyan
Revision: 168331

upgpkg: python-flaky 3.1.1-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 04:30:32 UTC (rev 168330)
+++ PKGBUILD2016-03-25 05:07:51 UTC (rev 168331)
@@ -4,7 +4,7 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -17,14 +17,14 @@
 md5sums=('SKIP')
 
 prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
+  cp -a flaky{,-py2}
 }
 
 build() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/flaky
   python setup.py build
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/flaky-py2
   python2 setup.py build
 }
 
@@ -31,7 +31,7 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/flaky
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
 export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
@@ -42,7 +42,7 @@
 py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
   )
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/flaky-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   (
 export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
@@ -57,7 +57,7 @@
 package_python-flaky() {
   depends=('python')
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/flaky
   python setup.py install --root="$pkgdir"/ --optimize=1
 }
 
@@ -64,7 +64,7 @@
 package_python2-flaky() {
   depends=('python2')
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/flaky-py2
   python2 setup.py install --root="$pkgdir"/ --optimize=1
 }
 


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 06:08:11
  Author: fyan
Revision: 168332

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 05:07:51 UTC (rev 168331)
+++ PKGBUILD2016-03-25 05:08:11 UTC (rev 168332)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-_pypiname=flaky
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 168331, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 05:08:11 UTC (rev 168332)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+_pypiname=flaky
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a flaky{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flaky
+  python setup.py build
+
+  cd "$srcdir"/flaky-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flaky
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd "$srcdir"/flaky-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
+nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test2 -k 'example and not optio

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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 07:48:41
  Author: fyan
Revision: 168333

upgpkg: pandoc 1.17.0.3-1

rebuild with pandoc-1.17.0.3, pandoc-crossref-0.2.0.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 05:08:11 UTC (rev 168332)
+++ PKGBUILD2016-03-25 06:48:41 UTC (rev 168333)
@@ -4,7 +4,7 @@
 
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
-pkgver=1.17.0.2
+pkgver=1.17.0.3
 pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
@@ -22,7 +22,7 @@
  "haskell-yaml" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('f099eecf102cf215741da7a993d90f0ab135d6f84cb23f9da77050bd1c9a9d53')
+sha256sums=('7b14e1bcb78a7e2ad1e585f127be7efd20225c9f9b5131d507b376b62cd77e32')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-24 Thread Felix Yan
Date: Friday, March 25, 2016 @ 07:49:10
  Author: fyan
Revision: 168334

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 168333, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 06:49:10 UTC (rev 168334)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.0.3
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('7b14e1bcb78a7e2ad1e585f127be7efd20225c9f9b5131d507b376b62cd77e32')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
168333, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-03-25 06:49:10 UTC 
(rev 168334)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries

<    1   2