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

2016-09-18 Thread Antonio Rojas
Date: Monday, September 19, 2016 @ 06:04:56
  Author: arojas
Revision: 189963

Update to 14.6.3

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 05:15:36 UTC (rev 189962)
+++ PKGBUILD2016-09-19 06:04:56 UTC (rev 189963)
@@ -3,8 +3,8 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.6.2
-_pkgver=${pkgver}_2016.08.28
+pkgver=14.6.3
+_pkgver=${pkgver}_2016.09.18
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
-sha1sums=('a6b8642990d9e1ed42b8ea8949e65b16cd9f36e4')
+sha1sums=('158f1e2aeadb172a3b434b72dfd6ee9dd2ca2b13')
 
 package() {
   cd $pkgname-$_pkgver


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

2016-09-18 Thread Antonio Rojas
Date: Monday, September 19, 2016 @ 06:05:18
  Author: arojas
Revision: 189964

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 189963, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-19 06:04:56 UTC (rev 189963)
+++ PKGBUILD2016-09-19 06:05:18 UTC (rev 189964)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.6.2
-_pkgver=${pkgver}_2016.08.28
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net";
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
-sha1sums=('a6b8642990d9e1ed42b8ea8949e65b16cd9f36e4')
-
-package() {
-  cd $pkgname-$_pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 189963, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-19 06:05:18 UTC (rev 189964)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.6.3
+_pkgver=${pkgver}_2016.09.18
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
+sha1sums=('158f1e2aeadb172a3b434b72dfd6ee9dd2ca2b13')
+
+package() {
+  cd $pkgname-$_pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2016-09-18 Thread Antonio Rojas
Date: Monday, September 19, 2016 @ 06:01:01
  Author: arojas
Revision: 276694

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-19 06:00:35 UTC (rev 276693)
+++ extra-i686/PKGBUILD 2016-09-19 06:01:01 UTC (rev 276694)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=16.08.1
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('4c8d6a236436e1fc8b5bfe629243e223')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/extra-i686/PKGBUILD (from rev 276693, ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-19 06:01:01 UTC (rev 276694)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=16.08.1
+pkgrel=2
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
+
kdebug-368786.patch::"https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=9a9a8510&o=plain";)
+md5sums=('4c8d6a236436e1fc8b5bfe629243e223'
+ '40ae44a105c9bf0c235d5f55afeda34c')
+
+prepare() {
+  mkdir -p build
+
+# Fix opnening RAR files with shared-mime-info 1.7 
http://bugs.kde.org/show_bug.cgi?id=368786
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-368786.patch
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-19 06:00:35 UTC (rev 276693)
+++ extra-x86_64/PKGBUILD   2016-09-19 06:01:01 UTC (rev 276694)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=16.08.1
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('4c8d6a236436e1fc8b5bfe629243e223')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/extra-x86_64/PKGBUILD (from rev 276693, ark/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-19 06:01:01 UTC (rev 2766

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

2016-09-18 Thread Antonio Rojas
Date: Monday, September 19, 2016 @ 06:00:35
  Author: arojas
Revision: 276693

Fix opnening RAR files with shared-mime-info 1.7 (FS#50825)

Modified:
  ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 00:16:40 UTC (rev 276692)
+++ PKGBUILD2016-09-19 06:00:35 UTC (rev 276693)
@@ -5,7 +5,7 @@
 
 pkgname=ark
 pkgver=16.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -16,11 +16,17 @@
 conflicts=(kdeutils-ark)
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('4c8d6a236436e1fc8b5bfe629243e223')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
+
kdebug-368786.patch::"https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=9a9a8510&o=plain";)
+md5sums=('4c8d6a236436e1fc8b5bfe629243e223'
+ '40ae44a105c9bf0c235d5f55afeda34c')
 
 prepare() {
   mkdir -p build
+
+# Fix opnening RAR files with shared-mime-info 1.7 
http://bugs.kde.org/show_bug.cgi?id=368786
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-368786.patch
 }
 
 build() { 


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:11:59
  Author: felixonmars
Revision: 189949

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 189948, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 189948, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 189948, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 05:11:59 UTC (rev 189949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.3
+pkgrel=2
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4f1b7ce4fa6f1efa39fd0388204d24d82b9293e8cf1087b2790013a350bbd26f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
189948, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 05:11:59 UTC (rev 189949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.3
+pkgrel=2
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4f1b7ce4fa6f1efa39fd0388204d24d82b9293e8cf1087b2790013a350bbd26f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:11:28
  Author: felixonmars
Revision: 189948

upgpkg: hopenpgp-tools 0.19.3-2

rebuild with http-client-tls-0.3.3

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 05:10:50 UTC (rev 189947)
+++ PKGBUILD2016-09-19 05:11:28 UTC (rev 189948)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.3
-pkgrel=1
+pkgrel=2
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:10:50
  Author: felixonmars
Revision: 189947

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 189946, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 189946, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 189946, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 05:10:50 UTC (rev 189947)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${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-x86_64/PKGBUILD (from rev 
189946, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 05:10:50 UTC (rev 189947)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s

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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:10:19
  Author: felixonmars
Revision: 189946

upgpkg: pandoc-crossref 0.2.3.0-6

rebuild with http-client-tls-0.3.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 05:08:31 UTC (rev 189945)
+++ PKGBUILD2016-09-19 05:10:19 UTC (rev 189946)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:08:31
  Author: felixonmars
Revision: 189945

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

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

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

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

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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 05:07:58
  Author: felixonmars
Revision: 189944

upgpkg: stack 1.2.0-2

rebuild with http-client-tls-0.3.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 04:45:52 UTC (rev 189943)
+++ PKGBUILD2016-09-19 05:07:58 UTC (rev 189944)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 04:45:22
  Author: felixonmars
Revision: 189942

upgpkg: haskell-hakyll 4.8.3.2-18

rebuild with http-client-tls-0.3.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 03:43:15 UTC (rev 189941)
+++ PKGBUILD2016-09-19 04:45:22 UTC (rev 189942)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.2
-pkgrel=17
+pkgrel=18
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 04:45:52
  Author: felixonmars
Revision: 189943

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 189942, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 04:45:52 UTC (rev 189943)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=18
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
189942, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 04:45:52 UTC (rev 189943)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=18
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' $

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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 03:42:40
  Author: felixonmars
Revision: 189940

upgpkg: haskell-dav 1.3.1-13

rebuild with http-client-tls-0.3.3

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 03:41:14 UTC (rev 189939)
+++ PKGBUILD2016-09-19 03:42:40 UTC (rev 189940)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=12
+pkgrel=13
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 03:43:15
  Author: felixonmars
Revision: 189941

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 189940, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 03:43:15 UTC (rev 189941)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=13
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 189940, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 03:43:15 UTC (rev 189941)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=13
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$

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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 03:41:14
  Author: felixonmars
Revision: 189939

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 189938, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 189938, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
189938, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 03:41:14 UTC (rev 189939)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=6
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
189938, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 03:41:14 UTC (rev 189939)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=6
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 03:40:42
  Author: felixonmars
Revision: 189938

upgpkg: haskell-pipes-http 1.0.4-6

rebuild with http-client-tls-0.3.3

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 01:09:10 UTC (rev 189937)
+++ PKGBUILD2016-09-19 03:40:42 UTC (rev 189938)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 01:09:10
  Author: felixonmars
Revision: 189937

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 189936, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-19 01:09:10 UTC (rev 189937)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=36
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 189936, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-19 01:09:10 UTC (rev 189937)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=36
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+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

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

2016-09-18 Thread Felix Yan
Date: Monday, September 19, 2016 @ 01:08:46
  Author: felixonmars
Revision: 189936

upgpkg: haskell-yesod 1.4.3-36

rebuild with http-client-tls-0.3.3

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 00:17:22 UTC (rev 189935)
+++ PKGBUILD2016-09-19 01:08:46 UTC (rev 189936)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3
-pkgrel=35
+pkgrel=36
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 21:44:59
  Author: jlichtblau
Revision: 189931

archrelease: copy trunk to community-any

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

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

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

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


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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 21:44:48
  Author: jlichtblau
Revision: 189930

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 21:41:58 UTC (rev 189929)
+++ PKGBUILD2016-09-18 21:44:48 UTC (rev 189930)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.09.15
+pkgver=2016.09.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -11,10 +12,9 @@
 depends=('python' 'python-setuptools')
 optdepends=('ffmpeg: for video post-processing'
 'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha256sums=('fa0c155d7a887d3f9fd0a3d031635defa566f7e82f62069d7b793c7dbc10f2c2'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('c6482194cc64c8031df175762f3653cc44e40a83d23a2020314e55cdd9a75c02'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-09-18 Thread Gaëtan Bisson
Date: Sunday, September 18, 2016 @ 20:10:24
  Author: bisson
Revision: 276691

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-18 20:09:22 UTC (rev 276690)
+++ extra-i686/PKGBUILD 2016-09-18 20:10:24 UTC (rev 276691)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2016.0.0
-pkgrel=5
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
-  'glew' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
-sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   install -d build
-   cd build
-   cmake .. \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 276690, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-18 20:10:24 UTC (rev 276691)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2016.2.0
+pkgrel=1
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+  'glew' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha1sums=('9d28609d973fa72b95b1e2506cf1de7d24578e67')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-18 20:09:22 UTC (rev 276690)
+++ extra-x86_64/PKGBUILD   2016-09-18 20:10:24 UTC (rev 276691)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2016.0.0
-pkgrel=5
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
-  'glew' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
-sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   install -d build
-   cd build
-   cmake .. \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-x86_64/PKGBUILD (from rev 276690, 
hugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2016-09-18 Thread Gaëtan Bisson
Date: Sunday, September 18, 2016 @ 20:09:22
  Author: bisson
Revision: 276690

upstream update

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 19:03:43 UTC (rev 276689)
+++ PKGBUILD2016-09-18 20:09:22 UTC (rev 276690)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba 
 
 pkgname=hugin
-pkgver=2016.0.0
-pkgrel=5
+pkgver=2016.2.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -16,7 +16,7 @@
  'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
   'glew' 'desktop-file-utils')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
-sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+sha1sums=('9d28609d973fa72b95b1e2506cf1de7d24578e67')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver/rc?}"


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

2016-09-18 Thread Jelle van der Waa
Date: Sunday, September 18, 2016 @ 19:37:11
  Author: jelle
Revision: 189928

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-18 19:36:48 UTC (rev 189927)
+++ community-i686/PKGBUILD 2016-09-18 19:37:11 UTC (rev 189928)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.3.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-nose')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
-md5sums=('da4c7183ff42a6997b8a743305463d10')
-
-build() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
-  #python psutil/tests/runner.py
-
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 psutil/tests/runner.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-release-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-release-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 189927, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-18 19:37:11 UTC (rev 189928)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=4.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
+md5sums=('74ea960403b73a57709481ff91386bf6')
+
+build() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python psutil/tests/runner.py
+
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 psutil/tests/runner.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-release-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-release-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICE

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

2016-09-18 Thread Jelle van der Waa
Date: Sunday, September 18, 2016 @ 19:36:48
  Author: jelle
Revision: 189927

upgpkg: python-psutil 4.3.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 16:57:52 UTC (rev 189926)
+++ PKGBUILD2016-09-18 19:36:48 UTC (rev 189927)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";)
-md5sums=('da4c7183ff42a6997b8a743305463d10')
+md5sums=('74ea960403b73a57709481ff91386bf6')
 
 build() {
   cd psutil-release-$pkgver


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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 19:03:43
  Author: dan
Revision: 276689

archrelease: copy trunk to testing-any

Added:
  django/repos/testing-any/
  django/repos/testing-any/PKGBUILD
(from rev 276688, django/trunk/PKGBUILD)

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

Copied: django/repos/testing-any/PKGBUILD (from rev 276688, 
django/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-09-18 19:03:43 UTC (rev 276689)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+md5sums=('037d07e126eecc15a5fbf5221dd4081b')
+sha256sums=('d6e6c5b25cb67f46afd7c82f536529b11981183423dad8932e15bce93d1a24f3')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-django() {
+  depends=('python2' 'python2-setuptools')
+  optdepends=('mysql-python: for MySQL backend'
+  'python2-psycopg2: for PostgreSQL backend')
+  replaces=('django')
+  conflicts=('django')
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
+  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
+  # TODO: this probably won't work due to the `complete` command within not
+  # knowing about modified our exectuable names
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
+  ln -s django-admin2.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 19:03:18
  Author: dan
Revision: 276688

upgpkg: django 1.10.1-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 18:57:29 UTC (rev 276687)
+++ PKGBUILD2016-09-18 19:03:18 UTC (rev 276688)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9.9
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -11,9 +11,9 @@
 license=('BSD')
 url="http://www.djangoproject.com/";
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz";)
-md5sums=('af2e5f02b72400ddaef7f923a7fda6a9')
-sha256sums=('e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+md5sums=('037d07e126eecc15a5fbf5221dd4081b')
+sha256sums=('d6e6c5b25cb67f46afd7c82f536529b11981183423dad8932e15bce93d1a24f3')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:57:29
  Author: dan
Revision: 276687

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 276686, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 276686, nilfs-utils/trunk/PKGBUILD)

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

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}


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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:57:08
  Author: dan
Revision: 276686

upgpkg: nilfs-utils 2.2.5-1

Modified:
  nilfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 18:33:52 UTC (rev 276685)
+++ PKGBUILD2016-09-18 18:57:08 UTC (rev 276686)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=nilfs-utils
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/nilfs_cleanerd.conf')
 depends=('util-linux')
 source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
+md5sums=('2d3737b61a9eb25851477e3200726144')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in munin/trunk (Makefile.config PKGBUILD)

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:33:31
  Author: dan
Revision: 276684

upgpkg: munin 2.0.26-2

Modified:
  munin/trunk/Makefile.config
  munin/trunk/PKGBUILD

-+
 Makefile.config |7 +--
 PKGBUILD|5 +++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: Makefile.config
===
--- Makefile.config 2016-09-18 18:13:02 UTC (rev 276683)
+++ Makefile.config 2016-09-18 18:33:31 UTC (rev 276684)
@@ -38,9 +38,12 @@
 HTMLDIR= $(PREFIX)/usr/share/munin/www
 CGIDIR = $(PREFIX)/usr/share/munin/cgi
 
-# Where to put RRD files and other internal data, both master and node
+# Where to put internal data for master (RRD, internal files, ...)
 DBDIR  = $(DESTDIR)/var/lib/munin
 
+# Where to put internal data for node (plugin state, ...)
+DBDIRNODE  = $(DESTDIR)/var/lib/munin
+
 # Client only - Where the spool files are written. Must be writable by
 # group "munin", and should be preserved between reboots
 SPOOLDIR   = $(DBDIR)/spool
@@ -47,7 +50,7 @@
 
 # Client only - Where plugins should put their states. Must be writable by
 # group "munin", and should be preserved between reboots
-PLUGSTATE  = $(DBDIR)/plugin-state
+PLUGSTATE  = $(DBDIRNODE)/plugin-state
 
 # Where Munin should place its logs.
 LOGDIR = $(PREFIX)/var/log/munin

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 18:13:02 UTC (rev 276683)
+++ PKGBUILD2016-09-18 18:33:31 UTC (rev 276684)
@@ -5,7 +5,7 @@
 pkgname=('munin' 'munin-node')
 pkgbase=munin
 pkgver=2.0.26
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
 url="http://munin-monitoring.org/";
@@ -34,6 +34,7 @@
cp ../Makefile.config .
# multithreading wrecks havoc on the build, should probably report this
make -j1 PREFIX=''
+   make -j1 PREFIX='' common/blib/lib/Munin/Common/Defaults.pm
 }
 
 package_munin() {
@@ -77,7 +78,7 @@
 }
 
 md5sums=('a9914c5c0fe1d00dc4059402d1db9f8d'
- 'fb3cc403e298ae6b73c280c4d3af7b49'
+ 'e453f18d0c1a4d9b06abfbcaacad2be4'
  'dc9c83aa2a278466fb475364462f4119'
  'eb2f1e6e746e85ce1e9f40086be0'
  'cdf139f2b6ae36852113f3411caa6e99'


[arch-commits] Commit in munin/repos/extra-any (30 files)

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:33:52
  Author: dan
Revision: 276685

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 276684, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 276684, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 276684, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 276684, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 276684, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-async.service
(from rev 276684, munin/trunk/munin-async.service)
  munin/repos/extra-any/munin-cron-entry
(from rev 276684, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 276684, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 276684, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 276684, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 276684, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.install
(from rev 276684, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 276684, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 276684, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 276684, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-async.service
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  279 +++
 PKGBUILD   |  183 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-async.service|   24 ++--
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.install |   38 +++---
 munin-node.service |   22 +--
 munin.install  |   46 +++
 munin.tmpfiles.conf|2 
 15 files changed, 358 insertions(+), 354 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2016-09-18 18:33:31 UTC (rev 276684)
+++ 08-munin-font-dir.conf  2016-09-18 18:33:52 UTC (rev 276685)
@@ -1,7 +0,0 @@
-
-
-
-   
-   /usr/lib/munin
-

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 276684, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2016-09-18 18:33:52 UTC (rev 276685)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Deleted: Makefile.config
===
--- Makefile.config 2016-09-18 18:33:31 UTC (rev 276684)
+++ Makefile.config 2016-09-18 18:33:52 UTC (rev 276685)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and munin-run
-SBINDIR= $(PREFIX)/usr/bin
-
-# Where to put text and html documentation
-DOCDIR = $(PREFIX)/usr/share/doc/munin
-
-# Where to put man pages
-MANDIR = $(PREFIX)/usr/share/man
-
-# Where to put internal binaries and plugin repository
-LIBDIR = $(PREFIX)/usr/lib/munin
-
-# Server only - Output directory
-HTMLDIR   

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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:13:02
  Author: dan
Revision: 276683

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

Added:
  doxygen/repos/extra-i686/PKGBUILD
(from rev 276682, doxygen/trunk/PKGBUILD)
  doxygen/repos/extra-x86_64/PKGBUILD
(from rev 276682, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/extra-i686/0001-Partial-revert-of-commit-080a465b1321.patch
  doxygen/repos/extra-i686/PKGBUILD
  doxygen/repos/extra-x86_64/0001-Partial-revert-of-commit-080a465b1321.patch
  doxygen/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  134 ++
 extra-i686/0001-Partial-revert-of-commit-080a465b1321.patch   |   33 --
 extra-i686/PKGBUILD   |   73 -
 extra-x86_64/0001-Partial-revert-of-commit-080a465b1321.patch |   33 --
 extra-x86_64/PKGBUILD |   73 -
 5 files changed, 134 insertions(+), 212 deletions(-)

Deleted: extra-i686/0001-Partial-revert-of-commit-080a465b1321.patch
===
--- extra-i686/0001-Partial-revert-of-commit-080a465b1321.patch 2016-09-18 
18:12:36 UTC (rev 276682)
+++ extra-i686/0001-Partial-revert-of-commit-080a465b1321.patch 2016-09-18 
18:13:02 UTC (rev 276683)
@@ -1,33 +0,0 @@
-From 7725d0a48aee2928dc0544ccbb0aa79ddb3a74d4 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Wed, 9 Dec 2015 18:16:09 +0200
-Subject: [PATCH] Partial revert of commit 080a465b1321
-
-Fixes generation of libstd++ man pages.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759241

- src/util.cpp | 6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/src/util.cpp b/src/util.cpp
-index 3ee7ae5..0bf9940 100644
 a/src/util.cpp
-+++ b/src/util.cpp
-@@ -1741,11 +1741,9 @@ nextChar:
- }
- else if (i>0 &&
-  (
--  (s.at(i-1)==')' && isId(c)) // ")id" -> ") id"
-+  (s.at(i-1)==')' && isId(c))
-   ||
--  (c=='\''  && s.at(i-1)==' ')  // "'id" -> "' id"
--  ||
--  (i>1 && s.at(i-2)==' ' && s.at(i-1)==' ') // "  id" -> " id"
-+  (c=='\''  && s.at(i-1)==' ')
-  )
- )
- {
--- 
-2.6.3
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-18 18:12:36 UTC (rev 276682)
+++ extra-i686/PKGBUILD 2016-09-18 18:13:02 UTC (rev 276683)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.11
-pkgrel=4
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/";
-makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
- 'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-0001-Partial-revert-of-commit-080a465b1321.patch)
-md5sums=('f4697a444feaed739cfa2f0644abc19b'
- '93cc5bb3f18c73a3e2b53d6276d87a11')
-sha1sums=('c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18'
-  'aa03a6a51ff691ffef11d96bb25236f2f7655b6b')
-
-prepare() {
-  mkdir build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # Install the man pages in the right place
-  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
-doc/CMakeLists.txt
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=759241
-  patch -Np1 -i ../0001-Partial-revert-of-commit-080a465b1321.patch
-}
-
-build() {
-  cd build
-
-  cmake "../${pkgbase}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
--DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
--Dbuild_doc:BOOL=ON \
--Dbuild_wizard:BOOL=ON
-
-  make
-  make docs
-}
-
-check(){
-  cd build
-  make tests
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt4: for doxywizard')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Docs are in 'doxygen-docs'
-  rm -rf "${pkgdir}/usr/share/doc"
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/bin"
-  rm -rf "${pkgdir}/usr/share/man"
-}

Copied: doxygen/repos/extra-i686/PKGBUILD (from rev 276682, 
doxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-18 18:13:02 UTC (rev 276683)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.12
+pkgrel=1
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/";
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'tex

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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:12:36
  Author: dan
Revision: 276682

upgpkg: doxygen 1.8.12-1

Modified:
  doxygen/trunk/PKGBUILD
Deleted:
  doxygen/trunk/0001-Partial-revert-of-commit-080a465b1321.patch

--+
 0001-Partial-revert-of-commit-080a465b1321.patch |   33 -
 PKGBUILD |   16 +++---
 2 files changed, 5 insertions(+), 44 deletions(-)

Deleted: 0001-Partial-revert-of-commit-080a465b1321.patch
===
--- 0001-Partial-revert-of-commit-080a465b1321.patch2016-09-18 18:01:12 UTC 
(rev 276681)
+++ 0001-Partial-revert-of-commit-080a465b1321.patch2016-09-18 18:12:36 UTC 
(rev 276682)
@@ -1,33 +0,0 @@
-From 7725d0a48aee2928dc0544ccbb0aa79ddb3a74d4 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Wed, 9 Dec 2015 18:16:09 +0200
-Subject: [PATCH] Partial revert of commit 080a465b1321
-
-Fixes generation of libstd++ man pages.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759241

- src/util.cpp | 6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/src/util.cpp b/src/util.cpp
-index 3ee7ae5..0bf9940 100644
 a/src/util.cpp
-+++ b/src/util.cpp
-@@ -1741,11 +1741,9 @@ nextChar:
- }
- else if (i>0 &&
-  (
--  (s.at(i-1)==')' && isId(c)) // ")id" -> ") id"
-+  (s.at(i-1)==')' && isId(c))
-   ||
--  (c=='\''  && s.at(i-1)==' ')  // "'id" -> "' id"
--  ||
--  (i>1 && s.at(i-2)==' ' && s.at(i-1)==' ') // "  id" -> " id"
-+  (c=='\''  && s.at(i-1)==' ')
-  )
- )
- {
--- 
-2.6.3
-

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 18:01:12 UTC (rev 276681)
+++ PKGBUILD2016-09-18 18:12:36 UTC (rev 276682)
@@ -3,19 +3,16 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.11
-pkgrel=4
+pkgver=1.8.12
+pkgrel=1
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/";
 makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
  'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-0001-Partial-revert-of-commit-080a465b1321.patch)
-md5sums=('f4697a444feaed739cfa2f0644abc19b'
- '93cc5bb3f18c73a3e2b53d6276d87a11')
-sha1sums=('c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18'
-  'aa03a6a51ff691ffef11d96bb25236f2f7655b6b')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('08e0f7850c4d22cb5188da226b209a96')
+sha1sums=('eacf83859a5bd7f3f71b46f34759cefe1a05babc')
 
 prepare() {
   mkdir build
@@ -24,9 +21,6 @@
   # Install the man pages in the right place
   sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
 doc/CMakeLists.txt
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=759241
-  patch -Np1 -i ../0001-Partial-revert-of-commit-080a465b1321.patch
 }
 
 build() {


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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:01:12
  Author: dan
Revision: 276681

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 276680, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 276680, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 276680, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 276680, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 276680, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 276680, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 276680, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 276680, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-18 18:00:54 UTC (rev 276680)
+++ extra-i686/PKGBUILD 2016-09-18 18:01:12 UTC (rev 276681)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
-git-daemon@.service
-git-daemon.socket)
-md5sums=('3d32cb5cb5b4f29bd2eb1cde596fc542'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./cont

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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:00:54
  Author: dan
Revision: 276680

upgpkg: git 2.10.0-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 17:53:06 UTC (rev 276679)
+++ PKGBUILD2016-09-18 18:00:54 UTC (rev 276680)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.9.3
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
 git-daemon@.service
 git-daemon.socket)
-md5sums=('3d32cb5cb5b4f29bd2eb1cde596fc542'
+md5sums=('d99fdf256e7c7bc5d2cb428b48d4e038'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


[arch-commits] Commit in munin/repos/extra-any (30 files)

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 17:53:06
  Author: dan
Revision: 276679

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 276678, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 276678, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 276678, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 276678, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 276678, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-async.service
(from rev 276678, munin/trunk/munin-async.service)
  munin/repos/extra-any/munin-cron-entry
(from rev 276678, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 276678, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 276678, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 276678, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 276678, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.install
(from rev 276678, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 276678, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 276678, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 276678, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-async.service
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  182 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-async.service|   24 ++--
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.install |   38 +++---
 munin-node.service |   22 +--
 munin.install  |   46 +++
 munin.tmpfiles.conf|2 
 15 files changed, 354 insertions(+), 354 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2016-09-18 17:52:39 UTC (rev 276678)
+++ 08-munin-font-dir.conf  2016-09-18 17:53:06 UTC (rev 276679)
@@ -1,7 +0,0 @@
-
-
-
-   
-   /usr/lib/munin
-

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 276678, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2016-09-18 17:53:06 UTC (rev 276679)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Deleted: Makefile.config
===
--- Makefile.config 2016-09-18 17:52:39 UTC (rev 276678)
+++ Makefile.config 2016-09-18 17:53:06 UTC (rev 276679)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and munin-run
-SBINDIR= $(PREFIX)/usr/bin
-
-# Where to put text and html documentation
-DOCDIR = $(PREFIX)/usr/share/doc/munin
-
-# Where to put man pages
-MANDIR = $(PREFIX)/usr/share/man
-
-# Where to put internal binaries and plugin repository
-LIBDIR = $(PREFIX)/usr/lib/munin
-
-# Server only - Output directory
-HTMLDIR   

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

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 17:52:39
  Author: dan
Revision: 276678

upgpkg: munin 2.0.26-1

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 17:11:02 UTC (rev 276677)
+++ PKGBUILD2016-09-18 17:52:39 UTC (rev 276678)
@@ -4,7 +4,7 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.25
+pkgver=2.0.26
 pkgrel=1
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
@@ -13,8 +13,8 @@
 makedepends=('perl' 'rrdtool' 'perl-log-log4perl' 'perl-html-template'
  'perl-date-manip' 'perl-io-socket-inet6' 'perl-net-snmp'
  'perl-net-ssleay' 'perl-net-server' 'perl-file-copy-recursive'
- 'perl-fcgi' 'perl-uri')
-source=(http://downloads.sourceforge.net/sourceforge/munin/munin-$pkgver.tar.gz
+ 'perl-fcgi' 'perl-uri' 'perl-module-build')
+source=(munin-$pkgver.tar.gz::https://github.com/munin-monitoring/munin/archive/$pkgver.tar.gz
 Makefile.config
 munin-cron-entry
 logrotate.munin
@@ -76,7 +76,7 @@
chmod 775 "$pkgdir/var/lib/munin/plugin-state"
 }
 
-md5sums=('b418a667ce42665557329a7ac3bd1b93'
+md5sums=('a9914c5c0fe1d00dc4059402d1db9f8d'
  'fb3cc403e298ae6b73c280c4d3af7b49'
  'dc9c83aa2a278466fb475364462f4119'
  'eb2f1e6e746e85ce1e9f40086be0'


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 16:57:52
  Author: felixonmars
Revision: 189926

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 189925, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 189925, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 189925, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 16:57:52 UTC (rev 189926)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=12
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('ebc3eb3ff95e97ebd46c0918a65db2da021de2a70d02dc85ca5b344ea5c21205')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
189925, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 16:57:52 UTC (rev 189926)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=12
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+sourc

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 16:57:18
  Author: felixonmars
Revision: 189925

upgpkg: pandoc-citeproc 0.10.1-12

rebuild with http-client-tls-0.3.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 16:11:07 UTC (rev 189924)
+++ PKGBUILD2016-09-18 16:57:18 UTC (rev 189925)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 16:11:07
  Author: felixonmars
Revision: 189924

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 189923, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 189923, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 189923, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 16:11:07 UTC (rev 189924)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.2
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+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')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${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-x86_64/PKGBUILD (from rev 189923, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 16:11:07 UTC (rev 189924)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.2
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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"

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 16:10:40
  Author: felixonmars
Revision: 189923

upgpkg: pandoc 1.17.2-12

rebuild with http-client-tls-0.3.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 15:49:56 UTC (rev 189922)
+++ PKGBUILD2016-09-18 16:10:40 UTC (rev 189923)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.17.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:49:37
  Author: felixonmars
Revision: 189921

upgpkg: haskell-yesod-auth 1.4.13.5-4

rebuild with http-client-tls-0.3.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 15:39:30 UTC (rev 189920)
+++ PKGBUILD2016-09-18 15:49:37 UTC (rev 189921)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.13.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:49:56
  Author: felixonmars
Revision: 189922

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 189921, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 189921, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
189921, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 15:49:56 UTC (rev 189922)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13.5
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('42bfdfe72f5ef9f9e43d12dcd47f5a3415e6b883d455a7ad4cbfb7e900e760bf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
189921, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 15:49:56 UTC (rev 189922)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13.5
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yeso

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:39:30
  Author: felixonmars
Revision: 189920

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
189919, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 15:39:30 UTC (rev 189920)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=13
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
189919, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 15:39:30 UTC (rev 189920)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=13
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:37:45
  Author: felixonmars
Revision: 189919

upgpkg: haskell-authenticate 1.3.3.2-13

rebuild with http-client-tls-0.3.3

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 15:34:19 UTC (rev 189918)
+++ PKGBUILD2016-09-18 15:37:45 UTC (rev 189919)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate";
 license=("MIT")


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:34:19
  Author: felixonmars
Revision: 189918

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 189917, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 189917, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
189917, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 15:34:19 UTC (rev 189918)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.0.1
+pkgrel=5
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('54e7d2a3346e45f3785dc14b98f534c931236db20a1ea20335893ada922558a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
189917, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 15:34:19 UTC (rev 189918)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.0.1
+pkgrel=5
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('54e7d2a3346e45f3785dc14b98f534c931236db20a1ea20335893ada922558a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregist

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:33:51
  Author: felixonmars
Revision: 189917

upgpkg: haskell-http-conduit 2.2.0.1-5

rebuild with http-client-tls-0.3.3

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 15:30:52 UTC (rev 189916)
+++ PKGBUILD2016-09-18 15:33:51 UTC (rev 189917)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-http-client-tls/repos (4 files)

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:30:52
  Author: felixonmars
Revision: 189916

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 189915, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 189915, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
189915, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 15:30:52 UTC (rev 189916)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 189915, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 15:30:52 UTC (rev 189916)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkg

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 15:30:23
  Author: felixonmars
Revision: 189915

upgpkg: haskell-http-client-tls 0.3.3-1

rebuild with http-client-tls-0.3.3

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 14:32:36 UTC (rev 189914)
+++ PKGBUILD2016-09-18 15:30:23 UTC (rev 189915)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client";
@@ -11,10 +11,10 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
- "haskell-data-default-class" "haskell-http-client" 
"haskell-http-types" "haskell-memory"
- "haskell-network" "haskell-tls")
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('224a7df397c7b78d43bcce9ac2754e97dde26613369f6e0557b62dfcff238307')
+sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-18 Thread Jürgen Hötzel
Date: Sunday, September 18, 2016 @ 14:46:05
  Author: juergen
Revision: 276675

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

Added:
  emacs/repos/extra-i686/PKGBUILD
(from rev 276674, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 276674, emacs/trunk/PKGBUILD)
Deleted:
  emacs/repos/extra-i686/0001-Fix-48862.patch
  emacs/repos/extra-i686/PKGBUILD
  emacs/repos/extra-x86_64/0001-Fix-48862.patch
  emacs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 +++
 extra-i686/0001-Fix-48862.patch   |  843 
 extra-i686/PKGBUILD   |   48 --
 extra-x86_64/0001-Fix-48862.patch |  843 
 extra-x86_64/PKGBUILD |   48 --
 5 files changed, 80 insertions(+), 1782 deletions(-)

Deleted: extra-i686/0001-Fix-48862.patch
===
--- extra-i686/0001-Fix-48862.patch 2016-09-18 14:45:26 UTC (rev 276674)
+++ extra-i686/0001-Fix-48862.patch 2016-09-18 14:46:05 UTC (rev 276675)
@@ -1,843 +0,0 @@
-From 8ca576def5fd21eac6f7262e21545b0e2b685b92 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= 
-Date: Sat, 18 Oct 2014 18:19:53 +0200
-Subject: [PATCH] Fix #48862
-

- lisp/term/x-win.el |  63 
- src/frame.h|   6 +
- src/gtkutil.c  | 423 +++--
- src/gtkutil.h  |   2 -
- src/xmenu.c|   6 -
- src/xterm.h|   4 -
- 6 files changed, 125 insertions(+), 379 deletions(-)
-
-diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
-index ca0ae3b..7a41d32 100644
 a/lisp/term/x-win.el
-+++ b/lisp/term/x-win.el
-@@ -1475,47 +1475,47 @@ This returns an error if any Emacs frames are X 
frames, or always under W32."
-   (mapcar (lambda (arg)
-   (cons (purecopy (car arg)) (purecopy (cdr arg
-   '(
--("etc/images/new" . "gtk-new")
--("etc/images/open" . "gtk-open")
-+("etc/images/new" . ("document-new" "gtk-new"))
-+("etc/images/open" . ("document-open" "gtk-open"))
- ("etc/images/diropen" . "n:system-file-manager")
--("etc/images/close" . "gtk-close")
--("etc/images/save" . "gtk-save")
--("etc/images/saveas" . "gtk-save-as")
--("etc/images/undo" . "gtk-undo")
--("etc/images/cut" . "gtk-cut")
--("etc/images/copy" . "gtk-copy")
--("etc/images/paste" . "gtk-paste")
--("etc/images/search" . "gtk-find")
--("etc/images/print" . "gtk-print")
--("etc/images/preferences" . "gtk-preferences")
--("etc/images/help" . "gtk-help")
--("etc/images/left-arrow" . "gtk-go-back")
--("etc/images/right-arrow" . "gtk-go-forward")
--("etc/images/home" . "gtk-home")
--("etc/images/jump-to" . "gtk-jump-to")
-+("etc/images/close" . ("window-close" "gtk-close"))
-+("etc/images/save" . ("document-save" "gtk-save"))
-+("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
-+("etc/images/undo" . ("edit-undo" "gtk-undo"))
-+("etc/images/cut" . ("edit-cut" "gtk-cut"))
-+("etc/images/copy" . ("edit-copy" "gtk-copy"))
-+("etc/images/paste" . ("edit-paste" "gtk-paste"))
-+("etc/images/search" . ("edit-find" "gtk-find"))
-+("etc/images/print" . ("document-print" "gtk-print"))
-+("etc/images/preferences" . ("preferences-system" "gtk-preferences"))
-+("etc/images/help" . ("help-browser" "gtk-help"))
-+("etc/images/left-arrow" . ("go-previous" "gtk-go-back"))
-+("etc/images/right-arrow" . ("go-next" "gtk-go-forward"))
-+("etc/images/home" . ("go-home" "gtk-home"))
-+("etc/images/jump-to" . ("go-jump" "gtk-jump-to"))
- ("etc/images/index" . "gtk-index")
--("etc/images/search" . "gtk-find")
--("etc/images/exit" . "gtk-quit")
-+("etc/images/exit" . ("application-exit" "gtk-quit"))
- ("etc/images/cancel" . "gtk-cancel")
--("etc/images/info" . "gtk-info")
-+("etc/images/info" . ("dialog-information" "gtk-info"))
- ("etc/images/bookmark_add" . "n:bookmark_add")
- ;; Used in Gnus and/or MH-E:
- ("etc/images/attach" . "gtk-attach")
- ("etc/images/connect" . "gtk-connect")
- ("etc/images/contact" . "gtk-contact")
--("etc/images/delete" . "gtk-delete")
--("etc/images/describe" . "gtk-properties")
-+("etc/images/delete" . ("edit-delete" "gtk-delete"))
-+("etc/images/describe" . ("ocument-properties" "gtk-properties"))
- ("etc/images/disconnect" . "gtk-disconnect")
- ;; ("etc/images/exit" . "gtk-exit")
- ("etc/images/lock-broken" . "gtk-lock_broken")
- ("etc/images/lock-ok" . "gtk-lock_ok")
- ("etc/images/lock" . "gtk-lock")
- ("etc/images/next-page" . "gtk-next-page")
--("etc/images/refresh" . "gtk-refresh")
--("etc/images/sort-ascending" . "gtk-sort-ascending")
-+("etc/images/refresh" . ("view-refresh" "gtk-refresh"))
-+("etc/images/sort-ascending" . ("view-sort-ascending" 
"gtk-sort-ascend

[arch-commits] Commit in emacs/trunk (0001-Fix-48862.patch PKGBUILD)

2016-09-18 Thread Jürgen Hötzel
Date: Sunday, September 18, 2016 @ 14:45:26
  Author: juergen
Revision: 276674

update to 25.1

Modified:
  emacs/trunk/PKGBUILD
Deleted:
  emacs/trunk/0001-Fix-48862.patch

--+
 0001-Fix-48862.patch |  843 -
 PKGBUILD |   17 
 2 files changed, 5 insertions(+), 855 deletions(-)

Deleted: 0001-Fix-48862.patch
===
--- 0001-Fix-48862.patch2016-09-18 12:19:47 UTC (rev 276673)
+++ 0001-Fix-48862.patch2016-09-18 14:45:26 UTC (rev 276674)
@@ -1,843 +0,0 @@
-From 8ca576def5fd21eac6f7262e21545b0e2b685b92 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= 
-Date: Sat, 18 Oct 2014 18:19:53 +0200
-Subject: [PATCH] Fix #48862
-

- lisp/term/x-win.el |  63 
- src/frame.h|   6 +
- src/gtkutil.c  | 423 +++--
- src/gtkutil.h  |   2 -
- src/xmenu.c|   6 -
- src/xterm.h|   4 -
- 6 files changed, 125 insertions(+), 379 deletions(-)
-
-diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
-index ca0ae3b..7a41d32 100644
 a/lisp/term/x-win.el
-+++ b/lisp/term/x-win.el
-@@ -1475,47 +1475,47 @@ This returns an error if any Emacs frames are X 
frames, or always under W32."
-   (mapcar (lambda (arg)
-   (cons (purecopy (car arg)) (purecopy (cdr arg
-   '(
--("etc/images/new" . "gtk-new")
--("etc/images/open" . "gtk-open")
-+("etc/images/new" . ("document-new" "gtk-new"))
-+("etc/images/open" . ("document-open" "gtk-open"))
- ("etc/images/diropen" . "n:system-file-manager")
--("etc/images/close" . "gtk-close")
--("etc/images/save" . "gtk-save")
--("etc/images/saveas" . "gtk-save-as")
--("etc/images/undo" . "gtk-undo")
--("etc/images/cut" . "gtk-cut")
--("etc/images/copy" . "gtk-copy")
--("etc/images/paste" . "gtk-paste")
--("etc/images/search" . "gtk-find")
--("etc/images/print" . "gtk-print")
--("etc/images/preferences" . "gtk-preferences")
--("etc/images/help" . "gtk-help")
--("etc/images/left-arrow" . "gtk-go-back")
--("etc/images/right-arrow" . "gtk-go-forward")
--("etc/images/home" . "gtk-home")
--("etc/images/jump-to" . "gtk-jump-to")
-+("etc/images/close" . ("window-close" "gtk-close"))
-+("etc/images/save" . ("document-save" "gtk-save"))
-+("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
-+("etc/images/undo" . ("edit-undo" "gtk-undo"))
-+("etc/images/cut" . ("edit-cut" "gtk-cut"))
-+("etc/images/copy" . ("edit-copy" "gtk-copy"))
-+("etc/images/paste" . ("edit-paste" "gtk-paste"))
-+("etc/images/search" . ("edit-find" "gtk-find"))
-+("etc/images/print" . ("document-print" "gtk-print"))
-+("etc/images/preferences" . ("preferences-system" "gtk-preferences"))
-+("etc/images/help" . ("help-browser" "gtk-help"))
-+("etc/images/left-arrow" . ("go-previous" "gtk-go-back"))
-+("etc/images/right-arrow" . ("go-next" "gtk-go-forward"))
-+("etc/images/home" . ("go-home" "gtk-home"))
-+("etc/images/jump-to" . ("go-jump" "gtk-jump-to"))
- ("etc/images/index" . "gtk-index")
--("etc/images/search" . "gtk-find")
--("etc/images/exit" . "gtk-quit")
-+("etc/images/exit" . ("application-exit" "gtk-quit"))
- ("etc/images/cancel" . "gtk-cancel")
--("etc/images/info" . "gtk-info")
-+("etc/images/info" . ("dialog-information" "gtk-info"))
- ("etc/images/bookmark_add" . "n:bookmark_add")
- ;; Used in Gnus and/or MH-E:
- ("etc/images/attach" . "gtk-attach")
- ("etc/images/connect" . "gtk-connect")
- ("etc/images/contact" . "gtk-contact")
--("etc/images/delete" . "gtk-delete")
--("etc/images/describe" . "gtk-properties")
-+("etc/images/delete" . ("edit-delete" "gtk-delete"))
-+("etc/images/describe" . ("ocument-properties" "gtk-properties"))
- ("etc/images/disconnect" . "gtk-disconnect")
- ;; ("etc/images/exit" . "gtk-exit")
- ("etc/images/lock-broken" . "gtk-lock_broken")
- ("etc/images/lock-ok" . "gtk-lock_ok")
- ("etc/images/lock" . "gtk-lock")
- ("etc/images/next-page" . "gtk-next-page")
--("etc/images/refresh" . "gtk-refresh")
--("etc/images/sort-ascending" . "gtk-sort-ascending")
-+("etc/images/refresh" . ("view-refresh" "gtk-refresh"))
-+("etc/images/sort-ascending" . ("view-sort-ascending" 
"gtk-sort-ascending"))
- ("etc/images/sort-column-ascending" . "gtk-sort-column-ascending")
- ("etc/images/sort-criteria" . "gtk-sort-criteria")
--("etc/images/sort-descending" . "gtk-sort-descending")
-+("etc/images/sort-descending" . ("view-sort-descending"
-+   "gtk-sort-descending"))
- ("etc/images/sort-row-ascending" . "gtk-sort-row-ascending")
- ("images/gnus/toggle-subscription" . "gtk-task-recurring")
- ("images/mail/compose" . "gtk-mail-compose")
-@@ -1532,8 +1532,8 @

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

2016-09-18 Thread Antonio Rojas
Date: Sunday, September 18, 2016 @ 14:32:36
  Author: arojas
Revision: 189914

Drop unneeded makedep

Modified:
  pan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 14:26:34 UTC (rev 189913)
+++ PKGBUILD2016-09-18 14:32:36 UTC (rev 189914)
@@ -10,7 +10,7 @@
 url="http://pan.rebelbase.com/";
 license=(GPL2)
 depends=(gtkspell3 webkitgtk gmime)
-makedepends=(intltool gtk2)
+makedepends=(intltool)
 
source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2";)
 md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
 


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

2016-09-18 Thread Antonio Rojas
Date: Sunday, September 18, 2016 @ 14:26:34
  Author: arojas
Revision: 189913

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

Added:
  pan/repos/
  pan/repos/community-i686/
  pan/repos/community-i686/PKGBUILD
(from rev 189912, pan/trunk/PKGBUILD)
  pan/repos/community-x86_64/
  pan/repos/community-x86_64/PKGBUILD
(from rev 189912, pan/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: pan/repos/community-i686/PKGBUILD (from rev 189912, pan/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-09-18 14:26:34 UTC (rev 189913)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bernard Baeyens (berbae) 
+
+pkgname=pan
+pkgver=0.140
+pkgrel=2
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(i686 x86_64)
+url="http://pan.rebelbase.com/";
+license=(GPL2)
+depends=(gtkspell3 webkitgtk gmime)
+makedepends=(intltool gtk2)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2";)
+md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|@WEBKITGTK_CFLAGS@-DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ 
-DPANLOCALEDIR|' -i pan/gui/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3 --with-webkit --with-gnutls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pan/repos/community-x86_64/PKGBUILD (from rev 189912, 
pan/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-09-18 14:26:34 UTC (rev 189913)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bernard Baeyens (berbae) 
+
+pkgname=pan
+pkgver=0.140
+pkgrel=2
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(i686 x86_64)
+url="http://pan.rebelbase.com/";
+license=(GPL2)
+depends=(gtkspell3 webkitgtk gmime)
+makedepends=(intltool gtk2)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2";)
+md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|@WEBKITGTK_CFLAGS@-DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ 
-DPANLOCALEDIR|' -i pan/gui/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3 --with-webkit --with-gnutls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-18 Thread Antonio Rojas
Date: Sunday, September 18, 2016 @ 14:26:07
  Author: arojas
Revision: 189912

Move pan (77 votes)

Added:
  pan/
  pan/trunk/
  pan/trunk/PKGBUILD

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

Added: pan/trunk/PKGBUILD
===
--- pan/trunk/PKGBUILD  (rev 0)
+++ pan/trunk/PKGBUILD  2016-09-18 14:26:07 UTC (rev 189912)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bernard Baeyens (berbae) 
+
+pkgname=pan
+pkgver=0.140
+pkgrel=2
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(i686 x86_64)
+url="http://pan.rebelbase.com/";
+license=(GPL2)
+depends=(gtkspell3 webkitgtk gmime)
+makedepends=(intltool gtk2)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2";)
+md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|@WEBKITGTK_CFLAGS@-DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ 
-DPANLOCALEDIR|' -i pan/gui/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3 --with-webkit --with-gnutls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: pan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 12:33:33
  Author: jlichtblau
Revision: 189911

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

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

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

Copied: httrack/repos/community-staging-i686/PKGBUILD (from rev 189910, 
httrack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-18 12:33:33 UTC (rev 189911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcos Heredia 
+# Contributor: Joris Steyn 
+# Contributor: speps 
+# Contributor: Roman Kyrylych 
+# Contributor: orelien 
+# Contributor: Muflone 
+
+pkgname=httrack
+pkgver=3.48.22
+pkgrel=2
+pkgdesc="An easy-to-use offline browser utility"
+arch=('i686' 'x86_64')
+url="http://www.httrack.com/";
+license=('GPL3')
+depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl')
+source=(http://mirror.httrack.com/historical/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('BB71C7E6CB1AD8FAF53FE42A60C3AA7180598EFB') # Xavier Roche
+sha256sums=('b2831ad7b48e933959f83a9de8a72bcaa0f8eb87e9453ad85debd50d33a9c48f'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: httrack/repos/community-staging-x86_64/PKGBUILD (from rev 189910, 
httrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-18 12:33:33 UTC (rev 189911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcos Heredia 
+# Contributor: Joris Steyn 
+# Contributor: speps 
+# Contributor: Roman Kyrylych 
+# Contributor: orelien 
+# Contributor: Muflone 
+
+pkgname=httrack
+pkgver=3.48.22
+pkgrel=2
+pkgdesc="An easy-to-use offline browser utility"
+arch=('i686' 'x86_64')
+url="http://www.httrack.com/";
+license=('GPL3')
+depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl')
+source=(http://mirror.httrack.com/historical/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('BB71C7E6CB1AD8FAF53FE42A60C3AA7180598EFB') # Xavier Roche
+sha256sums=('b2831ad7b48e933959f83a9de8a72bcaa0f8eb87e9453ad85debd50d33a9c48f'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-18 Thread Bartłomiej Piotrowski
Date: Sunday, September 18, 2016 @ 12:19:41
  Author: bpiotrowski
Revision: 276672

upgpkg: texinfo 6.3-1

new upstream release

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 08:38:43 UTC (rev 276671)
+++ PKGBUILD2016-09-18 12:19:41 UTC (rev 276672)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=texinfo
-pkgver=6.2
+pkgver=6.3
 pkgrel=1
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('ncurses' 'gzip' 'perl' 'sh')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
 texinfo-6.0-disable-failing-info-test.patch
 texinfo-install.hook
 texinfo-remove.hook)
-md5sums=('2e9954ba5939f5fca1daa6aac1027eb2'
+md5sums=('32baefe5c7080dfb512a4eac5ce67b2a'
  'SKIP'
  '8bfaa21315a8a6184811de8478005d22'
  '9a98fb162650ff3065f9a4ebec22db36'


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

2016-09-18 Thread Bartłomiej Piotrowski
Date: Sunday, September 18, 2016 @ 12:19:47
  Author: bpiotrowski
Revision: 276673

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

Added:
  texinfo/repos/testing-i686/PKGBUILD
(from rev 276672, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch
(from rev 276672, texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/testing-i686/texinfo-install.hook
(from rev 276672, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-i686/texinfo-remove.hook
(from rev 276672, texinfo/trunk/texinfo-remove.hook)
  texinfo/repos/testing-x86_64/PKGBUILD
(from rev 276672, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-6.0-disable-failing-info-test.patch
(from rev 276672, texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/testing-x86_64/texinfo-install.hook
(from rev 276672, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-x86_64/texinfo-remove.hook
(from rev 276672, texinfo/trunk/texinfo-remove.hook)
Deleted:
  texinfo/repos/testing-i686/PKGBUILD
  texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch
  texinfo/repos/testing-i686/texinfo-install.hook
  texinfo/repos/testing-i686/texinfo-remove.hook
  texinfo/repos/testing-x86_64/PKGBUILD
  texinfo/repos/testing-x86_64/texinfo-6.0-disable-failing-info-test.patch
  texinfo/repos/testing-x86_64/texinfo-install.hook
  texinfo/repos/testing-x86_64/texinfo-remove.hook

+
 /PKGBUILD  |   92 +++
 /texinfo-6.0-disable-failing-info-test.patch   |   22 ++
 /texinfo-install.hook  |   22 ++
 /texinfo-remove.hook   |   20 ++
 testing-i686/PKGBUILD  |   46 -
 testing-i686/texinfo-6.0-disable-failing-info-test.patch   |   11 -
 testing-i686/texinfo-install.hook  |   11 -
 testing-i686/texinfo-remove.hook   |   10 -
 testing-x86_64/PKGBUILD|   46 -
 testing-x86_64/texinfo-6.0-disable-failing-info-test.patch |   11 -
 testing-x86_64/texinfo-install.hook|   11 -
 testing-x86_64/texinfo-remove.hook |   10 -
 12 files changed, 156 insertions(+), 156 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-09-18 12:19:41 UTC (rev 276672)
+++ testing-i686/PKGBUILD   2016-09-18 12:19:47 UTC (rev 276673)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=texinfo
-pkgver=6.2
-pkgrel=1
-pkgdesc='GNU documentation system for on-line information and printed output'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/texinfo/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('ncurses' 'gzip' 'perl' 'sh')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-texinfo-6.0-disable-failing-info-test.patch
-texinfo-install.hook
-texinfo-remove.hook)
-md5sums=('2e9954ba5939f5fca1daa6aac1027eb2'
- 'SKIP'
- '8bfaa21315a8a6184811de8478005d22'
- '9a98fb162650ff3065f9a4ebec22db36'
- '5590fb3ef9ec309c98f5a4d85eca49da')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
-  install -m644 texinfo-{install,remove}.hook 
"$pkgdir"/usr/share/libalpm/hooks/
-}

Copied: texinfo/repos/testing-i686/PKGBUILD (from rev 276672, 
texinfo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-18 12:19:47 UTC (rev 276673)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=texinfo
+pkgver=6.3
+pkgrel=1
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/texinfo/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'gzip' 'perl' 'sh')
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+texinfo-6.0-disable-failing-info-test.patch
+texinfo-install.hook
+texinfo-remove.hook)
+md5sums=('32baefe5c7080dfb512a4eac5ce67b2a'
+ 'SKIP'
+ '8bfaa21315a8a6184811de8478005d22'
+ '9a9

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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 12:14:12
  Author: jlichtblau
Revision: 189910

httrack moved to [community]
from AUR (177 votes)

Added:
  httrack/
  httrack/repos/
  httrack/trunk/
  httrack/trunk/PKGBUILD

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

Added: httrack/trunk/PKGBUILD
===
--- httrack/trunk/PKGBUILD  (rev 0)
+++ httrack/trunk/PKGBUILD  2016-09-18 12:14:12 UTC (rev 189910)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcos Heredia 
+# Contributor: Joris Steyn 
+# Contributor: speps 
+# Contributor: Roman Kyrylych 
+# Contributor: orelien 
+# Contributor: Muflone 
+
+pkgname=httrack
+pkgver=3.48.22
+pkgrel=2
+pkgdesc="An easy-to-use offline browser utility"
+arch=('i686' 'x86_64')
+url="http://www.httrack.com/";
+license=('GPL3')
+depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl')
+source=(http://mirror.httrack.com/historical/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('BB71C7E6CB1AD8FAF53FE42A60C3AA7180598EFB') # Xavier Roche
+sha256sums=('b2831ad7b48e933959f83a9de8a72bcaa0f8eb87e9453ad85debd50d33a9c48f'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: httrack/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:52:47
  Author: anatolik
Revision: 189909

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

Added:
  evemu/repos/community-testing-i686/
  evemu/repos/community-testing-i686/PKGBUILD
(from rev 189908, evemu/trunk/PKGBUILD)
  evemu/repos/community-testing-x86_64/
  evemu/repos/community-testing-x86_64/PKGBUILD
(from rev 189908, evemu/trunk/PKGBUILD)

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

Copied: evemu/repos/community-testing-i686/PKGBUILD (from rev 189908, 
evemu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-18 09:52:47 UTC (rev 189909)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales 
+ 
+pkgname=evemu
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
+  'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evemu/repos/community-testing-x86_64/PKGBUILD (from rev 189908, 
evemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-18 09:52:47 UTC (rev 189909)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales 
+ 
+pkgname=evemu
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
+  'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:52:16
  Author: anatolik
Revision: 189908

upgpkg: evemu 2.5.0-1

Modified:
  evemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 09:48:10 UTC (rev 189907)
+++ PKGBUILD2016-09-18 09:52:16 UTC (rev 189908)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libevdev python2)
 
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('3df372e8655a3eb939b0eb08ab21fe38c1498471'
+sha1sums=('c548b68867ee862aa6646f31aed6b8cb866aefb8'
   'SKIP')
  
 build() {


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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:48:10
  Author: anatolik
Revision: 189907

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

Added:
  crystal/repos/community-testing-i686/
  crystal/repos/community-testing-i686/PKGBUILD
(from rev 189906, crystal/trunk/PKGBUILD)
  crystal/repos/community-testing-x86_64/
  crystal/repos/community-testing-x86_64/PKGBUILD
(from rev 189906, crystal/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   73 
 community-testing-x86_64/PKGBUILD |   73 
 2 files changed, 146 insertions(+)

Copied: crystal/repos/community-testing-i686/PKGBUILD (from rev 189906, 
crystal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-18 09:48:10 UTC (rev 189907)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.19.2
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29cebedc5a827939d3819')
+sha256sums_i686=('14db11c6330e858b21fedfbecf6db5fb1c72dbcfe2682d86873bd8a8aef36ffa')
+sha256sums_x86_64=('dd767a90d7aafac3a00f26be4117f82435092ce2dca4ee1b85f5b95a518eb316')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make all_spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib"
+  cp -r src "$pkgdir/usr/lib/crystal"
+
+  install -dm755 "$pkgdir/usr/share/doc/crystal"
+  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
+
+  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
+  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: crystal/repos/community-testing-x86_64/PKGBUILD (from rev 189906, 
crystal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-18 09:48:10 UTC (rev 189907)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.19.2
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent)
+makedepends=(libxml2 llvm)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29ceb

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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:47:35
  Author: anatolik
Revision: 189906

upgpkg: crystal 0.19.2-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 09:11:13 UTC (rev 189905)
+++ PKGBUILD2016-09-18 09:47:35 UTC (rev 189906)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -20,9 +20,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('7528fc1ec63a3e9db9aabbfc8985511d6a54e44c5a1b26ccd0ee37275937')
-sha256sums_i686=('1faa00c5468b6642fa8247e0afb87dd4e4ca0a006f99b6ccbffd76bbfde2264e')
-sha256sums_x86_64=('b4fadd59603a993ee98e148b95e3b9c53efed713fc8f8c243fc371411eaa46d8')
+sha256sums=('18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29cebedc5a827939d3819')
+sha256sums_i686=('14db11c6330e858b21fedfbecf6db5fb1c72dbcfe2682d86873bd8a8aef36ffa')
+sha256sums_x86_64=('dd767a90d7aafac3a00f26be4117f82435092ce2dca4ee1b85f5b95a518eb316')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:11:13
  Author: anatolik
Revision: 189905

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

Added:
  fio/repos/community-testing-i686/
  fio/repos/community-testing-i686/PKGBUILD
(from rev 189904, fio/trunk/PKGBUILD)
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 189904, fio/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   47 
 community-testing-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: fio/repos/community-testing-i686/PKGBUILD (from rev 189904, 
fio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-18 09:11:13 UTC (rev 189905)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.14
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 189904, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-18 09:11:13 UTC (rev 189905)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.14
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2016-09-18 Thread Anatol Pomozov
Date: Sunday, September 18, 2016 @ 09:10:38
  Author: anatolik
Revision: 189904

upgpkg: fio 2.14-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 08:38:01 UTC (rev 189903)
+++ PKGBUILD2016-09-18 09:10:38 UTC (rev 189904)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.13
+pkgver=2.14
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('e49bf1f5107b44b3f069bb7fc660da62d28cb054417db784112c9b5acb7ff4ba')
+sha256sums=('a6fc18d01fecdfd18d40c915325c53decba5f608cd61ab9d2b7009fa731273df')
 
 prepare() {
   cd fio-fio-$pkgver


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

2016-09-18 Thread Antonio Rojas
Date: Sunday, September 18, 2016 @ 08:38:12
  Author: arojas
Revision: 276670

Use generic compilation flags (FS#50817)

Modified:
  crypto++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 07:25:30 UTC (rev 276669)
+++ PKGBUILD2016-09-18 08:38:12 UTC (rev 276670)
@@ -8,7 +8,7 @@
 pkgname=crypto++
 pkgver=5.6.4
 _srcver=${pkgver//./}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free C++ class library of cryptographic schemes"
 arch=('i686' 'x86_64')
 url="http://www.cryptopp.com/";
@@ -21,9 +21,7 @@
  'ea27f28fe0303fcaa24d83cf4a964d53')
 
 build() {
-  sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile
-  export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
-  make -f GNUmakefile  
+  CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross  
   make libcryptopp.so
 }
 


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

2016-09-18 Thread Antonio Rojas
Date: Sunday, September 18, 2016 @ 08:38:43
  Author: arojas
Revision: 276671

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

Added:
  crypto++/repos/extra-i686/PKGBUILD
(from rev 276670, crypto++/trunk/PKGBUILD)
  crypto++/repos/extra-i686/libcrypto++.pc
(from rev 276670, crypto++/trunk/libcrypto++.pc)
  crypto++/repos/extra-x86_64/PKGBUILD
(from rev 276670, crypto++/trunk/PKGBUILD)
  crypto++/repos/extra-x86_64/libcrypto++.pc
(from rev 276670, crypto++/trunk/libcrypto++.pc)
Deleted:
  crypto++/repos/extra-i686/PKGBUILD
  crypto++/repos/extra-i686/libcrypto++.pc
  crypto++/repos/extra-x86_64/PKGBUILD
  crypto++/repos/extra-x86_64/libcrypto++.pc

-+
 /PKGBUILD   |   68 ++
 /libcrypto++.pc |   22 +
 extra-i686/PKGBUILD |   36 --
 extra-i686/libcrypto++.pc   |   11 --
 extra-x86_64/PKGBUILD   |   36 --
 extra-x86_64/libcrypto++.pc |   11 --
 6 files changed, 90 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-18 08:38:12 UTC (rev 276670)
+++ extra-i686/PKGBUILD 2016-09-18 08:38:43 UTC (rev 276671)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kritoke 
-# Contributor: jlvsimoes 
-
-pkgname=crypto++
-pkgver=5.6.4
-_srcver=${pkgver//./}
-pkgrel=1
-pkgdesc="A free C++ class library of cryptographic schemes"
-arch=('i686' 'x86_64')
-url="http://www.cryptopp.com/";
-license=('custom')
-depends=('gcc-libs')
-makedepends=('unzip')
-source=("http://www.cryptopp.com/cryptopp${_srcver}.zip";
-'libcrypto++.pc')
-md5sums=('4ee7e5cdd4a45a14756c169eaf2a77fc'
- 'ea27f28fe0303fcaa24d83cf4a964d53')
-
-build() {
-  sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile
-  export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
-  make -f GNUmakefile  
-  make libcryptopp.so
-}
-
-package() {
-  install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
-  install -m644 *.h ${pkgdir}/usr/include/cryptopp/
-  install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
-  install -m644 ${srcdir}/libcrypto++.pc 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
-  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: crypto++/repos/extra-i686/PKGBUILD (from rev 276670, 
crypto++/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-18 08:38:43 UTC (rev 276671)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kritoke 
+# Contributor: jlvsimoes 
+
+pkgname=crypto++
+pkgver=5.6.4
+_srcver=${pkgver//./}
+pkgrel=2
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('i686' 'x86_64')
+url="http://www.cryptopp.com/";
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+source=("http://www.cryptopp.com/cryptopp${_srcver}.zip";
+'libcrypto++.pc')
+md5sums=('4ee7e5cdd4a45a14756c169eaf2a77fc'
+ 'ea27f28fe0303fcaa24d83cf4a964d53')
+
+build() {
+  CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross  
+  make libcryptopp.so
+}
+
+package() {
+  install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
+  install -m644 *.h ${pkgdir}/usr/include/cryptopp/
+  install -m644 libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
+  install -m644 ${srcdir}/libcrypto++.pc 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/libcrypto++.pc
===
--- extra-i686/libcrypto++.pc   2016-09-18 08:38:12 UTC (rev 276670)
+++ extra-i686/libcrypto++.pc   2016-09-18 08:38:43 UTC (rev 276671)
@@ -1,11 +0,0 @@
-# Written by Alexander Rødseth 
-
-prefix=/usr
-libdir=${prefix}/lib
-includedir=${prefix}/include
-
-Name: libcrypto++-5.6.4
-Description: Class library of cryptographic schemes
-Version: 5.6.4
-Libs: -L${libdir} -lcryptopp
-Cflags: -I${includedir} 

Copied: crypto++/repos/extra-i686/libcrypto++.pc (from rev 276670, 
crypto++/trunk/libcrypto++.pc)
===
--- extra-i686/libcrypto++.pc   (rev 0)
+++ extra-i686/libcrypto++.pc   2016-09-18 08:38:43 UTC (rev 276671)
@@ -0,0 +1,11 @@
+# Written by Alexander Rødseth 
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++-5.6.4
+Description: Class library of cryptographic schemes
+Version: 5.6.4
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir} 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD  

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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 08:37:42
  Author: jlichtblau
Revision: 189902

upgpkg: autojump 22.3.5-1 - new upstream release

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 07:47:49 UTC (rev 189901)
+++ PKGBUILD2016-09-18 08:37:42 UTC (rev 189902)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=autojump
-pkgver=22.3.0
-pkgrel=2
+pkgver=22.3.5
+pkgrel=1
 pkgdesc="A faster way to navigate your filesystem from the command line"
 arch=('any')
 url="https://github.com/wting/autojump";
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
-sha256sums=('800f444b820b3a985e1da2d183fb5e2e23753a2ade53d6e1195678c650379a03')
+sha256sums=('a5759373ef3b64c09e4b5797f0d68b681976e6b86ba8c3bd009923c526780eb4')
 
 prepare() {
   cd $pkgname-release-v$pkgver


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

2016-09-18 Thread Jaroslav Lichtblau
Date: Sunday, September 18, 2016 @ 08:38:01
  Author: jlichtblau
Revision: 189903

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 189902, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-18 08:37:42 UTC (rev 189902)
+++ PKGBUILD2016-09-18 08:38:01 UTC (rev 189903)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: graysky 
-# Contributor: Geoffroy Carrier 
-# Contributor: Joël Schaerer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=autojump
-pkgver=22.3.0
-pkgrel=2
-pkgdesc="A faster way to navigate your filesystem from the command line"
-arch=('any')
-url="https://github.com/wting/autojump";
-license=('GPL3')
-depends=('python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
-sha256sums=('800f444b820b3a985e1da2d183fb5e2e23753a2ade53d6e1195678c650379a03')
-
-prepare() {
-  cd $pkgname-release-v$pkgver
-  sed -i "s:/env python:/python3:g" bin/$pkgname
-}
-
-package() {
-  cd $pkgname-release-v$pkgver
-
-  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
-   --prefix 'usr/' \
-   --zshshare 'usr/share/zsh/site-functions'
-
-  cd "${pkgdir}"/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
-  done
-#FS#49601
-  install -d "${pkgdir}"/usr/share/fish/completions
-  mv "${pkgdir}"/etc/profile.d/$pkgname.fish 
"${pkgdir}"/usr/share/fish/completions
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
-  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
-#FS#43762
-  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 189902, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-18 08:38:01 UTC (rev 189903)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: graysky 
+# Contributor: Geoffroy Carrier 
+# Contributor: Joël Schaerer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=autojump
+pkgver=22.3.5
+pkgrel=1
+pkgdesc="A faster way to navigate your filesystem from the command line"
+arch=('any')
+url="https://github.com/wting/autojump";
+license=('GPL3')
+depends=('python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
+sha256sums=('a5759373ef3b64c09e4b5797f0d68b681976e6b86ba8c3bd009923c526780eb4')
+
+prepare() {
+  cd $pkgname-release-v$pkgver
+  sed -i "s:/env python:/python3:g" bin/$pkgname
+}
+
+package() {
+  cd $pkgname-release-v$pkgver
+
+  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
+   --prefix 'usr/' \
+   --zshshare 'usr/share/zsh/site-functions'
+
+  cd "${pkgdir}"/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
+  done
+#FS#49601
+  install -d "${pkgdir}"/usr/share/fish/completions
+  mv "${pkgdir}"/etc/profile.d/$pkgname.fish 
"${pkgdir}"/usr/share/fish/completions
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
+  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
+#FS#43762
+  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
+}


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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 07:47:49
  Author: felixonmars
Revision: 189901

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 189900, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 189900, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-09-18 07:13:01 UTC (rev 189900)
+++ 30-win32-aliases.conf   2016-09-18 07:47:49 UTC (rev 189901)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 189900, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-09-18 07:47:49 UTC (rev 189901)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-18 07:13:01 UTC (rev 189900)
+++ PKGBUILD2016-09-18 07:47:49 UTC (rev 189901)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('738ef272b3faf898c47dfb64b93b80fcde7a0c24'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wi

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 07:13:01
  Author: felixonmars
Revision: 189900

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 189899, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 189899, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-09-18 07:12:28 UTC (rev 189899)
+++ 30-win32-aliases.conf   2016-09-18 07:13:01 UTC (rev 189900)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 189899, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-09-18 07:13:01 UTC (rev 189900)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-18 07:12:28 UTC (rev 189899)
+++ PKGBUILD2016-09-18 07:13:01 UTC (rev 189900)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('738ef272b3faf898c47dfb64b93b80fcde7a0c24'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pk

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

2016-09-18 Thread Felix Yan
Date: Sunday, September 18, 2016 @ 07:12:28
  Author: felixonmars
Revision: 189899

upgpkg: wine 1.9.19-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 06:39:08 UTC (rev 189898)
+++ PKGBUILD2016-09-18 07:12:28 UTC (rev 189899)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.18
+pkgver=1.9.19
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('738ef272b3faf898c47dfb64b93b80fcde7a0c24'
+sha1sums=('bc14e74430a360a208bbb959e9d2d6867b2791db'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7