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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:57:19
  Author: fyan
Revision: 156399

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 156398, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 156398, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 156398, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 156398, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 156398, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-14 07:57:19 UTC (rev 156399)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=8
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 156398, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-01-14 07:57:19 UTC 
(rev 156399)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
156398, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-14 07:57:19 UTC (rev 156399)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=8
+pkgdesc="A static website compiler libr

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:56:52
  Author: fyan
Revision: 156398

upgpkg: haskell-hakyll 4.7.5.1-8

rebuild with pandoc-1.16.0.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:55:09 UTC (rev 156397)
+++ PKGBUILD2016-01-14 07:56:52 UTC (rev 156398)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:55:46
  Author: juergen
Revision: 258281

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 258280, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 258280, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 258280, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 07:52:32 UTC (rev 258280)
+++ PKGBUILD2016-01-14 07:55:46 UTC (rev 258281)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.37.2
-pkgrel=3
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net";
-depends=('sbcl=1.3.0' 'texinfo' 'sh')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 258280, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 07:55:46 UTC (rev 258281)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.37.3
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net";
+depends=('sbcl=1.3.1' 'texinfo' 'sh')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
+sha1sums=('0ddd366338e4fc9850f27f8052a52b472350d3ae'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Deleted: 

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:55:04
  Author: tpowa
Revision: 156396

upgpkg: bbswitch 0.8-40

rebuild against 4.4

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:53:25 UTC (rev 156395)
+++ PKGBUILD2016-01-14 07:55:04 UTC (rev 156396)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
-pkgrel=39
+_extramodules=extramodules-4.4-ARCH # Don't forget to update bbswitch.install
+pkgrel=40
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)
 license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
 install=bbswitch.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===
--- bbswitch.install2016-01-14 07:53:25 UTC (rev 156395)
+++ bbswitch.install2016-01-14 07:55:04 UTC (rev 156396)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:55:09
  Author: tpowa
Revision: 156397

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

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

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

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

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
156396, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2016-01-14 07:55:09 UTC (rev 
156397)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
156396, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2016-01-14 07:55:09 UTC (rev 
156397)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:53:25
  Author: tpowa
Revision: 156395

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

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

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

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

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
156394, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2016-01-14 07:53:25 UTC (rev 
156395)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.4-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

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

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:52:32
  Author: tpowa
Revision: 258280

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 258279, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx-dkms.install
(from rev 258279, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 258279, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 258279, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx-dkms.install
(from rev 258279, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 258279, nvidia-340xx/trunk/nvidia-340xx.install)

--+
 testing-i686/PKGBUILD|   68 +
 testing-i686/nvidia-340xx-dkms.install   |   30 
 testing-i686/nvidia-340xx.install|   13 +
 testing-x86_64/PKGBUILD  |   68 +
 testing-x86_64/nvidia-340xx-dkms.install |   30 
 testing-x86_64/nvidia-340xx.install  |   13 +
 6 files changed, 222 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 258279, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-14 07:52:32 UTC (rev 258280)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extramodules-4.4-ARCH
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.4' 'linux-headers<4.5')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
+md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+install=nvidia-340xx-dkms.install
+
+cd ${_pkg}
+make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx-dkms.install (from rev 
258279, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
===
--- testing-i686/nvidia-340xx-dkms.install  (rev 0)
+++ testing-i686/nvidia-340xx-dkms.install  2016-01-14 07:52:32 UTC (rev 
258280)
@@ -0,0 +1,30 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  dkms add nvidia/${1%-*}
+  cat << EOF
+==> To build and install your modules run: dkms install nvidia/${1%-*}
+==> To do this automatically at startup run: systemc

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:53:09
  Author: tpowa
Revision: 156394

upgpkg: acpi_call 1.1.0-38

rebuild against 4.4

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:36:59 UTC (rev 156393)
+++ PKGBUILD2016-01-14 07:53:09 UTC (rev 156394)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=37
-_extramodules=extramodules-4.3-ARCH
+pkgrel=38
+_extramodules=extramodules-4.4-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='http://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
 install='acpi_call.install'
 
source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2016-01-14 07:36:59 UTC (rev 156393)
+++ acpi_call.install   2016-01-14 07:53:09 UTC (rev 156394)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.3-ARCH
+  _extramodules=extramodules-4.4-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:52:24
  Author: tpowa
Revision: 258279

upgpkg: nvidia-340xx 340.96-4

rebuild against 4.4

Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 PKGBUILD |8 
 nvidia-340xx.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:51:20 UTC (rev 258278)
+++ PKGBUILD2016-01-14 07:52:24 UTC (rev 258279)
@@ -5,11 +5,11 @@
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
-_extramodules=extramodules-4.3-ARCH
-pkgrel=3
+_extramodules=extramodules-4.4-ARCH
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.3' 'linux-headers<4.4')
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.4' 'linux-headers<4.5')
 conflicts=('nvidia')
 license=('custom')
 options=(!strip)
@@ -38,7 +38,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-340xx-utils=${pkgver}")
+depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-340xx-utils=${pkgver}")
 conflict+=('nvidia-340xx-dkms')
 install=nvidia-340xx.install
 

Modified: nvidia-340xx.install
===
--- nvidia-340xx.install2016-01-14 07:51:20 UTC (rev 258278)
+++ nvidia-340xx.install2016-01-14 07:52:24 UTC (rev 258279)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:51:13
  Author: juergen
Revision: 258277

upgpkg: maxima 5.37.3-1

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:48:59 UTC (rev 258276)
+++ PKGBUILD2016-01-14 07:51:13 UTC (rev 258277)
@@ -3,13 +3,13 @@
 # Contributor: Damir Perisa 
 
 pkgname=maxima
-pkgver=5.37.2
-pkgrel=3
+pkgver=5.37.3
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net";
-depends=('sbcl=1.3.0' 'texinfo' 'sh')
+depends=('sbcl=1.3.1' 'texinfo' 'sh')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version
@@ -17,7 +17,7 @@
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
 install=maxima.install
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
+sha1sums=('0ddd366338e4fc9850f27f8052a52b472350d3ae'
   '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
 prepare() {


[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:51:20
  Author: juergen
Revision: 258278

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 258277, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 258277, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 258277, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 07:51:13 UTC (rev 258277)
+++ PKGBUILD2016-01-14 07:51:20 UTC (rev 258278)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.37.2
-pkgrel=3
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net";
-depends=('sbcl=1.3.0' 'texinfo' 'sh')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-sha1sums=('460a3042beac635f25d5db453b5cccb13322a4e7'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 258277, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 07:51:20 UTC (rev 258278)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.37.3
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net";
+depends=('sbcl=1.3.1' 'texinfo' 'sh')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
+sha1sums=('0ddd366338e4fc9850f27f8052a52b472350d3ae'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d "${pkgdir}/usr/share/pixmaps/"
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   "${pkgdir}/usr/share/pixmaps/${pkgname}.pn

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:48:52
  Author: tpowa
Revision: 258275

upgpkg: nvidia-304xx 304.131-4

rebuild against 4.4

Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia-304xx.install

--+
 PKGBUILD |8 
 nvidia-304xx.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:41:30 UTC (rev 258274)
+++ PKGBUILD2016-01-14 07:48:52 UTC (rev 258275)
@@ -5,11 +5,11 @@
 pkgbase=nvidia-304xx
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
-_extramodules=extramodules-4.3-ARCH
-pkgrel=3
+_extramodules=extramodules-4.4-ARCH
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
 conflicts=('nvidia')
 license=('custom')
 options=('!strip')
@@ -36,7 +36,7 @@
 
 package_nvidia-304xx() {
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-304xx-utils=${pkgver}")
+depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-304xx-utils=${pkgver}")
conflicts+=('nvidia-304xx-dkms')
 install=nvidia-304xx.install
 

Modified: nvidia-304xx.install
===
--- nvidia-304xx.install2016-01-14 07:41:30 UTC (rev 258274)
+++ nvidia-304xx.install2016-01-14 07:48:52 UTC (rev 258275)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:48:59
  Author: tpowa
Revision: 258276

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 258275, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install
(from rev 258275, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 258275, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 258275, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install
(from rev 258275, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 258275, nvidia-304xx/trunk/nvidia-304xx.install)

--+
 testing-i686/PKGBUILD|   66 +
 testing-i686/nvidia-304xx-dkms.install   |   30 +
 testing-i686/nvidia-304xx.install|   13 +
 testing-x86_64/PKGBUILD  |   66 +
 testing-x86_64/nvidia-304xx-dkms.install |   30 +
 testing-x86_64/nvidia-304xx.install  |   13 +
 6 files changed, 218 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 258275, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-14 07:48:59 UTC (rev 258276)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.131
+_extramodules=extramodules-4.4-ARCH
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+   conflicts+=('nvidia-304xx')
+install=nvidia-304xx-dkms.install
+
+cd ${_pkg}
+   make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install (from rev 
258275, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
===
--- testing-i686/nvidia-304xx-dkms.install  (rev 0)
+++ testing-i686/nvidia-304xx-dkms.install  2016-01-14 07:48:59 UTC (rev 
258276)
@@ -0,0 +1,30 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  dkms add nvidia/${1%-*}
+  cat << EOF
+==> To build and instal

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:41:30
  Author: tpowa
Revision: 258274

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 258273, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-dkms.install
(from rev 258273, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-i686/nvidia.install
(from rev 258273, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 258273, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-dkms.install
(from rev 258273, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 258273, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia-dkms.install
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia-dkms.install
  nvidia/repos/testing-x86_64/nvidia.install

+
 /PKGBUILD  |  164 +++
 /nvidia-dkms.install   |   60 
 /nvidia.install|   26 +
 testing-i686/PKGBUILD  |   82 -
 testing-i686/nvidia-dkms.install   |   30 --
 testing-i686/nvidia.install|   13 --
 testing-x86_64/PKGBUILD|   82 -
 testing-x86_64/nvidia-dkms.install |   30 --
 testing-x86_64/nvidia.install  |   13 --
 9 files changed, 250 insertions(+), 250 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-01-14 07:41:19 UTC (rev 258273)
+++ testing-i686/PKGBUILD   2016-01-14 07:41:30 UTC (rev 258274)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=361.18
-_extramodules=extramodules-4.3-ARCH
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('ade4f7d0a5631ff492088671bc303a0a')
-md5sums_x86_64=('29a88f1538d622cebf751593396053e4')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.3' 'linux<4.4' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-install=nvidia-dkms.install
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 258273, 
nvidia/trunk/PKGBUILD)
==

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

2016-01-13 Thread Tobias Powalowski
Date: Thursday, January 14, 2016 @ 08:41:19
  Author: tpowa
Revision: 258273

upgpkg: nvidia 361.18-2

rebuild against 4.4

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:41:08 UTC (rev 258272)
+++ PKGBUILD2016-01-14 07:41:19 UTC (rev 258273)
@@ -6,12 +6,12 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=361.18
-_extramodules=extramodules-4.3-ARCH
-pkgrel=1
+_extramodules=extramodules-4.4-ARCH
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
 license=('custom')
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
@@ -48,7 +48,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.3' 'linux<4.4' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.4' 'linux<4.5' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \

Modified: nvidia.install
===
--- nvidia.install  2016-01-14 07:41:08 UTC (rev 258272)
+++ nvidia.install  2016-01-14 07:41:19 UTC (rev 258273)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.4-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:41:08
  Author: juergen
Revision: 258272

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 258271, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 258271, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 258271, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 258271, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 07:40:05 UTC (rev 258271)
+++ PKGBUILD2016-01-14 07:41:08 UTC (rev 258272)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-  "arch-fixes.lisp")
-sha256sums=('d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+  "arch-fixes.lisp")
+sha256sums=('a2e547e471a368349a43b1feee78ca6139aae0c60b8fcaa6ab0fd0e5b8e0ed3d'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-x86_64/sbcl.install (from rev 258271, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2016-01-14 07:41:08 UTC (rev 258272)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2016-01-14 07:40:05 UTC (rev 258271)
+++ texinfo-4.13a-data_types.patch  2016-01-14 07:41:08 UTC (rev 258272)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:40:05
  Author: juergen
Revision: 258271

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 258270, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 258270, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 258270, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 258270, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 07:36:55 UTC (rev 258270)
+++ PKGBUILD2016-01-14 07:40:05 UTC (rev 258271)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-  "arch-fixes.lisp")
-sha256sums=('d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+  "arch-fixes.lisp")
+sha256sums=('a2e547e471a368349a43b1feee78ca6139aae0c60b8fcaa6ab0fd0e5b8e0ed3d'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 258270, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2016-01-14 07:40:05 UTC (rev 258271)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: texinfo-4.13a-data_types.patch
===
--- texinfo-4.13a-data_types.patch  2016-01-14 07:36:55 UTC (rev 258270)
+++ texinfo-4.13a-data_types.patch  2016-01-14 07:40:05 UTC (rev 258271)
@@ -1,32 +0,0 @@
-diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
 texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
-+++ texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
-@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
-   const char *carried_over_ptr;
-   size_t carried_over_len, carried_over_count;
-   const char *cur_ptr = mbi_cur_ptr (iter);
--  int cur_len = mb_len (mbi_cur (iter));
-+  size_t cur_len = mb_len (mbi_cur (iter));
-   int replen;
-   int delim = 0;
-

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

2016-01-13 Thread Jürgen Hötzel
Date: Thursday, January 14, 2016 @ 08:36:55
  Author: juergen
Revision: 258270

update to 1.3.1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:49:34 UTC (rev 258269)
+++ PKGBUILD2016-01-14 07:36:55 UTC (rev 258270)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/";
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
   "arch-fixes.lisp")
-sha256sums=('d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3'
+sha256sums=('a2e547e471a368349a43b1feee78ca6139aae0c60b8fcaa6ab0fd0e5b8e0ed3d'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:36:59
  Author: fyan
Revision: 156393

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 156392, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 156392, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 156392, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 156392, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

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

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

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 156392, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-01-14 
07:36:59 UTC (rev 156393)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
156392, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-14 07:36:59 UTC (rev 156393)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(p

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:36:32
  Author: fyan
Revision: 156392

upgpkg: pandoc-crossref 0.1.6.3-4

rebuild with pandoc-1.16.0.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:34:40 UTC (rev 156391)
+++ PKGBUILD2016-01-14 07:36:32 UTC (rev 156392)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:34:40
  Author: fyan
Revision: 156391

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 156390, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 156390, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 156390, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 156390, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 156390, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-14 07:34:40 UTC (rev 156391)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+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.*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')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${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-i686/haskell-pandoc-citeproc.install 
(from rev 156390, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-01-14 
07:34:40 UTC (rev 156391)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libr

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:34:13
  Author: fyan
Revision: 156390

upgpkg: pandoc-citeproc 0.9-8

rebuild with pandoc-1.16.0.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 07:11:26 UTC (rev 156389)
+++ PKGBUILD2016-01-14 07:34:13 UTC (rev 156390)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=7
+pkgrel=8
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:11:26
  Author: fyan
Revision: 156389

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 156388, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-i686/haskell-pandoc.install
(from rev 156388, pandoc/trunk/haskell-pandoc.install)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 156388, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/haskell-pandoc.install
(from rev 156388, pandoc/trunk/haskell-pandoc.install)

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

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

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
156388, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-01-14 07:11:26 UTC 
(rev 156389)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregiste

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 08:10:58
  Author: fyan
Revision: 156388

upgpkg: pandoc 1.16.0.2-1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:59:35 UTC (rev 156387)
+++ PKGBUILD2016-01-14 07:10:58 UTC (rev 156388)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
-pkgver=1.16.0.1
-pkgrel=2
+pkgver=1.16.0.2
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")
@@ -12,17 +12,17 @@
 arch=('i686' 'x86_64')
 makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
  "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
- "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"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")
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('211bc1a4f1beaaf888d82e4e67414a3984cf494b58be49e157a1c21d9a09db1a')
+sha256sums=('f5f3262ef4574a111936fea0118557c523a8b0eaa7fea84b64b377b20a80f348')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:59:35
  Author: fyan
Revision: 156387

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
(from rev 156386, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 06:59:05 UTC (rev 156386)
+++ PKGBUILD2016-01-14 06:59:35 UTC (rev 156387)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.15
-pkgrel=2
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/";
-license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
- 'python2-configargparse' 'python2-tornado' 'python2-watchdog'
- 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow'
- 'python2-html2text' 'python2-construct' 'python2-click')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')
-provides=('python2-libmproxy')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/lxml==3.4.4/lxml>=3.4.4/' $pkgname/setup.py
-}
-
-check() {
-  cd "$srcdir/$pkgname"
-  nosetests2
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 156386, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 06:59:35 UTC (rev 156387)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.15
+pkgrel=3
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/";
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
+ 'python2-configargparse' 'python2-tornado' 'python2-watchdog'
+ 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+ 'python2-urwid' 'python2-lxml' 'python2-pillow'
+ 'python2-html2text' 'python2-construct' 'python2-click')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')
+provides=('python2-libmproxy')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -e 's/lxml==3.4.4/lxml>=3.4.4/' \
+  -e 's/Pillow>=3.0.0, <3.1/Pillow>=3.0.0, <3.2/' \
+  -i $pkgname/setup.py
+}
+
+check() {
+  cd "$srcdir/$pkgname"
+  nosetests2
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:59:05
  Author: fyan
Revision: 156386

upgpkg: mitmproxy 0.15-3

allow pillow 3.1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:54:08 UTC (rev 156385)
+++ PKGBUILD2016-01-14 06:59:05 UTC (rev 156386)
@@ -5,7 +5,7 @@
 
 pkgname=mitmproxy
 pkgver=0.15
-pkgrel=2
+pkgrel=3
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/";
@@ -25,7 +25,9 @@
 sha256sums=('SKIP')
 
 prepare() {
-  sed -i 's/lxml==3.4.4/lxml>=3.4.4/' $pkgname/setup.py
+  sed -e 's/lxml==3.4.4/lxml>=3.4.4/' \
+  -e 's/Pillow>=3.0.0, <3.1/Pillow>=3.0.0, <3.2/' \
+  -i $pkgname/setup.py
 }
 
 check() {


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:54:08
  Author: fyan
Revision: 156385

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 156384, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 156384, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:53:36 UTC (rev 156384)
+++ community-i686/PKGBUILD 2016-01-14 06:54:08 UTC (rev 156385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2')
-makedepends=('git')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 156384, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:54:08 UTC (rev 156385)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-14 06:53:36 UTC (rev 156384)
+++ community-x86_64/PKGBUILD   2016-01-14 06:54:08 UTC (rev 156385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2')
-makedepends=('git')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 156384, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-14 06:54:08 UTC (rev 156385)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+co

[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:53:36
  Author: fyan
Revision: 156384

upgpkg: deepin-session-ui 3.0.4-2

fix missing translations

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:49:11 UTC (rev 156383)
+++ PKGBUILD2016-01-14 06:53:36 UTC (rev 156384)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-session-ui
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-session-ui";
@@ -13,7 +13,7 @@
 groups=('deepin')
 depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
  'deepin-control-center' 'startdde' 'gtk2')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
 provides=('lightdm-deepin-greeter')
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')


[arch-commits] Commit in (haskell-parsers)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:49:11
  Author: fyan
Revision: 156383

rmvpkg: haskell-parsers (not needed anymore)

Deleted:
  haskell-parsers/


[arch-commits] Commit in (haskell-time-parsers)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:46:58
  Author: fyan
Revision: 156380

rmvpkg: haskell-time-parsers (not needed anymore)

Deleted:
  haskell-time-parsers/


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

2016-01-13 Thread Antonio Rojas
Date: Thursday, January 14, 2016 @ 07:46:46
  Author: arojas
Revision: 156379

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

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

---+
 /PKGBUILD |   72 
 /partitionmanager.install |   22 
 community-i686/PKGBUILD   |   42 
 community-i686/partitionmanager.install   |   11 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/partitionmanager.install |   11 
 6 files changed, 94 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:46:18 UTC (rev 156378)
+++ community-i686/PKGBUILD 2016-01-14 06:46:46 UTC (rev 156379)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=('i686' 'x86_64')
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-install=$pkgname.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('be888d1718beb0ce04d7301714a2dfe9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 156378, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:46:46 UTC (rev 156379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('d50698661f443fa5ac99de6329f9d0cf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/partitionmanager.install
===
--- community-i686/partitionmanager.install 2016-01-14 06:46:18 UTC (rev 
156378)
+++ community-i686/partitionmanager.install 2016-01-14 06:46:46 UTC (rev 
156379)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: partitionmanager/repos/community-i686/partitionmanager.install (from 
rev 156378, partitionmanager/trunk/partitionmanager.install)
===
--- community-i686/partitionmanager.install (rev 0)
+++ community-i686/partitionmanager.install 2016-01-14 06:46:46 UTC (rev 
156379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post

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

2016-01-13 Thread Antonio Rojas
Date: Thursday, January 14, 2016 @ 07:46:18
  Author: arojas
Revision: 156378

Update to 2.0.0

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:46:11 UTC (rev 156377)
+++ PKGBUILD2016-01-14 06:46:18 UTC (rev 156378)
@@ -4,23 +4,17 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=1.2.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://kde.org/applications/system/kdepartitionmanager/";
 license=(GPL2)
-depends=(kio parted hicolor-icon-theme)
+depends=(kpmcore hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
 install=$pkgname.install
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('be888d1718beb0ce04d7301714a2dfe9')
+md5sums=('d50698661f443fa5ac99de6329f9d0cf')
 
 prepare() {
   mkdir -p build


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:44:49
  Author: fyan
Revision: 156375

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

Added:
  haskell-pandoc-types/repos/community-i686/PKGBUILD
(from rev 156374, haskell-pandoc-types/trunk/PKGBUILD)
  haskell-pandoc-types/repos/community-i686/haskell-pandoc-types.install
(from rev 156374, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
  haskell-pandoc-types/repos/community-x86_64/PKGBUILD
(from rev 156374, haskell-pandoc-types/trunk/PKGBUILD)
  haskell-pandoc-types/repos/community-x86_64/haskell-pandoc-types.install
(from rev 156374, haskell-pandoc-types/trunk/haskell-pandoc-types.install)
Deleted:
  haskell-pandoc-types/repos/community-i686/PKGBUILD
  haskell-pandoc-types/repos/community-i686/haskell-pandoc-types.install
  haskell-pandoc-types/repos/community-x86_64/PKGBUILD
  haskell-pandoc-types/repos/community-x86_64/haskell-pandoc-types.install

---+
 /PKGBUILD |   84 
 /haskell-pandoc-types.install |   36 ++
 community-i686/PKGBUILD   |   42 
 community-i686/haskell-pandoc-types.install   |   18 -
 community-x86_64/PKGBUILD |   42 
 community-x86_64/haskell-pandoc-types.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:44:15 UTC (rev 156374)
+++ community-i686/PKGBUILD 2016-01-14 06:44:49 UTC (rev 156375)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=pandoc-types
-pkgname=haskell-pandoc-types
-pkgver=1.16.0.1
-pkgrel=1
-pkgdesc="Types for representing a structured document"
-url="http://johnmacfarlane.net/pandoc";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install="${pkgname}.install"
-sha256sums=('3e61dff33d104ffdac9920bf7bf9c28f566cb3da237715ad05bd40b4d4e8beb6')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-pandoc-types/repos/community-i686/PKGBUILD (from rev 156374, 
haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:44:49 UTC (rev 156375)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.16.0.1
+pkgrel=2
+pkgdesc="Types for representing a structured document"
+url="http://johnmacfarlane.net/pandoc";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3e61dff33d104ffdac9920bf7bf9c28f566cb3da237715ad05bd40b4d4e8beb6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:44:15
  Author: fyan
Revision: 156374

upgpkg: haskell-pandoc-types 1.16.0.1-2

remove dependency on haskell-deepseq-generics

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:43:29 UTC (rev 156373)
+++ PKGBUILD2016-01-14 06:44:15 UTC (rev 156374)
@@ -5,12 +5,12 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.16.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Types for representing a structured document"
 url="http://johnmacfarlane.net/pandoc";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb")
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-syb")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


[arch-commits] Commit in (haskell-aeson-extra)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:43:29
  Author: fyan
Revision: 156373

rmvpkg: haskell-aeson-extra (not needed anymore)

Deleted:
  haskell-aeson-extra/


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

2016-01-13 Thread Antonio Rojas
Date: Thursday, January 14, 2016 @ 07:40:30
  Author: arojas
Revision: 156372

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

Added:
  kpmcore/repos/
  kpmcore/repos/community-i686/
  kpmcore/repos/community-i686/PKGBUILD
(from rev 156371, kpmcore/trunk/PKGBUILD)
  kpmcore/repos/community-x86_64/
  kpmcore/repos/community-x86_64/PKGBUILD
(from rev 156371, kpmcore/trunk/PKGBUILD)

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

Copied: kpmcore/repos/community-i686/PKGBUILD (from rev 156371, 
kpmcore/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-01-14 06:40:30 UTC (rev 156372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions."
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('14570132ef88df21060198fdcc4b8e7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpmcore/repos/community-x86_64/PKGBUILD (from rev 156371, 
kpmcore/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-01-14 06:40:30 UTC (rev 156372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions."
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('14570132ef88df21060198fdcc4b8e7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-13 Thread Antonio Rojas
Date: Thursday, January 14, 2016 @ 07:39:32
  Author: arojas
Revision: 156369

New partitionmanager dependency

Added:
  kpmcore/
  kpmcore/trunk/
  kpmcore/trunk/PKGBUILD

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

Added: kpmcore/trunk/PKGBUILD
===
--- kpmcore/trunk/PKGBUILD  (rev 0)
+++ kpmcore/trunk/PKGBUILD  2016-01-14 06:39:32 UTC (rev 156369)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library for managing partitions."
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('14570132ef88df21060198fdcc4b8e7a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in deepin-control-center/repos (8 files)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:30:20
  Author: fyan
Revision: 156368

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 156367, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-i686/deepin-control-center.install
(from rev 156367, deepin-control-center/trunk/deepin-control-center.install)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 156367, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/deepin-control-center.install
(from rev 156367, deepin-control-center/trunk/deepin-control-center.install)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-i686/deepin-control-center.install
  deepin-control-center/repos/community-x86_64/PKGBUILD
  deepin-control-center/repos/community-x86_64/deepin-control-center.install

+
 /PKGBUILD  |   64 +++
 /deepin-control-center.install |   22 +++
 community-i686/PKGBUILD|   32 ---
 community-i686/deepin-control-center.install   |   11 ---
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/deepin-control-center.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:29:48 UTC (rev 156367)
+++ community-i686/PKGBUILD 2016-01-14 06:30:20 UTC (rev 156368)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'libdui' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 156367, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:30:20 UTC (rev 156368)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'libdui' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/deepin-control-center.install
===
--- community-i686/deepin-control-center.install2016-01-14 06:29:48 UTC 
(rev 156367)
+++ community-i686/deepin-control-center.install2016-01-14 06:30:20 UTC 
(rev 156368)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: 
deepin-control-center/repos/community-i686/deepin-control-center.install (from 
rev 156367, deepin-control-center/trunk/deepin-control-center.install)
===
--- community-i686/deepin-control-center.install
(rev 0)
+++ community-i686/deepin-control-center.install2016-01-14 06:30:20 UTC 
(rev 156368)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Delete

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:29:48
  Author: fyan
Revision: 156367

upgpkg: deepin-control-center 3.0.4-2

fix missing translations

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:22:47 UTC (rev 156366)
+++ PKGBUILD2016-01-14 06:29:48 UTC (rev 156367)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-control-center
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/dde-control-center";
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'libdui' 'gtk2' 'deepin-account-faces' 
'deepin-api'
  'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:22:47
  Author: fyan
Revision: 156366

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 156365, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 156365, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:22:08 UTC (rev 156365)
+++ community-i686/PKGBUILD 2016-01-14 06:22:47 UTC (rev 156366)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-menu' 'deepin-daemon')
-makedepends=('git')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 156365, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:22:47 UTC (rev 156366)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-14 06:22:08 UTC (rev 156365)
+++ community-x86_64/PKGBUILD   2016-01-14 06:22:47 UTC (rev 156366)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-menu' 'deepin-daemon')
-makedepends=('git')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 156365, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-14 06:22:47 UTC (rev 156366)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:22:08
  Author: fyan
Revision: 156365

upgpkg: deepin-launcher 3.0.2-2

fix missing translations

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 06:19:23 UTC (rev 156364)
+++ PKGBUILD2016-01-14 06:22:08 UTC (rev 156365)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-launcher
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-launcher";
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
  'startdde' 'deepin-menu' 'deepin-daemon')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:19:23
  Author: fyan
Revision: 156364

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

Added:
  deepin-dock/repos/community-i686/PKGBUILD
(from rev 156363, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 156363, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-i686/PKGBUILD
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 06:18:51 UTC (rev 156363)
+++ community-i686/PKGBUILD 2016-01-14 06:19:23 UTC (rev 156364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
-makedepends=('git')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 156363, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 06:19:23 UTC (rev 156364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-14 06:18:51 UTC (rev 156363)
+++ community-x86_64/PKGBUILD   2016-01-14 06:19:23 UTC (rev 156364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
-makedepends=('git')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 156363, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-14 06:19:23 UTC (rev 156364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 07:18:51
  Author: fyan
Revision: 156363

upgpkg: deepin-dock 3.0.2-2

fix missing translations

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:46:06 UTC (rev 156362)
+++ PKGBUILD2016-01-14 06:18:51 UTC (rev 156363)
@@ -5,13 +5,13 @@
 
 pkgname=deepin-dock
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-dock";
 license=('GPL3')
 depends=('gtk2' 'libdui' 'qt5-svg' 'deepin-menu' 'deepin-file-manager' 
'deepin-daemon')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
 conflicts=('dde-dock')
 replaces=('dde-dock')
 groups=('deepin')


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

2016-01-13 Thread Ike Devolder
Date: Thursday, January 14, 2016 @ 06:45:57
  Author: idevolder
Revision: 156361

upgpkg: opera 34.0.2036.47-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:08:55 UTC (rev 156360)
+++ PKGBUILD2016-01-14 05:45:57 UTC (rev 156361)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=34.0.2036.25
+pkgver=34.0.2036.47
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/";
@@ -33,7 +33,7 @@
 )
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('ae4933f0df63b920f79ce6063b48ebcd7f3cf2bcdbde13dc410c4fe24bcf1447')
+sha256sums_x86_64=('26a2aca99b2c719a3e031f112aaa1c29ebd694ac6870b50fc33e84ca7987a5be')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2016-01-13 Thread Ike Devolder
Date: Thursday, January 14, 2016 @ 06:46:06
  Author: idevolder
Revision: 156362

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 156361, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 156361, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 156361, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 156361, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  138 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 +++
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 05:45:57 UTC (rev 156361)
+++ PKGBUILD2016-01-14 05:46:06 UTC (rev 156362)
@@ -1,69 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=34.0.2036.25
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/";
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-arch=('x86_64')
-source_x86_64=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
-)
-source=(
-"opera"
-"default"
-)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_x86_64=('ae4933f0df63b920f79ce6063b48ebcd7f3cf2bcdbde13dc410c4fe24bcf1447')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 156361, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 05:46:06 UTC (rev 156362)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=34.0.2036.47
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/";
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+'opera-ffmpeg-codecs: playback of proprietary video/audio'
+)
+arch=('x86_64')
+source_x86_64=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
+)
+source=(
+"opera"
+"default"
+)
+sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
+'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
+sha256sums_x86_64=('26a2aca99b2c719a3e031f112aaa1c29ebd694ac6870b50fc33e84ca7987a5be')
+
+prepare() {
+sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
+-i "$srcdir/opera"
+}
+
+package() {
+tar -xf data.tar.xz --exclude=usr/share/{linti

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

2016-01-13 Thread Eric Bélanger
Date: Thursday, January 14, 2016 @ 06:13:15
  Author: eric
Revision: 258199

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-14 05:10:40 UTC (rev 258198)
+++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('perl: to use corresponding binding'
-   'tcl: to use corresponding binding'
-'python2: to use corresponding binding'
-'ruby: to use corresponding binding'
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
-  aclocal
-  automake
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 258198, 
rrdtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('perl: to use corresponding binding'
+   'tcl: to use corresponding binding'
+'python2: to use corresponding binding'
+'ruby: to use corresponding binding'
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+  aclocal
+  automake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-14 05:10:40 UTC (rev 258198)
+++ extra-x86_64/PKGBUILD   2016-01-14 05:13:15 UTC (rev 258199)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64'

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

2016-01-13 Thread Eric Bélanger
Date: Thursday, January 14, 2016 @ 06:10:40
  Author: eric
Revision: 258198

upgpkg: rrdtool 1.5.5-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:10:13 UTC (rev 258197)
+++ PKGBUILD2016-01-14 05:10:40 UTC (rev 258198)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";
@@ -17,7 +17,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a')
+sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:10:13
  Author: fyan
Revision: 258197

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

Added:
  python-pycurl/repos/testing-i686/
  python-pycurl/repos/testing-i686/PKGBUILD
(from rev 258196, python-pycurl/trunk/PKGBUILD)
  python-pycurl/repos/testing-x86_64/
  python-pycurl/repos/testing-x86_64/PKGBUILD
(from rev 258196, python-pycurl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   71 ++
 testing-x86_64/PKGBUILD |   71 ++
 2 files changed, 142 insertions(+)

Copied: python-pycurl/repos/testing-i686/PKGBUILD (from rev 258196, 
python-pycurl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-14 05:10:13 UTC (rev 258197)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez  
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.21.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pycurl.sourceforge.net/";
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 'python2-pyflakes')
+source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_}";)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a $_pypiname{,-py2}
+
+  cd "$srcdir/$_pypiname"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
+
+  cd "$srcdir/$_pypiname-py2"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
+  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  make
+  python3 setup.py build --with-ssl
+
+  cd "$srcdir/$_pypiname-py2"
+  make
+  python2 setup.py build --with-ssl
+}
+
+check() {
+  export PYCURL_VSFTPD_PATH=vsftpd
+
+  cd "$srcdir/$_pypiname"
+  # Failure reported: https://github.com/pycurl/pycurl/issues/357
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test || 
warning "Tests failed"
+
+  cd "$srcdir/$_pypiname-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test
+}
+
+package_python-pycurl() {
+  pkgdesc="A Python 3.x interface to libcurl"
+  depends=('python' 'curl')
+
+  cd $_pypiname
+  python setup.py install -O1 --root="${pkgdir}"
+  install -D -m644 COPYING-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pycurl() {
+  pkgdesc="A Python 2.x interface to libcurl"
+  depends=('python2' 'curl')
+
+  cd $_pypiname-py2
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -D -m644 COPYING-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-pycurl/repos/testing-x86_64/PKGBUILD (from rev 258196, 
python-pycurl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-14 05:10:13 UTC (rev 258197)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez  
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.21.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pycurl.sourceforge.net/";
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 'python2-pyflakes')
+source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_}";)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a $_pypiname{,-py2}
+
+  cd "$srcdir/$_pypiname"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
+
+  cd "$srcdir/$_pypiname-py2"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
+  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  make
+  python3 setup.py build --with-ssl
+
+  

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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:09:06
  Author: heftig
Revision: 258194

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-14 05:07:47 UTC (rev 258193)
+++ extra-i686/PKGBUILD 2016-01-14 05:09:06 UTC (rev 258194)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 258193, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-14 05:09:06 UTC (rev 258194)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-14 05:07:47 UTC (rev 258193)
+++ extra-x86_64/PKGBUILD   2016-01-14 05:09:06 UTC (rev 258194)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/softwar

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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:09:43
  Author: heftig
Revision: 258195

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

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

---+
 testing-i686/PKGBUILD |  207 
 testing-i686/padsp-lib32.patch|   15 ++
 testing-i686/pulseaudio.install   |8 +
 testing-x86_64/PKGBUILD   |  207 
 testing-x86_64/padsp-lib32.patch  |   15 ++
 testing-x86_64/pulseaudio.install |8 +
 6 files changed, 460 insertions(+)

Copied: pulseaudio/repos/testing-i686/PKGBUILD (from rev 258194, 
pulseaudio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-14 05:09:43 UTC (rev 258195)
@@ -0,0 +1,207 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+pkgbase=pulseaudio
+pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
+pkgdesc="A featureful, general-purpose sound server"
+pkgver=7.99.2
+pkgrel=1
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/PulseAudio";
+license=(LGPL)
+makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
+ speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
+ lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
+ check)
+options=(!emptydirs)
+source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
+padsp-lib32.patch)
+sha256sums=('72810b3379a91bb06e5d925282acdb174ca5da419829317d81a46a1627a0c6aa'
+'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-database=tdb \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_pulseaudio() {
+  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc
+   webrtc-audio-processing sbc libsoxr)
+  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
+  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
+  install=pulseaudio.install
+
+  cd $pkgbase-$pkgver
+
+  _pulsever=$(./git-version-gen .tarball-version)
+  while [[ $_pulsever = *.*.* ]]; do
+_pulsever=${_pulsever%.*}
+  done
+  _pulsever=${_pulsever%%-*}
+
+  make -j1 DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
+
+  cd "$pkgdir"
+  patch -Np1 -i "$srcdir/padsp-lib32.patch"
+
+  sed -e '/flat-volumes/iflat-volumes = no' \
+  -i etc/pulse/daemon.conf
+
+  # Superseded by socket activation
+  sed -e '/autospawn/iautospawn = no' \
+  -i etc/pulse/client.conf
+
+  # Disable cork-request module, can result in e.g. media players unpausing
+  # when there's a Skype call incoming
+  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
+  -i usr/bin/start-pulseaudio-x11
+
+  rm etc/dbus-1/system.d/pulseaudio-system.conf
+
+  mkdir usr/lib/systemd/user/sockets.target.wants
+  ln -s ../pulseaudio.socket \
+usr/lib/systemd/user/sockets.target.wants/pulseaudio.socket
+
+### Split libpulse
+
+  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
+
+  mv etc/pulse/client.conf \
+ "$srcdir/libpulse/etc/pulse"
+
+  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
+ "$srcdir/libpulse/usr/bin"
+
+  mv usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
+ usr/lib/{cmake,pkgconfig} \
+ "$srcdir/libpulse/usr/lib"
+
+  mv usr/lib/pulseaudio/libpulse{dsp,common-*}.so \
+ "$srcdir/libpulse/usr/lib/pulseaudio"
+
+  mv usr/include \
+ "$srcdir/libpulse/usr"
+
+  mv usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1 \
+  

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:09:46
  Author: fyan
Revision: 258196

upgpkg: python-pycurl 7.21.5-1

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:09:43 UTC (rev 258195)
+++ PKGBUILD2016-01-14 05:09:46 UTC (rev 258196)
@@ -6,7 +6,7 @@
 _pypiname=pycurl
 pkgbase=python-$_pypiname
 pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.19.5.3
+pkgver=7.21.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://pycurl.sourceforge.net/";
@@ -45,7 +45,8 @@
   export PYCURL_VSFTPD_PATH=vsftpd
 
   cd "$srcdir/$_pypiname"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test
+  # Failure reported: https://github.com/pycurl/pycurl/issues/357
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test || 
warning "Tests failed"
 
   cd "$srcdir/$_pypiname-py2"
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test


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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:08:55
  Author: heftig
Revision: 156360

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libpulse/repos/multilib-testing-x86_64/
  lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD
(from rev 156359, lib32-libpulse/trunk/PKGBUILD)

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

Copied: lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD (from rev 156359, 
lib32-libpulse/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-01-14 05:08:55 UTC (rev 156360)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+_pkgbasename=libpulse
+pkgname=lib32-$_pkgbasename
+pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
+pkgver=7.99.2
+pkgrel=1
+arch=(x86_64)
+url="http://www.freedesktop.org/wiki/Software/PulseAudio";
+license=(LGPL)
+depends=(lib32-libdbus lib32-json-c lib32-systemd
+ lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
+ $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-glib2 lib32-speexdsp 
lib32-gtk2 git)
+optdepends=('lib32-alsa-plugins: ALSA support')
+provides=("lib32-pulseaudio=$pkgver")
+conflicts=(lib32-pulseaudio)
+replaces=(lib32-pulseaudio)
+options=(!emptydirs !libtool)
+source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz";)
+sha256sums=('72810b3379a91bb06e5d925282acdb174ca5da419829317d81a46a1627a0c6aa')
+
+_pulsever=$pkgver
+[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
+
+_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
+_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
+
+prepare() {
+  cd pulseaudio-$pkgver
+}
+
+build() {
+  cd pulseaudio-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src $_libs $_pkglibs
+}
+
+package() {
+  cd pulseaudio-$pkgver
+  make -j1 -C src DESTDIR="$pkgdir" \
+lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
+  make -j1 -C src DESTDIR="$pkgdir" \
+pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
+  make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
+}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:08:06
  Author: fyan
Revision: 156359

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 156357, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/boost160.patch
(from rev 156357, mongodb/trunk/boost160.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 156357, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 156357, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 156357, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 156357, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/boost160.patch
(from rev 156357, mongodb/trunk/boost160.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 156357, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 156357, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 156357, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/boost160.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/boost160.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service

--+
 /PKGBUILD|  192 +
 /boost160.patch  |   22 
 /mongodb.conf|   16 +++
 /mongodb.install |   64 
 /mongodb.service |   20 +++
 community-i686/PKGBUILD  |   96 --
 community-i686/boost160.patch|   11 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 --
 community-i686/mongodb.service   |   10 -
 community-x86_64/PKGBUILD|   96 --
 community-x86_64/boost160.patch  |   11 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 --
 community-x86_64/mongodb.service |   10 -
 15 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 05:07:53 UTC (rev 156358)
+++ community-i686/PKGBUILD 2016-01-14 05:08:06 UTC (rev 156359)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp')
-[[ "$CARCH" == "x86_64" ]] && depends+=('wiredtiger')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
-checkdepends=('python2-pymongo' 'python2-yaml')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'boost160.patch'
-'mongodb.conf' 'mongodb.service')
-sha512sums=('4b321b582f5ec2613b869b003a02494c8a9e3b772b1f13898417b1e831c204468309a0e1785acd3b85c8a663cae91e55e44f53f8b74bd3a516b1e1471f606882'
-
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-_scons_args=(
-  --use-system-boost
-  --use-system-pcre
-  --use-system-snappy
-  --use-system-yaml
-  --use-system-zlib
-  --use-sasl-client
-  --ssl
-  --disable-warnings-as-errors
-  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
-  # --use-system-v8   # Doesn't compile
-  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
-)
-
-if [ "$CARCH" == "x86_64" ]; then
-  _scons_args+=(--use-system-wiredtiger)
-else
-  # WiredTiger must be disabled manually when building for i686
-  _scons_args+=(--wiredtiger=off)
-fi
-
-prepare() {
-  cd mongodb-src-r${pkgver}
-  patch -Np1 -i ../boost160.patch
-}
-
-build() {
-

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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:07:47
  Author: heftig
Revision: 258193

7.99.2

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:06:17 UTC (rev 258192)
+++ PKGBUILD2016-01-14 05:07:47 UTC (rev 258193)
@@ -7,8 +7,8 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=7.1
-pkgrel=3
+pkgver=7.99.2
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
 license=(LGPL)
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
 padsp-lib32.patch)
-sha256sums=('e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9'
+sha256sums=('72810b3379a91bb06e5d925282acdb174ca5da419829317d81a46a1627a0c6aa'
 '7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
 
 prepare() {


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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:07:53
  Author: heftig
Revision: 156358

7.99.2

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:07:08 UTC (rev 156357)
+++ PKGBUILD2016-01-14 05:07:53 UTC (rev 156358)
@@ -7,7 +7,7 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=7.1
+pkgver=7.99.2
 pkgrel=1
 arch=(x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
@@ -22,7 +22,7 @@
 replaces=(lib32-pulseaudio)
 options=(!emptydirs !libtool)
 
source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz";)
-sha256sums=('e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9')
+sha256sums=('72810b3379a91bb06e5d925282acdb174ca5da419829317d81a46a1627a0c6aa')
 
 _pulsever=$pkgver
 [[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:06:50
  Author: fyan
Revision: 156356

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 05:06:17 UTC (rev 156355)
+++ community-i686/PKGBUILD 2016-01-14 05:06:50 UTC (rev 156356)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-
-pkgname=brise
-pkgver=0.35.20150907
-_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
-pkgrel=1
-pkgdesc="Rime schema repository"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-makedepends=('cmake' 'git' 'librime')
-provides=('librime-data')
-#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";
-source=("git+https://github.com/lotem/brise.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: brise/repos/community-i686/PKGBUILD (from rev 156355, 
brise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 05:06:50 UTC (rev 156356)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35.20151202
+_commit=b68cdde4e254cfd848c34ef3ed1d4c7f653c5cb5
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";
+source=("git+https://github.com/lotem/brise.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-14 05:06:17 UTC (rev 156355)
+++ community-x86_64/PKGBUILD   2016-01-14 05:06:50 UTC (rev 156356)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-
-pkgname=brise
-pkgver=0.35.20150907
-_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
-pkgrel=1
-pkgdesc="Rime schema repository"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-makedepends=('cmake' 'git' 'librime')
-provides=('librime-data')
-#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";
-source=("git+https://github.com/lotem/brise.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: brise/repos/community-x86_64/PKGBUILD (from rev 156355, 
brise/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-14 05:06:50 UTC (rev 156356)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.35.20151202
+_commit=b68cdde4e254cfd848c34ef3ed1d4c7f653c5cb5
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver";
+source=("git+https://github.com/lotem/brise.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:07:08
  Author: fyan
Revision: 156357

upgpkg: mongodb 3.2.0-4

rebuild with yaml-cpp 0.5.3

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:06:50 UTC (rev 156356)
+++ PKGBUILD2016-01-14 05:07:08 UTC (rev 156357)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 06:06:17
  Author: fyan
Revision: 156355

upgpkg: brise 0.35.20151202-1

Modified:
  brise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 05:02:04 UTC (rev 156354)
+++ PKGBUILD2016-01-14 05:06:17 UTC (rev 156355)
@@ -3,8 +3,8 @@
 # Contributor: GONG Chen 
 
 pkgname=brise
-pkgver=0.35.20150907
-_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgver=0.35.20151202
+_commit=b68cdde4e254cfd848c34ef3ed1d4c7f653c5cb5
 pkgrel=1
 pkgdesc="Rime schema repository"
 arch=('i686' 'x86_64')


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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 06:06:17
  Author: heftig
Revision: 258192

1.1.3

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 04:11:40 UTC (rev 258191)
+++ PKGBUILD2016-01-14 05:06:17 UTC (rev 258192)
@@ -3,8 +3,8 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f')
+sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7')
 
 prepare() {
   mkdir path


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

2016-01-13 Thread Evangelos Foutras
Date: Thursday, January 14, 2016 @ 05:11:40
  Author: foutrelis
Revision: 258191

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

Added:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 258190, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-i686/0001-Use-kwalletd5-in-KDE-5-environments.patch
(from rev 258190, 
chromium/trunk/0001-Use-kwalletd5-in-KDE-5-environments.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 258190, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 258190, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 258190, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 258190, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 258190, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 258190, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-x86_64/0001-Use-kwalletd5-in-KDE-5-environments.patch
(from rev 258190, 
chromium/trunk/0001-Use-kwalletd5-in-KDE-5-environments.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 258190, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 258190, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 258190, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 258190, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 258190, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-i686/0001-Use-kwalletd5-in-KDE-5-environments.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-x86_64/0001-Use-kwalletd5-in-KDE-5-environments.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
436 ++
 /0001-Use-kwalletd5-in-KDE-5-environments.patch   | 
1542 ++
 /PKGBUILD |  
448 ++
 /chromium-fix-print-preview-on-en_GB-locale.patch |   
34 
 /chromium-widevine.patch  |   
24 
 /chromium.desktop |  
224 +
 /chromium.install |   
54 
 extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch   |  
218 -
 extra-i686/0001-Use-kwalletd5-in-KDE-5-environments.patch |  
771 -
 extra-i686/PKGBUILD   |  
224 -
 extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch   |   
17 
 extra-i686/chromium-widevine.patch|   
12 
 extra-i686/chromium.desktop   |  
112 
 extra-i686/chromium.install   |   
27 
 extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
218 -
 extra-x86_64/0001-Use-kwalletd5-in-KDE-5-environments.patch   |  
771 -
 extra-x86_64/PKGBUILD |  
224 -
 extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch |   
17 
 extra-x86_64/chromium-widevine.patch  |   
12 
 extra-x86_64/chromium.desktop |  
112 
 extra-x86_64/chromium.install |   
27 
 21 files changed, 2762 insertions(+), 2762 deletions(-)

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


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

2016-01-13 Thread Evangelos Foutras
Date: Thursday, January 14, 2016 @ 05:11:15
  Author: foutrelis
Revision: 258190

upgpkg: chromium 47.0.2526.111-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 03:42:08 UTC (rev 258189)
+++ PKGBUILD2016-01-14 04:11:15 UTC (rev 258190)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=47.0.2526.106
-pkgrel=2
+pkgver=47.0.2526.111
+pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
 0001-Use-kwalletd5-in-KDE-5-environments.patch
 chromium-widevine.patch)
-sha256sums=('64535073330a3d37aad228d10a15cdcbb5b389e59d079d1a3b22d023b99a58e6'
+sha256sums=('179a9189634eb344078c5728fb429bc8581015437ff857261268ab7dbe093708'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '6fff45aafa31fb35a032b4e2175a341e08f9d2a9b37c5cf080c318180f558378'


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 05:05:52
  Author: fyan
Revision: 156352

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 156351, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/haskell-stack.install
(from rev 156351, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 156351, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/haskell-stack.install
(from rev 156351, stack/trunk/haskell-stack.install)

+
 community-staging-i686/PKGBUILD|   85 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-x86_64/PKGBUILD  |   85 +++
 community-staging-x86_64/haskell-stack.install |   18 
 4 files changed, 206 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 156351, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-14 04:05:52 UTC (rev 156352)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-bifunctors" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-combinators"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-edit-distance" "haskell-either" "haskell-email-validate"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-monad-loops" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances" 
"haskell-void"
+ "haskell-word8" "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('cd2f606d390fe521b6ba0794de87edcba64c4af66856af09594907c2b4f4751d')
+
+prepare() {
+sed -e 's/async >=2.0.2 && <2.1,/async >=2.0.2 \&\& <2.2,/' \
+-e 's/errors >=2.0.1 && <2.1,/errors >=2.0.1 \&\& <2.2,/' \
+-e 's/gitrev ==1.1.*,/gitrev >= 1.1 \&\& < 1.3,/' \
+-e 's/tar >=0.4.1.0 && <0.5,/tar >=0.4.1.0 \&\& <0.6,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+
+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 T

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 05:05:23
  Author: fyan
Revision: 156351

upgpkg: stack 1.0.0-2

rebuild with retry-0.7.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 04:03:47 UTC (rev 156350)
+++ PKGBUILD2016-01-14 04:05:23 UTC (rev 156351)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 05:03:14
  Author: fyan
Revision: 156349

upgpkg: librime 1.2.20151217-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 02:02:08 UTC (rev 156348)
+++ PKGBUILD2016-01-14 04:03:14 UTC (rev 156349)
@@ -4,9 +4,9 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.2.20151020
-_commit=4734375c32a790f469f432838e5d507129739ea4
-pkgrel=2
+pkgver=1.2.20151217
+_commit=d4015e5ba806e41a67c1b59628eeb63cf3531904
+pkgrel=1
 pkgdesc="Rime input method engine"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/rimeime/";


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 05:03:47
  Author: fyan
Revision: 156350

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 04:03:14 UTC (rev 156349)
+++ community-i686/PKGBUILD 2016-01-14 04:03:47 UTC (rev 156350)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.2.20151020
-_commit=4734375c32a790f469f432838e5d507129739ea4
-pkgrel=2
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-i686/PKGBUILD (from rev 156349, 
librime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 04:03:47 UTC (rev 156350)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20151217
+_commit=d4015e5ba806e41a67c1b59628eeb63cf3531904
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-14 04:03:14 UTC (rev 156349)
+++ community-x86_64/PKGBUILD   2016-01-14 04:03:47 UTC (rev 156350)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=1.2.20151020
-_commit=4734375c32a790f469f432838e5d507129739ea4
-pkgrel=2
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake' 'boost' 'git')
-source=("git+https://github.com/rime/librime.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 156349, 
librime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-14 04:03:47 UTC (rev 156350)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20151217
+_commit=d4015e5ba806e41a67c1b59628eeb63cf3531904
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 04:42:08
  Author: heftig
Revision: 258189

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-14 03:40:48 UTC (rev 258188)
+++ extra-i686/PKGBUILD 2016-01-14 03:42:08 UTC (rev 258189)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade' 'vala')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 258188, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-14 03:42:08 UTC (rev 258189)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-14 03:40:48 UTC (rev 258188)
+++ extra-x86_64/PKGBUILD   2016-01-14 03:42:08 UTC (rev 258189)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade' 'vala')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 258188, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-14 03:42:08 UTC (rev 258189)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

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

2016-01-13 Thread Sven-Hendrik Haase
Date: Thursday, January 14, 2016 @ 04:40:25
  Author: svenstaro
Revision: 258187

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

Added:
  nvidia-utils/repos/testing-i686/PKGBUILD
(from rev 258186, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-i686/nvidia-utils.install
(from rev 258186, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 258186, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 258186, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/testing-i686/PKGBUILD
  nvidia-utils/repos/testing-i686/nvidia-utils.install
  nvidia-utils/repos/testing-x86_64/PKGBUILD
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install

-+
 /PKGBUILD   |  406 ++
 /nvidia-utils.install   |   20 +
 testing-i686/PKGBUILD   |  204 -
 testing-i686/nvidia-utils.install   |   10 
 testing-x86_64/PKGBUILD |  204 -
 testing-x86_64/nvidia-utils.install |   10 
 6 files changed, 426 insertions(+), 428 deletions(-)

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


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

2016-01-13 Thread Jan Steffens
Date: Thursday, January 14, 2016 @ 04:40:48
  Author: heftig
Revision: 258188

3.18.2

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 03:40:25 UTC (rev 258187)
+++ PKGBUILD2016-01-14 03:40:48 UTC (rev 258188)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'glade' 'vala')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+sha256sums=('60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2')
 
 build() {
   cd "$_pkgbasename-$pkgver"


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

2016-01-13 Thread Sven-Hendrik Haase
Date: Thursday, January 14, 2016 @ 04:40:16
  Author: svenstaro
Revision: 258186

upgpkg: nvidia-utils 361.18-2

FS#46105

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 20:26:12 UTC (rev 258185)
+++ PKGBUILD2016-01-14 03:40:16 UTC (rev 258186)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=361.18
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -129,7 +129,6 @@
 install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-encode.so.${pkgver}"
 install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}"
 install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
-install -D -m755 "libnvidia-wfb.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-wfb.so.${pkgver}"
 
 # VDPAU
 install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 03:02:08
  Author: fyan
Revision: 156348

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

Added:
  haskell-retry/repos/community-staging-i686/
  haskell-retry/repos/community-staging-i686/PKGBUILD
(from rev 156346, haskell-retry/trunk/PKGBUILD)
  haskell-retry/repos/community-staging-i686/haskell-retry.install
(from rev 156347, haskell-retry/trunk/haskell-retry.install)
  haskell-retry/repos/community-staging-x86_64/
  haskell-retry/repos/community-staging-x86_64/PKGBUILD
(from rev 156347, haskell-retry/trunk/PKGBUILD)
  haskell-retry/repos/community-staging-x86_64/haskell-retry.install
(from rev 156347, haskell-retry/trunk/haskell-retry.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-retry.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-retry.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-retry/repos/community-staging-i686/PKGBUILD (from rev 156346, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-14 02:02:08 UTC (rev 156348)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="http://github.com/Soostone/retry";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-exceptions"
+ "haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('55900f2b01de0acd83874fc6a986c12f34f31e362cb318e271942418dedef680')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-retry/repos/community-staging-i686/haskell-retry.install (from 
rev 156347, haskell-retry/trunk/haskell-retry.install)
===
--- community-staging-i686/haskell-retry.install
(rev 0)
+++ community-staging-i686/haskell-retry.install2016-01-14 02:02:08 UTC 
(rev 156348)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-retry
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-retry/repos/community-staging-x86_64/PKGBUILD (from rev 156347, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-14 02:02:08 UTC (rev 156348)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="http://github.com/Soostone/retry";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-exceptions"
+ "haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('55900f2b01de0acd83874fc6a986c12f34f31e362cb318e271942418dedef

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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 03:01:41
  Author: fyan
Revision: 156346

upgpkg: haskell-retry 0.7.1-1

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 02:01:29 UTC (rev 156345)
+++ PKGBUILD2016-01-14 02:01:41 UTC (rev 156346)
@@ -4,7 +4,7 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.7.0.1
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="http://github.com/Soostone/retry";
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('7ab82a1ba52eaf2a98186ff853d26fa0f54f676939739b2d2bd8735e0406486a')
+sha256sums=('55900f2b01de0acd83874fc6a986c12f34f31e362cb318e271942418dedef680')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 03:01:48
  Author: fyan
Revision: 156347

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 02:01:41 UTC (rev 156346)
+++ PKGBUILD2016-01-14 02:01:48 UTC (rev 156347)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.2.2
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers";
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
-sha512sums=('08522286a0555a0e2f71d661bcf4a8b05c43bd9064da19e85e11d561b5f404137fa283b58e08b5629d1b5e45c6757145c99b91a0eb1a9959dbd4e4c07fcc9adc')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root "${pkgdir}"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 156346, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 02:01:48 UTC (rev 156347)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.2.3
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers";
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
+sha512sums=('4412f01be52c8dd0d4edf40aae01c42221cf88bc66628e17e9798d597a2d91ba25d379ba01fc7f1ec1d41475f337b1791eaad0f57df7b54e0d9237bd4c7fa5db')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root "${pkgdir}"
+}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 03:01:29
  Author: fyan
Revision: 156345

upgpkg: python-phonenumbers 7.2.3-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 01:58:40 UTC (rev 156344)
+++ PKGBUILD2016-01-14 02:01:29 UTC (rev 156345)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
-sha512sums=('08522286a0555a0e2f71d661bcf4a8b05c43bd9064da19e85e11d561b5f404137fa283b58e08b5629d1b5e45c6757145c99b91a0eb1a9959dbd4e4c07fcc9adc')
+sha512sums=('4412f01be52c8dd0d4edf40aae01c42221cf88bc66628e17e9798d597a2d91ba25d379ba01fc7f1ec1d41475f337b1791eaad0f57df7b54e0d9237bd4c7fa5db')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 02:58:20
  Author: fyan
Revision: 156343

upgpkg: thefuck 3.3-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 00:08:04 UTC (rev 156342)
+++ PKGBUILD2016-01-14 01:58:20 UTC (rev 156343)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 02:58:40
  Author: fyan
Revision: 156344

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 156343, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-14 01:58:20 UTC (rev 156343)
+++ PKGBUILD2016-01-14 01:58:40 UTC (rev 156344)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.2
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 156343, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-14 01:58:40 UTC (rev 156344)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.3
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-01-13 Thread Alexander Rødseth
Date: Thursday, January 14, 2016 @ 01:08:04
  Author: arodseth
Revision: 156342

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

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

-+
 /PKGBUILD   |  290 ++
 /go.install |   42 ++
 community-i686/PKGBUILD |  145 -
 community-i686/go.install   |   21 ---
 community-x86_64/PKGBUILD   |  145 -
 community-x86_64/go.install |   21 ---
 6 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-14 00:06:38 UTC (rev 156341)
+++ community-i686/PKGBUILD 2016-01-14 00:08:04 UTC (rev 156342)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Contributor: Rémy Oudompheng  
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-# Contributor: Pierre Neidhardt 
-
-pkgname=go
-epoch=2
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-optdepends=('mercurial: for fetching sources from mercurial repositories'
-'git: for fetching sources from git repositories'
-'bzr: for fetching sources from bazaar repositories'
-'subversion: for fetching sources from subversion repositories')
-install="$pkgname.install"
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64; do # 386 arm; do
-  export GOOS="$os"
-  export GOARCH="$arch"
-  bash make.bash --no-clean
-done
-  done
-
-  GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  $GOROOT/bin/go get -d golang.org/x/tools/cmd/godoc
-  $GOROOT/bin/go build -o $srcdir/godoc golang.org/x/tools/cmd/godoc
-  for tool in vet cover callgraph; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/${tool}
-$GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} 
golang.org/x/tools/cmd/${tool}
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  install -Dm755 "$srcdir/godoc" "$pkgdir/usr/bin/godoc"
-
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/go/LICENSE"
-
-  mkdir -p \
-"$pkgdir/usr/"{share/go,lib/go,lib/go/src,lib/go/site/src}
-
-  cp -r doc misc -t "$pkgdir/usr/share/go"
-  ln -s /usr/share/go/doc "$pkgdir/usr/lib/go/doc"
-  cp -a bin "$pkgdir/usr"
-  cp -a pkg "$pkgdir/usr/lib/go"
-  cp -a "$GOROOT/src" "$pkgdir/usr/lib/go/"
-  cp -a "$GOROOT/lib" "$pkgdir/usr/lib/go/"
-
-  # This is to make go get code.google.com/p/go-tour/gotour and
-  # then running the gotour executable work out of the box.
-  ln -sf /usr/bin "$pkgdir/usr/lib/go/bin"
-
-  cp -r misc/ "$pkgdir/usr/lib/go/"
-
-  # F

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

2016-01-13 Thread Alexander Rødseth
Date: Thursday, January 14, 2016 @ 01:06:38
  Author: arodseth
Revision: 156341

upgpkg: go 2:1.5.3-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 23:51:12 UTC (rev 156340)
+++ PKGBUILD2016-01-14 00:06:38 UTC (rev 156341)
@@ -12,7 +12,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')


[arch-commits] Commit in trash-cli/repos (3 files)

2016-01-13 Thread Pierre Neidhardt
Date: Thursday, January 14, 2016 @ 00:51:12
  Author: ambrevar
Revision: 156340

archrelease: copy trunk to community-any

Added:
  trash-cli/repos/community-any/
  trash-cli/repos/community-any/53.patch
(from rev 156339, trash-cli/trunk/53.patch)
  trash-cli/repos/community-any/PKGBUILD
(from rev 156339, trash-cli/trunk/PKGBUILD)

--+
 53.patch |  164 +
 PKGBUILD |   35 +
 2 files changed, 199 insertions(+)

Copied: trash-cli/repos/community-any/53.patch (from rev 156339, 
trash-cli/trunk/53.patch)
===
--- community-any/53.patch  (rev 0)
+++ community-any/53.patch  2016-01-13 23:51:12 UTC (rev 156340)
@@ -0,0 +1,164 @@
+From c39f4e92433fb27b42b36c2747cff63b98b11ccb Mon Sep 17 00:00:00 2001
+From: Antony Lee 
+Date: Tue, 16 Jun 2015 19:45:51 -0700
+Subject: [PATCH 1/2] Rely on Python to open/close files.
+
+Fixes #52.
+---
+ trashcli/list_mount_points.py | 31 ++-
+ 1 file changed, 14 insertions(+), 17 deletions(-)
+
+diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
+index 7f481f3..a26aef5 100644
+--- a/trashcli/list_mount_points.py
 b/trashcli/list_mount_points.py
+@@ -27,8 +27,8 @@ def chomp(string):
+   yield line.split(None, 5)[-1]
+ 
+ def _mounted_filesystems_from_getmnt() :
+-from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
+-from ctypes.util import find_library
++from ctypes import (
++c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
+ import sys
+ class Filesystem:
+ def __init__(self, mount_dir, type, name) :
+@@ -49,26 +49,23 @@ class mntent_struct(Structure):
+ if sys.platform == "cygwin":
+ libc_name = "cygwin1.dll"
+ else:
+-libc_name = find_library("c")
+-
+-if libc_name == None :
+-libc_name="/lib/libc.so.6" # fix for my Gentoo 4.0
+-
++libc_name = util.find_library("c") or "/lib/libc.so.6" # fix for my 
Gentoo 4.0
+ libc = cdll.LoadLibrary(libc_name)
+ libc.getmntent.restype = POINTER(mntent_struct)
+-libc.fopen.restype = c_void_p
++PyFile_AsFile = pythonapi.PyFile_AsFile
++PyFile_AsFile.argtypes = [pythonapi.py_object]
+ 
+-f = libc.fopen("/proc/mounts", "r")
+-if f==None:
+-f = libc.fopen("/etc/mtab", "r")
+-if f == None:
++try:
++f = open("/proc/mounts")
++except IOError:
++try:
++f = open("/etc/mtab")
++except IOError:
+ raise IOError("Unable to open /proc/mounts nor /etc/mtab")
+ 
+-while True:
+-entry = libc.getmntent(f)
+-if bool(entry) == False:
+-libc.fclose(f)
+-break
++for entry in iter(lambda: libc.getmntent(PyFile_AsFile(f)), None):
+ yield Filesystem(entry.contents.mnt_dir,
+  entry.contents.mnt_type,
+  entry.contents.mnt_fsname)
++
++f.close()
+
+From 8ab3c23f70eb2f373df7c588317b21211ea1b185 Mon Sep 17 00:00:00 2001
+From: Antony Lee 
+Date: Wed, 24 Jun 2015 11:14:11 -0700
+Subject: [PATCH 2/2] Another fix that does not depend on pythonapi.
+
+---
+ trashcli/list_mount_points.py | 47 +++
+ 1 file changed, 25 insertions(+), 22 deletions(-)
+
+diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
+index a26aef5..0d782bd 100644
+--- a/trashcli/list_mount_points.py
 b/trashcli/list_mount_points.py
+@@ -1,4 +1,11 @@
+ # Copyright (C) 2009-2011 Andrea Francia Trivolzio(PV) Italy
++from collections import namedtuple
++from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
++from ctypes.util import find_library
++from itertools import imap, repeat, takewhile
++import subprocess
++import sys
++
+ 
+ def mount_points():
+ try:
+@@ -6,15 +13,17 @@ def mount_points():
+ except AttributeError:
+ return mount_points_from_df()
+ 
++
+ def mount_points_from_getmnt():
+ for elem in _mounted_filesystems_from_getmnt():
+ yield elem.mount_dir
+ 
++
+ def mount_points_from_df():
+-import subprocess
+ df_output = subprocess.Popen(["df", "-P"], stdout=subprocess.PIPE).stdout
+ return list(_mount_points_from_df_output(df_output))
+ 
++
+ def _mount_points_from_df_output(df_output):
+ def skip_header():
+   df_output.readline()
+@@ -26,15 +35,11 @@ def chomp(string):
+   line = chomp(line)
+   yield line.split(None, 5)[-1]
+ 
++
+ def _mounted_filesystems_from_getmnt() :
+-from ctypes import (
+-c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
+-import sys
+-class Filesystem:
+-def __init__(self, mount_dir, type, name) :
+-self.mount_dir = mount_dir
+-self.type = type
+-self.name = name
++
++Filesystem = nam

[arch-commits] Commit in (5 files)

2016-01-13 Thread Pierre Neidhardt
Date: Thursday, January 14, 2016 @ 00:47:19
  Author: ambrevar
Revision: 156339

Init

Added:
  trash-cli/
  trash-cli/repos/
  trash-cli/trunk/
  trash-cli/trunk/53.patch
  trash-cli/trunk/PKGBUILD

--+
 53.patch |  164 +
 PKGBUILD |   35 +
 2 files changed, 199 insertions(+)

Added: trash-cli/trunk/53.patch
===
--- trash-cli/trunk/53.patch(rev 0)
+++ trash-cli/trunk/53.patch2016-01-13 23:47:19 UTC (rev 156339)
@@ -0,0 +1,164 @@
+From c39f4e92433fb27b42b36c2747cff63b98b11ccb Mon Sep 17 00:00:00 2001
+From: Antony Lee 
+Date: Tue, 16 Jun 2015 19:45:51 -0700
+Subject: [PATCH 1/2] Rely on Python to open/close files.
+
+Fixes #52.
+---
+ trashcli/list_mount_points.py | 31 ++-
+ 1 file changed, 14 insertions(+), 17 deletions(-)
+
+diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
+index 7f481f3..a26aef5 100644
+--- a/trashcli/list_mount_points.py
 b/trashcli/list_mount_points.py
+@@ -27,8 +27,8 @@ def chomp(string):
+   yield line.split(None, 5)[-1]
+ 
+ def _mounted_filesystems_from_getmnt() :
+-from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
+-from ctypes.util import find_library
++from ctypes import (
++c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
+ import sys
+ class Filesystem:
+ def __init__(self, mount_dir, type, name) :
+@@ -49,26 +49,23 @@ class mntent_struct(Structure):
+ if sys.platform == "cygwin":
+ libc_name = "cygwin1.dll"
+ else:
+-libc_name = find_library("c")
+-
+-if libc_name == None :
+-libc_name="/lib/libc.so.6" # fix for my Gentoo 4.0
+-
++libc_name = util.find_library("c") or "/lib/libc.so.6" # fix for my 
Gentoo 4.0
+ libc = cdll.LoadLibrary(libc_name)
+ libc.getmntent.restype = POINTER(mntent_struct)
+-libc.fopen.restype = c_void_p
++PyFile_AsFile = pythonapi.PyFile_AsFile
++PyFile_AsFile.argtypes = [pythonapi.py_object]
+ 
+-f = libc.fopen("/proc/mounts", "r")
+-if f==None:
+-f = libc.fopen("/etc/mtab", "r")
+-if f == None:
++try:
++f = open("/proc/mounts")
++except IOError:
++try:
++f = open("/etc/mtab")
++except IOError:
+ raise IOError("Unable to open /proc/mounts nor /etc/mtab")
+ 
+-while True:
+-entry = libc.getmntent(f)
+-if bool(entry) == False:
+-libc.fclose(f)
+-break
++for entry in iter(lambda: libc.getmntent(PyFile_AsFile(f)), None):
+ yield Filesystem(entry.contents.mnt_dir,
+  entry.contents.mnt_type,
+  entry.contents.mnt_fsname)
++
++f.close()
+
+From 8ab3c23f70eb2f373df7c588317b21211ea1b185 Mon Sep 17 00:00:00 2001
+From: Antony Lee 
+Date: Wed, 24 Jun 2015 11:14:11 -0700
+Subject: [PATCH 2/2] Another fix that does not depend on pythonapi.
+
+---
+ trashcli/list_mount_points.py | 47 +++
+ 1 file changed, 25 insertions(+), 22 deletions(-)
+
+diff --git a/trashcli/list_mount_points.py b/trashcli/list_mount_points.py
+index a26aef5..0d782bd 100644
+--- a/trashcli/list_mount_points.py
 b/trashcli/list_mount_points.py
+@@ -1,4 +1,11 @@
+ # Copyright (C) 2009-2011 Andrea Francia Trivolzio(PV) Italy
++from collections import namedtuple
++from ctypes import Structure, c_char_p, c_int, c_void_p, cdll, POINTER
++from ctypes.util import find_library
++from itertools import imap, repeat, takewhile
++import subprocess
++import sys
++
+ 
+ def mount_points():
+ try:
+@@ -6,15 +13,17 @@ def mount_points():
+ except AttributeError:
+ return mount_points_from_df()
+ 
++
+ def mount_points_from_getmnt():
+ for elem in _mounted_filesystems_from_getmnt():
+ yield elem.mount_dir
+ 
++
+ def mount_points_from_df():
+-import subprocess
+ df_output = subprocess.Popen(["df", "-P"], stdout=subprocess.PIPE).stdout
+ return list(_mount_points_from_df_output(df_output))
+ 
++
+ def _mount_points_from_df_output(df_output):
+ def skip_header():
+   df_output.readline()
+@@ -26,15 +35,11 @@ def chomp(string):
+   line = chomp(line)
+   yield line.split(None, 5)[-1]
+ 
++
+ def _mounted_filesystems_from_getmnt() :
+-from ctypes import (
+-c_char_p, c_int, c_void_p, cdll, POINTER, pythonapi, Structure, util)
+-import sys
+-class Filesystem:
+-def __init__(self, mount_dir, type, name) :
+-self.mount_dir = mount_dir
+-self.type = type
+-self.name = name
++
++Filesystem = namedtuple("Filesystem", "mount_dir type name")
++
+ class mntent_struct(Structure):
+ _fields_ = [("mnt_fsname", c_char_p),  # Device or server for
+   

[arch-commits] Commit in vim/repos (community-i686 community-x86_64)

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 21:26:12
  Author: anatolik
Revision: 258185

Accidentally submitted to community. Remove the repo folder.

Deleted:
  vim/repos/community-i686/
  vim/repos/community-x86_64/


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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 21:17:17
  Author: anatolik
Revision: 258183

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

Added:
  vim/repos/community-i686/
  vim/repos/community-i686/PKGBUILD
(from rev 258182, vim/trunk/PKGBUILD)
  vim/repos/community-i686/archlinux.vim
(from rev 258182, vim/trunk/archlinux.vim)
  vim/repos/community-i686/gvim.install
(from rev 258182, vim/trunk/gvim.install)
  vim/repos/community-i686/vimrc
(from rev 258182, vim/trunk/vimrc)
  vim/repos/community-x86_64/
  vim/repos/community-x86_64/PKGBUILD
(from rev 258182, vim/trunk/PKGBUILD)
  vim/repos/community-x86_64/archlinux.vim
(from rev 258182, vim/trunk/archlinux.vim)
  vim/repos/community-x86_64/gvim.install
(from rev 258182, vim/trunk/gvim.install)
  vim/repos/community-x86_64/vimrc
(from rev 258182, vim/trunk/vimrc)

+
 community-i686/PKGBUILD|  197 +++
 community-i686/archlinux.vim   |   25 
 community-i686/gvim.install|   15 ++
 community-i686/vimrc   |   16 +++
 community-x86_64/PKGBUILD  |  197 +++
 community-x86_64/archlinux.vim |   25 
 community-x86_64/gvim.install  |   15 ++
 community-x86_64/vimrc |   16 +++
 8 files changed, 506 insertions(+)

Copied: vim/repos/community-i686/PKGBUILD (from rev 258182, vim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 20:17:17 UTC (rev 258183)
@@ -0,0 +1,197 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim gvim vim-runtime)
+pkgver=7.4.1089
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua gawk)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim)
+sha1sums=('5c1859d60d8c44f409d9959149440bb5a3809afe'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
+
+prepare() {
+  cd vim-$pkgver/src
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
+
+  autoconf
+
+  cd "$srcdir"
+  cp -a vim-$pkgver gvim-$pkgver
+}
+
+build() {
+  cd "${srcdir}"/vim-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp=dynamic \
+--enable-pythoninterp=dynamic \
+--enable-python3interp=dynamic \
+--enable-rubyinterp=dynamic \
+--enable-luainterp=dynamic
+  make
+
+  cd "${srcdir}"/gvim-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp=dynamic \
+--enable-pythoninterp=dynamic \
+--enable-python3interp=dynamic \
+--enable-rubyinterp=dynamic \
+--enable-luainterp=dynamic
+  make
+}
+
+check() {
+  # disable tests because they seem to freeze
+  cd "${srcdir}"/vim-$pkgver
+  #make test
+
+  cd "${srcdir}"/gvim-$pkgver
+  #make test
+}
+
+package_vim-runtime() {
+  pkgdesc='Runtime for vim and gvim'
+  backup=('etc/vimrc')
+
+  cd "${srcdir}"/vim-$pkgver
+
+  (cd src && make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" installruntime 
install-languages installtools)
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # fix FS#17216
+  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
+
+  # patch filetype.vim for better handling of pacman related files
+  sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
+  sed -i "/find the 
end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
+
+  # rc files
+  install -Dm644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm644 "${srcdir}"/arc

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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 21:19:52
  Author: anatolik
Revision: 258184

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 258183, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 258183, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.install
(from rev 258183, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 258183, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 258183, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 258183, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.install
(from rev 258183, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 258183, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  197 +
 testing-i686/archlinux.vim   |   25 +
 testing-i686/gvim.install|   15 +++
 testing-i686/vimrc   |   16 +++
 testing-x86_64/PKGBUILD  |  197 +
 testing-x86_64/archlinux.vim |   25 +
 testing-x86_64/gvim.install  |   15 +++
 testing-x86_64/vimrc |   16 +++
 8 files changed, 506 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 258183, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-13 20:19:52 UTC (rev 258184)
@@ -0,0 +1,197 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim gvim vim-runtime)
+pkgver=7.4.1089
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua gawk)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim)
+sha1sums=('5c1859d60d8c44f409d9959149440bb5a3809afe'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
+
+prepare() {
+  cd vim-$pkgver/src
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
+
+  autoconf
+
+  cd "$srcdir"
+  cp -a vim-$pkgver gvim-$pkgver
+}
+
+build() {
+  cd "${srcdir}"/vim-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp=dynamic \
+--enable-pythoninterp=dynamic \
+--enable-python3interp=dynamic \
+--enable-rubyinterp=dynamic \
+--enable-luainterp=dynamic
+  make
+
+  cd "${srcdir}"/gvim-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp=dynamic \
+--enable-pythoninterp=dynamic \
+--enable-python3interp=dynamic \
+--enable-rubyinterp=dynamic \
+--enable-luainterp=dynamic
+  make
+}
+
+check() {
+  # disable tests because they seem to freeze
+  cd "${srcdir}"/vim-$pkgver
+  #make test
+
+  cd "${srcdir}"/gvim-$pkgver
+  #make test
+}
+
+package_vim-runtime() {
+  pkgdesc='Runtime for vim and gvim'
+  backup=('etc/vimrc')
+
+  cd "${srcdir}"/vim-$pkgver
+
+  (cd src && make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" installruntime 
install-languages installtools)
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # fix FS#17216
+  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
+
+  # patch filetype.vim for better handling of pacman related files
+  sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
+  sed -i "/find the 
end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
+
+  # rc files
+  install -Dm644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm644 "${srcdir}"/archlinux.vim \
+"${pkgdir}"/usr/sh

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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 21:16:30
  Author: anatolik
Revision: 258182

Merge vim-minimal to vim

vim now uses dynamic language bindings for Ruby,Lua,Python,Perl and all these
dependencies became optional. There is no difference in depenedecies between
vim-minimal and vim.

Because vim compiles dynamic loaders for bindings its installed size is 0.45M 
bigger than vim-minimal.
It is only 0.45/28.12=1.6% size difference and does not justify vim-minimal 
package existance.

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 20:00:47 UTC (rev 258181)
+++ PKGBUILD2016-01-13 20:16:30 UTC (rev 258182)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgbase=vim
-pkgname=(vim-minimal vim gvim vim-runtime)
-pkgver=7.4.1063
+pkgname=(vim gvim vim-runtime)
+pkgver=7.4.1089
 _versiondir=74
 pkgrel=1
 arch=(i686 x86_64)
@@ -17,31 +17,25 @@
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
 vimrc
 archlinux.vim)
-sha1sums=('2efe8f5454b37ff234d93d1e146db2e616732753'
+sha1sums=('5c1859d60d8c44f409d9959149440bb5a3809afe'
   '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
   '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
 
 prepare() {
-  cd vim-$pkgver
+  cd vim-$pkgver/src
 
   # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
-src/feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
-src/feature.h
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
 
-  (cd src && autoconf)
+  autoconf
 
   cd "$srcdir"
-  for pkg in ${pkgname[@]}
-  do
-cp -a vim-$pkgver ${pkg}-build
-  done
+  cp -a vim-$pkgver gvim-$pkgver
 }
 
 build() {
-  cd "${srcdir}"/vim-runtime-build
-
+  cd "${srcdir}"/vim-$pkgver
   ./configure \
 --prefix=/usr \
 --localstatedir=/var/lib/vim \
@@ -53,50 +47,6 @@
 --disable-gui \
 --enable-multibyte \
 --enable-cscope \
---disable-netbeans \
---disable-perlinterp \
---disable-pythoninterp \
---disable-python3interp \
---disable-rubyinterp \
---disable-luainterp
-
-  make
-
-  cd "${srcdir}"/vim-minimal-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
---disable-netbeans \
---disable-perlinterp \
---disable-pythoninterp \
---disable-python3interp \
---disable-rubyinterp \
---disable-luainterp
-
-  make
-
-  cd "${srcdir}"/vim-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=huge \
---with-compiledby='Arch Linux' \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
 --enable-netbeans \
 --enable-perlinterp=dynamic \
 --enable-pythoninterp=dynamic \
@@ -103,11 +53,9 @@
 --enable-python3interp=dynamic \
 --enable-rubyinterp=dynamic \
 --enable-luainterp=dynamic
-
   make
 
-  cd "${srcdir}"/gvim-build
-
+  cd "${srcdir}"/gvim-$pkgver
   ./configure \
 --prefix=/usr \
 --localstatedir=/var/lib/vim \
@@ -125,49 +73,59 @@
 --enable-python3interp=dynamic \
 --enable-rubyinterp=dynamic \
 --enable-luainterp=dynamic
-
   make
 }
 
 check() {
   # disable tests because they seem to freeze
-  cd "${srcdir}"/vim-build
+  cd "${srcdir}"/vim-$pkgver
   #make test
 
-  cd "${srcdir}"/gvim-build
+  cd "${srcdir}"/gvim-$pkgver
   #make test
 }
 
-package_vim-minimal() {
-  pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor (with a minimal set of dependencies)'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl')
-  conflicts=('vim' 'gvim')
-  provides=("vim=${pkgver}-${pkgrel}" "xxd")
+package_vim-runtime() {
+  pkgdesc='Runtime for vim and gvim'
+  backup=('etc/vimrc')
 
-  cd "${srcdir}"/vim-minimal-build
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/vim-$pkgver
 
-  # provided by (n)vi in core
-  rm "${pkgdir}"/usr/bin/{ex,view}
+  (cd src && make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" installruntime 
install-languages installtools)
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
 
-  # delete some manpages
-  find "${pkgdir}"/usr/share/man -type d -name 'man1' 2>/dev/null | \
-while read _mandir; do
-cd ${_mandir}
-rm -f ex.1 view.1 # provided by (n)vi
-rm -f evim.1# this does not make sense if we have no GUI
-  done
+  # Don't forget logtalk.d

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

2016-01-13 Thread Tobias Powalowski
Date: Wednesday, January 13, 2016 @ 21:00:47
  Author: tpowa
Revision: 258181

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 258180, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 258180, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-01-13 20:00:47 UTC (rev 258181)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=40e9ae8
+pkgver=20160113.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}";)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2016-01-13 Thread Tobias Powalowski
Date: Wednesday, January 13, 2016 @ 21:00:25
  Author: tpowa
Revision: 258180

upgpkg: linux-firmware 20160113.40e9ae8-1

bump to 4.4 release

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 19:53:03 UTC (rev 258179)
+++ PKGBUILD2016-01-13 20:00:25 UTC (rev 258180)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=bbe4917
-pkgver=20151207.${_rev}
+_rev=40e9ae8
+pkgver=20160113.${_rev}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2016-01-13 Thread Jelle van der Waa
Date: Wednesday, January 13, 2016 @ 20:59:56
  Author: jelle
Revision: 156338

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 19:59:41 UTC (rev 156337)
+++ community-i686/PKGBUILD 2016-01-13 19:59:56 UTC (rev 156338)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.48.0
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz";)
-md5sums=('d1e0635b427151d86457170825b96cf8')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-i686/PKGBUILD (from rev 156337, 
python-selenium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 19:59:56 UTC (rev 156338)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.49.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
+source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz";)
+md5sums=('b1159b53312109b75fd9cd896c379a63')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-13 19:59:41 UTC (rev 156337)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:56 UTC (rev 156338)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.48.0
-pkgrel=1
-pkgdesc="Python binding for Selenium Remote Control"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/selenium";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz";)
-md5sums=('d1e0635b427151d86457170825b96cf8')
-
-package_python-selenium() {
-  depends=('python')
-  cd "$srcdir/selenium-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-selenium() {
-  depends=('python2')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# check() takes too many dependencies to run

Copied: python-selenium/repos/community-x86_64/PKGBUILD (from rev 156337, 
python-selenium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:56 UTC (rev 156338)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.49.0
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/selenium";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setup

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

2016-01-13 Thread Jelle van der Waa
Date: Wednesday, January 13, 2016 @ 20:59:41
  Author: jelle
Revision: 156337

upgpkg: python-selenium 2.49.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 19:59:28 UTC (rev 156336)
+++ PKGBUILD2016-01-13 19:59:41 UTC (rev 156337)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.48.0
+pkgver=2.49.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz";)
-md5sums=('d1e0635b427151d86457170825b96cf8')
+md5sums=('b1159b53312109b75fd9cd896c379a63')
 
 package_python-selenium() {
   depends=('python')


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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 20:59:28
  Author: anatolik
Revision: 156336

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 156335, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 156335, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 19:58:48 UTC (rev 156335)
+++ community-i686/PKGBUILD 2016-01-13 19:59:28 UTC (rev 156336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2015.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 156335, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 19:59:28 UTC (rev 156336)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-13 19:58:48 UTC (rev 156335)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:28 UTC (rev 156336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2015.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 156335, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:28 UTC (rev 156336)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpima

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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 20:58:48
  Author: anatolik
Revision: 156335

upgpkg: uboot-tools 2016.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 19:22:34 UTC (rev 156334)
+++ PKGBUILD2016-01-13 19:58:48 UTC (rev 156335)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2015.10
+pkgver=2016.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
 
 build() {
   cd u-boot-$pkgver


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

2016-01-13 Thread Tobias Powalowski
Date: Wednesday, January 13, 2016 @ 20:53:03
  Author: tpowa
Revision: 258179

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

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

--+
 testing-i686/PKGBUILD|  288 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7896 +
 testing-i686/config.x86_64   | 7655 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  288 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7896 +
 testing-x86_64/config.x86_64 | 7655 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31802 insertions(+)

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


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

2016-01-13 Thread Tobias Powalowski
Date: Wednesday, January 13, 2016 @ 20:52:26
  Author: tpowa
Revision: 258178

upgpkg: linux 4.4-1

bump to 4.4 release

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/0001-disabling-primary-plane-in-the-noatomic-case.patch

-+
 0001-disabling-primary-plane-in-the-noatomic-case.patch |   56 
 PKGBUILD|   10 
 config  |  165 +++---
 config.x86_64   |  163 +++--
 4 files changed, 262 insertions(+), 132 deletions(-)

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


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

2016-01-13 Thread Sven-Hendrik Haase
Date: Wednesday, January 13, 2016 @ 20:22:30
  Author: svenstaro
Revision: 156333

upgpkg: primus 20151110-3

FS#47688

Modified:
  primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 18:37:54 UTC (rev 156332)
+++ PKGBUILD2016-01-13 19:22:30 UTC (rev 156333)
@@ -3,7 +3,7 @@
 
 pkgname=primus
 pkgver=20151110
-pkgrel=2
+pkgrel=3
 pkgdesc="Faster OpenGL offloading for Bumblebee"
 arch=('i686' 'x86_64')
 url="https://github.com/amonakov/primus";
@@ -23,7 +23,7 @@
   cd primus
 
   install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
-  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
+  sed -e 
"s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus:/usr/lib/nvidia:/usr/lib-32/nvidia'#"
 primusrun > primusrun.dist
   install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
 
   install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"


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

2016-01-13 Thread Sven-Hendrik Haase
Date: Wednesday, January 13, 2016 @ 20:22:34
  Author: svenstaro
Revision: 156334

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 19:22:30 UTC (rev 156333)
+++ community-i686/PKGBUILD 2016-01-13 19:22:34 UTC (rev 156334)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=primus
-pkgver=20151110
-pkgrel=2
-pkgdesc="Faster OpenGL offloading for Bumblebee"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus";
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=("git://github.com/amonakov/primus.git#commit=d1afbf6")
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
-  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
-  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
-
-  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
-
-  gzip -9 "primusrun.1"
-  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-i686/PKGBUILD (from rev 156333, 
primus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 19:22:34 UTC (rev 156334)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=primus
+pkgver=20151110
+pkgrel=3
+pkgdesc="Faster OpenGL offloading for Bumblebee"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus";
+license=('custom:ISC')
+depends=('bumblebee')
+makedepends=('git')
+source=("git://github.com/amonakov/primus.git#commit=d1afbf6")
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  make
+}
+
+package() {
+  cd primus
+
+  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
+  sed -e 
"s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus:/usr/lib/nvidia:/usr/lib-32/nvidia'#"
 primusrun > primusrun.dist
+  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
+
+  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
+
+  gzip -9 "primusrun.1"
+  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-13 19:22:30 UTC (rev 156333)
+++ community-x86_64/PKGBUILD   2016-01-13 19:22:34 UTC (rev 156334)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Monakov 
-
-pkgname=primus
-pkgver=20151110
-pkgrel=2
-pkgdesc="Faster OpenGL offloading for Bumblebee"
-arch=('i686' 'x86_64')
-url="https://github.com/amonakov/primus";
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=("git://github.com/amonakov/primus.git#commit=d1afbf6")
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D "lib/libGL.so.1" "$pkgdir/usr/lib/primus/libGL.so.1"
-  sed -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun > 
primusrun.dist
-  install -D "primusrun.dist" "$pkgdir/usr/bin/primusrun"
-
-  install -D "primus.bash-completion" "$pkgdir/etc/bash_completion.d/primusrun"
-
-  gzip -9 "primusrun.1"
-  install -D "primusrun.1.gz" "$pkgdir/usr/share/man/man1/primusrun.1.gz"
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-x86_64/PKGBUILD (from rev 156333, 
primus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-13 19:22:34 UTC (rev 156334)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Monakov 
+
+pkgname=primus
+pkgver=20151110
+pkgrel=3
+pkgdesc="Faster OpenGL offloading for Bumblebee"
+arch=('i686' 'x86_64')
+url="https://github.com/amonakov/primus";
+license=('cus

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

2016-01-13 Thread Maxime Gauduin
Date: Wednesday, January 13, 2016 @ 20:20:19
  Author: alucryd
Revision: 258177

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

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

---+
 /PKGBUILD |  178 
 extra-i686/PKGBUILD   |   88 ---
 extra-x86_64/PKGBUILD |   88 ---
 3 files changed, 178 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-13 19:19:47 UTC (rev 258176)
+++ extra-i686/PKGBUILD 2016-01-13 19:20:19 UTC (rev 258177)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.8.4
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
- 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
- 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
- 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=(http://ffmpeg.org/releases/${pkgname}-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 258176, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-13 19:20:19 UTC (rev 258177)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.4
+pkgrel=3
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=(http://ffmpeg.org/releases/${pkgname}-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
+sha256sums=('83

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

2016-01-13 Thread Maxime Gauduin
Date: Wednesday, January 13, 2016 @ 20:19:47
  Author: alucryd
Revision: 258176

FS#47738: ffmpeg 1:2.8.4-3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 18:16:08 UTC (rev 258175)
+++ PKGBUILD2016-01-13 19:19:47 UTC (rev 258176)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -71,7 +71,8 @@
 --enable-libxvid \
 --enable-shared \
 --enable-version3 \
---enable-x11grab
+--enable-x11grab \
+--disable-demuxer='hls' --disable-protocol='concat,hls' # FS#47738
 
   make
   make tools/qt-faststart


[arch-commits] Commit in mailutils/trunk (PKGBUILD gnutls.patch)

2016-01-13 Thread Sergej Pupykin
Date: Wednesday, January 13, 2016 @ 19:37:41
  Author: spupykin
Revision: 156331

upgpkg: mailutils 2.99.99-1

upd

Modified:
  mailutils/trunk/PKGBUILD
Deleted:
  mailutils/trunk/gnutls.patch

--+
 PKGBUILD |   32 ++--
 gnutls.patch |   25 -
 2 files changed, 14 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 18:29:54 UTC (rev 156330)
+++ PKGBUILD2016-01-13 18:37:41 UTC (rev 156331)
@@ -3,33 +3,29 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=2.99.98
-pkgrel=3
+pkgver=2.99.99
+pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/mailutils/";
 license=('GPL')
-depends=('libldap' 'pam' 'gnutls')
+depends=('libldap' 'pam' 'gnutls' 'gsasl' 'guile')
 makedepends=('emacs')
 install=mailutils.install
-options=(zipman !emptydirs)
-source=(http://alpha.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.xz
-   gnutls.patch)
-md5sums=('7d87795ff24afa966ad5d6785f974141'
- 'd9491cbf1aad93fccb058cf56e9063a9')
+options=(!emptydirs)
+source=(http://alpha.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.xz)
+md5sums=('dbc9ea6d18bf8187a08bff3007af1ad7')
 
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  patch -p1 <$srcdir/gnutls.patch
-}
-
 build() {
   cd "$srcdir/mailutils-$pkgver"
-  ./configure --prefix=/usr --with-gdbm --with-gnutls \
-   --libexecdir=/usr/lib/$pkgname --without-fribidi \
-   --without-tcp-wrappers --sbindir=/usr/bin \
-   --without-python --without-guile
-  make
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
 }
 
 package() {

Deleted: gnutls.patch
===
--- gnutls.patch2016-01-13 18:29:54 UTC (rev 156330)
+++ gnutls.patch2016-01-13 18:37:41 UTC (rev 156331)
@@ -1,25 +0,0 @@
-diff -wbBur mailutils-2.99.98.org/libmu_auth/tls.c 
mailutils-2.99.98/libmu_auth/tls.c
 mailutils-2.99.98.org/libmu_auth/tls.c 2012-01-05 22:21:42.0 
+0400
-+++ mailutils-2.99.98/libmu_auth/tls.c 2015-04-16 16:00:39.803642048 +0300
-@@ -428,20 +428,9 @@
-   struct _mu_tls_stream *sp = (struct _mu_tls_stream *) stream;
-   int rc;
-   mu_transport_t transport[2];
--  static int protocol_priority[] = {GNUTLS_TLS1, GNUTLS_SSL3, 0};
--  static int kx_priority[] = {GNUTLS_KX_RSA, 0};
--  static int cipher_priority[] = {GNUTLS_CIPHER_3DES_CBC,
--GNUTLS_CIPHER_ARCFOUR_128,
--0};
--  static int comp_priority[] = {GNUTLS_COMP_NULL, 0};
--  static int mac_priority[] = {GNUTLS_MAC_SHA, GNUTLS_MAC_MD5, 0};
- 
-   gnutls_init (&sp->session, GNUTLS_CLIENT);
--  gnutls_protocol_set_priority (sp->session, protocol_priority);
--  gnutls_cipher_set_priority (sp->session, cipher_priority);
--  gnutls_compression_set_priority (sp->session, comp_priority);
--  gnutls_kx_set_priority (sp->session, kx_priority);
--  gnutls_mac_set_priority (sp->session, mac_priority);
-+  gnutls_set_default_priority (sp->session);
- 
-   gnutls_certificate_allocate_credentials (&x509_cred);
-   if (mu_tls_module_config.ssl_cafile)


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

2016-01-13 Thread Sergej Pupykin
Date: Wednesday, January 13, 2016 @ 19:37:54
  Author: spupykin
Revision: 156332

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

Added:
  mailutils/repos/community-i686/PKGBUILD
(from rev 156331, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-i686/mailutils.install
(from rev 156331, mailutils/trunk/mailutils.install)
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 156331, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/mailutils.install
(from rev 156331, mailutils/trunk/mailutils.install)
Deleted:
  mailutils/repos/community-i686/PKGBUILD
  mailutils/repos/community-i686/gnutls.patch
  mailutils/repos/community-i686/mailutils.install
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/gnutls.patch
  mailutils/repos/community-x86_64/mailutils.install

+
 /PKGBUILD  |   76 +++
 /mailutils.install |   40 ++
 community-i686/PKGBUILD|   42 ---
 community-i686/gnutls.patch|   25 ---
 community-i686/mailutils.install   |   20 -
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/gnutls.patch  |   25 ---
 community-x86_64/mailutils.install |   20 -
 8 files changed, 116 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 18:37:41 UTC (rev 156331)
+++ community-i686/PKGBUILD 2016-01-13 18:37:54 UTC (rev 156332)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=2.99.98
-pkgrel=3
-pkgdesc="MUA command line tool (mailx)"
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/mailutils/";
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls')
-makedepends=('emacs')
-install=mailutils.install
-options=(zipman !emptydirs)
-source=(http://alpha.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.xz
-   gnutls.patch)
-md5sums=('7d87795ff24afa966ad5d6785f974141'
- 'd9491cbf1aad93fccb058cf56e9063a9')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  patch -p1 <$srcdir/gnutls.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure --prefix=/usr --with-gdbm --with-gnutls \
-   --libexecdir=/usr/lib/$pkgname --without-fribidi \
-   --without-tcp-wrappers --sbindir=/usr/bin \
-   --without-python --without-guile
-  make
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/share/info/dir
-  mv $pkgdir/usr/bin/mail $pkgdir/usr/bin/gnu-mail
-  mv $pkgdir/usr/share/man/man1/mail.1 $pkgdir/usr/share/man/man1/gnu-mail.1
-  chown -R root:root $pkgdir
-}

Copied: mailutils/repos/community-i686/PKGBUILD (from rev 156331, 
mailutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 18:37:54 UTC (rev 156332)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=2.99.99
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(i686 x86_64)
+url="http://www.gnu.org/software/mailutils/";
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl' 'guile')
+makedepends=('emacs')
+install=mailutils.install
+options=(!emptydirs)
+source=(http://alpha.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.xz)
+md5sums=('dbc9ea6d18bf8187a08bff3007af1ad7')
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/info/dir
+  mv $pkgdir/usr/bin/mail $pkgdir/usr/bin/gnu-mail
+  mv $pkgdir/usr/share/man/man1/mail.1 $pkgdir/usr/share/man/man1/gnu-mail.1
+  chown -R root:root $pkgdir
+}

Deleted: community-i686/gnutls.patch
===
--- community-i686/gnutls.patch 2016-01-13 18:37:41 UTC (rev 156331)
+++ community-i686/gnutls.patch 2016-01-13 18:37:54 UTC (rev 156332)
@@ -1,25 +0,0 @@
-diff -wbBur mailutils-2.99.98.org/libmu_auth/tls.c 
mailutils-2.99.98/libmu_auth/tls.c
 mailutils-2.99.98.org/libmu_auth/tls.c 2012-01-05 22:21:42.0 
+0400
-+++ mailutils-2.99.98/libmu_auth/tls.c 2015-04-16 16:00:39.803642048 +0300
-@@ -428,20 +428,9 @@
-   struct _mu_tls_stream *sp = (struct _mu_tls_stream *) stream;
-   int rc;
-   mu_transport_t transport[2];
--  static int protocol_priority[] = {GNUTLS_TLS1, GNUTLS_SSL3, 0};
--  static int kx_priority

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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 19:29:54
  Author: anatolik
Revision: 156330

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 18:29:12 UTC (rev 156329)
+++ community-i686/PKGBUILD 2016-01-13 18:29:54 UTC (rev 156330)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.10.1
-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 libpcl libevent libffi)
-# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp 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/manastech/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('f567866ea4cf7d0ca1356806f4871c964eca939ddcd93796ecc0e3f3889cd7f3')
-sha256sums_i686=('0c8cead9c3cc5d90815972b87f66a2abe431c8da8b20446e374218221647227a')
-sha256sums_x86_64=('6bb5aed56e579bc84bfe57c3bc920efc79ec329ad021c968370a7fe9956a3026')
-
-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"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
-}
-
-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.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 156329, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 18:29:54 UTC (rev 156330)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.10.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 libpcl libevent libffi)
+# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp 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/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('05e1af0c50438c33f2912598eac684a12b1c7193e16a19f9870de50552cede5b')
+sha256sums_i686=('0a21f178aab1b44002c440ed9baef3eb24600eed6c1a2f76d9d32b546d9d088

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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 19:29:12
  Author: anatolik
Revision: 156329

upgpkg: crystal 0.10.2-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 18:24:36 UTC (rev 156328)
+++ PKGBUILD2016-01-13 18:29:12 UTC (rev 156329)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('f567866ea4cf7d0ca1356806f4871c964eca939ddcd93796ecc0e3f3889cd7f3')
-sha256sums_i686=('0c8cead9c3cc5d90815972b87f66a2abe431c8da8b20446e374218221647227a')
-sha256sums_x86_64=('6bb5aed56e579bc84bfe57c3bc920efc79ec329ad021c968370a7fe9956a3026')
+sha256sums=('05e1af0c50438c33f2912598eac684a12b1c7193e16a19f9870de50552cede5b')
+sha256sums_i686=('0a21f178aab1b44002c440ed9baef3eb24600eed6c1a2f76d9d32b546d9d0880')
+sha256sums_x86_64=('5cf1eeebe72317af9c73b348be8523cf97c5d5413cc35be734b676d2f0ebad40')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-01-13 Thread Sven-Hendrik Haase
Date: Wednesday, January 13, 2016 @ 19:24:36
  Author: svenstaro
Revision: 156328

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 156327, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-13 18:24:32 UTC (rev 156327)
+++ PKGBUILD2016-01-13 18:24:36 UTC (rev 156328)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-optdepends=('python2-passlib: crypt values for vars_prompt')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
-
ansible-arch.patch::https://github.com/ansible/ansible/commit/bb81f025b00a8b22f5002315b4e48543b07d14b1.patch)
-md5sums=('ad411285d4a78e78e3a49f4ee2c7cc3f'
- '244db3a313781bf39bdeef9fc8898d23')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 < $srcdir/ansible-arch.patch
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
-
-  install -d "$pkgdir"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
-
-  install -d "$pkgdir"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 156327, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-13 18:24:36 UTC (rev 156328)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.0.0.1
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+optdepends=('python2-passlib: crypt values for vars_prompt')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(https://github.com/ansible/ansible/releases/download/v${pkgver}-1/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b4ea2bc7323668c42e15e47cba7ee5be')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/doc/ansible/COPYING
+
+  install -d "$pkgdir"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "$pkgdir"/etc/ansible/ansible.cfg
+
+  install -d "$pkgdir"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir"/usr/share/man/man1
+}


  1   2   >