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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:59:35
  Author: tpowa
Revision: 261264

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 261263, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 261263, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 261263, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 261263, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 261263, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 261263, nvidia-304xx/trunk/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install

-+
 /PKGBUILD   |  140 ++
 /disable-mtrr.patch |   48 +++
 /nvidia-304xx.install   |   26 ++
 testing-i686/PKGBUILD   |   70 -
 testing-i686/disable-mtrr.patch |   24 -
 testing-i686/nvidia-304xx.install   |   13 ---
 testing-x86_64/PKGBUILD |   70 -
 testing-x86_64/disable-mtrr.patch   |   24 -
 testing-x86_64/nvidia-304xx.install |   13 ---
 9 files changed, 214 insertions(+), 214 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-10 07:59:04 UTC (rev 261263)
+++ testing-i686/PKGBUILD   2016-03-10 07:59:35 UTC (rev 261264)
@@ -1,70 +0,0 @@
-# $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=8
-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";
-disable-mtrr.patch)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
-
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
-
-[[ "$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
-
-# FS#47092
-(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
-}
-
-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')
-
-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

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:03:46
  Author: fyan
Revision: 165826

upgpkg: haskell-cassava 0.4.5.0-3

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-cassava/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:58:58 UTC (rev 165825)
+++ PKGBUILD2016-03-10 08:03:46 UTC (rev 165826)
@@ -5,7 +5,7 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.4.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava";
 license=("custom:BSD3")


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:04:14
  Author: fyan
Revision: 165827

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

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

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

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 165826, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 08:04:14 UTC (rev 165827)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=3
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9')
+
+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-cassava/repos/community-staging-i686/haskell-cassava.install 
(from rev 165826, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-staging-i686/haskell-cassava.install  
(rev 0)
+++ community-staging-i686/haskell-cassava.install  2016-03-10 08:04:14 UTC 
(rev 165827)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+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-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
165826, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 08:04:14 UTC (rev 165827)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=3
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:05:09
  Author: tpowa
Revision: 165828

upgpkg: acpi_call 1.1.0-42

rebuild against 4.4.5

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:04:14 UTC (rev 165827)
+++ PKGBUILD2016-03-10 08:05:09 UTC (rev 165828)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=41
+pkgrel=42
 _extramodules=extramodules-4.4-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:05:43
  Author: tpowa
Revision: 165829

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:05:09 UTC (rev 165828)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:05:43 UTC (rev 165829)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=41
-_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/PKGBUILD (from rev 165828, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:05:43 UTC (rev 165829)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=42
+_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:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install2016-03-10 08:05:09 UTC (rev 
165828)
+++ communit

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:06:27
  Author: tpowa
Revision: 165832

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 165831, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 165831, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 165831, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 165831, 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 165831, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:06:27 UTC (rev 165832)
@@ -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=44
+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 
165831, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2016-03-10 08:06:27 UTC (rev 
165832)
@@ -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 165831, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-10 08:06:27 UTC (rev 165832)
@@ -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=44
+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 
165831, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2016-03-10 08:06:27 UTC (rev 
165832)
@@ -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 (8 files)

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:06:08
  Author: tpowa
Revision: 165830

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:05:43 UTC (rev 165829)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:06:08 UTC (rev 165830)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=42
-_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/PKGBUILD (from rev 165829, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:06:08 UTC (rev 165830)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=42
+_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:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install2016-03-10 08:05:43 UTC (rev 
165829)
+++ communit

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:06:21
  Author: tpowa
Revision: 165831

upgpkg: bbswitch 0.8-44

rebuild against 4.4.5

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:06:08 UTC (rev 165830)
+++ PKGBUILD2016-03-10 08:06:21 UTC (rev 165831)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.4-ARCH # Don't forget to update bbswitch.install
-pkgrel=42
+pkgrel=44
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:08:15
  Author: tpowa
Revision: 165833

upgpkg: r8168 8.041.00-7

rebuild against 4.4.5

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:06:27 UTC (rev 165832)
+++ PKGBUILD2016-03-10 08:08:15 UTC (rev 165833)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.041.00
-pkgrel=6
+pkgrel=7
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:08:40
  Author: tpowa
Revision: 165836

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

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

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:08:31 UTC (rev 165835)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:40 UTC (rev 165836)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=6
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 165835, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:40 UTC (rev 165836)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=7
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:08:23
  Author: tpowa
Revision: 165834

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

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

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-testing-i686/PKGBUILD|   44 ---
 community-testing-i686/r8168.install   |   17 -
 community-testing-x86_64/PKGBUILD  |   44 ---
 community-testing-x86_64/r8168.install |   17 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:08:15 UTC (rev 165833)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:23 UTC (rev 165834)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-pkgrel=6
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 165833, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:23 UTC (rev 165834)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pk

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:08:31
  Author: tpowa
Revision: 165835

upgpkg: rt3562sta 2.4.1.1_r3-7

rebuild against 4.4.5

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:08:23 UTC (rev 165834)
+++ PKGBUILD2016-03-10 08:08:31 UTC (rev 165835)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r3
 _patchrel=${pkgver/*_r/}
-pkgrel=6
+pkgrel=7
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 
url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:10:15
  Author: tpowa
Revision: 165839

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

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

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

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2016-03-10 08:10:09 UTC (rev 
165838)
+++ community-testing-i686/60-vhba.rules2016-03-10 08:10:15 UTC (rev 
165839)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
165837, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2016-03-10 08:10:15 UTC (rev 
165839)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:10:09 UTC (rev 165838)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:10:15 UTC (rev 165839)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.4-ARCH
-pkgrel=24
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 165837, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:10:15 UTC (rev 165839)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.4-ARCH
+pkgrel=25
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:10:05
  Author: tpowa
Revision: 165837

upgpkg: vhba-module 20140928-25

rebuild against 4.4.5

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:08:40 UTC (rev 165836)
+++ PKGBUILD2016-03-10 08:10:05 UTC (rev 165837)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.4-ARCH
-pkgrel=24
+pkgrel=25
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:10:09
  Author: tpowa
Revision: 165838

upgpkg: tp_smapi 0.41-81

rebuild against 4.4.5

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:10:05 UTC (rev 165837)
+++ PKGBUILD2016-03-10 08:10:09 UTC (rev 165838)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-4.4-ARCH
-pkgrel=80
+pkgrel=81
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:10:17
  Author: tpowa
Revision: 165840

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

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

--+
 PKGBUILD |  114 ++---
 tp_smapi.install |   26 ++--
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 08:10:15 UTC (rev 165839)
+++ PKGBUILD2016-03-10 08:10:17 UTC (rev 165840)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.4-ARCH
-pkgrel=80
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 165838, 
tp_smapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 08:10:17 UTC (rev 165840)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.4-ARCH
+pkgrel=81
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Deleted: tp_smapi.install
===
--- tp_smapi.install2016-03-10 08:10:15 UTC (rev 165839)
+++ tp_smapi.install2016-03-10 08:10:17 UTC (rev 165840)
@@ -1,13 +0,0 @@
-extramodules=/usr/lib/modules/extramodules-4.4-ARCH
-
-post_install() {
-  depmod -v $(< "$extramodules/version") &>/dev/null
-}
-
-post_upgr

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:10:35
  Author: tpowa
Revision: 165841

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

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

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   57 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:10:17 UTC (rev 165840)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:10:35 UTC (rev 165841)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.4-ARCH
-pkgrel=81
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 165840, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:10:35 UTC (rev 165841)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.4-ARCH
+pkgrel=81
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec 

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:16:17
  Author: fyan
Revision: 165842

upgpkg: haskell-statistics 0.13.2.3-6

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:10:35 UTC (rev 165841)
+++ PKGBUILD2016-03-10 08:16:17 UTC (rev 165842)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics";
 license=("custom:BSD3")


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:16:45
  Author: fyan
Revision: 165843

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

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

-+
 community-staging-i686/PKGBUILD |   44 ++
 community-staging-i686/haskell-statistics.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   44 ++
 community-staging-x86_64/haskell-statistics.install |   18 +++
 4 files changed, 124 insertions(+)

Copied: haskell-statistics/repos/community-staging-i686/PKGBUILD (from rev 
165842, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 08:16:45 UTC (rev 165843)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=6
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=("d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd")
+
+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-statistics/repos/community-staging-i686/haskell-statistics.install 
(from rev 165842, haskell-statistics/trunk/haskell-statistics.install)
===
--- community-staging-i686/haskell-statistics.install   
(rev 0)
+++ community-staging-i686/haskell-statistics.install   2016-03-10 08:16:45 UTC 
(rev 165843)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statistics
+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-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
165842, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 08:16:45 UTC (rev 165843)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=6
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskel

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:16:49
  Author: fyan
Revision: 165844

upgpkg: haskell-conduit-combinators 1.0.3.1-10

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:16:45 UTC (rev 165843)
+++ PKGBUILD2016-03-10 08:16:49 UTC (rev 165844)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators";
 license=("MIT")


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:17:17
  Author: fyan
Revision: 165845

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 165844, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 165844, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 165844, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 165844, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 165844, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 08:17:17 UTC (rev 165845)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=10
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 165844, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-03-10 
08:17:17 UTC (rev 165845)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+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-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 165844, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD 

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

2016-03-10 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 09:26:48
  Author: alucryd
Revision: 165909

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

Added:
  yabause-qt/repos/community-i686/PKGBUILD
(from rev 165908, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-i686/rwx.patch
(from rev 165908, yabause-qt/trunk/rwx.patch)
  yabause-qt/repos/community-x86_64/PKGBUILD
(from rev 165908, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-x86_64/rwx.patch
(from rev 165908, yabause-qt/trunk/rwx.patch)
Deleted:
  yabause-qt/repos/community-i686/PKGBUILD
  yabause-qt/repos/community-i686/rwx.patch
  yabause-qt/repos/community-x86_64/PKGBUILD
  yabause-qt/repos/community-x86_64/rwx.patch

+
 /PKGBUILD  |  106 +++
 /rwx.patch |   40 
 community-i686/PKGBUILD|   53 -
 community-i686/rwx.patch   |   20 
 community-x86_64/PKGBUILD  |   53 -
 community-x86_64/rwx.patch |   20 
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 08:26:30 UTC (rev 165908)
+++ community-i686/PKGBUILD 2016-03-10 08:26:48 UTC (rev 165909)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Harley Laue 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anton Shestakov 
-# Contributor: Tiago Camargo 
-# Contributor: robb_force 
-
-pkgname=yabause-qt
-pkgver=0.9.14
-pkgrel=2
-pkgdesc='A Sega Saturn emulator'
-arch=('i686' 'x86_64')
-url="http://yabause.org/";
-license=('GPL')
-depends=('freeglut' 'openal' 'qt4' 'sdl')
-makedepends=('cmake' 'glu')
-conflicts=('yabause-gtk')
-source=("http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz";
-'rwx.patch')
-sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
-'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
-
-prepare() {
-  cd yabause-${pkgver}
-
-  patch -Np1 -i ../rwx.patch
-}
-
-build() {
-  cd yabause-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DYAB_PORTS='qt' \
--DYAB_NETWORK='ON' \
--DYAB_OPTIMIZED_DMA='ON'
-  make
-}
-
-package() {
-  cd yabause-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: yabause-qt/repos/community-i686/PKGBUILD (from rev 165908, 
yabause-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 08:26:48 UTC (rev 165909)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-qt
+pkgver=0.9.14
+pkgrel=3
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/";
+license=('GPL')
+depends=('freeglut' 'openal' 'qt5-base' 'sdl')
+makedepends=('cmake' 'glu' 'libxmu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz";
+'rwx.patch')
+sha256sums=('75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+prepare() {
+  cd yabause-${pkgver}
+
+  patch -Np1 -i ../rwx.patch
+}
+
+build() {
+  cd yabause-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DYAB_PORTS='qt' \
+-DYAB_NETWORK='ON' \
+-DYAB_OPTIMIZED_DMA='ON'
+  make
+}
+
+package() {
+  cd yabause-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/rwx.patch
===
--- community-i686/rwx.patch2016-03-10 08:26:30 UTC (rev 165908)
+++ community-i686/rwx.patch2016-03-10 08:26:48 UTC (rev 165909)
@@ -1,20 +0,0 @@
 a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
-+++ b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
-@@ -747,3 +747,7 @@ breakpoint:
-   ret
-   /* Set breakpoint here for debugging */
-   .size   breakpoint, .-breakpoint
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
 a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 +0100
-+++ b/src/sh2_dynarec/linkage_x86.s2013-03-11 20:32:30.993310600 +0100
-@@ -743,3 +743,7 @@ breakpoint:
-   ret
-   /* Set breakpoint here for debugging */
-   .size   breakpo

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

2016-03-10 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 09:26:30
  Author: alucryd
Revision: 165908

FS#47725: yabause-qt 0.9.14-3

Modified:
  yabause-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:22:24 UTC (rev 165907)
+++ PKGBUILD2016-03-10 08:26:30 UTC (rev 165908)
@@ -8,13 +8,13 @@
 
 pkgname=yabause-qt
 pkgver=0.9.14
-pkgrel=2
+pkgrel=3
 pkgdesc='A Sega Saturn emulator'
 arch=('i686' 'x86_64')
 url="http://yabause.org/";
 license=('GPL')
-depends=('freeglut' 'openal' 'qt4' 'sdl')
-makedepends=('cmake' 'glu')
+depends=('freeglut' 'openal' 'qt5-base' 'sdl')
+makedepends=('cmake' 'glu' 'libxmu')
 conflicts=('yabause-gtk')
 source=("http://downloads.sourceforge.net/yabause/yabause-${pkgver}.tar.gz";
 'rwx.patch')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:32:07
  Author: tpowa
Revision: 261266

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-10 08:31:55 UTC (rev 261265)
+++ extra-i686/PKGBUILD 2016-03-10 08:32:07 UTC (rev 261266)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.26
-pkgrel=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('22c372f3d936d751271f588ab71f829b')

Copied: tevent/repos/extra-i686/PKGBUILD (from rev 261265, 
tevent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-10 08:32:07 UTC (rev 261266)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.9.28
+pkgrel=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/";
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+--bundled-libraries=NONE \
+--builtin-libraries=replace
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('945845817918f5cfbe0202d80a7db118')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-10 08:31:55 UTC (rev 261265)
+++ extra-x86_64/PKGBUILD   2016-03-10 08:32:07 UTC (rev 261266)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.26
-pkgrel=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('22c372f3d936d751271f588ab71f829b')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 261265, 
tevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-10 08:32:07 UTC (rev 261266)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdic

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:31:55
  Author: tpowa
Revision: 261265

upgpkg: tevent 0.9.28-1

bump to latest version

Modified:
  tevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:59:35 UTC (rev 261264)
+++ PKGBUILD2016-03-10 08:31:55 UTC (rev 261265)
@@ -6,7 +6,7 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.9.26
+pkgver=0.9.28
 pkgrel=1
 pkgdesc="An event system based on the talloc memory management library"
 arch=('i686' 'x86_64')
@@ -35,4 +35,4 @@
make
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('22c372f3d936d751271f588ab71f829b')
+md5sums=('945845817918f5cfbe0202d80a7db118')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:33:58
  Author: tpowa
Revision: 261267

upgpkg: ldb 1.1.26-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:32:07 UTC (rev 261266)
+++ PKGBUILD2016-03-10 08:33:58 UTC (rev 261267)
@@ -4,7 +4,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=1.1.24
+pkgver=1.1.26
 pkgrel=1
 pkgdesc="A schema-less, ldap like, API and database"
 arch=('i686' 'x86_64')
@@ -39,5 +39,5 @@
 
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('152f061422de5b90f8ce51e0ea316292'
+md5sums=('31780b702b638ad32aa5d9853d257839'
  'SKIP')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:34:07
  Author: tpowa
Revision: 261268

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-10 08:33:58 UTC (rev 261267)
+++ extra-i686/PKGBUILD 2016-03-10 08:34:07 UTC (rev 261268)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.24
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('152f061422de5b90f8ce51e0ea316292'
- 'SKIP')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 261267, ldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-10 08:34:07 UTC (rev 261268)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=1.1.26
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('i686' 'x86_64')
+url="http://ldb.samba.org/";
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('31780b702b638ad32aa5d9853d257839'
+ 'SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-10 08:33:58 UTC (rev 261267)
+++ extra-x86_64/PKGBUILD   2016-03-10 08:34:07 UTC (rev 261268)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.1.24
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' 'x86_64')
-url="http://ldb.samba.org/";
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:47:48
  Author: tpowa
Revision: 261269

upgpkg: samba 4.3.6-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:34:07 UTC (rev 261268)
+++ PKGBUILD2016-03-10 08:47:48 UTC (rev 261269)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.3.5
+pkgver=4.3.6
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.3.5
+_realver=4.3.6
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
@@ -249,7 +249,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('3f904dbc89076212626d7e1601b0ba02'
+md5sums=('91e5b71b3ae7709246c67c46efa50e7b'
  'SKIP'
  '13085841ad03ab3a5c99bd22917a8ccc'
  '5697da77590ec092cc8a883bae06093c'


[arch-commits] Commit in samba/repos (60 files)

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:48:23
  Author: tpowa
Revision: 261270

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

Added:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 261269, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-i686/PKGBUILD
(from rev 261269, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/libsystemd.patch
(from rev 261269, samba/trunk/libsystemd.patch)
  samba/repos/extra-i686/nmbd.service
(from rev 261269, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 261269, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 261269, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 261269, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 261269, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 261269, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 261269, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 261269, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 261269, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 261269, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 261269, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 261269, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 261269, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 261269, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/libsystemd.patch
(from rev 261269, samba/trunk/libsystemd.patch)
  samba/repos/extra-x86_64/nmbd.service
(from rev 261269, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 261269, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 261269, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 261269, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 261269, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 261269, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 261269, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 261269, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 261269, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 261269, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 261269, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 261269, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/libsystemd.patch
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/libsystemd.patch
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

---+
 /0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |  138 ++
 /PKGBUILD |  528 
++
 /libsystemd.patch |   72 +
 /nmbd.service |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch|  120 ++
 /samba.conf   |4 
 /samba.conf.d |   36 
 /samba.install

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:52:13
  Author: tpowa
Revision: 261271

upgpkg: cracklib 2.9.6-1

bump to latest version

Modified:
  cracklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:48:23 UTC (rev 261270)
+++ PKGBUILD2016-03-10 08:52:13 UTC (rev 261271)
@@ -3,15 +3,15 @@
 # Contributor: Federico Quagliata (quaqo) 
 
 pkgname=cracklib
-pkgver=2.9.4
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="Password Checking Library"
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://sourceforge.net/projects/cracklib";
+url="https://github.com/cracklib/cracklib";
 depends=('glibc' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b31f7e3618cda7a2ac38588067275013')
+source=(https://github.com/cracklib/cracklib/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('c52f463585d85924b28cdc1e373ae06d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:52:23
  Author: tpowa
Revision: 261272

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

Added:
  cracklib/repos/testing-i686/
  cracklib/repos/testing-i686/PKGBUILD
(from rev 261271, cracklib/trunk/PKGBUILD)
  cracklib/repos/testing-x86_64/
  cracklib/repos/testing-x86_64/PKGBUILD
(from rev 261271, cracklib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: cracklib/repos/testing-i686/PKGBUILD (from rev 261271, 
cracklib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-10 08:52:23 UTC (rev 261272)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Federico Quagliata (quaqo) 
+
+pkgname=cracklib
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="Password Checking Library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/cracklib/cracklib";
+depends=('glibc' 'zlib')
+source=(https://github.com/cracklib/cracklib/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('c52f463585d85924b28cdc1e373ae06d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Copied: cracklib/repos/testing-x86_64/PKGBUILD (from rev 261271, 
cracklib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-10 08:52:23 UTC (rev 261272)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Federico Quagliata (quaqo) 
+
+pkgname=cracklib
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="Password Checking Library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/cracklib/cracklib";
+depends=('glibc' 'zlib')
+source=(https://github.com/cracklib/cracklib/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('c52f463585d85924b28cdc1e373ae06d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:57:50
  Author: fyan
Revision: 165910

upgpkg: haskell-path-io 1.1.0-1

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:26:48 UTC (rev 165909)
+++ PKGBUILD2016-03-10 08:57:50 UTC (rev 165910)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-path-io
 _hkgname=path-io
-pkgver=0.3.1
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io";
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
 options=('staticlibs')
 install=$pkgname.install
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
-md5sums=('f0df7a3c4622ebff00ca77b9afda53df')
+md5sums=('189dafe7e56ade1165eb708e5abd821b')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 09:58:17
  Author: fyan
Revision: 165911

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

Added:
  haskell-path-io/repos/community-staging-i686/
  haskell-path-io/repos/community-staging-i686/PKGBUILD
(from rev 165910, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-staging-i686/haskell-path-io.install
(from rev 165910, haskell-path-io/trunk/haskell-path-io.install)
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 165910, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-staging-x86_64/haskell-path-io.install
(from rev 165910, haskell-path-io/trunk/haskell-path-io.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-path-io.install   |   23 +++
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-path-io.install |   23 +++
 4 files changed, 130 insertions(+)

Copied: haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 165910, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 08:58:17 UTC (rev 165911)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('189dafe7e56ade1165eb708e5abd821b')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Copied: haskell-path-io/repos/community-staging-i686/haskell-path-io.install 
(from rev 165910, haskell-path-io/trunk/haskell-path-io.install)
===
--- community-staging-i686/haskell-path-io.install  
(rev 0)
+++ community-staging-i686/haskell-path-io.install  2016-03-10 08:58:17 UTC 
(rev 165911)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-path-io
+
+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-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
165910, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 08:58:17 UTC (rev 165911)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 11:44:35
  Author: fyan
Revision: 165912

upgpkg: stack 1.0.4.2-1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 08:58:17 UTC (rev 165911)
+++ PKGBUILD2016-03-10 10:44:35 UTC (rev 165912)
@@ -4,8 +4,8 @@
 
 pkgbase=stack
 pkgname=(stack haskell-stack)
-pkgver=1.0.4.1
-pkgrel=7
+pkgver=1.0.4.2
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")
@@ -31,10 +31,12 @@
  "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('660ce0c2126ddf2bb8c88a7b857571781dd09ac1953a3437522e123830dc537a')
+sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2')
 
 prepare() {
-sed -i 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' \
+-e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }
 
 build() {


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 11:45:12
  Author: fyan
Revision: 165913

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

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 165912, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 10:45:12 UTC (rev 165913)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.2
+pkgrel=1
+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-binary-tagged" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "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-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' \
+-e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \
+-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 -f-static
+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')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script

[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 12:54:44
  Author: fyan
Revision: 165916

upgpkg: diff-so-fancy 0.6.3-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 10:45:54 UTC (rev 165915)
+++ PKGBUILD2016-03-10 11:54:44 UTC (rev 165916)
@@ -3,7 +3,7 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')


[arch-commits] Commit in diff-so-fancy/repos/community-any (6 files)

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 12:56:03
  Author: fyan
Revision: 165917

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 165916, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/diff-so-fancy.install
(from rev 165916, diff-so-fancy/trunk/diff-so-fancy.install)
  diff-so-fancy/repos/community-any/system-diff_highlight.patch
(from rev 165916, diff-so-fancy/trunk/system-diff_highlight.patch)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD
  diff-so-fancy/repos/community-any/diff-so-fancy.install
  diff-so-fancy/repos/community-any/system-diff_highlight.patch

-+
 PKGBUILD|   94 +-
 diff-so-fancy.install   |6 +-
 system-diff_highlight.patch |   44 +--
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 11:54:44 UTC (rev 165916)
+++ PKGBUILD2016-03-10 11:56:03 UTC (rev 165917)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/so-fancy/diff-so-fancy";
-license=('MIT')
-install="$pkgname.install"
-depends=('git')
-checkdepends=('bash-bats')
-source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver";
-"git+https://github.com/ztombol/bats-support.git";
-"git+https://github.com/ztombol/bats-assert.git";
-system-diff_highlight.patch)
-sha384sums=('SKIP'
-'SKIP'
-'SKIP'
-
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
-
-prepare() {
-  cd "$srcdir"/$pkgname
-  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
-  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
-  git submodule update --init
-
-  patch -p1 -i ../system-diff_highlight.patch
-  rm -r third_party
-  rm test/diff-highlight.bats
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  bats test/*.bats
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  sed -i 
's|$(get_script_dir)/libs/header_clean/header_clean.pl|/usr/share/diff-so-fancy/header_clean/header_clean.pl|'
 diff-so-fancy
-  
-  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm755 'libs/header_clean/header_clean.pl' 
"$pkgdir"/usr/share/diff-so-fancy/header_clean/header_clean.pl
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 165916, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 11:56:03 UTC (rev 165917)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy";
+license=('MIT')
+install="$pkgname.install"
+depends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver";
+"git+https://github.com/ztombol/bats-support.git";
+"git+https://github.com/ztombol/bats-assert.git";
+system-diff_highlight.patch)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP'
+
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
+  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
+  git submodule update --init
+
+  patch -p1 -i ../system-diff_highlight.patch
+  rm -r third_party
+  rm test/diff-highlight.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  sed -i 
's|$(get_script_dir)/libs/header_clean/header_clean.pl|/usr/share/diff-so-fancy/header_clean/header_clean.pl|'
 diff-so-fancy
+  
+  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 'libs/header_clean/header_clean.pl' 
"$pkgdir"/usr/share/diff-so-fancy/header_clean/header_clean.pl
+}

Deleted: diff-so-fancy.install
===
--- diff-so-fancy.install   2016-03-10 11:54:44 UTC (rev 165916)
+++ diff-so-fancy.install   2016-03-10 11:56:03 UTC (rev 165917)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Refer to https://github.com/so-fancy/diff-so-fancy#usage for usage"
-}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
165916, diff-so-fancy/trunk/diff-so-fancy.install)
===
--- diff-so-fancy.install   

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:17:00
  Author: fyan
Revision: 165918

upgpkg: python-phonenumbers 7.2.7-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 11:56:03 UTC (rev 165917)
+++ PKGBUILD2016-03-10 12:17:00 UTC (rev 165918)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.2.6
+pkgver=7.2.7
 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=('04bd71914cf5f04c3ad5b22e5b8adf5def7b960a003437e44287a56fcd17ec626c0abea6a269043668b670c53df3ba0817e26764287fd55f32340521873dd0a2')
+sha512sums=('c137b09c0d4ae00d7a11aec76a28d6dbd8dcaa50cb8619399fd27a3d4564b3b2523f3edaabc6e2130422831404f95da6a876e9b23d4406549abf1b3a131727cd')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:17:25
  Author: fyan
Revision: 165919

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:17:00 UTC (rev 165918)
+++ PKGBUILD2016-03-10 12:17:25 UTC (rev 165919)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.2.6
-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=('04bd71914cf5f04c3ad5b22e5b8adf5def7b960a003437e44287a56fcd17ec626c0abea6a269043668b670c53df3ba0817e26764287fd55f32340521873dd0a2')
-
-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 165918, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:17:25 UTC (rev 165919)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.2.7
+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=('c137b09c0d4ae00d7a11aec76a28d6dbd8dcaa50cb8619399fd27a3d4564b3b2523f3edaabc6e2130422831404f95da6a876e9b23d4406549abf1b3a131727cd')
+
+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 emacs-python-mode/trunk (PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:27:53
  Author: spupykin
Revision: 165920

upgpkg: emacs-python-mode 6.2.2-1

upd

Modified:
  emacs-python-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:17:25 UTC (rev 165919)
+++ PKGBUILD2016-03-10 12:27:53 UTC (rev 165920)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Esposito 
 
 pkgname=emacs-python-mode
-pkgver=6.2.0
+pkgver=6.2.2
 pkgrel=1
 pkgdesc="Python mode for Emacs"
 url="https://launchpad.net/python-mode";
@@ -12,7 +12,7 @@
 depends=('emacs')
 install=emacs-python-mode.install
 
source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz";)
-md5sums=('6ff1f635568470c4b6e3d8b74507986e')
+md5sums=('fd5497efefbb7b362000f7852fc47635')
 
 package() {
   cd $srcdir/python-mode.el-$pkgver


[arch-commits] Commit in emacs-python-mode/repos/community-any (4 files)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:04
  Author: spupykin
Revision: 165921

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 165920, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 165920, emacs-python-mode/trunk/emacs-python-mode.install)
Deleted:
  emacs-python-mode/repos/community-any/PKGBUILD
  emacs-python-mode/repos/community-any/emacs-python-mode.install

---+
 PKGBUILD  |   44 ++--
 emacs-python-mode.install |   26 +-
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:27:53 UTC (rev 165920)
+++ PKGBUILD2016-03-10 12:28:04 UTC (rev 165921)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-python-mode
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Python mode for Emacs"
-url="https://launchpad.net/python-mode";
-license=("GPL")
-arch=('any')
-depends=('emacs')
-install=emacs-python-mode.install
-source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz";)
-md5sums=('6ff1f635568470c4b6e3d8b74507986e')
-
-package() {
-  cd $srcdir/python-mode.el-$pkgver
-  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
-  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
-  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 165920, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:28:04 UTC (rev 165921)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-python-mode
+pkgver=6.2.2
+pkgrel=1
+pkgdesc="Python mode for Emacs"
+url="https://launchpad.net/python-mode";
+license=("GPL")
+arch=('any')
+depends=('emacs')
+install=emacs-python-mode.install
+source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz";)
+md5sums=('fd5497efefbb7b362000f7852fc47635')
+
+package() {
+  cd $srcdir/python-mode.el-$pkgver
+  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
+  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
+  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
+}

Deleted: emacs-python-mode.install
===
--- emacs-python-mode.install   2016-03-10 12:27:53 UTC (rev 165920)
+++ emacs-python-mode.install   2016-03-10 12:28:04 UTC (rev 165921)
@@ -1,13 +0,0 @@
-post_install () {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable python-mode
-==> autoloading and autorecognition of "*.py" files:
-
-(autoload 'python-mode "python-mode.el" "Python mode." t)
-(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: emacs-python-mode/repos/community-any/emacs-python-mode.install (from 
rev 165920, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2016-03-10 12:28:04 UTC (rev 165921)
@@ -0,0 +1,13 @@
+post_install () {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable python-mode
+==> autoloading and autorecognition of "*.py" files:
+
+(autoload 'python-mode "python-mode.el" "Python mode." t)
+(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:19
  Author: spupykin
Revision: 165923

archrelease: copy trunk to community-any

Added:
  perl-poe/repos/community-any/PKGBUILD
(from rev 165922, perl-poe/trunk/PKGBUILD)
Deleted:
  perl-poe/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:08 UTC (rev 165922)
+++ PKGBUILD2016-03-10 12:28:19 UTC (rev 165923)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-poe
-pkgver=1.366
-pkgrel=1
-pkgdesc="portable multitasking and networking framework for Perl "
-arch=(any)
-url="http://search.cpan.org/dist/POE";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('0cbbc3fadf5787cd91a5005128fd39f0')
-
-build() {
-  cd  $srcdir/POE-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/POE-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe/repos/community-any/PKGBUILD (from rev 165922, 
perl-poe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:28:19 UTC (rev 165923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-poe
+pkgver=1.367
+pkgrel=1
+pkgdesc="portable multitasking and networking framework for Perl "
+arch=(any)
+url="http://search.cpan.org/dist/POE";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('9b2e4375152b139e4ab5f7dfb2cc5b15')
+
+build() {
+  cd  $srcdir/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/POE-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:08
  Author: spupykin
Revision: 165922

upgpkg: perl-poe 1.367-1

upd

Modified:
  perl-poe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:04 UTC (rev 165921)
+++ PKGBUILD2016-03-10 12:28:08 UTC (rev 165922)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-poe
-pkgver=1.366
+pkgver=1.367
 pkgrel=1
 pkgdesc="portable multitasking and networking framework for Perl "
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('0cbbc3fadf5787cd91a5005128fd39f0')
+md5sums=('9b2e4375152b139e4ab5f7dfb2cc5b15')
 
 build() {
   cd  $srcdir/POE-$pkgver


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:24
  Author: spupykin
Revision: 165924

upgpkg: perl-spiffy 0.46-1

upd

Modified:
  perl-spiffy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:19 UTC (rev 165923)
+++ PKGBUILD2016-03-10 12:28:24 UTC (rev 165924)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-spiffy
-pkgver=0.31
-pkgrel=2
+pkgver=0.46
+pkgrel=1
 pkgdesc="Spiffy Perl Interface Framework For You"
 arch=('any')
 url="http://search.cpan.org/dist/Spiffy";
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
-md5sums=('53cfd4e915715e6dac912469af3d71a0')
+md5sums=('2ec7007c111a6bc2775bb7c57673a24b')
 
 build() {
   cd  $srcdir/Spiffy-$pkgver


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:51
  Author: spupykin
Revision: 165928

upgpkg: python2-cjson 1.1.0-1

upd

Modified:
  python2-cjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:48 UTC (rev 165927)
+++ PKGBUILD2016-03-10 12:28:51 UTC (rev 165928)
@@ -3,8 +3,8 @@
 # Contributor: Lincoln de Sousa 
 
 pkgname=python2-cjson
-pkgver=1.0.5
-pkgrel=6
+pkgver=1.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 pkgdesc="Fast JSON encoder/decoder for Python"
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/python-cjson/";
 depends=('python2')
 
source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz";)
-md5sums=('4d55b66ecdf0300313af9d030d9644a3')
+md5sums=('adb28f42c72ef573dfbd4cdf09676ace')
 
 package() {
   cd $srcdir/python-cjson-$pkgver


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:34
  Author: spupykin
Revision: 165925

archrelease: copy trunk to community-any

Added:
  perl-spiffy/repos/community-any/PKGBUILD
(from rev 165924, perl-spiffy/trunk/PKGBUILD)
Deleted:
  perl-spiffy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:24 UTC (rev 165924)
+++ PKGBUILD2016-03-10 12:28:34 UTC (rev 165925)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-spiffy
-pkgver=0.31
-pkgrel=2
-pkgdesc="Spiffy Perl Interface Framework For You"
-arch=('any')
-url="http://search.cpan.org/dist/Spiffy";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
-md5sums=('53cfd4e915715e6dac912469af3d71a0')
-
-build() {
-  cd  $srcdir/Spiffy-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Spiffy-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-spiffy/repos/community-any/PKGBUILD (from rev 165924, 
perl-spiffy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:28:34 UTC (rev 165925)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-spiffy
+pkgver=0.46
+pkgrel=1
+pkgdesc="Spiffy Perl Interface Framework For You"
+arch=('any')
+url="http://search.cpan.org/dist/Spiffy";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
+md5sums=('2ec7007c111a6bc2775bb7c57673a24b')
+
+build() {
+  cd  $srcdir/Spiffy-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Spiffy-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-test-base/trunk (PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:38
  Author: spupykin
Revision: 165926

upgpkg: perl-test-base 0.88-1

upd

Modified:
  perl-test-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:34 UTC (rev 165925)
+++ PKGBUILD2016-03-10 12:28:38 UTC (rev 165926)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-test-base
-pkgver=0.74
+pkgver=0.88
 pkgrel=1
 pkgdesc="A Data Driven Testing Framework"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-spiffy>=0.30')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('32f68828268c09132b1aee0fbd0c9db0')
+md5sums=('ced0cd86b099f9fd2cd73df1f46ab5e9')
 
 build() {
   cd  $srcdir/Test-Base-$pkgver


[arch-commits] Commit in perl-test-base/repos/community-any (PKGBUILD PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:28:48
  Author: spupykin
Revision: 165927

archrelease: copy trunk to community-any

Added:
  perl-test-base/repos/community-any/PKGBUILD
(from rev 165926, perl-test-base/trunk/PKGBUILD)
Deleted:
  perl-test-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:28:38 UTC (rev 165926)
+++ PKGBUILD2016-03-10 12:28:48 UTC (rev 165927)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-test-base
-pkgver=0.74
-pkgrel=1
-pkgdesc="A Data Driven Testing Framework"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Base";
-license=('GPL' 'PerlArtistic')
-depends=('perl-spiffy>=0.30')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('32f68828268c09132b1aee0fbd0c9db0')
-
-build() {
-  cd  $srcdir/Test-Base-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Test-Base-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-base/repos/community-any/PKGBUILD (from rev 165926, 
perl-test-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:28:48 UTC (rev 165927)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-test-base
+pkgver=0.88
+pkgrel=1
+pkgdesc="A Data Driven Testing Framework"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Base";
+license=('GPL' 'PerlArtistic')
+depends=('perl-spiffy>=0.30')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
+md5sums=('ced0cd86b099f9fd2cd73df1f46ab5e9')
+
+build() {
+  cd  $srcdir/Test-Base-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-Base-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:25
  Author: spupykin
Revision: 165932

Removed community-i686 and community-x86_64 for python2-gnutls

Deleted:
  python2-gnutls/repos/community-i686/
  python2-gnutls/repos/community-x86_64/


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:11
  Author: spupykin
Revision: 165930

upgpkg: python2-gnutls 3.0.0-1

upd

Modified:
  python2-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:29:08 UTC (rev 165929)
+++ PKGBUILD2016-03-10 12:29:11 UTC (rev 165930)
@@ -4,8 +4,8 @@
 # Contributor: N3RD3X 
 
 pkgname=python2-gnutls
-pkgver=2.0.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Python wrapper for the GNUTLS library"
 arch=('any')
 url="http://cheeseshop.python.org/pypi/python-gnutls";
@@ -14,14 +14,14 @@
 
source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
libraryinit.patch
libraryfunctions.patch)
-md5sums=('adba310851a15d19ff29355385c6f74f'
+md5sums=('bea3c2452ed3e92b2c58c62b0d8b5ea0'
  'cf61e4cb5a8e1ef1a96384aed0c0670a'
  'ed930abe1554dd53a7f6f14747496f2e')
 
 prepare() {
   cd ${srcdir}/python-gnutls-${pkgver}
-  patch -p1 <$srcdir/libraryinit.patch
-  patch -p1 <$srcdir/libraryfunctions.patch
+#  patch -p1 <$srcdir/libraryinit.patch
+#  patch -p1 <$srcdir/libraryfunctions.patch
 }
 
 package() {


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:08
  Author: spupykin
Revision: 165929

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

Added:
  python2-cjson/repos/community-i686/PKGBUILD
(from rev 165928, python2-cjson/trunk/PKGBUILD)
  python2-cjson/repos/community-x86_64/PKGBUILD
(from rev 165928, python2-cjson/trunk/PKGBUILD)
Deleted:
  python2-cjson/repos/community-i686/PKGBUILD
  python2-cjson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 12:28:51 UTC (rev 165928)
+++ community-i686/PKGBUILD 2016-03-10 12:29:08 UTC (rev 165929)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Lincoln de Sousa 
-
-pkgname=python2-cjson
-pkgver=1.0.5
-pkgrel=6
-arch=('i686' 'x86_64')
-license=('LGPL')
-pkgdesc="Fast JSON encoder/decoder for Python"
-url="http://pypi.python.org/pypi/python-cjson/";
-depends=('python2')
-source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz";)
-md5sums=('4d55b66ecdf0300313af9d030d9644a3')
-
-package() {
-  cd $srcdir/python-cjson-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python2-cjson/repos/community-i686/PKGBUILD (from rev 165928, 
python2-cjson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 12:29:08 UTC (rev 165929)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Lincoln de Sousa 
+
+pkgname=python2-cjson
+pkgver=1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+pkgdesc="Fast JSON encoder/decoder for Python"
+url="http://pypi.python.org/pypi/python-cjson/";
+depends=('python2')
+source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz";)
+md5sums=('adb28f42c72ef573dfbd4cdf09676ace')
+
+package() {
+  cd $srcdir/python-cjson-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 12:28:51 UTC (rev 165928)
+++ community-x86_64/PKGBUILD   2016-03-10 12:29:08 UTC (rev 165929)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Lincoln de Sousa 
-
-pkgname=python2-cjson
-pkgver=1.0.5
-pkgrel=6
-arch=('i686' 'x86_64')
-license=('LGPL')
-pkgdesc="Fast JSON encoder/decoder for Python"
-url="http://pypi.python.org/pypi/python-cjson/";
-depends=('python2')
-source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz";)
-md5sums=('4d55b66ecdf0300313af9d030d9644a3')
-
-package() {
-  cd $srcdir/python-cjson-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python2-cjson/repos/community-x86_64/PKGBUILD (from rev 165928, 
python2-cjson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 12:29:08 UTC (rev 165929)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Lincoln de Sousa 
+
+pkgname=python2-cjson
+pkgver=1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+pkgdesc="Fast JSON encoder/decoder for Python"
+url="http://pypi.python.org/pypi/python-cjson/";
+depends=('python2')
+source=("http://pypi.python.org/packages/source/p/python-cjson/python-cjson-$pkgver.tar.gz";)
+md5sums=('adb28f42c72ef573dfbd4cdf09676ace')
+
+package() {
+  cd $srcdir/python-cjson-$pkgver
+  python2 setup.py install --root=$pkgdir
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:28
  Author: spupykin
Revision: 165933

upgpkg: python2-ldap 2.4.25-1

upd

Modified:
  python2-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:29:25 UTC (rev 165932)
+++ PKGBUILD2016-03-10 12:29:28 UTC (rev 165933)
@@ -3,7 +3,7 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=python2-ldap
-pkgver=2.4.22
+pkgver=2.4.25
 pkgrel=1
 pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('chrpath')
 replaces=('python-ldap')
 
source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('dd7aa79c9c484833f57703484cbff275')
+md5sums=('21523bf21dbe566e0259030f66f7a487')
 
 build() {
   cd $srcdir/python-ldap-$pkgver


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:46
  Author: spupykin
Revision: 165934

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

Added:
  python2-ldap/repos/community-i686/PKGBUILD
(from rev 165933, python2-ldap/trunk/PKGBUILD)
  python2-ldap/repos/community-x86_64/PKGBUILD
(from rev 165933, python2-ldap/trunk/PKGBUILD)
Deleted:
  python2-ldap/repos/community-i686/PKGBUILD
  python2-ldap/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-03-10 12:29:28 UTC (rev 165933)
+++ community-i686/PKGBUILD 2016-03-10 12:29:46 UTC (rev 165934)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=python2-ldap
-pkgver=2.4.22
-pkgrel=1
-pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
-arch=('i686' 'x86_64')
-url="http://python-ldap.sourceforge.net";
-license=('custom')
-depends=('python2' 'libldap>=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('dd7aa79c9c484833f57703484cbff275')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|||' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-i686/PKGBUILD (from rev 165933, 
python2-ldap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 12:29:46 UTC (rev 165934)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=python2-ldap
+pkgver=2.4.25
+pkgrel=1
+pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
+arch=('i686' 'x86_64')
+url="http://python-ldap.sourceforge.net";
+license=('custom')
+depends=('python2' 'libldap>=2.4.26')
+makedepends=('chrpath')
+replaces=('python-ldap')
+source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
+md5sums=('21523bf21dbe566e0259030f66f7a487')
+
+build() {
+  cd $srcdir/python-ldap-$pkgver
+  sed -i 's|||' Modules/LDAPObject.c
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/python-ldap-$pkgver
+  python2 setup.py install --root $pkgdir
+  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 12:29:28 UTC (rev 165933)
+++ community-x86_64/PKGBUILD   2016-03-10 12:29:46 UTC (rev 165934)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=python2-ldap
-pkgver=2.4.22
-pkgrel=1
-pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
-arch=('i686' 'x86_64')
-url="http://python-ldap.sourceforge.net";
-license=('custom')
-depends=('python2' 'libldap>=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('dd7aa79c9c484833f57703484cbff275')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|||' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-x86_64/PKGBUILD (from rev 165933, 
python2-ldap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 12:29:46 UTC (rev 165934)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=python2-ldap
+pkgver=2.4.25
+pkgrel=1
+pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
+arch=('i686' 'x86_64')
+url="http://python-ldap.sourceforge.net";
+license=('custom')
+depends=('python2' 'libldap>=2.4.26')
+makedepends=('chrpath')
+replaces=('python-ldap')
+source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
+md5sums=('215

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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:29:21
  Author: spupykin
Revision: 165931

archrelease: copy trunk to community-any

Added:
  python2-gnutls/repos/community-any/
  python2-gnutls/repos/community-any/PKGBUILD
(from rev 165930, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-any/libraryfunctions.patch
(from rev 165930, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-any/libraryinit.patch
(from rev 165930, python2-gnutls/trunk/libraryinit.patch)

+
 PKGBUILD   |   30 +++
 libraryfunctions.patch |  363 +++
 libraryinit.patch  |   12 +
 3 files changed, 405 insertions(+)

Copied: python2-gnutls/repos/community-any/PKGBUILD (from rev 165930, 
python2-gnutls/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-10 12:29:21 UTC (rev 165931)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 74655 2012-08-01 13:54:20Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hugo Doria 
+# Contributor: N3RD3X 
+
+pkgname=python2-gnutls
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Python wrapper for the GNUTLS library"
+arch=('any')
+url="http://cheeseshop.python.org/pypi/python-gnutls";
+depends=('python2' 'gnutls' 'libgcrypt')
+license=('LGPL')
+source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
+   libraryinit.patch
+   libraryfunctions.patch)
+md5sums=('bea3c2452ed3e92b2c58c62b0d8b5ea0'
+ 'cf61e4cb5a8e1ef1a96384aed0c0670a'
+ 'ed930abe1554dd53a7f6f14747496f2e')
+
+prepare() {
+  cd ${srcdir}/python-gnutls-${pkgver}
+#  patch -p1 <$srcdir/libraryinit.patch
+#  patch -p1 <$srcdir/libraryfunctions.patch
+}
+
+package() {
+  cd ${srcdir}/python-gnutls-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}

Copied: python2-gnutls/repos/community-any/libraryfunctions.patch (from rev 
165930, python2-gnutls/trunk/libraryfunctions.patch)
===
--- community-any/libraryfunctions.patch(rev 0)
+++ community-any/libraryfunctions.patch2016-03-10 12:29:21 UTC (rev 
165931)
@@ -0,0 +1,363 @@
+diff -wbBur python-gnutls-2.0.1.org/gnutls/connection.py 
python-gnutls-2.0.1/gnutls/connection.py
+--- python-gnutls-2.0.1.org/gnutls/connection.py   2014-07-02 
15:19:26.0 +0400
 python-gnutls-2.0.1/gnutls/connection.py   2015-04-20 20:23:20.288498813 
+0300
+@@ -24,22 +24,22 @@
+ from gnutls.library.constants import GNUTLS_A_CERTIFICATE_EXPIRED, 
GNUTLS_A_CERTIFICATE_REVOKED
+ from gnutls.library.constants import GNUTLS_NAME_DNS
+ from gnutls.library.types import gnutls_certificate_credentials_t, 
gnutls_session_t, gnutls_x509_crt_t
+-from gnutls.library.types import 
gnutls_certificate_server_retrieve_function
++from gnutls.library.types import gnutls_certificate_retrieve_function2
+ from gnutls.library.functions import *
+ 
+ 
+-@gnutls_certificate_server_retrieve_function
+-def _retrieve_server_certificate(c_session, retr_st):
++@gnutls_certificate_retrieve_function2
++def _retrieve_server_certificate(c_session, a, b, c, d, retr2_st):
+ session = PyObj_FromPtr(gnutls_session_get_ptr(c_session))
+ identity = session.credentials.select_server_identity(session)
+-retr_st.contents.type = GNUTLS_CRT_X509
+-retr_st.contents.deinit_all = 0
++retr2_st.contents.cert_type = GNUTLS_CRT_X509
++retr2_st.contents.deinit_all = 0
+ if identity is None:
+-retr_st.contents.ncerts = 0
++retr2_st.contents.ncerts = 0
+ else:
+-retr_st.contents.ncerts = 1
+-retr_st.contents.cert.x509.contents = identity.cert._c_object
+-retr_st.contents.key.x509 = identity.key._c_object
++retr2_st.contents.ncerts = 1
++retr2_st.contents.cert.x509.contents = identity.cert._c_object
++retr2_st.contents.key.x509 = identity.key._c_object
+ return 0
+ 
+ 
+@@ -91,7 +91,7 @@
+ gnutls_certificate_set_x509_key(self._c_object, 
byref(cert._c_object), 1, key._c_object)
+ elif (cert, key) != (None, None):
+ raise ValueError("Specify neither or both the certificate and 
private key")
+-gnutls_certificate_server_set_retrieve_function(self._c_object, 
_retrieve_server_certificate)
++gnutls_certificate_set_retrieve_function2(self._c_object, 
_retrieve_server_certificate)
+ self._max_depth = 5
+ self._max_bits  = 8200
+ self._type = CRED_CERTIFICATE
+@@ -189,11 +189,14 @@
+ """Select which identity the server will use for a given session. The 
default selection algorithm uses
+ the server name extension. A subclass can overwrite it if a different 
selection algorithm is desired."""
+ server_name = session.server_name
++print server_name
+   

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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:33:47
  Author: spupykin
Revision: 165936

archrelease: copy trunk to community-any

Added:
  pycddb/repos/community-any/PKGBUILD
(from rev 165935, pycddb/trunk/PKGBUILD)
Deleted:
  pycddb/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 12:33:37 UTC (rev 165935)
+++ PKGBUILD2016-03-10 12:33:47 UTC (rev 165936)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributpr: Roland Schaeuble 
-
-pkgname=pycddb
-pkgver=0.1.3
-pkgrel=7
-pkgdesc="CDDB-Server access from Python"
-arch=('any')
-license=('GPL')
-url="http://pycddb.sourceforge.net";
-depends=('python2')
-source=("http://downloads.sourceforge.net/pycddb/PyCDDB-$pkgver.tar.gz";)
-md5sums=('21e24af5f357655266d355fc9fac5040')
-
-package() {
-  cd $srcdir/PyCDDB-$pkgver
-  python2 setup.py install --root=$pkgdir/
-}

Copied: pycddb/repos/community-any/PKGBUILD (from rev 165935, 
pycddb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 12:33:47 UTC (rev 165936)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributpr: Roland Schaeuble 
+
+pkgname=pycddb
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="CDDB-Server access from Python"
+arch=('any')
+license=('GPL')
+url="http://pycddb.sourceforge.net";
+depends=('python2')
+source=("http://downloads.sourceforge.net/pycddb/pycddb-$pkgver.src.tar.gz";)
+md5sums=('0b2d4257cca3b7e5c21112e24219120d')
+
+package() {
+  cd $srcdir/pycddb/src
+  python2 setup.py install --root=$pkgdir/
+}


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 13:33:37
  Author: spupykin
Revision: 165935

upgpkg: pycddb 0.1.4-1

upd

Modified:
  pycddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:29:46 UTC (rev 165934)
+++ PKGBUILD2016-03-10 12:33:37 UTC (rev 165935)
@@ -3,17 +3,17 @@
 # Contributpr: Roland Schaeuble 
 
 pkgname=pycddb
-pkgver=0.1.3
-pkgrel=7
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="CDDB-Server access from Python"
 arch=('any')
 license=('GPL')
 url="http://pycddb.sourceforge.net";
 depends=('python2')
-source=("http://downloads.sourceforge.net/pycddb/PyCDDB-$pkgver.tar.gz";)
-md5sums=('21e24af5f357655266d355fc9fac5040')
+source=("http://downloads.sourceforge.net/pycddb/pycddb-$pkgver.src.tar.gz";)
+md5sums=('0b2d4257cca3b7e5c21112e24219120d')
 
 package() {
-  cd $srcdir/PyCDDB-$pkgver
+  cd $srcdir/pycddb/src
   python2 setup.py install --root=$pkgdir/
 }


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:42:35
  Author: fyan
Revision: 261274

upgpkg: cmake 3.5.0-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 09:23:55 UTC (rev 261273)
+++ PKGBUILD2016-03-10 12:42:35 UTC (rev 261274)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'libxkbcommon-x11: cmake-gui')
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('4cb3ff35b2472aae70f542116d616e63')
+md5sums=('33c5d09d4c33d4ffcc63578a6ba8777e')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:43:08
  Author: fyan
Revision: 261275

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

Added:
  cmake/repos/staging-i686/
  cmake/repos/staging-i686/PKGBUILD
(from rev 261274, cmake/trunk/PKGBUILD)
  cmake/repos/staging-i686/cmake.install
(from rev 261274, cmake/trunk/cmake.install)
  cmake/repos/staging-i686/rebuild.list
(from rev 261274, cmake/trunk/rebuild.list)
  cmake/repos/staging-x86_64/
  cmake/repos/staging-x86_64/PKGBUILD
(from rev 261274, cmake/trunk/PKGBUILD)
  cmake/repos/staging-x86_64/cmake.install
(from rev 261274, cmake/trunk/cmake.install)
  cmake/repos/staging-x86_64/rebuild.list
(from rev 261274, cmake/trunk/rebuild.list)

--+
 staging-i686/PKGBUILD|   59 +
 staging-i686/cmake.install   |   12 
 staging-i686/rebuild.list|4 ++
 staging-x86_64/PKGBUILD  |   59 +
 staging-x86_64/cmake.install |   12 
 staging-x86_64/rebuild.list  |4 ++
 6 files changed, 150 insertions(+)

Copied: cmake/repos/staging-i686/PKGBUILD (from rev 261274, 
cmake/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-10 12:43:08 UTC (rev 261275)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('33c5d09d4c33d4ffcc63578a6ba8777e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/staging-i686/cmake.install (from rev 261274, 
cmake/trunk/cmake.install)
===
--- staging-i686/cmake.install  (rev 0)
+++ staging-i686/cmake.install  2016-03-10 12:43:08 UTC (rev 261275)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cmake/repos/staging-i686/rebuild.list (from rev 261274, 
cmake/trunk/rebuild.list)
===
--- staging-i686/rebuild.list   (rev 0)
+++ staging-i686/rebuild.list   2016-03-10 12:43:08 UTC (rev 261275)
@@ -0,0 +1,4 @@
+quazip
+gluon
+sfml
+wt

Copied: cmake/repos/staging-x86_64/PKGBUILD (from rev 261274, 
cmake/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-10 12:43:08 UTC (rev 261275)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('33c5d09d4c33d4ffcc63578a6ba8777e')
+
+prepare() {

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:44:26
  Author: fyan
Revision: 165937

upgpkg: dart 1.15.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:33:47 UTC (rev 165936)
+++ PKGBUILD2016-03-10 12:44:26 UTC (rev 165937)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.14.2
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('257ff4509594e87a3f0184c65933730fbf14f8582e956f005ada5a71a320f2cfa46acd31a86515279a47bc2d85df7590cdbe4c02c9f8958e8c64697b6428752f')
-sha512sums_i686=('fd656005bdc533d494dbc30c100819fd59cd97301e95be2c391b77e34ca831657c8595621b3b812316d0a4c45589fc8090c93a97642b8518f306cca44254df81')
+sha512sums_x86_64=('4fe4ad98c7815baefa57e9005566fc02df468c6e643685fdefa4acd2ca01dfad447ad0dfd597996228eb3424adedb002f4ec13eec670fec3fc76553a1084127e')
+sha512sums_i686=('69f6b56ba1ed2d7fcca4c8ef32af76a360f744931d145bbfe56a7a87856d280179776b5b1a3d582a86ce17a963318bfd64719cbd29d5e7951c69037d72b4bec4')
 
 prepare() {
   # Fix permissions


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 13:44:59
  Author: fyan
Revision: 165938

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 12:44:26 UTC (rev 165937)
+++ community-i686/PKGBUILD 2016-03-10 12:44:59 UTC (rev 165938)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('257ff4509594e87a3f0184c65933730fbf14f8582e956f005ada5a71a320f2cfa46acd31a86515279a47bc2d85df7590cdbe4c02c9f8958e8c64697b6428752f')
-sha512sums_i686=('fd656005bdc533d494dbc30c100819fd59cd97301e95be2c391b77e34ca831657c8595621b3b812316d0a4c45589fc8090c93a97642b8518f306cca44254df81')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 165937, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 12:44:59 UTC (rev 165938)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
+sha512sums_x86_64=('4fe4ad98c7815baefa57e9005566fc02df468c6e643685fdefa4acd2ca01dfad447ad0dfd597996228eb3424adedb002f4ec13eec670fec3fc76553a1084127e')
+sha512sums_i686=('69f6b56ba1ed2d7fcca4c8ef32af76a360f744931d145bbfe56a7a87856d280179776b5b1a3d582a86ce17a963318bfd64719cbd29d5e7951c69037d72b4bec4')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+  setconf d

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:00:00
  Author: fyan
Revision: 165939

upgpkg: gluon 0.71.0-11

rebuild with cmake 3.5

Modified:
  gluon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:44:59 UTC (rev 165938)
+++ PKGBUILD2016-03-10 13:00:00 UTC (rev 165939)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=10
+pkgrel=11
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/";


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:00:53
  Author: fyan
Revision: 165940

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

Added:
  gluon/repos/community-staging-i686/
  gluon/repos/community-staging-i686/PKGBUILD
(from rev 165939, gluon/trunk/PKGBUILD)
  gluon/repos/community-staging-i686/gcc47.patch
(from rev 165939, gluon/trunk/gcc47.patch)
  gluon/repos/community-staging-i686/gluon.install
(from rev 165939, gluon/trunk/gluon.install)
  gluon/repos/community-staging-x86_64/
  gluon/repos/community-staging-x86_64/PKGBUILD
(from rev 165939, gluon/trunk/PKGBUILD)
  gluon/repos/community-staging-x86_64/gcc47.patch
(from rev 165939, gluon/trunk/gcc47.patch)
  gluon/repos/community-staging-x86_64/gluon.install
(from rev 165939, gluon/trunk/gluon.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/gcc47.patch |   31 ++
 community-staging-i686/gluon.install   |   15 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/gcc47.patch   |   31 ++
 community-staging-x86_64/gluon.install |   15 ++
 6 files changed, 178 insertions(+)

Copied: gluon/repos/community-staging-i686/PKGBUILD (from rev 165939, 
gluon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 13:00:53 UTC (rev 165940)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=11
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url="http://gluon.gamingfreedom.org/";
+license=('LGPL')
+depends=('kdelibs' 'libsndfile' 'alure')
+makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
+install=gluon.install
+source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
+'gcc47.patch')
+md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
+ '92adbf8b23f4af2a15a005b031c81c5f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/gcc47.patch
+
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON
+  grep -rl "Qt4::moc"|xargs sed -i "s/Qt4::moc/moc-qt4/" # No idea what's up 
here but I can't be bothered to fix it properly
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Copied: gluon/repos/community-staging-i686/gcc47.patch (from rev 165939, 
gluon/trunk/gcc47.patch)
===
--- community-staging-i686/gcc47.patch  (rev 0)
+++ community-staging-i686/gcc47.patch  2016-03-10 13:00:53 UTC (rev 165940)
@@ -0,0 +1,31 @@
+From: Christoph Feck 
+Date: Fri, 23 Mar 2012 22:35:09 +
+Subject: Fix includes
+X-Git-Url: 
http://quickgit.kde.org/?p=gluon.git&a=commitdiff&h=bccbda88a6bc53ac20091bb6aefd2f1b501ba31a
+---
+Fix includes
+---
+
+
+--- a/input/linux/detectlinux.cpp
 b/input/linux/detectlinux.cpp
+@@ -26,6 +26,7 @@
+ 
+ #include 
+ 
++#include 
+ // #include 
+ 
+ using namespace GluonInput;
+
+--- a/input/linux/inputthread.cpp
 b/input/linux/inputthread.cpp
+@@ -30,6 +30,7 @@
+ // #include 
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+

Copied: gluon/repos/community-staging-i686/gluon.install (from rev 165939, 
gluon/trunk/gluon.install)
===
--- community-staging-i686/gluon.install(rev 0)
+++ community-staging-i686/gluon.install2016-03-10 13:00:53 UTC (rev 
165940)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: gluon/repos/community-staging-x86_64/PKGBUILD (from rev 165939, 
gluon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 13:00:53 UTC (rev 165940)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=11
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:04:16
  Author: fyan
Revision: 261276

upgpkg: quazip 0.7.1-7

rebuild with cmake 3.5

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 12:43:08 UTC (rev 261275)
+++ PKGBUILD2016-03-10 13:04:16 UTC (rev 261276)
@@ -6,7 +6,7 @@
 pkgbase=quazip
 pkgname=(quazip-qt4 quazip-qt5)
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
 url="http://sourceforge.net/projects/quazip/";
 license=('LGPL')


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:06:15
  Author: fyan
Revision: 261277

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

Added:
  quazip/repos/staging-i686/
  quazip/repos/staging-i686/PKGBUILD
(from rev 261276, quazip/trunk/PKGBUILD)
  quazip/repos/staging-i686/qt5.patch
(from rev 261276, quazip/trunk/qt5.patch)
  quazip/repos/staging-x86_64/
  quazip/repos/staging-x86_64/PKGBUILD
(from rev 261276, quazip/trunk/PKGBUILD)
  quazip/repos/staging-x86_64/qt5.patch
(from rev 261276, quazip/trunk/qt5.patch)

--+
 staging-i686/PKGBUILD|   55 ++
 staging-i686/qt5.patch   |   95 +
 staging-x86_64/PKGBUILD  |   55 ++
 staging-x86_64/qt5.patch |   95 +
 4 files changed, 300 insertions(+)

Copied: quazip/repos/staging-i686/PKGBUILD (from rev 261276, 
quazip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-10 13:06:15 UTC (rev 261277)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgbase=quazip
+pkgname=(quazip-qt4 quazip-qt5)
+pkgver=0.7.1
+pkgrel=7
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="http://sourceforge.net/projects/quazip/";
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=(qt4 qt5-base cmake automoc4)
+source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz"; 
'qt5.patch')
+md5sums=('3b99effb2a9417707d463e6f19cf2629'
+ 'f79814b21f1fbbfa86a14240d71158fc')
+
+prepare() {
+# Make qt4 and qt5 versions coinstallable
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../qt5.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  mkdir -p qt{4,5}
+
+  pushd qt4
+   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT4:BOOL=ON
+   make
+  popd
+
+  pushd qt5
+   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT4:BOOL=OFF
+   make
+  popd  
+}
+
+package_quazip-qt4() {
+  depends=(qt4)
+  replaces=(quazip)
+  provides=(quazip)
+  conflicts=(quazip)
+
+  cd $pkgbase-$pkgver/qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_quazip-qt5() {
+  depends=(qt5-base)
+
+  cd $pkgbase-$pkgver/qt5
+  make DESTDIR="$pkgdir" install
+}

Copied: quazip/repos/staging-i686/qt5.patch (from rev 261276, 
quazip/trunk/qt5.patch)
===
--- staging-i686/qt5.patch  (rev 0)
+++ staging-i686/qt5.patch  2016-03-10 13:06:15 UTC (rev 261277)
@@ -0,0 +1,95 @@
+diff -up quazip-0.7.1/CMakeLists.txt.qt5 quazip-0.7.1/CMakeLists.txt
+--- quazip-0.7.1/CMakeLists.txt.qt52013-11-18 11:37:54.0 -0600
 quazip-0.7.1/CMakeLists.txt2015-04-19 17:25:59.638703934 -0500
+@@ -10,10 +10,11 @@ endif()
+ 
+ if (Qt5Core_FOUND)
+ set(QTCORE_LIBRARIES ${Qt5Core_LIBRARIES})
++set(QUAZIP_LIB_VERSION_SUFFIX 5)
+ # if there is no QT_ROOT, try to deduce it from Qt QtCore include
+ if ("${QT_ROOT}" STREQUAL "")
+ set(QT_ROOT ${QT_QTCORE_INCLUDE_DIR}/../..)
+-endif()
++endif()
+ include_directories(${Qt5Core_INCLUDE_DIRS})
+ 
+ macro(qt_wrap_cpp)
+@@ -33,7 +34,7 @@ else()
+ endif()
+ 
+ # Use system zlib on unix and Qt ZLIB on Windows
+-IF(UNIX)
++IF(UNIX OR MINGW)
+   find_package(ZLIB REQUIRED)
+ ELSE(UNIX)
+   SET(ZLIB_INCLUDE_DIRS "${QT_ROOT}/src/3rdparty/zlib" CACHE STRING "Path 
to ZLIB headers of Qt")
+@@ -48,7 +49,9 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_D
+ 
+ set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
+ set(LIB_DESTINATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING 
"Library directory name" FORCE)
++set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_SUFFIX} CACHE
++INTERNAL "Target name of libquazip" FORCE)
+ 
+ add_subdirectory(quazip)
+ 
+-install(FILES FindQuaZip.cmake DESTINATION ${CMAKE_ROOT}/Modules)
++install(FILES FindQuaZip.cmake RENAME 
FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION ${CMAKE_ROOT}/Modules)
+diff -up quazip-0.7.1/FindQuaZip.cmake.qt5 quazip-0.7.1/FindQuaZip.cmake
+--- quazip-0.7.1/FindQuaZip.cmake.qt5  2012-02-26 00:46:10.0 -0600
 quazip-0.7.1/FindQuaZip.cmake  2015-04-19 17:25:59.638703934 -0500
+@@ -9,14 +9,17 @@ IF (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRA
+   # in cache already
+   SET(QUAZIP_FOUND TRUE)
+ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
++  IF (Qt5Core_FOUND)
++  set(QUAZIP_LIB_VERSION_SUFFIX 5)
++  ENDIF()
+   IF (WIN32)
+   FIND_PATH(QUAZIP_LIBRARY_DIR
+   WIN32_DEBUG_POSTFIX d
+-  NAMES libquazip.dll
++  NAMES libquazip${QUAZIP_LIB_VERSION_SUFFIX}.dll
+   HINTS "C:/Programme/" "C:/Program Files"
+ 

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

2016-03-10 Thread Sven-Hendrik Haase
Date: Thursday, March 10, 2016 @ 14:16:47
  Author: svenstaro
Revision: 165942

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

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

+
 /PKGBUILD  |   54 +++
 /tiled.install |   26 ++
 community-i686/PKGBUILD|   27 ---
 community-i686/tiled.install   |   13 -
 community-x86_64/PKGBUILD  |   27 ---
 community-x86_64/tiled.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 13:16:41 UTC (rev 165941)
+++ community-i686/PKGBUILD 2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('e2c78807f096ac9bc44207ec1a9870ec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled/repos/community-i686/PKGBUILD (from rev 165941, 
tiled/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 13:16:47 UTC (rev 165942)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=0.15.2
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' 'x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
+makedepends=('mesa' 'qt5-tools')
+install=${pkgname}.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+md5sums=('2276a515f6dcd9270225ff4a253f7233')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled.install
===
--- community-i686/tiled.install2016-03-10 13:16:41 UTC (rev 165941)
+++ community-i686/tiled.install2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,13 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database usr/share/mime
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled/repos/community-i686/tiled.install (from rev 165941, 
tiled/trunk/tiled.install)
===
--- community-i686/tiled.install(rev 0)
+++ community-i686/tiled.install2016-03-10 13:16:47 UTC (rev 165942)
@@ -0,0 +1,13 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 13:16:41 UTC (rev 165941)
+++ community-x86_64/PKGBUILD   2016-03-10 13:16:47 UTC (rev 165942)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-ic

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

2016-03-10 Thread Sven-Hendrik Haase
Date: Thursday, March 10, 2016 @ 14:16:41
  Author: svenstaro
Revision: 165941

upgpkg: tiled 0.15.2-1

upstream release 0.15.2

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 13:00:53 UTC (rev 165940)
+++ PKGBUILD2016-03-10 13:16:41 UTC (rev 165941)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=0.15.1
+pkgver=0.15.2
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('e2c78807f096ac9bc44207ec1a9870ec')
+md5sums=('2276a515f6dcd9270225ff4a253f7233')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:22:55
  Author: fyan
Revision: 165943

upgpkg: sfml 2.3.2-4

rebuild with cmake 3.5

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 13:16:47 UTC (rev 165942)
+++ PKGBUILD2016-03-10 13:22:55 UTC (rev 165943)
@@ -4,7 +4,7 @@
 
 pkgname=sfml
 pkgver=2.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
@@ -33,7 +33,7 @@
 
   make DESTDIR="$pkgdir/" install
 
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.4/Modules/FindSFML.cmake"
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.5/Modules/FindSFML.cmake"
 
   install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 14:23:36
  Author: fyan
Revision: 165944

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

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

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/sfml.install   |3 ++
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/sfml.install |3 ++
 4 files changed, 86 insertions(+)

Copied: sfml/repos/community-staging-i686/PKGBUILD (from rev 165943, 
sfml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 13:23:36 UTC (rev 165944)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.3.2
+pkgrel=4
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.5/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-i686/sfml.install (from rev 165943, 
sfml/trunk/sfml.install)
===
--- community-staging-i686/sfml.install (rev 0)
+++ community-staging-i686/sfml.install 2016-03-10 13:23:36 UTC (rev 165944)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Copied: sfml/repos/community-staging-x86_64/PKGBUILD (from rev 165943, 
sfml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 13:23:36 UTC (rev 165944)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.3.2
+pkgrel=4
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.5/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-x86_64/sfml.install (from rev 165943, 
sfml/trunk/sfml.install)
===
--- community-staging-x86_64/sfml.install   (rev 0)
+++ community-staging-x86_64/sfml.install   2016-03-10 13:23:36 UTC (rev 
165944)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}


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

2016-03-10 Thread Alexander Rødseth
Date: Thursday, March 10, 2016 @ 14:23:40
  Author: arodseth
Revision: 165945

upgpkg: espeak 1.48.04-2

Modified:
  espeak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 13:23:36 UTC (rev 165944)
+++ PKGBUILD2016-03-10 13:23:40 UTC (rev 165945)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Mateusz Herych 
 # Contributor: Christoph Siegenthaler 
 
 pkgname=espeak
 pkgver=1.48.04
-pkgrel=1
+pkgrel=2
 pkgdesc='Text to Speech engine for English, with support for other languages'
 arch=('x86_64' 'i686')
 url='http://espeak.sourceforge.net/'
@@ -19,7 +19,7 @@
   cd "$pkgname-$pkgver-source/src"
 
   cp portaudio19.h portaudio.h
-  make CXXFLAGS="$CXXFLAGS" AUDIO=runtime
+  make CXXFLAGS="$CXXFLAGS" AUDIO=pulseaudio
 }
 
 package() {


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

2016-03-10 Thread Alexander Rødseth
Date: Thursday, March 10, 2016 @ 14:26:13
  Author: arodseth
Revision: 165946

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

Added:
  espeak/repos/community-i686/PKGBUILD
(from rev 165945, espeak/trunk/PKGBUILD)
  espeak/repos/community-x86_64/PKGBUILD
(from rev 165945, espeak/trunk/PKGBUILD)
Deleted:
  espeak/repos/community-i686/PKGBUILD
  espeak/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-03-10 13:23:40 UTC (rev 165945)
+++ community-i686/PKGBUILD 2016-03-10 13:26:13 UTC (rev 165946)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Christoph Siegenthaler 
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
-sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
-
-build() {
-  cd "$pkgname-$pkgver-source/src"
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS="$CXXFLAGS" AUDIO=runtime
-}
-
-package() {
-  cd "$pkgname-$pkgver-source/src"
-
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/usr/lib/libespeak.a"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-i686/PKGBUILD (from rev 165945, 
espeak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 13:26:13 UTC (rev 165946)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Christoph Siegenthaler 
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkgname-$pkgver-source/src"
+
+  make DESTDIR="$pkgdir" install
+  chmod 644 "$pkgdir/usr/lib/libespeak.a"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 13:23:40 UTC (rev 165945)
+++ community-x86_64/PKGBUILD   2016-03-10 13:26:13 UTC (rev 165946)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Christoph Siegenthaler 
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
-sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
-
-build() {
-  cd "$pkgname-$pkgver-source/src"
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS="$CXXFLAGS" AUDIO=runtime
-}
-
-package() {
-  cd "$pkgname-$pkgver-source/src"
-
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/usr/lib/libespeak.a"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 165945, 
espeak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 13:26:13 UTC (rev 165946)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Christoph Siegenthaler 
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip";)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkg

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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 15:08:35
  Author: fyan
Revision: 165947

upgpkg: wt 3.3.5-3

rebuild with cmake 3.5

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 13:26:13 UTC (rev 165946)
+++ PKGBUILD2016-03-10 14:08:35 UTC (rev 165947)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5
 _pkgver=3.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/";


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 15:09:12
  Author: fyan
Revision: 165948

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

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

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

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 165947, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 14:09:12 UTC (rev 165948)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5
+_pkgver=3.3.5
+pkgrel=3
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('ccc5a85526104da720f2b9fed4c1db4e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 165947, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 14:09:12 UTC (rev 165948)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5
+_pkgver=3.3.5
+pkgrel=3
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('ccc5a85526104da720f2b9fed4c1db4e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}


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

2016-03-10 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 15:53:34
  Author: alucryd
Revision: 165953

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 14:53:20 UTC (rev 165952)
+++ PKGBUILD2016-03-10 14:53:34 UTC (rev 165953)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.19
-pkgrel=1
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='http://pypi.python.org/pypi/Unidecode/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz";)
-sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
-
-prepare() {
-  for d in python{,2}-unidecode; do
-cp -r Unidecode-${pkgver} $d
-  done
-}
-
-build() {
-  for d in python{,2}-unidecode; do
-pushd $d
-${d%-*} setup.py build
-popd
-  done
-}
-
-package_python-unidecode() {
-  depends=('python')
-
-  cd python-unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  depends=('python2')
-
-  cd python2-unidecode
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 165952, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 14:53:34 UTC (rev 165953)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.19
+pkgrel=2
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz";)
+sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+pushd $d
+${d%-*} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  depends=('python')
+
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-unidecode() {
+  depends=('python2')
+
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  mv "${pkgdir}"/usr/bin/unidecode{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-03-10 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 15:53:20
  Author: alucryd
Revision: 165952

FS#48528: python-unidecode 0.04.19-2

Modified:
  python-unidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 14:12:15 UTC (rev 165951)
+++ PKGBUILD2016-03-10 14:53:20 UTC (rev 165952)
@@ -5,7 +5,7 @@
 pkgbase=python-unidecode
 pkgname=('python-unidecode' 'python2-unidecode')
 pkgver=0.04.19
-pkgrel=1
+pkgrel=2
 pkgdesc='ASCII transliterations of Unicode text'
 arch=('any')
 url='http://pypi.python.org/pypi/Unidecode/'
@@ -43,6 +43,7 @@
   cd python2-unidecode
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'
+  mv "${pkgdir}"/usr/bin/unidecode{,2}
 }
 
 # vim: ts=2 sw=2 et:


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 16:12:11
  Author: fyan
Revision: 165954

upgpkg: opencc 1.0.3.1-1

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 14:53:34 UTC (rev 165953)
+++ PKGBUILD2016-03-10 15:12:11 UTC (rev 165954)
@@ -3,17 +3,18 @@
 
 pkgbase=opencc
 pkgname=(opencc opencc-doc)
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.3.1
+_tag=ver.1.0.3-1
+pkgrel=1
 url="http://code.google.com/p/opencc/";
 arch=('i686' 'x86_64')
 license=('Apache')
-makedepends=('cmake' 'doxygen' 'python')
-source=("https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz";)
-sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
+makedepends=('cmake' 'doxygen' 'python' 'git')
+source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag";)
+sha512sums=('SKIP')
 
 build() {
-  cd OpenCC-ver.${pkgver}
+  cd OpenCC
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
   make
 }
@@ -22,7 +23,7 @@
   pkgdesc="Library for Open Chinese Convert"
   depends=('gcc-libs')
 
-  cd OpenCC-ver.${pkgver}
+  cd OpenCC
   make DESTDIR="${pkgdir}" install
   
   # Remove docs - install in splitted package
@@ -32,7 +33,6 @@
 package_opencc-doc() {
   pkgdesc="Documentation for Library for Open Chinese Convert"
 
-  cd OpenCC-ver.${pkgver}/doc
+  cd OpenCC/doc
   make DESTDIR="${pkgdir}" install
 }
-


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

2016-03-10 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 16:12:46
  Author: fyan
Revision: 165955

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 15:12:11 UTC (rev 165954)
+++ community-i686/PKGBUILD 2016-03-10 15:12:46 UTC (rev 165955)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=opencc
-pkgname=(opencc opencc-doc)
-pkgver=1.0.3
-pkgrel=2
-url="http://code.google.com/p/opencc/";
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python')
-source=("https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz";)
-sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
-
-build() {
-  cd OpenCC-ver.${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
-  make
-}
-
-package_opencc() {
-  pkgdesc="Library for Open Chinese Convert"
-  depends=('gcc-libs')
-
-  cd OpenCC-ver.${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  # Remove docs - install in splitted package
-  rm -r "$pkgdir/usr/share/opencc/doc"
-}
-
-package_opencc-doc() {
-  pkgdesc="Documentation for Library for Open Chinese Convert"
-
-  cd OpenCC-ver.${pkgver}/doc
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: opencc/repos/community-i686/PKGBUILD (from rev 165954, 
opencc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 15:12:46 UTC (rev 165955)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.3.1
+_tag=ver.1.0.3-1
+pkgrel=1
+url="http://code.google.com/p/opencc/";
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'git')
+source=("git+https://github.com/BYVoid/OpenCC.git#tag=$_tag";)
+sha512sums=('SKIP')
+
+build() {
+  cd OpenCC
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc="Library for Open Chinese Convert"
+  depends=('gcc-libs')
+
+  cd OpenCC
+  make DESTDIR="${pkgdir}" install
+  
+  # Remove docs - install in splitted package
+  rm -r "$pkgdir/usr/share/opencc/doc"
+}
+
+package_opencc-doc() {
+  pkgdesc="Documentation for Library for Open Chinese Convert"
+
+  cd OpenCC/doc
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 15:12:11 UTC (rev 165954)
+++ community-x86_64/PKGBUILD   2016-03-10 15:12:46 UTC (rev 165955)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=opencc
-pkgname=(opencc opencc-doc)
-pkgver=1.0.3
-pkgrel=2
-url="http://code.google.com/p/opencc/";
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python')
-source=("https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz";)
-sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
-
-build() {
-  cd OpenCC-ver.${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
-  make
-}
-
-package_opencc() {
-  pkgdesc="Library for Open Chinese Convert"
-  depends=('gcc-libs')
-
-  cd OpenCC-ver.${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  # Remove docs - install in splitted package
-  rm -r "$pkgdir/usr/share/opencc/doc"
-}
-
-package_opencc-doc() {
-  pkgdesc="Documentation for Library for Open Chinese Convert"
-
-  cd OpenCC-ver.${pkgver}/doc
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: opencc/repos/community-x86_64/PKGBUILD (from rev 165954, 
opencc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 15:12:46 UTC (rev 165955)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.3.1
+_tag=ver.1.0.3-1
+pkgrel=1
+url="http://code.google.com/p/opencc/";
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'git')
+source=("git+https://github.com/BYVoid/Open

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 16:17:45
  Author: tpowa
Revision: 261280

upgpkg: hwids 20160306-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 14:12:11 UTC (rev 261279)
+++ PKGBUILD2016-03-10 15:17:45 UTC (rev 261280)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20150717
+pkgver=20160306
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 16:17:55
  Author: tpowa
Revision: 261281

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 261280, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 261280, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-03-10 15:17:55 UTC (rev 261281)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20160306
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


[arch-commits] Commit in synce-sync-engine/trunk (PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:23:27
  Author: spupykin
Revision: 165958

upgpkg: synce-sync-engine 0.16-2

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:23:06 UTC (rev 165957)
+++ PKGBUILD2016-03-10 15:23:27 UTC (rev 165958)
@@ -4,12 +4,12 @@
 
 pkgname=synce-sync-engine
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="SynCE sync-engine"
 arch=(any)
 license=('GPL')
 url="http://www.synce.org/";
-depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync 
python2-lxml)
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject python2-lxml)
 makedepends=(python2-setuptools)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
@@ -23,5 +23,4 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   python2 setup.py install --root=$pkgdir
-#  python2 synce-install-plugins.py
 }


[arch-commits] Commit in synce-sync-engine/repos/community-any (4 files)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:23:38
  Author: spupykin
Revision: 165959

archrelease: copy trunk to community-any

Added:
  synce-sync-engine/repos/community-any/PKGBUILD
(from rev 165958, synce-sync-engine/trunk/PKGBUILD)
  synce-sync-engine/repos/community-any/synce-sync-engine.install
(from rev 165958, synce-sync-engine/trunk/synce-sync-engine.install)
Deleted:
  synce-sync-engine/repos/community-any/PKGBUILD
  synce-sync-engine/repos/community-any/synce-sync-engine.install

---+
 PKGBUILD  |   53 +---
 synce-sync-engine.install |   36 ++---
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 15:23:27 UTC (rev 165958)
+++ PKGBUILD2016-03-10 15:23:38 UTC (rev 165959)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Bartek Iwaniec 
-
-pkgname=synce-sync-engine
-pkgver=0.16
-pkgrel=1
-pkgdesc="SynCE sync-engine"
-arch=(any)
-license=('GPL')
-url="http://www.synce.org/";
-depends=(synce-core synce-rra librtfcomp dbus-python pygobject libopensync 
python2-lxml)
-makedepends=(python2-setuptools)
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  python2 setup.py install --root=$pkgdir
-#  python2 synce-install-plugins.py
-}

Copied: synce-sync-engine/repos/community-any/PKGBUILD (from rev 165958, 
synce-sync-engine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 15:23:38 UTC (rev 165959)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Bartek Iwaniec 
+
+pkgname=synce-sync-engine
+pkgver=0.16
+pkgrel=2
+pkgdesc="SynCE sync-engine"
+arch=(any)
+license=('GPL')
+url="http://www.synce.org/";
+depends=(synce-core synce-rra librtfcomp dbus-python pygobject python2-lxml)
+makedepends=(python2-setuptools)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('92a9b81cba6c820f2639c50d79b6fd0d')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+}

Deleted: synce-sync-engine.install
===
--- synce-sync-engine.install   2016-03-10 15:23:27 UTC (rev 165958)
+++ synce-sync-engine.install   2016-03-10 15:23:38 UTC (rev 165959)
@@ -1,18 +0,0 @@
-post_install() {
-echo
-echo "Before you start sync-engine, it is necessary to copy the basic 
configuration file to your home directory. "
-echo "If you would like to sync files, you need to edit the file as well."
-echo
-echo "mkdir -p ~/.synce"
-echo "cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce"
-echo
-echo "More info can be found at"
-echo "http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine";
-echo "http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile";
-echo
-}
-
-post_upgrade() {
-   post_install
-}
-

Copied: synce-sync-engine/repos/community-any/synce-sync-engine.install (from 
rev 165958, synce-sync-engine/trunk/synce-sync-engine.install)
===
--- synce-sync-engine.install   (rev 0)
+++ synce-sync-engine.install   2016-03-10 15:23:38 UTC (rev 165959)
@@ -0,0 +1,18 @@
+post_install() {
+echo
+echo "Before you start sync-engine, it is necessary to copy the basic 
configuration file to your home directory. "
+echo "If you would like to sync files, you need to edit the file as well."
+echo
+echo "mkdir -p ~/.synce"
+echo "cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce"
+echo
+echo "More info can be found at"
+echo "http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine";
+echo "http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile";
+echo
+}
+
+post_upgrade() {
+   post_install
+}
+


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

2016-03-10 Thread Daniel Micay
Date: Thursday, March 10, 2016 @ 16:34:48
  Author: thestinger
Revision: 165961

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 165960, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 165960, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/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-03-10 15:34:13 UTC (rev 165960)
+++ community-i686/PKGBUILD 2016-03-10 15:34:48 UTC (rev 165961)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.13
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 165960, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 15:34:48 UTC (rev 165961)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.14
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('b09d69526c86174007bea2228e36b2f1')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 15:34:13 UTC (rev 165960)
+++ community-x86_64/PKGBUILD   2016-03-10 15:34:48 UTC (rev 165961)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.13
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 165960, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 15:34:48 UTC (rev 165961)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.14
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver

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

2016-03-10 Thread Daniel Micay
Date: Thursday, March 10, 2016 @ 16:34:13
  Author: thestinger
Revision: 165960

upgpkg: intel-gpu-tools 1.14-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:23:38 UTC (rev 165959)
+++ PKGBUILD2016-03-10 15:34:13 UTC (rev 165960)
@@ -4,7 +4,7 @@
 # Originally by: Denis Smirnov 
 
 pkgname=intel-gpu-tools
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libdrm libpciaccess cairo python)
 makedepends=(swig gtk-doc xorg-util-macros dri2proto)
 
source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
+md5sums=('b09d69526c86174007bea2228e36b2f1')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2016-03-10 Thread Andreas Radke
Date: Thursday, March 10, 2016 @ 16:36:27
  Author: andyrtr
Revision: 261282

upgpkg: libreoffice-fresh-i18n 5.1.1-1

upstream update 5.1.1

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:17:55 UTC (rev 261281)
+++ PKGBUILD2016-03-10 15:36:27 UTC (rev 261282)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 _rcver=${pkgver}.3
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW "Chinese (traditional)"'
   'zu"Zulu"'
 )
-md5sums=('f9e799ed94110ff1ea5d58f695f80755'
- '6aed732096d9fd5eb2bcb409c1c68bec'
- '54abb5c38329640f6c83b6479a17b780'
- 'fb814b7643df35b68554f00747ec87e5'
- '6ac34c7b6cd59e84d272557dad5d5692'
- '547223d2233fc45947efccb50a34d2f0'
- '774342df4239b01f1199480e02ba15d7'
- '4a08edb16092a6b631802033ab21535f'
- '239435f5748fa0d68d1843fea34e9f8d'
- 'b6d2c9b95cc7913aba42515fb660d8a5'
- 'eae56938caf2fe9512e8e02ad9f97501'
- '3a4a1c7e5cb3d76e6c1f0c9dac1ccc2c'
- '6eff5fcf0b94815bcfc3af2228e6a85d'
- '7cfdd1fcfbbe15f5a4fc68d047dfef8a'
- '43ca8003a1505e25a8883507583fb919'
- '4d0c951ef45d8984a1ef1afaf9a2932f'
- 'da863598bd14f745db07fdb2529a52fa'
- '7339824aae23f308a251ce9d1fd45f3c'
- '447c809e8396049c0461747d832c8105'
- '6b0e0c8555f1f82dc0f251fbc97b4449'
- '4708b740ddcbcb53d21d00e921370b13'
- '748ba772d65da89d6fdc402ec1015858'
- '186b0529821c72ef527ff7d269da58f5'
- 'b1136b9d023b4074f9f73716066c1355'
- '5da2aae9016fbc645a0541de02fe17ef'
- 'b56640ef8aa81b501d593aab0e423f5f'
- 'cb0d1ae4d2fc4be3bcdd8b8b12dfc402'
- 'c2c23b16a545b48af774abb4594e0ba8'
- 'cbc4638fedade3bd1ab49998789c968a'
- '7cdcd03ff70886e798cef710e42da054'
- 'c889c69b170969140efd0856503c189f'
- '8533545b16487da46ea3a03bcde52c94'
- 'a79135f16cd5c780c8361706a293eb6f'
- '4782a35a8aae15e6e31248041fc7bf41'
- '68a17e2fe80aa59c69d4749efb2ed56c'
- '019a8655f677ce198f269c631fcaefbc'
- '72d9646eb21eb23aafe6fc7fcd18294d'
- '4a7da398e7bbf0be5b7fad35dd1a4fdb'
- '4280a9ba45c4e7e7c6c9d7f41bd4ba33'
- '9bf66cf77e26f9104e34f78bf921872d'
- 'fc5968a5ecd8d603a7faabf8946ace5b'
- '51453e1ef4aaa415f681fae5054c7df9'
- 'c63ac20eda031db08f1754881c36b8c8'
- '9954c225ea441766c00fae5abd849daf'
- '5f0a6cd9f04457d07a8d40a40264a562'
- '0f3df66d542ca429b2b73bc2ae1a'
- 'c87fded1305c83440675a585daca7d58'
- 'c39172b5bdd2de77fa18c36ee6356fdf'
- 'e110c9e81a3b85a180d08832d208a896'
- 'b32e5086d2a9cee9e6291ca2d005868a'
- '254dbcc0d47a69686e73808ccd14af1c'
- 'a3a6fccb051a8d4933b63246ee0043c8'
- 'c16bebefd85f756fa108400fb590a121'
- '937b7dbfbbcba8979197a8272fbc9bbb'
- 'cc9a9da8d76e50bb423ea7f0a38151e9'
- '6e7fa4e7347046a5f760fbe2e2917bbb'
- '08ab5b2a594ddca77f0736c8a8ead8b9'
- '87dd2f99e988a06c961e27a8e88af174'
- '7d0f00721fcbac0fc990d54f5cdd48ba'
- 'f6cd74683a86f45b1f5bcea2476761b4'
- 'bfddad6c4ced62c1d52c7ad00c85be5b'
- '6495a22ddc4f3a0fa2fead386e0065cd'
- '64e5ceaf72c38620da4414c1ab585a6b'
- '32fa788d71196807589c4e9080f71fd1'
- '37b3b1cc45d685b18d43276725702f6d'
- '4bf3d3995686f22c27e25db821cfcff3'
- '8513bf57a025702c3cc39c6382715aeb'
- '2b6219dc63a4e39a9602990f5934024d'
- '14090294e016fd84f2a117f44ba22a29'
- '7ff5d3e245634040a8c1d0417c33ee2d'
- 'ceb0dcbd1ec8d8b474b80f6957f33cfe'
- '72c918118aba6a066b5070167f344314'
- 'b94d06461838a43e74755c17d663df89'
- 'ace4c4dfa7dbff9233ff014b875c244b'
- '9bb206aa94f4d398112562495dc031a0'
- 'ed6e1a9ec8785e7c653cdff612127d59'
- 'd7d645de999bab203ab66ba2e94b7731'
- '84d32d6030fe0d80013bc8e6bf56c2c9'
- '51c335f18d27afa7b9eac7b6e41c049d'
- 'c57b6ac4d6be0dbfa5d26a454a458b17'
- 'fa0d360472e3f174ec1ee10cd6ff4c89'
- 'c93ef13fdb2a8103c775df6a86f0cc39'
- 'edb7d47cdf2527d414adfaf79072332f'
- '15ab2090f51f8cedb9f743ff8e30e432'
- 'e371cb14f0eff33590a829dfa2512c70'
- '777fbd274b30632f412159f3f6d216c6'
- 'f689f984bfb68951f374894e06fdeee2'
- '9d828e8812bb7bcc17747f950685734c'
- 'df6999c12e05d96dd68b5f4a8a8c3e74'
- 'dd1f82d7b2d8ece014dfda7e2bd1c7b6'
- 'd76c6c5b8a9333c1f9326ece5517629c'
- 'ac113b110d0bb88c2f1ad7bf60d6ad95'
- '953a215a9511044f2b663af4544bdd6b'
- 'd0ec4c35b7dd9c5e526d5ffbd5914dd8'

[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2016-03-10 Thread Andreas Radke
Date: Thursday, March 10, 2016 @ 16:38:25
  Author: andyrtr
Revision: 261283

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 261282, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 261282, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-03-10 15:38:25 UTC (rev 261283)
@@ -0,0 +1,354 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=5.1.1
+pkgrel=1
+_rcver=${pkgver}.3
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org";
+license=('LGPL')
+makedepends=('rpmextract')
+
+#http://download.documentfoundation.org/mirrors/all.html
+_url="http://download.documentfoundation.org/libreoffice/stable";
+#_url="http://download.documentfoundation.org/libreoffice/testing";
+#_url="http://dev-builds.libreoffice.org/pre-releases";
+#_url="http://www.libreoffice.org/download/pre-releases";
+
+#_url+="/${pkgver}-rc2/rpm/x86"
+_url+="/${pkgver}/rpm/x86"
+#_url+="/rpm/x86"
+
+_languages=(
+  'af"Afrikaans"'
+  'am"Amharic"'
+  'ar"Arabic"'
+  'as"Assamese (India)"'
+  'ast   "Asturianu"'
+  'be"Belarusian"'
+  'bg"Bulgarian"'
+  'bn"Bengali"'
+  'bn-IN "Bengali (India)"'
+  'bo"Tibetan"'
+  'br"Breton"'
+  'brx   "Bodo"'
+  'bs"Bosnian"'
+  'ca"Catalan"'
+  'ca-valencia   "Catalan (Valencia)"'
+  'cs"Czech"'
+  'cy"Welsh"'
+  'da"Danish"'
+  'de"German"'
+  'dgo   "Dogri"'
+  'dz"Dzongkha"'
+  'el"Greek"'
+  'en-GB "English (GB)"'
+  'en-ZA "English (ZA)"'
+  'eo"Esperanto"'
+  'es"Spanish"'
+  'et"Estonian"'
+  'eu"Basque"'
+  'fa"Persian"'
+  'fi"Finnish"'
+  'fr"French"'
+  'ga"Irish"'
+  'gd"Gaelic (Scottish)"'
+  'gl"Galician"'
+  'gu"Gujarati"'
+  'he"Hebrew"'
+  'hi"Hindi"'
+  'hr"Croatian"'
+  'hu"Hungarian"'
+  'id"Indonesian"'
+  'is"Icelandic"'
+  'it"Italian"'
+  'ja"Japanese"'
+  'ka"Georgian"'
+  'kk"Kazakh"'
+  'km"Khmer (Cambodia)"'
+  'kmr-Latn  "Kurdish"'
+  'kn"Kannada"'
+  'ko"Korean"'
+  'kok   "Konkani"'
+  'ks"Kashmiri"'
+  'lb"Luxembourgish"'
+  'lo"Lao"'
+  'lt"Lithuanian"'
+  'lv"Latvian"'
+  'mai   "Maithili"'
+  'mk"Macedonian"'
+  'ml"Malayalam"'
+  'mn"Mongolian"'
+  'mni   "Manipuri"'
+  'mr"Marathi"'
+  'my"Burmese"'
+  'nb"Norwegian Bokmal"'
+  'ne"Nepali"'
+  'nl"Dutch"'
+  'nn"Norwegian Nynorsk"'
+  'nr"Ndebele (South)"'
+  'nso   "Northern Sotho"'
+  'oc"Occitan"'
+  'om"Oromo"'
+  'or"Oriya"'
+  'pa-IN "Punjabi (India)"'
+  'pl"Polish"'
+  'pt"Portuguese"'
+  'pt-BR "Portuguese (Brasil)"'
+  'ro"Romanian"'
+  'ru"Russian"'
+  'rw"Kinyarwanda"'
+  'sa-IN "Sanskrit (India)"'
+  'sat   "Santali"'
+  'sd"Sindhi"'
+  'si"Singhalese"'
+  'sid   "Sidama"'
+  'sk"Slovak"'
+  'sl"Slovenian"'
+  'sq"Albanien"'
+  'sr"Serbian"'
+  'sr-Latn   "Serbian (Latin)"'
+  'ss"Swati"'
+  'st"Southern Sotho"'
+  'sv"Swedish"'
+  'sw-TZ "Swahili (Tanzania)"'
+  'ta"Tamil"'
+  'te"Telugu"'
+  'tg"Tajik"'
+  'th"Thai"'
+  'tn"Tswana"'
+  'tr"Turkish"'
+  'ts"Tsonga"'
+  'tt"Tatar"'
+  'ug"Uighur"'
+  'uk"Ukrainian"'
+  'uz"Uzbek"'
+  've"Venda"'
+  'vi"Vietnamese"'
+  'xh"Xhosa"'
+  'zh-CN "Chinese (simplified)"'
+  'zh-TW "Chinese (traditional)"'
+  'zu"Zulu"'
+)
+md5sums=('151019fb8f506199511b29c6b3521bf8'
+ 'f3009dd7842fb7c44123fd1f91eab802'
+ '8332117fa86be724194855a46f3bad8d'
+ 'ccea7b0942cec56ffce1237dcd8b05f0'
+ '0b9

[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:39:22
  Author: spupykin
Revision: 165963

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 165962, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 15:39:12 UTC (rev 165962)
+++ PKGBUILD2016-03-10 15:39:22 UTC (rev 165963)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=2.7
-pkgrel=1
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/";
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi";)
-noextract=("adblock-plus-$pkgver.xpi")
-md5sums=('c761cb56de53b9ee0c28212139144afc')
-
-prepare() {
-  cd "${srcdir}"
-  unzip -qqo "adblockplus-${pkgver}.xpi" -d "adblockplus-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
adblockplus-${pkgver}/install.rdf)"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  if grep 'true' adblockplus-${pkgver}/install.rdf > 
/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R adblockplus-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 adblockplus-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 165962, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 15:39:22 UTC (rev 165963)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/";
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=('unzip')
+source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi";)
+noextract=("adblock-plus-$pkgver.xpi")
+md5sums=('59896695e975eb9a115546916e71516c')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "adblockplus-${pkgver}.xpi" -d "adblockplus-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
adblockplus-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' adblockplus-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R adblockplus-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 adblockplus-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:39:12
  Author: spupykin
Revision: 165962

upgpkg: firefox-adblock-plus 2.7.2-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:34:48 UTC (rev 165961)
+++ PKGBUILD2016-03-10 15:39:12 UTC (rev 165962)
@@ -3,7 +3,7 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=2.7
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('unzip')
 source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi";)
 noextract=("adblock-plus-$pkgver.xpi")
-md5sums=('c761cb56de53b9ee0c28212139144afc')
+md5sums=('59896695e975eb9a115546916e71516c')
 
 prepare() {
   cd "${srcdir}"


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:39:27
  Author: spupykin
Revision: 165964

upgpkg: firefox-noscript 2.9.0.4-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:39:22 UTC (rev 165963)
+++ PKGBUILD2016-03-10 15:39:27 UTC (rev 165964)
@@ -3,7 +3,7 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-noscript
-pkgver=2.9.0.2
+pkgver=2.9.0.4
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('unzip')
 
source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
 noextract=("noscript-${pkgver}.xpi")
-md5sums=('5b6a78ac3bb80347d5bd263d30e14cef')
+md5sums=('dd43b9ee45971b13f076b9dce96b5e1d')
 
 prepare() {
   cd "${srcdir}"


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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 16:39:37
  Author: spupykin
Revision: 165965

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 165964, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 15:39:27 UTC (rev 165964)
+++ PKGBUILD2016-03-10 15:39:37 UTC (rev 165965)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=2.9.0.2
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-md5sums=('5b6a78ac3bb80347d5bd263d30e14cef')
-
-prepare() {
-  cd "${srcdir}"
-  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R noscript-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 165964, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 15:39:37 UTC (rev 165965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=2.9.0.4
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+md5sums=('dd43b9ee45971b13f076b9dce96b5e1d')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 16:50:28
  Author: tpowa
Revision: 261285

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

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 261284, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 261284, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 261284, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 261284, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 261284, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 261284, iputils/trunk/tftp.xinetd)

+
 testing-i686/PKGBUILD  |   59 +++
 testing-i686/iputils.install   |9 +
 testing-i686/tftp.xinetd   |   10 ++
 testing-x86_64/PKGBUILD|   59 +++
 testing-x86_64/iputils.install |9 +
 testing-x86_64/tftp.xinetd |   10 ++
 6 files changed, 156 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 261284, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-10 15:50:28 UTC (rev 261285)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=0db72a4
+pkgver=20160308.${_rev}
+pkgrel=1
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/";
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev}";
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file > $xf || true
+sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  install -dm755 "${pkgdir}"/usr/bin
+
+  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
+
+  install -dm755 "${pkgdir}"/usr/share/man/man8
+  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ "${pkgdir}"/usr/share/man/man8/
+
+  cd "${pkgdir}"/usr/share/man/man8
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 "${pkgdir}"/etc/xinetd.d/
+  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
+}

Copied: iputils/repos/testing-i686/iputils.install (from rev 261284, 
iputils/trunk/iputils.install)
===
--- testing-i686/iputils.install(rev 0)
+++ testing-i686/iputils.install2016-03-10 15:50:28 UTC (rev 261285)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/tftp.xinetd (from rev 261284, 
iputils/trunk/tftp.xinetd)
===
--- testing-i686/tftp.xinetd(rev 0)
+++ testing-i686/tftp.xinetd2016-03-10 15:50:28 UTC (rev 261285)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}

Copied: iputils/repos/testing-x86_64/PKGBUILD (from rev 261284, 
iputils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-10 15:50:28 UTC (rev 261285)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=0db72a4
+pkgver=20160308.${_rev}
+pkgrel=1
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/";
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+confl

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 16:50:15
  Author: tpowa
Revision: 261284

upgpkg: iputils 20160308.0db72a4-1

bump to latest version

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 15:38:25 UTC (rev 261283)
+++ PKGBUILD2016-03-10 15:50:15 UTC (rev 261284)
@@ -5,9 +5,9 @@
 
 pkgname=iputils
 # Commit date + git rev-parse --short origin/master
-_rev=1c59920
-pkgver=20150815.${_rev}
-pkgrel=3
+_rev=0db72a4
+pkgver=20160308.${_rev}
+pkgrel=1
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:13
  Author: tpowa
Revision: 261286

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/0001-sdhci-revert.patch
(from rev 261285, linux/repos/testing-i686/0001-sdhci-revert.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 261285, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 261285, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 261285, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 261285, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 261285, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 261285, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0001-sdhci-revert.patch
(from rev 261285, linux/repos/testing-x86_64/0001-sdhci-revert.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 261285, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 261285, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 261285, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 261285, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 261285, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 261285, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0001-sdhci-revert.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/0001-sdhci-revert.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /0001-sdhci-revert.patch  |   50 
 /PKGBUILD |  604 
 /change-default-console-loglevel.patch|   22 
 /config   |15792 
 /config.x86_64|15310 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/0001-sdhci-revert.patch |   25 
 core-i686/PKGBUILD|  302 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7896 --
 core-i686/config.x86_64   | 7655 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/0001-sdhci-revert.patch   |   25 
 core-x86_64/PKGBUILD  |  302 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7896 --
 core-x86_64/config.x86_64 | 7655 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 21 files changed, 31880 insertions(+), 31880 deletions(-)

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


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:30
  Author: tpowa
Revision: 261288

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

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

--+
 /PKGBUILD|  162 +
 /nvidia.install  |   26 +
 extra-i686/PKGBUILD  |   82 --
 extra-i686/nvidia-dkms.install   |   30 --
 extra-i686/nvidia.install|   13 --
 extra-x86_64/PKGBUILD|   82 --
 extra-x86_64/nvidia-dkms.install |   30 --
 extra-x86_64/nvidia.install  |   13 --
 8 files changed, 188 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-10 16:07:28 UTC (rev 261287)
+++ extra-i686/PKGBUILD 2016-03-10 16:07:30 UTC (rev 261288)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=361.28
-_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.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";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
-
-[[ "$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.4' 'linux<4.5' "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/extra-i686/PKGBUILD (from rev 261287, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-10 16:07:30 UTC (rev 261288)
@@ -0,0 +1,81 @@
+# $Id$
+# Mai

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:08:00
  Author: tpowa
Revision: 165969

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 165968, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 165968, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 165968, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 165968, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 16:07:58 UTC (rev 165968)
+++ community-i686/PKGBUILD 2016-03-10 16:08:00 UTC (rev 165969)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=5
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 165968, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:08:00 UTC (rev 165969)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=7
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:08:02
  Author: tpowa
Revision: 165970

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

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

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 16:08:00 UTC (rev 165969)
+++ community-i686/PKGBUILD 2016-03-10 16:08:02 UTC (rev 165970)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.4-ARCH
-pkgrel=79
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 165969, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:08:02 UTC (rev 165970)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.4-ARCH
+pkgrel=81
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compr

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:56
  Author: tpowa
Revision: 165967

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 16:07:54 UTC (rev 165966)
+++ community-i686/PKGBUILD 2016-03-10 16:07:56 UTC (rev 165967)
@@ -1,33 +0,0 @@
-# $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=42
-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-i686/PKGBUILD (from rev 165966, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:07:56 UTC (rev 165967)
@@ -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=44
+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"
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2016-03-10 16:07:54 UTC (rev 165966)
+++ community-i686/bbswitch.install 2016-03-10 16:07:56 UTC (rev 165967)
@@ -1,12 +0,0 @@
-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-i686/bbswitch.install (from rev 165966, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2016-03-10 16:07:56 UTC (rev 165967)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodule

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:54
  Author: tpowa
Revision: 165966

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 15:39:37 UTC (rev 165965)
+++ community-i686/PKGBUILD 2016-03-10 16:07:54 UTC (rev 165966)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=40
-_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-i686/PKGBUILD (from rev 165965, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:07:54 UTC (rev 165966)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=42
+_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:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2016

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:08:04
  Author: tpowa
Revision: 165971

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

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

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

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2016-03-10 16:08:02 UTC (rev 165970)
+++ community-i686/60-vhba.rules2016-03-10 16:08:04 UTC (rev 165971)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 165970, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2016-03-10 16:08:04 UTC (rev 165971)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 16:08:02 UTC (rev 165970)
+++ community-i686/PKGBUILD 2016-03-10 16:08:04 UTC (rev 165971)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.4-ARCH
-pkgrel=23
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=4.4' 'linux<4.5')
-makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 165970, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:08:04 UTC (rev 165971)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.4-ARCH
+pkgrel=25
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linu

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:58
  Author: tpowa
Revision: 165968

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 165967, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 165967, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 165967, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 165967, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 16:07:56 UTC (rev 165967)
+++ community-i686/PKGBUILD 2016-03-10 16:07:58 UTC (rev 165968)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-pkgrel=5
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 165967, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 16:07:58 UTC (rev 165968)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+  

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:32
  Author: tpowa
Revision: 261289

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

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

+
 /PKGBUILD  |  134 +++
 /nvidia-340xx.install  |   26 ++
 extra-i686/PKGBUILD|   68 ---
 extra-i686/nvidia-340xx-dkms.install   |   30 --
 extra-i686/nvidia-340xx.install|   13 ---
 extra-x86_64/PKGBUILD  |   68 ---
 extra-x86_64/nvidia-340xx-dkms.install |   30 --
 extra-x86_64/nvidia-340xx.install  |   13 ---
 8 files changed, 160 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-10 16:07:30 UTC (rev 261288)
+++ extra-i686/PKGBUILD 2016-03-10 16:07:32 UTC (rev 261289)
@@ -1,68 +0,0 @@
-# $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=6
-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/extra-i686/PKGBUILD (from rev 261288, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-10 16:07:32 UTC (rev 261289)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extram

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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 17:07:28
  Author: tpowa
Revision: 261287

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 261286, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
(from rev 261286, nvidia-304xx/repos/testing-i686/disable-mtrr.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 261286, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 261286, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
(from rev 261286, nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 261286, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

+
 /PKGBUILD  |  140 +++
 /disable-mtrr.patch|   48 ++
 /nvidia-304xx.install  |   26 +
 extra-i686/PKGBUILD|   71 ---
 extra-i686/disable-mtrr.patch  |   24 -
 extra-i686/nvidia-304xx-dkms.install   |   30 --
 extra-i686/nvidia-304xx.install|   13 --
 extra-x86_64/PKGBUILD  |   71 ---
 extra-x86_64/disable-mtrr.patch|   24 -
 extra-x86_64/nvidia-304xx-dkms.install |   30 --
 extra-x86_64/nvidia-304xx.install  |   13 --
 11 files changed, 214 insertions(+), 276 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-10 16:07:13 UTC (rev 261286)
+++ extra-i686/PKGBUILD 2016-03-10 16:07:28 UTC (rev 261287)
@@ -1,71 +0,0 @@
-# $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=7
-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";
-disable-mtrr.patch)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
-
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
-
-[[ "$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
-
-# FS#47092
-(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
-}
-
-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'
- 

  1   2   3   >