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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:33
  Author: tpowa
Revision: 145068

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 145067, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 145067, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 145067, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 145067, 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 2015-10-27 07:00:32 UTC (rev 145067)
+++ community-i686/PKGBUILD 2015-10-27 07:00:33 UTC (rev 145068)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.040.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=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
-
-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 145067, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:33 UTC (rev 145068)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=8
+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=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+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)")
+   

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:29
  Author: tpowa
Revision: 145066

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

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 145065, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 145065, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 145065, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 145065, 
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 2015-10-27 04:05:48 UTC (rev 145065)
+++ community-i686/PKGBUILD 2015-10-27 07:00:29 UTC (rev 145066)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=35
-_extramodules=extramodules-4.2-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.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
-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 145065, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:29 UTC (rev 145066)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=36
+_extramodules=extramodules-4.2-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.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+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: 

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:39
  Author: tpowa
Revision: 145071

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 145070, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 145070, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 145070, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 145070, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 145070, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 145070, 
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.rules2015-10-27 07:00:36 UTC (rev 145070)
+++ community-i686/60-vhba.rules2015-10-27 07:00:39 UTC (rev 145071)
@@ -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 145070, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-10-27 07:00:39 UTC (rev 145071)
@@ -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 2015-10-27 07:00:36 UTC (rev 145070)
+++ community-i686/PKGBUILD 2015-10-27 07:00:39 UTC (rev 145071)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.2-ARCH
-pkgrel=18
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
-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 145070, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:39 UTC (rev 145071)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.2-ARCH
+pkgrel=19
+pkgdesc="Kernel module that emulates SCSI devices"

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:36
  Author: tpowa
Revision: 145070

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

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 145069, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 145069, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 145069, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 145069, 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 2015-10-27 07:00:35 UTC (rev 145069)
+++ community-i686/PKGBUILD 2015-10-27 07:00:36 UTC (rev 145070)
@@ -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.2-ARCH
-pkgrel=74
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
-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 145069, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:36 UTC (rev 145070)
@@ -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.2-ARCH
+pkgrel=75
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+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" 

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:35
  Author: tpowa
Revision: 145069

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

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 145068, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 145068, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 145068, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 145068, 
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 2015-10-27 07:00:33 UTC (rev 145068)
+++ community-i686/PKGBUILD 2015-10-27 07:00:35 UTC (rev 145069)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=13
-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 0640 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=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 145068, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:35 UTC (rev 145069)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=1
+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#.* 

[arch-commits] Commit in virtualbox-modules/repos (18 files)

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:41
  Author: tpowa
Revision: 145072

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 145071, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 145071, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 145071, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 145071, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 145071, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 145071, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 145071, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 145071, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  132 
 /build.sh |  122 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 ++
 community-i686/PKGBUILD   |   66 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 07:00:39 UTC (rev 145071)
+++ community-i686/PKGBUILD 2015-10-27 07:00:41 UTC (rev 145072)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.2' 'linux<4.3')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.2' 'linux<4.3')
-  

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:00:32
  Author: tpowa
Revision: 145067

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

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 145066, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 145066, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 145066, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 145066, 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 2015-10-27 07:00:29 UTC (rev 145066)
+++ community-i686/PKGBUILD 2015-10-27 07:00:32 UTC (rev 145067)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.2-ARCH # Don't forget to update bbswitch.install
-pkgrel=37
-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.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
-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 145066, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:00:32 UTC (rev 145067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.2-ARCH # Don't forget to update bbswitch.install
+pkgrel=38
+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.2' 'linux<4.3')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+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 2015-10-27 07:00:29 UTC (rev 145066)
+++ community-i686/bbswitch.install 2015-10-27 07:00:32 UTC (rev 145067)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.2-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 145066, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-10-27 07:00:32 

[arch-commits] Commit in lib32-mpg123/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 10:00:07
  Author: fyan
Revision: 145086

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD
(from rev 145085, lib32-mpg123/trunk/PKGBUILD)
Deleted:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 08:59:51 UTC (rev 145085)
+++ PKGBUILD2015-10-27 09:00:07 UTC (rev 145086)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: Giovanni Scafora 
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
-  'SKIP')
-validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  
-  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 145085, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 09:00:07 UTC (rev 145086)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: Giovanni Scafora 
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('6ca59baceeebe361cc508214ba725a56d4fea743'
+  'SKIP')
+validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  
+  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 08:07:32
  Author: fyan
Revision: 145074

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

Added:
  python-plyvel/repos/community-i686/
  python-plyvel/repos/community-i686/PKGBUILD
(from rev 145073, python-plyvel/trunk/PKGBUILD)
  python-plyvel/repos/community-x86_64/
  python-plyvel/repos/community-x86_64/PKGBUILD
(from rev 145073, python-plyvel/trunk/PKGBUILD)

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

Copied: python-plyvel/repos/community-i686/PKGBUILD (from rev 145073, 
python-plyvel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:07:32 UTC (rev 145074)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+
+pkgname=(python-plyvel python2-plyvel)
+pkgver=0.9
+pkgrel=1
+pkgdesc="A fast and feature-rich Python interface to LevelDB"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/wbolster/plyvel;
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools' 
'leveldb')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=(https://pypi.python.org/packages/source/p/plyvel/plyvel-$pkgver.tar.gz)
+sha256sums=('587d93681ae44936ae086b4b45486eb302e3853ba5af149aac3be9e9713998e9')
+
+prepare() {
+  # Shipped egg-info has wrong permission etc
+  (cd plyvel-$pkgver; make clean)
+
+  cp -a plyvel-$pkgver{,-py2}
+
+  sed -i 's/cython/cython2/' plyvel-$pkgver-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/plyvel-$pkgver"
+  make cython
+  python setup.py build
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  make cython2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-plyvel() {
+  depends=('leveldb' 'python')
+
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-plyvel() {
+  depends=('leveldb' 'python2')
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}

Copied: python-plyvel/repos/community-x86_64/PKGBUILD (from rev 145073, 
python-plyvel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 07:07:32 UTC (rev 145074)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+
+pkgname=(python-plyvel python2-plyvel)
+pkgver=0.9
+pkgrel=1
+pkgdesc="A fast and feature-rich Python interface to LevelDB"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/wbolster/plyvel;
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools' 
'leveldb')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=(https://pypi.python.org/packages/source/p/plyvel/plyvel-$pkgver.tar.gz)
+sha256sums=('587d93681ae44936ae086b4b45486eb302e3853ba5af149aac3be9e9713998e9')
+
+prepare() {
+  # Shipped egg-info has wrong permission etc
+  (cd plyvel-$pkgver; make clean)
+
+  cp -a plyvel-$pkgver{,-py2}
+
+  sed -i 's/cython/cython2/' plyvel-$pkgver-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/plyvel-$pkgver"
+  make cython
+  python setup.py build
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  make cython2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-plyvel() {
+  depends=('leveldb' 'python')
+
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-plyvel() {
+  depends=('leveldb' 'python2')
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


[arch-commits] Commit in (4 files)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 08:06:47
  Author: fyan
Revision: 145073

addpkg: python-plyvel 0.9-1

Added:
  python-plyvel/
  python-plyvel/repos/
  python-plyvel/trunk/
  python-plyvel/trunk/PKGBUILD

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

Added: python-plyvel/trunk/PKGBUILD
===
--- python-plyvel/trunk/PKGBUILD(rev 0)
+++ python-plyvel/trunk/PKGBUILD2015-10-27 07:06:47 UTC (rev 145073)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+
+pkgname=(python-plyvel python2-plyvel)
+pkgver=0.9
+pkgrel=1
+pkgdesc="A fast and feature-rich Python interface to LevelDB"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/wbolster/plyvel;
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools' 
'leveldb')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=(https://pypi.python.org/packages/source/p/plyvel/plyvel-$pkgver.tar.gz)
+sha256sums=('587d93681ae44936ae086b4b45486eb302e3853ba5af149aac3be9e9713998e9')
+
+prepare() {
+  # Shipped egg-info has wrong permission etc
+  (cd plyvel-$pkgver; make clean)
+
+  cp -a plyvel-$pkgver{,-py2}
+
+  sed -i 's/cython/cython2/' plyvel-$pkgver-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/plyvel-$pkgver"
+  make cython
+  python setup.py build
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  make cython2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-plyvel() {
+  depends=('leveldb' 'python')
+
+  cd "$srcdir/plyvel-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-plyvel() {
+  depends=('leveldb' 'python2')
+
+  cd "$srcdir/plyvel-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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


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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:48:25
  Author: tpowa
Revision: 249787

upgpkg: linux 4.2.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 06:58:43 UTC (rev 249786)
+++ PKGBUILD2015-10-27 07:48:25 UTC (rev 249787)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-pkgver=4.2.4
+pkgver=4.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -24,7 +24,7 @@
 
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'104ba869111c7ce037fc92646f9da7352412a73e84cde7467f29cd4b973d6e78'
+'b631eb4e8b4911b3b0838e00f7c4a1b7689abcd2233609831b638493f4fb'
 'SKIP'
 '6921399a0e304f6c64cff17226ce3f20ebe8194f14ebcd318989f2515d8248ad'
 'c3be602e0ce609b5fe5af2e631b01c8fba376a0c434206deca3d101b62685262'


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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 08:48:47
  Author: tpowa
Revision: 249788

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

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

--+
 testing-i686/PKGBUILD|  290 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7723 
 testing-i686/config-4.3  | 7797 +
 testing-i686/config-4.3.x86_64   | 7558 
 testing-i686/config.x86_64   | 7475 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  290 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7723 
 testing-x86_64/config-4.3| 7797 +
 testing-x86_64/config-4.3.x86_64 | 7558 
 testing-x86_64/config.x86_64 | 7475 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 61810 insertions(+)

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


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 09:51:21
  Author: fyan
Revision: 145078

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

Added:
  oxide/repos/community-i686/
  oxide/repos/community-i686/PKGBUILD
(from rev 145077, oxide/trunk/PKGBUILD)
  oxide/repos/community-x86_64/
  oxide/repos/community-x86_64/PKGBUILD
(from rev 145077, oxide/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   81 
 community-x86_64/PKGBUILD |   81 
 2 files changed, 162 insertions(+)

Copied: oxide/repos/community-i686/PKGBUILD (from rev 145077, 
oxide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 08:51:21 UTC (rev 145078)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=oxide
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="Web browser engine library for Qt"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/oxide;
+license=('LGPL')
+depends=('qt5-location' 'pango' 'nss' 'alsa-lib' 'libxcursor' 'libxcomposite'
+ 'libxrandr' 'libpulse' 'pciutils' 'libexif' 'bzip2' 'libevent' 'flac'
+ 'speech-dispatcher' 'snappy' 'harfbuzz')
+makedepends=('cmake' 'python2' 'ninja' 'gperf' 'yasm')
+source=("http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/oxide-qt_$pkgver.orig.tar.xz;)
+sha256sums=('43c886c05b932e38d1f7565badef1f843581c52c834ae1ea8bd7783c8a3f9705')
+
+prepare() {
+  mkdir build
+  mkdir python-bin
+  ln -s /usr/bin/python2 python-bin/python
+  export PATH="$PWD/python-bin:$PATH"
+
+  find oxide-qt-$pkgver -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' 
{} +
+
+  _gyp_args=(
+-Dlinux_link_gsettings=1
+-Dlinux_link_libpci=1
+-Dlinux_link_libspeechd=1
+-Dlinux_link_pulseaudio=1
+-Dlinux_use_bundled_binutils=0
+-Dlinux_use_bundled_gold=0
+-Dlinux_use_gold_flags=0
+-Drelease_extra_cflags=\""$CFLAGS"\"
+-Dlibspeechd_h_prefix=speech-dispatcher/
+-Duse_gnome_keyring=0
+-Duse_system_bzip2=1
+-Duse_system_flac=1
+-Duse_system_ffmpeg=0
+-Duse_system_harfbuzz=1
+-Duse_system_icu=0
+-Duse_system_libevent=1
+-Duse_system_libjpeg=1
+-Duse_system_libpng=1
+-Duse_system_libvpx=0
+-Duse_system_libxml=0
+-Duse_system_snappy=1
+-Duse_system_xdg_utils=1
+-Duse_system_yasm=1
+-Duse_system_zlib=0
+-Dusb_ids_path=/usr/share/hwdata/usb.ids
+-Duse_mojo=0
+-Duse_gconf=0
+-Denable_hangout_services_extension=1
+-Ddisable_fatal_linker_warnings=1
+-Ddisable_glibc=1
+  )
+
+  for _arg in "${_gyp_args[@]}"; do
+echo "list(APPEND OXIDE_GYP_EXTRA_ARGS $_arg)" >> 
oxide-qt-$pkgver/qt/config.cmake
+  done
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TESTS=1 \
+-DENABLE_PLUGINS=1 \
+-DENABLE_CHROMEDRIVER=1 \
+-DENABLE_PROPRIETARY_CODECS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+../oxide-qt-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: oxide/repos/community-x86_64/PKGBUILD (from rev 145077, 
oxide/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 08:51:21 UTC (rev 145078)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=oxide
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="Web browser engine library for Qt"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/oxide;
+license=('LGPL')
+depends=('qt5-location' 'pango' 'nss' 'alsa-lib' 'libxcursor' 'libxcomposite'
+ 'libxrandr' 'libpulse' 'pciutils' 'libexif' 'bzip2' 'libevent' 'flac'
+ 'speech-dispatcher' 'snappy' 'harfbuzz')
+makedepends=('cmake' 'python2' 'ninja' 'gperf' 'yasm')
+source=("http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/oxide-qt_$pkgver.orig.tar.xz;)
+sha256sums=('43c886c05b932e38d1f7565badef1f843581c52c834ae1ea8bd7783c8a3f9705')
+
+prepare() {
+  mkdir build
+  mkdir python-bin
+  ln -s /usr/bin/python2 python-bin/python
+  export PATH="$PWD/python-bin:$PATH"
+
+  find oxide-qt-$pkgver -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' 
{} +
+
+  _gyp_args=(
+-Dlinux_link_gsettings=1
+-Dlinux_link_libpci=1
+-Dlinux_link_libspeechd=1
+-Dlinux_link_pulseaudio=1
+-Dlinux_use_bundled_binutils=0
+-Dlinux_use_bundled_gold=0
+-Dlinux_use_gold_flags=0
+-Drelease_extra_cflags=\""$CFLAGS"\"
+-Dlibspeechd_h_prefix=speech-dispatcher/
+-Duse_gnome_keyring=0
+-Duse_system_bzip2=1
+-Duse_system_flac=1
+-Duse_system_ffmpeg=0
+-Duse_system_harfbuzz=1
+-Duse_system_icu=0
+-Duse_system_libevent=1
+-Duse_system_libjpeg=1
+-Duse_system_libpng=1
+-Duse_system_libvpx=0

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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 09:59:10
  Author: fyan
Revision: 145081

upgpkg: lib32-libtiff 4.0.6-1

Modified:
  lib32-libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 08:57:00 UTC (rev 145080)
+++ PKGBUILD2015-10-27 08:59:10 UTC (rev 145081)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libtiff
 pkgname=lib32-$_pkgbasename
-pkgver=4.0.4
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="Library for manipulation of TIFF images (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('185f844babe4ee902b5e4775d9f65915fcbabd11')
+sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
 
 build() {
   export CC="gcc -m32"


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 09:50:51
  Author: fyan
Revision: 145077

addpkg: oxide 1.10.3-1

Added:
  oxide/
  oxide/repos/
  oxide/trunk/
  oxide/trunk/PKGBUILD

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

Added: oxide/trunk/PKGBUILD
===
--- oxide/trunk/PKGBUILD(rev 0)
+++ oxide/trunk/PKGBUILD2015-10-27 08:50:51 UTC (rev 145077)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=oxide
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="Web browser engine library for Qt"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/oxide;
+license=('LGPL')
+depends=('qt5-location' 'pango' 'nss' 'alsa-lib' 'libxcursor' 'libxcomposite'
+ 'libxrandr' 'libpulse' 'pciutils' 'libexif' 'bzip2' 'libevent' 'flac'
+ 'speech-dispatcher' 'snappy' 'harfbuzz')
+makedepends=('cmake' 'python2' 'ninja' 'gperf' 'yasm')
+source=("http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/oxide-qt_$pkgver.orig.tar.xz;)
+sha256sums=('43c886c05b932e38d1f7565badef1f843581c52c834ae1ea8bd7783c8a3f9705')
+
+prepare() {
+  mkdir build
+  mkdir python-bin
+  ln -s /usr/bin/python2 python-bin/python
+  export PATH="$PWD/python-bin:$PATH"
+
+  find oxide-qt-$pkgver -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' 
{} +
+
+  _gyp_args=(
+-Dlinux_link_gsettings=1
+-Dlinux_link_libpci=1
+-Dlinux_link_libspeechd=1
+-Dlinux_link_pulseaudio=1
+-Dlinux_use_bundled_binutils=0
+-Dlinux_use_bundled_gold=0
+-Dlinux_use_gold_flags=0
+-Drelease_extra_cflags=\""$CFLAGS"\"
+-Dlibspeechd_h_prefix=speech-dispatcher/
+-Duse_gnome_keyring=0
+-Duse_system_bzip2=1
+-Duse_system_flac=1
+-Duse_system_ffmpeg=0
+-Duse_system_harfbuzz=1
+-Duse_system_icu=0
+-Duse_system_libevent=1
+-Duse_system_libjpeg=1
+-Duse_system_libpng=1
+-Duse_system_libvpx=0
+-Duse_system_libxml=0
+-Duse_system_snappy=1
+-Duse_system_xdg_utils=1
+-Duse_system_yasm=1
+-Duse_system_zlib=0
+-Dusb_ids_path=/usr/share/hwdata/usb.ids
+-Duse_mojo=0
+-Duse_gconf=0
+-Denable_hangout_services_extension=1
+-Ddisable_fatal_linker_warnings=1
+-Ddisable_glibc=1
+  )
+
+  for _arg in "${_gyp_args[@]}"; do
+echo "list(APPEND OXIDE_GYP_EXTRA_ARGS $_arg)" >> 
oxide-qt-$pkgver/qt/config.cmake
+  done
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_TESTS=1 \
+-DENABLE_PLUGINS=1 \
+-DENABLE_CHROMEDRIVER=1 \
+-DENABLE_PROPRIETARY_CODECS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+../oxide-qt-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 09:59:46
  Author: fyan
Revision: 145084

upgpkg: lib32-mpg123 1.22.4-1

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 08:59:40 UTC (rev 145083)
+++ PKGBUILD2015-10-27 08:59:46 UTC (rev 145084)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.22.3
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1410ab076f17636e0927021c8d5764bc3919e7bd'
+sha1sums=('6ca59baceeebe361cc508214ba725a56d4fea743'
   'SKIP')
 validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
 


[arch-commits] Commit in emby-server/repos/community-any (12 files)

2015-10-27 Thread Maxime Gauduin
Date: Tuesday, October 27, 2015 @ 09:59:51
  Author: alucryd
Revision: 145085

archrelease: copy trunk to community-any

Added:
  emby-server/repos/community-any/PKGBUILD
(from rev 145083, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-any/emby-migrate-database
(from rev 145084, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-any/emby-server
(from rev 145084, emby-server/trunk/emby-server)
  emby-server/repos/community-any/emby-server.conf
(from rev 145084, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-any/emby-server.install
(from rev 145084, emby-server/trunk/emby-server.install)
  emby-server/repos/community-any/emby-server.service
(from rev 145084, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-any/PKGBUILD
  emby-server/repos/community-any/emby-migrate-database
  emby-server/repos/community-any/emby-server
  emby-server/repos/community-any/emby-server.conf
  emby-server/repos/community-any/emby-server.install
  emby-server/repos/community-any/emby-server.service

---+
 PKGBUILD  |  108 +++---
 emby-migrate-database |  112 
 emby-server   |6 +-
 emby-server.conf  |8 +--
 emby-server.install   |   62 +-
 emby-server.service   |   32 ++---
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 08:59:46 UTC (rev 145084)
+++ PKGBUILD2015-10-27 08:59:51 UTC (rev 145085)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5724.6
-pkgrel=2
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('any')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('295791cfffb76572eb20d0ba9c065f9db7ec765b0775613aab82ebeebb0868c5'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  install -m 755 emby-server "${pkgdir}"/usr/bin/
-  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
-  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
-  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
-
-  install -dm 755 "${pkgdir}"/var/lib/emby
-  chown 422:422 -R "${pkgdir}"/var/lib/emby
-}
-
-# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-any/PKGBUILD (from rev 145083, 
emby-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 08:59:51 UTC (rev 145085)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5768.7
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('any')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-migrate-database'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('d22d97756ffc588f0f2389067d160d73dc4958b8c46dadb6f766b044fedd5487'
+'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
+'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
+'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
+

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

2015-10-27 Thread Maxime Gauduin
Date: Tuesday, October 27, 2015 @ 09:59:40
  Author: alucryd
Revision: 145083

upgpkg: emby-server 3.0.5768.7-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 08:59:29 UTC (rev 145082)
+++ PKGBUILD2015-10-27 08:59:40 UTC (rev 145083)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5724.6
-pkgrel=2
+pkgver=3.0.5768.7
+pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('any')
 url='http://emby.media'
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('295791cfffb76572eb20d0ba9c065f9db7ec765b0775613aab82ebeebb0868c5'
+sha256sums=('d22d97756ffc588f0f2389067d160d73dc4958b8c46dadb6f766b044fedd5487'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in lib32-libtiff/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 09:59:29
  Author: fyan
Revision: 145082

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtiff/repos/multilib-x86_64/PKGBUILD
(from rev 145081, lib32-libtiff/trunk/PKGBUILD)
Deleted:
  lib32-libtiff/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 08:59:10 UTC (rev 145081)
+++ PKGBUILD2015-10-27 08:59:29 UTC (rev 145082)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: dorphell 
-
-_pkgbasename=libtiff
-pkgname=lib32-$_pkgbasename
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="Library for manipulation of TIFF images (32-bit)"
-arch=('x86_64')
-url="http://www.remotesensing.org/libtiff/;
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
$_pkgbasename)
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('185f844babe4ee902b5e4775d9f65915fcbabd11')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/tiff-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32 --includedir=/usr/include/libtiff32
-  make
-}
-
-check() {
-cd "${srcdir}/tiff-${pkgver}"
-make check
-}
-
-package() {
-  cd "${srcdir}/tiff-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libtiff/repos/multilib-x86_64/PKGBUILD (from rev 145081, 
lib32-libtiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 08:59:29 UTC (rev 145082)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: dorphell 
+
+_pkgbasename=libtiff
+pkgname=lib32-$_pkgbasename
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="Library for manipulation of TIFF images (32-bit)"
+arch=('x86_64')
+url="http://www.remotesensing.org/libtiff/;
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
$_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/tiff-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32 --includedir=/usr/include/libtiff32
+  make
+}
+
+check() {
+cd "${srcdir}/tiff-${pkgver}"
+make check
+}
+
+package() {
+  cd "${srcdir}/tiff-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 07:58:22
  Author: tpowa
Revision: 249783

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 249782, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 249782, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 249782, linux/repos/testing-i686/config)
  linux/repos/core-i686/config-4.3
(from rev 249782, linux/repos/testing-i686/config-4.3)
  linux/repos/core-i686/config-4.3.x86_64
(from rev 249782, linux/repos/testing-i686/config-4.3.x86_64)
  linux/repos/core-i686/config.x86_64
(from rev 249782, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 249782, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 249782, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 249782, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 249782, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 249782, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config-4.3
(from rev 249782, linux/repos/testing-x86_64/config-4.3)
  linux/repos/core-x86_64/config-4.3.x86_64
(from rev 249782, linux/repos/testing-x86_64/config-4.3.x86_64)
  linux/repos/core-x86_64/config.x86_64
(from rev 249782, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 249782, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 249782, linux/repos/testing-x86_64/linux.preset)
Deleted:
  
linux/repos/core-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  linux/repos/core-i686/0001-fix-bridge-regression.patch
  linux/repos/core-i686/0001-make_flush_workqueue_non_gpl.patch
  
linux/repos/core-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.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-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  linux/repos/core-x86_64/0001-fix-bridge-regression.patch
  linux/repos/core-x86_64/0001-make_flush_workqueue_non_gpl.patch
  
linux/repos/core-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.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/

-+
 /PKGBUILD   |  
580 
 /change-default-console-loglevel.patch  |  
 22 
 /config 
|15446 ++
 /config.x86_64  
|14950 +
 /linux.install  |  
 74 
 /linux.preset   |  
 28 
 core-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   |  
 65 
 core-i686/0001-fix-bridge-regression.patch  |  
 25 
 core-i686/0001-make_flush_workqueue_non_gpl.patch   |  
 34 
 core-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   |  
103 
 core-i686/PKGBUILD  |  
303 
 core-i686/change-default-console-loglevel.patch |  
 11 
 core-i686/config| 
7721 
 core-i686/config-4.3| 
7797 +
 core-i686/config-4.3.x86_64 | 
7558 
 core-i686/config.x86_64 | 
7473 
 core-i686/linux.install |  
 37 
 core-i686/linux.preset  |  
 14 
 core-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch |  
 65 
 core-x86_64/0001-fix-bridge-regression.patch|  
 25 
 core-x86_64/0001-make_flush_workqueue_non_gpl.patch |  
 34 
 core-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch |  

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 07:58:41
  Author: tpowa
Revision: 249785

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 249784, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-dkms.install
(from rev 249784, nvidia/repos/testing-i686/nvidia-dkms.install)
  nvidia/repos/extra-i686/nvidia.install
(from rev 249784, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 249784, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-dkms.install
(from rev 249784, nvidia/repos/testing-x86_64/nvidia-dkms.install)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 249784, 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|  156 +
 /nvidia-dkms.install |   60 ++
 /nvidia.install  |   26 ++
 extra-i686/PKGBUILD  |   78 --
 extra-i686/nvidia-dkms.install   |   30 ---
 extra-i686/nvidia.install|   13 ---
 extra-x86_64/PKGBUILD|   78 --
 extra-x86_64/nvidia-dkms.install |   30 ---
 extra-x86_64/nvidia.install  |   13 ---
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 06:58:39 UTC (rev 249784)
+++ extra-i686/PKGBUILD 2015-10-27 06:58:41 UTC (rev 249785)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=355.11
-_extramodules=extramodules-4.2-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
-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='16d143ccafe99328a2ca8e5a396fd4bc'
-md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
-
-[[ "$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"' 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.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.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")
-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 249784, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD 

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 07:58:43
  Author: tpowa
Revision: 249786

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 249785, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 249785, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx-dkms.install
(from rev 249785, nvidia-340xx/repos/testing-i686/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 249785, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 249785, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 249785, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx-dkms.install
(from rev 249785, 
nvidia-340xx/repos/testing-x86_64/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 249785, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  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/nv-drm.patch
  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  |  142 +++
 /nv-drm.patch  |   54 +++
 /nvidia-340xx-dkms.install |   60 +
 /nvidia-340xx.install  |   26 +
 extra-i686/PKGBUILD|   71 ---
 extra-i686/nv-drm.patch|   27 -
 extra-i686/nvidia-340xx-dkms.install   |   30 --
 extra-i686/nvidia-340xx.install|   13 --
 extra-x86_64/PKGBUILD  |   71 ---
 extra-x86_64/nv-drm.patch  |   27 -
 extra-x86_64/nvidia-340xx-dkms.install |   30 --
 extra-x86_64/nvidia-340xx.install  |   13 --
 12 files changed, 282 insertions(+), 282 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 06:58:41 UTC (rev 249785)
+++ extra-i686/PKGBUILD 2015-10-27 06:58:43 UTC (rev 249786)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.93
-_extramodules=extramodules-4.2-ARCH
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=(nv-drm.patch)
-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=('79671a27131da619a33eb02ed0c2c031')
-md5sums_i686=('4a7edf6838a80c77a57fb6f6ec7f0437')
-md5sums_x86_64=('cb80e3f1cb6f2fb6e6eab35fad0884e4')
-
-[[ "$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
-patch -p0 -i ../nv-drm.patch
-}
-
-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.2' 'linux<4.3' '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'
-

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

2015-10-27 Thread Tobias Powalowski
Date: Tuesday, October 27, 2015 @ 07:58:39
  Author: tpowa
Revision: 249784

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 249783, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 249783, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
(from rev 249783, nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 249783, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 249783, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 249783, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
(from rev 249783, 
nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 249783, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.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/nv-drm.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  |  138 +++
 /nv-drm.patch  |   54 
 /nvidia-304xx-dkms.install |   60 +
 /nvidia-304xx.install  |   26 +
 extra-i686/PKGBUILD|   69 ---
 extra-i686/nv-drm.patch|   27 --
 extra-i686/nvidia-304xx-dkms.install   |   30 --
 extra-i686/nvidia-304xx.install|   13 --
 extra-x86_64/PKGBUILD  |   69 ---
 extra-x86_64/nv-drm.patch  |   27 --
 extra-x86_64/nvidia-304xx-dkms.install |   30 --
 extra-x86_64/nvidia-304xx.install  |   13 --
 12 files changed, 278 insertions(+), 278 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 06:58:22 UTC (rev 249783)
+++ extra-i686/PKGBUILD 2015-10-27 06:58:39 UTC (rev 249784)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.128
-_extramodules=extramodules-4.2-ARCH
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
-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;
-'nv-drm.patch')
-sha512sums=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90'
-
'fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2'
-
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f')
-
-[[ "$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
-patch -p0 -i "$srcdir/nv-drm.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.2' 'linux<4.3' '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 

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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 08:29:27
  Author: fyan
Revision: 145076

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

Added:
  python2-faulthandler/repos/community-i686/
  python2-faulthandler/repos/community-i686/PKGBUILD
(from rev 145075, python2-faulthandler/trunk/PKGBUILD)
  python2-faulthandler/repos/community-x86_64/
  python2-faulthandler/repos/community-x86_64/PKGBUILD
(from rev 145075, python2-faulthandler/trunk/PKGBUILD)

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

Copied: python2-faulthandler/repos/community-i686/PKGBUILD (from rev 145075, 
python2-faulthandler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 07:29:27 UTC (rev 145076)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Storm Dragon  
+
+pkgname=python2-faulthandler
+pkgver=2.4
+pkgrel=2
+pkgdesc="Display the Python traceback on a crash"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/faulthandler/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz;)
+md5sums=('110960933b0902334e8804eb4ea20750')
+
+build() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 tests.py
+}
+
+package() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: python2-faulthandler/repos/community-x86_64/PKGBUILD (from rev 145075, 
python2-faulthandler/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 07:29:27 UTC (rev 145076)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Storm Dragon  
+
+pkgname=python2-faulthandler
+pkgver=2.4
+pkgrel=2
+pkgdesc="Display the Python traceback on a crash"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/faulthandler/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz;)
+md5sums=('110960933b0902334e8804eb4ea20750')
+
+build() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 tests.py
+}
+
+package() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


[arch-commits] Commit in (4 files)

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 08:28:52
  Author: fyan
Revision: 145075

addpkg: python2-faulthandler 2.4-2

Added:
  python2-faulthandler/
  python2-faulthandler/repos/
  python2-faulthandler/trunk/
  python2-faulthandler/trunk/PKGBUILD

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

Added: python2-faulthandler/trunk/PKGBUILD
===
--- python2-faulthandler/trunk/PKGBUILD (rev 0)
+++ python2-faulthandler/trunk/PKGBUILD 2015-10-27 07:28:52 UTC (rev 145075)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Storm Dragon  
+
+pkgname=python2-faulthandler
+pkgver=2.4
+pkgrel=2
+pkgdesc="Display the Python traceback on a crash"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/faulthandler/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz;)
+md5sums=('110960933b0902334e8804eb4ea20750')
+
+build() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 tests.py
+}
+
+package() {
+  cd "${srcdir}/faulthandler-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:27
  Author: spupykin
Revision: 145103

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

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

---+
 /PKGBUILD |   62 
 /workrave.install |   22 
 community-i686/PKGBUILD   |   30 -
 community-i686/workrave.install   |   11 --
 community-x86_64/PKGBUILD |   30 -
 community-x86_64/workrave.install |   11 --
 6 files changed, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:42:09 UTC (rev 145102)
+++ community-i686/PKGBUILD 2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
-pkgdesc="a tool to help RSI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-md5sums=('6f9ee65b9d6878cac33e7d0a0e51bc38')
-
-build() {
-  cd $srcdir/workrave-${pkgver//./_}
-  export PYTHON=python2
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-${pkgver//./_}
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-i686/PKGBUILD (from rev 145102, 
workrave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:42:27 UTC (rev 145103)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=workrave
+pkgver=1.10.8
+pkgrel=1
+pkgdesc="a tool to help RSI"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
+makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
+optdepends=('gst-plugins-good: to play sound events')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
+md5sums=('29b2e49439d605bc55fd4e67a11b42c1')
+
+build() {
+  cd $srcdir/workrave-${pkgver//./_}
+  export PYTHON=python2
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+   --disable-pulse
+  make
+}
+
+package() {
+  cd $srcdir/workrave-${pkgver//./_}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/workrave.install
===
--- community-i686/workrave.install 2015-10-27 10:42:09 UTC (rev 145102)
+++ community-i686/workrave.install 2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: workrave/repos/community-i686/workrave.install (from rev 145102, 
workrave/trunk/workrave.install)
===
--- community-i686/workrave.install (rev 0)
+++ community-i686/workrave.install 2015-10-27 10:42:27 UTC (rev 145103)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:42:09 UTC (rev 145102)
+++ community-x86_64/PKGBUILD   2015-10-27 10:42:27 UTC (rev 145103)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
-pkgdesc="a tool to help RSI"
-arch=('i686' 

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:48:41
  Author: flexiondotorg
Revision: 145107

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

Added:
  eom-gtk3/repos/community-i686/PKGBUILD
(from rev 145106, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-i686/eom.install
(from rev 145106, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-x86_64/PKGBUILD
(from rev 145106, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-x86_64/eom.install
(from rev 145106, eom-gtk3/trunk/eom.install)
Deleted:
  eom-gtk3/repos/community-i686/PKGBUILD
  eom-gtk3/repos/community-i686/eom.install
  eom-gtk3/repos/community-x86_64/PKGBUILD
  eom-gtk3/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:48:34 UTC (rev 145106)
+++ community-i686/PKGBUILD 2015-10-27 10:48:41 UTC (rev 145107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.3
-pkgrel=2
-pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
- 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
- 'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=3.0 \
---with-librsvg \
---disable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 145106, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:48:41 UTC (rev 145107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
+ 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3>=1.10'
+ 'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-10-27 10:48:34 UTC (rev 145106)
+++ community-i686/eom.install  2015-10-27 10:48:41 UTC (rev 145107)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom-gtk3/repos/community-i686/eom.install (from rev 145106, 
eom-gtk3/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-10-27 10:48:41 UTC (rev 145107)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas 

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:59:27
  Author: flexiondotorg
Revision: 145111

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

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

--+
 /PKGBUILD|   82 +
 /mate-control-center.install |   28 
 community-i686/PKGBUILD  |   41 
 community-i686/mate-control-center.install   |   14 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/mate-control-center.install |   14 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:59:20 UTC (rev 145110)
+++ community-i686/PKGBUILD 2015-10-27 10:59:27 UTC (rev 145111)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-control-center
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk3'
- 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon-gtk3>=1.10'
- 'marco-gtk3>=1.10' 'libgtop' 'libmatekbd-gtk3>=1.10' 'libunique3' 
'librsvg' 'libxss'
- 'libxt' 'startup-notification')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center-gtk3/repos/community-i686/PKGBUILD (from rev 
145110, mate-control-center-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:59:27 UTC (rev 145111)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk3'
+ 'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon-gtk3>=1.10'
+ 'marco-gtk3>=1.10' 'libgtop' 'libmatekbd-gtk3>=1.10' 'libunique3' 
'librsvg' 'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Deleted: community-i686/mate-control-center.install

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:59:20
  Author: flexiondotorg
Revision: 145110

upgpkg: mate-control-center-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-control-center-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:56:01 UTC (rev 145109)
+++ PKGBUILD2015-10-27 10:59:20 UTC (rev 145110)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-control-center
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The Control Center for MATE (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:29:55
  Author: spupykin
Revision: 145087

Modified:
  qucs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 09:00:07 UTC (rev 145086)
+++ PKGBUILD2015-10-27 10:29:55 UTC (rev 145087)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gcc-libs' 'qt4')
 optdepends=('freehdl: to permit digital circuit simulation'
-   'asco: to enable circuit optimization'
+#  'asco: to enable circuit optimization'
'perl')
 #source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | 
cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
 
source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz;)


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:33:56
  Author: flexiondotorg
Revision: 145089

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

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

+
 /PKGBUILD  |   74 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:33:46 UTC (rev 145088)
+++ community-i686/PKGBUILD 2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
- 'mate-desktop>=1.10' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 145088, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2015-10-27 10:33:46 UTC (rev 145088)
+++ community-i686/marco.install2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco/repos/community-i686/marco.install (from rev 145088, 
marco/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2015-10-27 10:33:56 UTC (rev 145089)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:33:46 UTC (rev 145088)
+++ community-x86_64/PKGBUILD   2015-10-27 10:33:56 UTC (rev 145089)
@@ -1,37 +0,0 @@
-# Maintainer : 

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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:33:46
  Author: flexiondotorg
Revision: 145088

upgpkg: marco 1.10.3-1 - New upstream release

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:29:55 UTC (rev 145087)
+++ PKGBUILD2015-10-27 10:33:46 UTC (rev 145088)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=marco
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc="A window manager for MATE (GTK2 version)"
 url="http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:45:34
  Author: flexiondotorg
Revision: 145104

upgpkg: eom 1.10.5-1 - New upstream release

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:42:27 UTC (rev 145103)
+++ PKGBUILD2015-10-27 10:45:34 UTC (rev 145104)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase})
-pkgver=${_ver}.3
+pkgver=${_ver}.5
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:45:42
  Author: flexiondotorg
Revision: 145105

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

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

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase})
-pkgver=${_ver}.3
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime'
- 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
- 'startup-notification' 'zlib')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=2.0 \
---with-librsvg \
---enable-python
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-i686/PKGBUILD (from rev 145104, eom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime'
+ 'gtk2' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'pygtk' 'python2-gobject2'
+ 'startup-notification' 'zlib')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--with-librsvg \
+--enable-python
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-10-27 10:45:34 UTC (rev 145104)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom/repos/community-i686/eom.install (from rev 145104, 
eom/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-10-27 10:45:42 UTC (rev 145105)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q 

[arch-commits] Commit in mate-themes/repos/community-any (4 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:40:05
  Author: flexiondotorg
Revision: 145093

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 145092, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 145092, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:40:00 UTC (rev 145092)
+++ PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_gtkver=3.16
-pkgname=mate-themes
-pkgver=${_ver}.5
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('9b4dc4a55889b434ab1afce36139480de201f604')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 145092, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.5
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-10-27 10:40:00 UTC (rev 145092)
+++ mate-themes.install 2015-10-27 10:40:05 UTC (rev 145093)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 145092, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-10-27 10:40:05 UTC (rev 145093)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:40:00
  Author: flexiondotorg
Revision: 145092

upgpkg: mate-themes 1.10.5-1 - Transition to GTK 3.18

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:36:06 UTC (rev 145091)
+++ PKGBUILD2015-10-27 10:40:00 UTC (rev 145092)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress 
 
 _ver=1.10
-_gtkver=3.16
+_gtkver=3.18
 pkgname=mate-themes
 pkgver=${_ver}.5
 pkgrel=1
@@ -13,7 +13,7 @@
 makedepends=('mate-common' 'icon-naming-utils')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('9b4dc4a55889b434ab1afce36139480de201f604')
+sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
 install=${pkgname}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:41:30
  Author: flexiondotorg
Revision: 145095

upgpkg: mate-themes 1.10.5-2 - Bump the revision

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:17 UTC (rev 145094)
+++ PKGBUILD2015-10-27 10:41:30 UTC (rev 145095)
@@ -4,7 +4,7 @@
 _gtkver=3.18
 pkgname=mate-themes
 pkgver=${_ver}.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org;
 arch=('any')


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:35:59
  Author: flexiondotorg
Revision: 145090

upgpkg: marco-gtk3 1.10.3-1 - New upstream release

Modified:
  marco-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:33:56 UTC (rev 145089)
+++ PKGBUILD2015-10-27 10:35:59 UTC (rev 145090)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=marco
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:36:06
  Author: flexiondotorg
Revision: 145091

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

Added:
  marco-gtk3/repos/community-i686/PKGBUILD
(from rev 145090, marco-gtk3/trunk/PKGBUILD)
  marco-gtk3/repos/community-i686/marco.install
(from rev 145090, marco-gtk3/trunk/marco.install)
  marco-gtk3/repos/community-x86_64/PKGBUILD
(from rev 145090, marco-gtk3/trunk/PKGBUILD)
  marco-gtk3/repos/community-x86_64/marco.install
(from rev 145090, marco-gtk3/trunk/marco.install)
Deleted:
  marco-gtk3/repos/community-i686/PKGBUILD
  marco-gtk3/repos/community-i686/marco.install
  marco-gtk3/repos/community-x86_64/PKGBUILD
  marco-gtk3/repos/community-x86_64/marco.install

+
 /PKGBUILD  |   74 +++
 /marco.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/marco.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/marco.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:35:59 UTC (rev 145090)
+++ community-i686/PKGBUILD 2015-10-27 10:36:06 UTC (rev 145091)
@@ -1,37 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=marco
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
- 'mate-desktop-gtk3>=1.10' 'startup-notification' 'zenity')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('673091c4ff251012cb9322f2a0c48c93db19df1b')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-startup-notification \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco-gtk3/repos/community-i686/PKGBUILD (from rev 145090, 
marco-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:36:06 UTC (rev 145091)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=marco
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop-gtk3>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('1e0dcf116f363f59ec080938e43548ea6653ddb4')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-startup-notification \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/marco.install
===
--- community-i686/marco.install2015-10-27 10:35:59 UTC (rev 145090)
+++ community-i686/marco.install2015-10-27 10:36:06 UTC (rev 145091)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: marco-gtk3/repos/community-i686/marco.install (from rev 145090, 
marco-gtk3/trunk/marco.install)
===
--- community-i686/marco.install(rev 0)
+++ community-i686/marco.install2015-10-27 10:36:06 UTC (rev 145091)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:09
  Author: spupykin
Revision: 145102

upgpkg: workrave 1.10.8-1

upd

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:42:06 UTC (rev 145101)
+++ PKGBUILD2015-10-27 10:42:09 UTC (rev 145102)
@@ -3,18 +3,18 @@
 # Maintainer: William Rea 
 
 pkgname=workrave
-pkgver=1.10.6
-pkgrel=2
+pkgver=1.10.8
+pkgrel=1
 pkgdesc="a tool to help RSI"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://workrave.org;
 depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah')
+makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
 optdepends=('gst-plugins-good: to play sound events')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-md5sums=('6f9ee65b9d6878cac33e7d0a0e51bc38')
+md5sums=('29b2e49439d605bc55fd4e67a11b42c1')
 
 build() {
   cd $srcdir/workrave-${pkgver//./_}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:47
  Author: spupykin
Revision: 145099

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 145098, devede/trunk/PKGBUILD)
Deleted:
  devede/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:37 UTC (rev 145098)
+++ PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.2
-pkgrel=2
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
-'python-pip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 145098, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.3
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:42:06
  Author: spupykin
Revision: 145101

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

Added:
  lxcfs/repos/community-i686/PKGBUILD
(from rev 145100, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-i686/lxcfs.service
(from rev 145100, lxcfs/trunk/lxcfs.service)
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 145100, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 145100, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-i686/PKGBUILD
  lxcfs/repos/community-i686/lxcfs.service
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

+
 /PKGBUILD  |   68 +++
 /lxcfs.service |   30 +
 community-i686/PKGBUILD|   34 ---
 community-i686/lxcfs.service   |   15 
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/lxcfs.service |   15 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:41:52 UTC (rev 145100)
+++ community-i686/PKGBUILD 2015-10-27 10:42:06 UTC (rev 145101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=0.10
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-md5sums=('972bb9de9fef6b0c5e81a89bca09'
- '29a6bf8868ce09871e6447db4070a923')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 $pkgdir/var/lib/lxcfs
-install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-i686/PKGBUILD (from rev 145100, 
lxcfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:42:06 UTC (rev 145101)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=0.11
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+md5sums=('1e0d11e05b5ad9fc68d7effe1c7937bf'
+ '29a6bf8868ce09871e6447db4070a923')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 $pkgdir/var/lib/lxcfs
+install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
+}

Deleted: community-i686/lxcfs.service
===
--- community-i686/lxcfs.service2015-10-27 10:41:52 UTC (rev 145100)
+++ community-i686/lxcfs.service2015-10-27 10:42:06 UTC (rev 145101)
@@ -1,15 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-After=cgmanager.service
-Requires=cgmanager.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-i686/lxcfs.service (from rev 145100, 
lxcfs/trunk/lxcfs.service)
===
--- community-i686/lxcfs.service(rev 0)
+++ community-i686/lxcfs.service2015-10-27 10:42:06 UTC (rev 145101)
@@ -0,0 +1,15 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+After=cgmanager.service
+Requires=cgmanager.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in mate-themes/repos/community-any (4 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:41:35
  Author: flexiondotorg
Revision: 145097

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 145095, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 145095, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   64 +-
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:33 UTC (rev 145096)
+++ PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_gtkver=3.18
-pkgname=mate-themes
-pkgver=${_ver}.5
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 145095, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.5
+pkgrel=2
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('079cf99a80e02693a91fbf6163662bfb3e717b26')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-10-27 10:41:33 UTC (rev 145096)
+++ mate-themes.install 2015-10-27 10:41:35 UTC (rev 145097)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 145095, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-10-27 10:41:35 UTC (rev 145097)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in darkhttpd/trunk (PKGBUILD darkhttpd.service)

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:17
  Author: spupykin
Revision: 145094

upgpkg: darkhttpd 1.11-3

upd

Modified:
  darkhttpd/trunk/PKGBUILD
  darkhttpd/trunk/darkhttpd.service

---+
 PKGBUILD  |4 +++-
 darkhttpd.service |4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:40:05 UTC (rev 145093)
+++ PKGBUILD2015-10-27 10:41:17 UTC (rev 145094)
@@ -1,6 +1,6 @@
 pkgname=darkhttpd
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and secure static webserver"
 arch=('i686' 'x86_64')
 url="http://dmr.ath.cx/net/darkhttpd/;
@@ -10,6 +10,8 @@
 'darkhttpd.service')
 sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
 '2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'40f037a74bf8d28e779dcf7c0d447bcc74a629ffe6abb470e193f047567aed11')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: darkhttpd.service
===
--- darkhttpd.service   2015-10-27 10:40:05 UTC (rev 145093)
+++ darkhttpd.service   2015-10-27 10:41:17 UTC (rev 145094)
@@ -2,8 +2,8 @@
 Description=Darkhttpd Webserver
 
 [Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
-Type=forking
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid nobody --gid nobody --chroot 
--mimetypes /etc/conf.d/mimetypes
 
 [Install]
 WantedBy=multi-user.target


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:37
  Author: spupykin
Revision: 145098

upgpkg: devede 4.3-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:35 UTC (rev 145097)
+++ PKGBUILD2015-10-27 10:41:37 UTC (rev 145098)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html;
@@ -16,7 +16,7 @@
 'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
 'python-pip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
-md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
+md5sums=('57e466a0cbe7aeeb864dc9c4051343e3')
 
 package() {
   cd ${srcdir}/${pkgname}ng-$pkgver


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:33
  Author: spupykin
Revision: 145096

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 145094, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
(from rev 145094, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 145094, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 145094, darkhttpd/trunk/darkhttpd.service)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/repos/community-i686/darkhttpd.service
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service

+
 /PKGBUILD  |   66 +++
 /darkhttpd.service |   18 +
 community-i686/PKGBUILD|   31 
 community-i686/darkhttpd.service   |9 
 community-x86_64/PKGBUILD  |   31 
 community-x86_64/darkhttpd.service |9 
 6 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:41:30 UTC (rev 145095)
+++ community-i686/PKGBUILD 2015-10-27 10:41:33 UTC (rev 145096)
@@ -1,31 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.11
-pkgrel=2
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/;
-license=('BSD')
-depends=()
-source=("$url/$pkgname-$pkgver.tar.bz2"
-'darkhttpd.service')
-sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
-'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 145094, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:41:33 UTC (rev 145096)
@@ -0,0 +1,33 @@
+pkgname=darkhttpd
+pkgver=1.11
+pkgrel=3
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/;
+license=('BSD')
+depends=()
+source=("$url/$pkgname-$pkgver.tar.bz2"
+'darkhttpd.service')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'40f037a74bf8d28e779dcf7c0d447bcc74a629ffe6abb470e193f047567aed11')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/darkhttpd.service
===
--- community-i686/darkhttpd.service2015-10-27 10:41:30 UTC (rev 145095)
+++ community-i686/darkhttpd.service2015-10-27 10:41:33 UTC (rev 145096)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 145094, 
darkhttpd/trunk/darkhttpd.service)
===
--- community-i686/darkhttpd.service(rev 0)
+++ community-i686/darkhttpd.service2015-10-27 10:41:33 UTC (rev 145096)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd Webserver
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid nobody --gid nobody --chroot 
--mimetypes /etc/conf.d/mimetypes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 10:41:30 UTC (rev 145095)
+++ 

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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 11:41:52
  Author: spupykin
Revision: 145100

upgpkg: lxcfs 0.11-1

upd

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:41:47 UTC (rev 145099)
+++ PKGBUILD2015-10-27 10:41:52 UTC (rev 145100)
@@ -3,18 +3,18 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/;
 license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
 makedepends=('help2man')
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-md5sums=('972bb9de9fef6b0c5e81a89bca09'
+md5sums=('1e0d11e05b5ad9fc68d7effe1c7937bf'
  '29a6bf8868ce09871e6447db4070a923')
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:55:50
  Author: flexiondotorg
Revision: 145108

upgpkg: mate-control-center 1.10.2-1 - New upstream release

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:48:41 UTC (rev 145107)
+++ PKGBUILD2015-10-27 10:55:50 UTC (rev 145108)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-control-center
 pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="The Control Center for MATE (GTK2 version)"
 url="http://mate-desktop.org;
@@ -18,7 +18,7 @@
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:48:34
  Author: flexiondotorg
Revision: 145106

upgpkg: eom-gtk3 1.10.5-1 - New upstream release

Modified:
  eom-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:45:42 UTC (rev 145105)
+++ PKGBUILD2015-10-27 10:48:34 UTC (rev 145106)
@@ -4,8 +4,8 @@
 _ver=1.10
 _pkgbase=eom
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.3
-pkgrel=2
+pkgver=${_ver}.5
+pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+sha1sums=('000414213bb4f5c2ddff3e10de780771eee286be')
 install=${_pkgbase}.install
 
 build() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 11:56:01
  Author: flexiondotorg
Revision: 145109

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

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

--+
 /PKGBUILD|   82 +
 /mate-control-center.install |   28 
 community-i686/PKGBUILD  |   41 
 community-i686/mate-control-center.install   |   14 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/mate-control-center.install |   14 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 10:55:50 UTC (rev 145108)
+++ community-i686/PKGBUILD 2015-10-27 10:56:01 UTC (rev 145109)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-control-center
-pkgname=${_pkgbase}
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The Control Center for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk2'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon>=1.10'
- 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 
'libxss'
- 'libxt' 'startup-notification')
-makedepends=('docbook2x' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2e15fd7d550b4157402d721f6eaffd145ab6c374')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-gtk=2.0 \
---disable-static \
---disable-update-mimedb
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-i686/PKGBUILD (from rev 145108, 
mate-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 10:56:01 UTC (rev 145109)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 
'gtk2'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 
'mate-settings-daemon>=1.10'
+ 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 
'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('85338d792d5e87acb223191203d5aad45d00ac52')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disable-update-mimedb
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}

Deleted: community-i686/mate-control-center.install
===
--- community-i686/mate-control-center.install  2015-10-27 10:55:50 UTC (rev 
145108)
+++ community-i686/mate-control-center.install  2015-10-27 

[arch-commits] Commit in mate-notification-daemon/trunk (PKGBUILD)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:04:45
  Author: flexiondotorg
Revision: 145112

upgpkg: mate-notification-daemon 1.10.2-1 - New upstream release

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 10:59:27 UTC (rev 145111)
+++ PKGBUILD2015-10-27 11:04:45 UTC (rev 145112)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=mate-notification-daemon
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -13,7 +13,7 @@
 depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('64508049b99de6d6c7209c5cad53c305d4fe59a7')
+sha1sums=('f30d3fbfe8bb967cd359d631974baccf16441e71')
 install=${pkgname}.install
 
 prepare() {


[arch-commits] Commit in mate-notification-daemon/repos (8 files)

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:04:56
  Author: flexiondotorg
Revision: 145113

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

Added:
  mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 145112, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 145112, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 145112, mate-notification-daemon/trunk/PKGBUILD)
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 145112, 
mate-notification-daemon/trunk/mate-notification-daemon.install)
Deleted:
  mate-notification-daemon/repos/community-i686/PKGBUILD
  mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
  
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install

---+
 /PKGBUILD |  122 
 /mate-notification-daemon.install |   24 +++
 community-i686/PKGBUILD   |   61 --
 community-i686/mate-notification-daemon.install   |   12 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/mate-notification-daemon.install |   12 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 11:04:45 UTC (rev 145112)
+++ community-i686/PKGBUILD 2015-10-27 11:04:56 UTC (rev 145113)
@@ -1,61 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=mate-notification-daemon
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
-makedepends=('mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('64508049b99de6d6c7209c5cad53c305d4fe59a7')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=2.0 \
---disable-static
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package_mate-notification-daemon() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-notification-daemon-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('dconf' 'dbus-glib' 'gtk3' 'libcanberra' 'libwnck3' 'libnotify')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 
145112, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 11:04:56 UTC (rev 145113)
@@ -0,0 +1,61 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=mate-notification-daemon
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'gtk3' 'libcanberra' 'libwnck' 'libwnck3' 
'libnotify')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f30d3fbfe8bb967cd359d631974baccf16441e71')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+

[arch-commits] Commit in xorg-server/trunk (3 files)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 14:18:40
  Author: lcarlier
Revision: 249791

upgpkg: xorg-server 1.17.3-1

upstream update 1.17.3

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/trunk/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch

---+
 0001-glamor-make-current-in-prepare-paths.patch   |   34 
 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch |   84 --
 PKGBUILD  |   18 --
 3 files changed, 5 insertions(+), 131 deletions(-)

Deleted: 0001-glamor-make-current-in-prepare-paths.patch
===
--- 0001-glamor-make-current-in-prepare-paths.patch 2015-10-27 13:08:28 UTC 
(rev 249790)
+++ 0001-glamor-make-current-in-prepare-paths.patch 2015-10-27 13:18:40 UTC 
(rev 249791)
@@ -1,34 +0,0 @@
-From 422a9f7f37eb6027fa4d20a4be208978832be6d6 Mon Sep 17 00:00:00 2001
-From: Dave Airlie 
-Date: Wed, 15 Jul 2015 17:54:03 +1000
-Subject: [PATCH] glamor: make current in prepare paths
-
-Lots of the accel paths only make current once they start
-doing someting, so a lot of them call the bail paths without
-make current, which means on PRIME systems for example
-we end up in the wrong context.
-
-Add a prepare pixmap in the prepare fallback path.
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90667
-Signed-off-by: Dave Airlie 

- glamor/glamor_prepare.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/glamor/glamor_prepare.c b/glamor/glamor_prepare.c
-index 9bfc557..68fb58f 100644
 a/glamor/glamor_prepare.c
-+++ b/glamor/glamor_prepare.c
-@@ -45,6 +45,8 @@ glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t 
access, BoxPtr box)
- if (!GLAMOR_PIXMAP_PRIV_HAS_FBO(priv))
- return TRUE;
- 
-+glamor_make_current(glamor_priv);
-+
- RegionInit(, box, 1);
- 
- /* See if it's already mapped */
--- 
-2.4.3
-

Deleted: 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
===
--- 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
2015-10-27 13:08:28 UTC (rev 249790)
+++ 0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch   
2015-10-27 13:18:40 UTC (rev 249791)
@@ -1,84 +0,0 @@
-From ca355e9d6acab994453cdbb65cb213d09ee4a50f Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 14 Oct 2015 15:10:35 +0200
-Subject: [PATCH] linux: Do not call FatalError from xf86CloseConsole
-
-FatalError ends up calling xf86CloseConsole itself, so calling FatalError
-from within xf86CloseConsole is not a good idea.
-
-All the other error checking done in xf86CloseConsole uses
-xf86Msg(X_WARNING, ...) except for the switch_to() helper function,
-change things so that switch_to() also uses xf86Msg rather then FatalError
-when called from xf86CloseConsole.
-
-BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1269210
-Signed-off-by: Hans de Goede 

- hw/xfree86/os-support/linux/lnx_init.c | 24 
- 1 file changed, 16 insertions(+), 8 deletions(-)
-
-diff --git a/hw/xfree86/os-support/linux/lnx_init.c 
b/hw/xfree86/os-support/linux/lnx_init.c
-index ec06a05..9fec964 100644
 a/hw/xfree86/os-support/linux/lnx_init.c
-+++ b/hw/xfree86/os-support/linux/lnx_init.c
-@@ -64,17 +64,25 @@ drain_console(int fd, void *closure)
- }
- 
- static void
--switch_to(int vt, const char *from)
-+switch_to(int vt, Bool is_open)
- {
- int ret;
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt));
--if (ret < 0)
--FatalError("%s: VT_ACTIVATE failed: %s\n", from, strerror(errno));
-+if (ret < 0) {
-+if (is_open)
-+FatalError("xf86OpenConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
-+else
-+xf86Msg(X_WARNING, "xf86CloseConsole: VT_ACTIVATE failed: %s\n", 
strerror(errno));
-+}
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_WAITACTIVE, vt));
--if (ret < 0)
--FatalError("%s: VT_WAITACTIVE failed: %s\n", from, strerror(errno));
-+if (ret < 0) {
-+if (is_open)
-+FatalError("xf86OpenConsole: VT_WAITACTIVE failed: %s\n", 
strerror(errno));
-+else
-+xf86Msg(X_WARNING, "xf86CloseConsole: VT_WAITACTIVE failed: 
%s\n", strerror(errno));
-+}
- }
- 
- #pragma GCC diagnostic push
-@@ -233,7 +241,7 @@ xf86OpenConsole(void)
- /*
-  * now get the VT.  This _must_ succeed, or else fail completely.
-  */
--switch_to(xf86Info.vtno, "xf86OpenConsole");
-+switch_to(xf86Info.vtno, TRUE);
- 
- SYSCALL(ret = ioctl(xf86Info.consoleFd, VT_GETMODE, ));
- if (ret < 0)
-@@ -294,7 +302,7 @@ 

[arch-commits] Commit in xorg-server/repos (44 files)

2015-10-27 Thread Laurent Carlier
Date: Tuesday, October 27, 2015 @ 14:21:00
  Author: lcarlier
Revision: 249792

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

Added:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249791, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249791, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249791, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249791, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 249791, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 249791, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 249791, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-i686/xorg-server.install
(from rev 249791, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 249791, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 249791, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 249791, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/extra-x86_64/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
(from rev 249791, 
xorg-server/trunk/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch)
  
xorg-server/repos/extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 249791, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 249791, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 249791, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 249791, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 249791, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/extra-x86_64/xorg-server.install
(from rev 249791, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 249791, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 249791, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/extra-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  xorg-server/repos/extra-i686/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/repos/extra-i686/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
  
xorg-server/repos/extra-i686/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
  
xorg-server/repos/extra-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  
xorg-server/repos/extra-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
  xorg-server/repos/extra-x86_64/0001-glamor-make-current-in-prepare-paths.patch
  
xorg-server/repos/extra-x86_64/0001-linux-Do-not-call-FatalError-from-xf86CloseConsole.patch
  
xorg-server/repos/extra-x86_64/0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
  
xorg-server/repos/extra-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  
xorg-server/repos/extra-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

--+
 /0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch  | 
 420 +++
 /0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch | 
 126 ++
 /0001-systemd-logind-do-not-rely-on-directed-signals.patch   

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 14:31:49
  Author: heftig
Revision: 249793

4.2.5

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 13:21:00 UTC (rev 249792)
+++ PKGBUILD2015-10-27 13:31:49 UTC (rev 249793)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=ce5fbc12f25d1179209b7987d339bd5b8c6e52ed
-pkgver=4.2.4
+_zenpatch=1a2337cb512ddf5b5395e47298d80324e29ad4a7
+pkgver=4.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'104ba869111c7ce037fc92646f9da7352412a73e84cde7467f29cd4b973d6e78'
+'b631eb4e8b4911b3b0838e00f7c4a1b7689abcd2233609831b638493f4fb'
 'SKIP'
 '41f44c163c9ac753f2b54485ce5e8e8ff6b24e44226332cb3e786a6727bb1ee6'
 'a7db50627c01ad500ded918f708b258ee6918b1968e7b2db6641a06456b8f8f3'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'6cbd5fbee5d880b820e4f1d23d7fb63f6e1a22753b4f54ffaf2985ca08405145'
+'9607de51a3fc24b05fe07a0b3324547a3d6df8546187516b1297377a20d0fc96'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:22:04
  Author: spupykin
Revision: 145117

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145116, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:21:52 UTC (rev 145116)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('20aea5eafe90f68accfe9487974ed0bf')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145116, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+}


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:50
  Author: flexiondotorg
Revision: 145114

upgpkg: ps_mem 3.5-1 - New upstream release

Modified:
  ps_mem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 11:04:56 UTC (rev 145113)
+++ PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.3
+pkgver=3.5
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
 md5sums=('SKIP')
 
 package() {


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:59
  Author: flexiondotorg
Revision: 145115

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 145114, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.3
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/;
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 145114, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.5
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:21:52
  Author: spupykin
Revision: 145116

upgpkg: rebar 1:2.6.1-1

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 11:20:59 UTC (rev 145115)
+++ PKGBUILD2015-10-27 12:21:52 UTC (rev 145116)
@@ -5,7 +5,7 @@
 
 pkgname=rebar
 epoch=1
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('erlang-nox')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('20aea5eafe90f68accfe9487974ed0bf')
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
 
 build() {
   cd "$srcdir/rebar-$pkgver"


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:28:29
  Author: spupykin
Revision: 145118

upgpkg: rebar 1:2.6.1-2

upd

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
+++ PKGBUILD2015-10-27 12:28:29 UTC (rev 145118)
@@ -6,7 +6,7 @@
 pkgname=rebar
 epoch=1
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
 arch=('any')
 url="https://github.com/rebar/rebar;
@@ -25,4 +25,6 @@
   cd "$srcdir/rebar-$pkgver"
   install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
   install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
 }


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:28:41
  Author: spupykin
Revision: 145119

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145118, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:28:29 UTC (rev 145118)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145118, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+}


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:39:33
  Author: fyan
Revision: 145124

upgpkg: browserify 12.0.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:35:17 UTC (rev 145123)
+++ PKGBUILD2015-10-27 14:39:33 UTC (rev 145124)
@@ -3,16 +3,16 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=11.2.0
+pkgver=12.0.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
-license=('BSD')
+license=('MIT' 'BSD')
 depends=('nodejs')
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f45ae9a30edbb80e0e7c4858c48b6ce301fb2a31c73629f7cda888e77984c5cd')
+sha256sums=('d412a9d8f40fd54b0d656ea5745ff0a70728520bea797bdec29f9d17cbacd9b9')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-10-27 Thread Alexandre Filgueira
Date: Tuesday, October 27, 2015 @ 16:18:23
  Author: faidoc
Revision: 145128

upgpkg: muffin 2.8.1-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
+++ PKGBUILD2015-10-27 15:18:23 UTC (rev 145128)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.6.1
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+sha256sums=('4ae31981a3ab72f244ad16f248cf45e498bad1e0409fb76a8c1c8186c47f7ad8')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:45:12
  Author: fyan
Revision: 145127

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 145126, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 145126, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 14:44:51 UTC (rev 145126)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.32.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 145126, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.33.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 15:41:58
  Author: heftig
Revision: 249798

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

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

--+
 testing-i686/PKGBUILD|  296 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7754 +
 testing-i686/config.x86_64   | 7506 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  296 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7754 +
 testing-x86_64/config.x86_64 | 7506 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31236 insertions(+)

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


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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:44:51
  Author: fyan
Revision: 145126

upgpkg: python-websocket-client 0.33.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:39:54 UTC (rev 145125)
+++ PKGBUILD2015-10-27 14:44:51 UTC (rev 145126)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.32.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
+md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
  'c34c7f6fddbe5758d84b9d3cfdd92108')
 
 prepare() {


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:48:07
  Author: bisson
Revision: 249800

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 16:47:23 UTC (rev 249799)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.10
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 249799, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.11
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')

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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 18:06:42
  Author: bisson
Revision: 145133

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:59:32 UTC (rev 145132)
+++ PKGBUILD2015-10-27 17:06:42 UTC (rev 145133)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
@@ -15,7 +15,7 @@
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee-qt5')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
 
 install=install
 


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

2015-10-27 Thread Anatol Pomozov
Date: Tuesday, October 27, 2015 @ 19:44:51
  Author: anatolik
Revision: 145138

upgpkg: nanomsg 0.7-1

Modified:
  nanomsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:31:40 UTC (rev 145137)
+++ PKGBUILD2015-10-27 18:44:51 UTC (rev 145138)
@@ -4,7 +4,7 @@
 # Contributor: James Bulmer 
 
 pkgname=nanomsg
-pkgver=0.6
+pkgver=0.7
 _tag=$pkgver-beta
 pkgrel=1
 pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
@@ -13,7 +13,7 @@
 arch=(i686 x86_64)
 depends=(glibc)
 
source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
 
 build() {
   cd nanomsg-$_tag
@@ -24,7 +24,7 @@
 
 check() {
   cd nanomsg-$_tag
-  make check
+  make check -j1
 }
 
 package() {


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:51:44
  Author: bisson
Revision: 145130

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

Added:
  subsurface-libdc/repos/community-i686/PKGBUILD
(from rev 145129, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 145129, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-i686/PKGBUILD
  subsurface-libdc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 16:51:18 UTC (rev 145129)
+++ community-i686/PKGBUILD 2015-10-27 16:51:44 UTC (rev 145130)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 145129, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 16:51:44 UTC (rev 145130)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 16:51:18 UTC (rev 145129)
+++ community-x86_64/PKGBUILD   2015-10-27 16:51:44 UTC (rev 145130)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure \
-   --prefix=/usr \
-   --program-prefix=libdc- \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 145129, 
subsurface-libdc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 16:51:44 UTC (rev 145130)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
+

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

2015-10-27 Thread Anatol Pomozov
Date: Tuesday, October 27, 2015 @ 19:45:32
  Author: anatolik
Revision: 145139

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 18:44:51 UTC (rev 145138)
+++ community-i686/PKGBUILD 2015-10-27 18:45:32 UTC (rev 145139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=0.6
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
-
-build() {
-  cd nanomsg-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 145138, 
nanomsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 18:45:32 UTC (rev 145139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.7
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check -j1
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 18:44:51 UTC (rev 145138)
+++ community-x86_64/PKGBUILD   2015-10-27 18:45:32 UTC (rev 145139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=0.6
-_tag=$pkgver-beta
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
-sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
-
-build() {
-  cd nanomsg-$_tag
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd nanomsg-$_tag
-  make check
-}
-
-package() {
-  cd nanomsg-$_tag
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 145138, 
nanomsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 18:45:32 UTC (rev 145139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.7
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('880434156edb8e2fadf16630cbdec9add1d4fd80')
+
+build() {
+  cd nanomsg-$_tag
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check -j1
+}
+
+package() {
+  cd nanomsg-$_tag
+  make 

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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:47:23
  Author: bisson
Revision: 249799

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 14:41:58 UTC (rev 249798)
+++ PKGBUILD2015-10-27 16:47:23 UTC (rev 249799)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.10
+pkgver=0.19.11
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
+sha1sums=('bc39026742b43d851a846b1f09bff94895cd1927' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 19:13:07
  Author: andyrtr
Revision: 249801

upgpkg: linux-lts 4.1.12-1

upstream update 4.1.12

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:48:07 UTC (rev 249800)
+++ PKGBUILD2015-10-27 18:13:07 UTC (rev 249801)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.1
-pkgver=4.1.11
+pkgver=4.1.12
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'f98156dd7ceac2849de16b38cdb7a530cd3c74833ab613e0822b7bc4583cccb1'
+'f3520b06e6a2b9929173c680de75f11cde9f0a380e04195d538b5de820a549ae'
 'SKIP'
 'a3a17dec60161aa885c372a5edaa047f5e43044a66a5088e19392986eb8ea1a8'
 '70842d2c2bc56f4520bc021786e386634cb1b7adbfbdf704d048aefa65d59aa2'


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 19:13:31
  Author: andyrtr
Revision: 249802

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

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

--+
 testing-i686/PKGBUILD|  290 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7562 +
 testing-i686/config.x86_64   | 7309 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  290 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7562 +
 testing-x86_64/config.x86_64 | 7309 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 12 files changed, 30446 insertions(+)

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


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

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:32
  Author: speps
Revision: 145132

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

Added:
  sonic-visualiser/repos/community-i686/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
Deleted:
  sonic-visualiser/repos/community-i686/PKGBUILD
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
  sonic-visualiser/repos/community-x86_64/PKGBUILD
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install

---+
 /PKGBUILD |  102 
 /sonic-visualiser.install |   24 ++
 community-i686/PKGBUILD   |   57 ---
 community-i686/sonic-visualiser.install   |   12 ---
 community-x86_64/PKGBUILD |   57 ---
 community-x86_64/sonic-visualiser.install |   12 ---
 6 files changed, 126 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 16:59:16 UTC (rev 145131)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Orivej Desh 
-
-pkgname=sonic-visualiser
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('i686' 'x86_64')
-url="http://www.sonicvisualiser.org/;
-license=('GPL')
-depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
- 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
-install="$pkgname.install"
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz;)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  sh bootstrap.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # bin
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # desktop file
-  install -d "$pkgdir/usr/share/applications"
-  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
-
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -Dm644 icons/sv-${_s}x${_s}.png \
-"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -Dm644 icons/sv-icon.svg \
-  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
-  # samples
-  install -d "$pkgdir/usr/share/$pkgname/samples"
-  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
-
-  # templates
-  install -d "$pkgdir/usr/share/$pkgname/templates"
-  install -Dm644 templates/* "$pkgdir/usr/share/$pkgname/templates"
-}

Copied: sonic-visualiser/repos/community-i686/PKGBUILD (from rev 145131, 
sonic-visualiser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Orivej Desh 
+
+pkgname=sonic-visualiser
+pkgver=2.5
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('i686' 'x86_64')
+url="http://www.sonicvisualiser.org/;
+license=('GPL')
+depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
+ 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
+install="$pkgname.install"
+options=('!makeflags')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz;)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
+
+build() {
+  cd $pkgname-$pkgver
+  sh bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # bin
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # desktop file
+  install -d "$pkgdir/usr/share/applications"
+  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
+
+  # icons
+  for _s in 16 22 24 32 48 64 128; do
+install -Dm644 icons/sv-${_s}x${_s}.png \
+"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
+  done
+  install -Dm644 icons/sv-icon.svg \
+  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
+
+  # samples
+  install -d "$pkgdir/usr/share/$pkgname/samples"
+  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
+
+  # templates
+  install -d 

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

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:16
  Author: speps
Revision: 145131

upgpkg: sonic-visualiser 2.5-1

Modified:
  sonic-visualiser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:51:44 UTC (rev 145130)
+++ PKGBUILD2015-10-27 16:59:16 UTC (rev 145131)
@@ -3,7 +3,7 @@
 # Contributor: Orivej Desh 
 
 pkgname=sonic-visualiser
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('i686' 'x86_64')
@@ -13,16 +13,9 @@
  'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
 install="$pkgname.install"
 options=('!makeflags')
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz;)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz;)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
 build() {
   cd $pkgname-$pkgver
   sh bootstrap.sh


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:51:18
  Author: bisson
Revision: 145129

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 15:18:23 UTC (rev 145128)
+++ PKGBUILD2015-10-27 16:51:18 UTC (rev 145129)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee')
+sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2015-10-27 Thread Jelle van der Waa
Date: Tuesday, October 27, 2015 @ 19:22:11
  Author: jelle
Revision: 145135

upgpkg: python-pytz 2015.7-1

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 17:07:23 UTC (rev 145134)
+++ PKGBUILD2015-10-27 18:22:11 UTC (rev 145135)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2015.6
+pkgver=2015.7
 pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz;
@@ -13,7 +13,7 @@
 source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
 
#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
 #validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-md5sums=('ff047a16dafeaa895bedef80a74c3728')
+md5sums=('252bb731883f37ff9c7f462954e8706d')
 
 build(){
 cd $srcdir


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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 18:07:23
  Author: bisson
Revision: 145134

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 145133, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 145133, subsurface/trunk/install)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 145133, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 145133, subsurface/trunk/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install

---+
 /PKGBUILD |   82 
 /install  |   22 +++
 community-i686/PKGBUILD   |   41 --
 community-i686/install|   11 -
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/install  |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 17:06:42 UTC (rev 145133)
+++ community-i686/PKGBUILD 2015-10-27 17:07:23 UTC (rev 145134)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 17:06:42 UTC (rev 145133)
+++ community-x86_64/PKGBUILD   2015-10-27 17:07:23 UTC (rev 145134)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+

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

2015-10-27 Thread Jelle van der Waa
Date: Tuesday, October 27, 2015 @ 19:22:22
  Author: jelle
Revision: 145136

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 18:22:11 UTC (rev 145135)
+++ PKGBUILD2015-10-27 18:22:22 UTC (rev 145136)
@@ -1,58 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2015.6
-pkgrel=1
-arch=('any')
-url="http://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
-#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
-#validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-md5sums=('ff047a16dafeaa895bedef80a74c3728')
-
-build(){
-cd $srcdir
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd $srcdir/pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz-$pkgver
-
-# Fix locale https://github.com/ipython/ipython/issues/2057
-export LC_ALL=en_US.UTF-8
-
-python3 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd $srcdir/pytz2-$pkgver
-
-# python 2 fix
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
-
-python2 setup.py install --root="$pkgdir/"
-
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 145135, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 18:22:22 UTC (rev 145136)
@@ -0,0 +1,58 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2015.7
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz)
+#source=(http://pypi.python.org/packages/source/p/pytz/pytz-$pkgver.tar.gz{,.asc})
+#validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+md5sums=('252bb731883f37ff9c7f462954e8706d')
+
+build(){
+cd $srcdir
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd $srcdir/pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz-$pkgver
+
+# Fix locale https://github.com/ipython/ipython/issues/2057
+export LC_ALL=en_US.UTF-8
+
+python3 setup.py install --root=$pkgdir/
+
+install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd $srcdir/pytz2-$pkgver
+
+# python 2 fix
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' pytz/tzfile.py
+
+python2 setup.py install --root="$pkgdir/"
+
+install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:27
  Author: schuay
Revision: 145142

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 145141, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
+++ PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('b4c96762281307e69b95114b9b3a6487')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 145141, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 21:28:19
  Author: heftig
Revision: 249806

1.10.2

Modified:
  dbus/trunk/PKGBUILD
Deleted:
  dbus/trunk/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch

--+
 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch |   25 -
 PKGBUILD |   15 ++-
 2 files changed, 5 insertions(+), 35 deletions(-)

Deleted: 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
===
--- 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch2015-10-27 
19:13:04 UTC (rev 249805)
+++ 0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch2015-10-27 
20:28:19 UTC (rev 249806)
@@ -1,25 +0,0 @@
-From 53c3f6c20980a9375f4c699355e8f7963ed63d7f Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 22 Oct 2015 19:50:29 +0200
-Subject: [PATCH] user dbus.socket: Set DBUS_SESSION_BUS_ADDRESS
-
-As discussed in https://github.com/systemd/systemd/issues/1600

- bus/systemd-user/dbus.socket.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/bus/systemd-user/dbus.socket.in b/bus/systemd-user/dbus.socket.in
-index 77958f7..5535443 100644
 a/bus/systemd-user/dbus.socket.in
-+++ b/bus/systemd-user/dbus.socket.in
-@@ -3,6 +3,7 @@ Description=D-Bus User Message Bus Socket
- 
- [Socket]
- ListenStream=%t/bus
-+ExecStartPost=@EXPANDED_BINDIR@/systemctl --user set-environment 
DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
- 
- [Install]
- WantedBy=sockets.target
--- 
-2.6.2
-

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 19:13:04 UTC (rev 249805)
+++ PKGBUILD2015-10-27 20:28:19 UTC (rev 249806)
@@ -5,25 +5,20 @@
 
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=5
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch)
-md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- 'a97e2b8e5da583e38690d2ccd0424619')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('2428919cc77b8d0028d65ee4d5dbef31'
+ 'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

 
 prepare() {
   cd dbus-$pkgver
-
-  # https://github.com/systemd/systemd/issues/1600
-  patch -Np1 -i ../0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
 }
 
 build() {


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 20:12:51
  Author: andyrtr
Revision: 249804

upgpkg: cups-filters 1.1.0-1

upstream update 1.1.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:47:49 UTC (rev 249803)
+++ PKGBUILD2015-10-27 19:12:51 UTC (rev 249804)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.76
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('92e14b4f52a320c8d8b8176918bd4a8c')
+md5sums=('f34561df0630f4ece332fd391e31914c')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:06
  Author: schuay
Revision: 145140

angband-4.0.3-1

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 18:45:32 UTC (rev 145139)
+++ PKGBUILD2015-10-27 19:14:06 UTC (rev 145140)
@@ -8,8 +8,8 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.0.3
+pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('i686' 'x86_64')
 url="http://rephial.org/;
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('b4c96762281307e69b95114b9b3a6487')
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


[arch-commits] Commit in angband/repos/community-i686 (PKGBUILD PKGBUILD)

2015-10-27 Thread Jakob Gruber
Date: Tuesday, October 27, 2015 @ 20:14:20
  Author: schuay
Revision: 145141

archrelease: copy trunk to community-i686

Added:
  angband/repos/community-i686/PKGBUILD
(from rev 145140, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:06 UTC (rev 145140)
+++ PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('b4c96762281307e69b95114b9b3a6487')

Copied: angband/repos/community-i686/PKGBUILD (from rev 145140, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 19:14:20 UTC (rev 145141)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('i686' 'x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('d1d065d2d13221755a2a689c17e7a895')


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

2015-10-27 Thread Andreas Radke
Date: Tuesday, October 27, 2015 @ 20:13:04
  Author: andyrtr
Revision: 249805

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 19:12:51 UTC (rev 249804)
+++ extra-i686/PKGBUILD 2015-10-27 19:13:04 UTC (rev 249805)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.76
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('92e14b4f52a320c8d8b8176918bd4a8c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 249804, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 19:13:04 UTC (rev 249805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('f34561df0630f4ece332fd391e31914c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 21:31:55
  Author: heftig
Revision: 249807

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

Added:
  dbus/repos/testing-i686/PKGBUILD
(from rev 249806, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 249806, dbus/trunk/PKGBUILD)
Deleted:
  
dbus/repos/testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
  dbus/repos/testing-i686/PKGBUILD
  
dbus/repos/testing-x86_64/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
  dbus/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  134 
++
 testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   |   25 
-
 testing-i686/PKGBUILD   |   72 
-
 testing-x86_64/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch |   25 
-
 testing-x86_64/PKGBUILD |   72 
-
 5 files changed, 134 insertions(+), 194 deletions(-)

Deleted: testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
===
--- testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   
2015-10-27 20:28:19 UTC (rev 249806)
+++ testing-i686/0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch   
2015-10-27 20:31:55 UTC (rev 249807)
@@ -1,25 +0,0 @@
-From 53c3f6c20980a9375f4c699355e8f7963ed63d7f Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 22 Oct 2015 19:50:29 +0200
-Subject: [PATCH] user dbus.socket: Set DBUS_SESSION_BUS_ADDRESS
-
-As discussed in https://github.com/systemd/systemd/issues/1600

- bus/systemd-user/dbus.socket.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/bus/systemd-user/dbus.socket.in b/bus/systemd-user/dbus.socket.in
-index 77958f7..5535443 100644
 a/bus/systemd-user/dbus.socket.in
-+++ b/bus/systemd-user/dbus.socket.in
-@@ -3,6 +3,7 @@ Description=D-Bus User Message Bus Socket
- 
- [Socket]
- ListenStream=%t/bus
-+ExecStartPost=@EXPANDED_BINDIR@/systemctl --user set-environment 
DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
- 
- [Install]
- WantedBy=sockets.target
--- 
-2.6.2
-

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-10-27 20:28:19 UTC (rev 249806)
+++ testing-i686/PKGBUILD   2015-10-27 20:31:55 UTC (rev 249807)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=5
-pkgdesc="Freedesktop.org message bus system"
-url="http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch)
-md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- 'a97e2b8e5da583e38690d2ccd0424619')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

-
-prepare() {
-  cd dbus-$pkgver
-
-  # https://github.com/systemd/systemd/issues/1600
-  patch -Np1 -i ../0001-user-dbus.socket-Set-DBUS_SESSION_BUS_ADDRESS.patch
-}
-
-build() {
-  cd dbus-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd --enable-user-session
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "${pkgdir}/var/run"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
-}
-
-package_libdbus(){
-  pkgdesc="DBus library"
-  depends=('libsystemd')
-
-  cd dbus-$pkgver
-  make DESTDIR="$pkgdir" -C dbus install
-  make DESTDIR="$pkgdir" install-data-am
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
-}

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 249806, dbus/trunk/PKGBUILD)
===
--- 

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:40:56
  Author: heftig
Revision: 249811

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

Added:
  gnome-keyring/repos/extra-i686/PKGBUILD
(from rev 249810, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-i686/gnome-keyring.install
(from rev 249810, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 249810, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install
(from rev 249810, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/extra-i686/PKGBUILD
  gnome-keyring/repos/extra-i686/gnome-keyring.install
  gnome-keyring/repos/extra-x86_64/PKGBUILD
  gnome-keyring/repos/extra-x86_64/gnome-keyring.install

+
 /PKGBUILD  |   66 +++
 /gnome-keyring.install |   24 
 extra-i686/PKGBUILD|   35 --
 extra-i686/gnome-keyring.install   |   12 --
 extra-x86_64/PKGBUILD  |   35 --
 extra-x86_64/gnome-keyring.install |   12 --
 6 files changed, 90 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 22:40:19 UTC (rev 249810)
+++ extra-i686/PKGBUILD 2015-10-27 22:40:56 UTC (rev 249811)
@@ -1,35 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-
-pkgname=gnome-keyring
-epoch=1
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="GNOME Password Management daemon"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gcr' 'libcap-ng')
-makedepends=('intltool' 'gtk-doc')
-groups=('gnome')
-options=('!emptydirs')
-url="http://www.gnome.org;
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
-
-# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-keyring/repos/extra-i686/PKGBUILD (from rev 249810, 
gnome-keyring/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 22:40:56 UTC (rev 249811)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+epoch=1
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url="http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-keyring.install
===
--- extra-i686/gnome-keyring.install2015-10-27 22:40:19 UTC (rev 249810)
+++ extra-i686/gnome-keyring.install2015-10-27 22:40:56 UTC (rev 249811)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/extra-i686/gnome-keyring.install (from rev 249810, 
gnome-keyring/trunk/gnome-keyring.install)
===
--- extra-i686/gnome-keyring.install(rev 0)
+++ extra-i686/gnome-keyring.install2015-10-27 22:40:56 UTC (rev 249811)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-27 22:40:19 UTC 

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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:32:24
  Author: heftig
Revision: 249808

1.44.0

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 20:31:55 UTC (rev 249807)
+++ PKGBUILD2015-10-27 22:32:24 UTC (rev 249808)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.43.3
+pkgver=1.44.0
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
 makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:33:25
  Author: heftig
Revision: 249809

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 22:32:24 UTC (rev 249808)
+++ extra-i686/PKGBUILD 2015-10-27 22:33:25 UTC (rev 249809)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.43.3
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Gjs;
-license=(GPL)
-depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 249808, gjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 22:33:25 UTC (rev 249809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.44.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-27 22:32:24 UTC (rev 249808)
+++ extra-x86_64/PKGBUILD   2015-10-27 22:33:25 UTC (rev 249809)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.43.3
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Gjs;
-license=(GPL)
-depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 249808, gjs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-27 22:33:25 UTC (rev 249809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.44.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-10-27 Thread Jan Steffens
Date: Tuesday, October 27, 2015 @ 23:40:19
  Author: heftig
Revision: 249810

3.18.3

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 22:33:25 UTC (rev 249809)
+++ PKGBUILD2015-10-27 22:40:19 UTC (rev 249810)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-keyring
 epoch=1
-pkgver=3.16.0
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="GNOME Password Management daemon"
 arch=(i686 x86_64)
@@ -15,10 +15,8 @@
 url="http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('15a3bb8c53855a4ff0dbbdfbe4ec3df206c32048f50bdc76a51f8e3e14ece1f5')
+sha256sums=('3f670dd61789bdda75b9c9e31e289bf7b1d23ba012433474790081ba7dc0ed98')
 
-# Held at 3.16 until https://bugzilla.gnome.org/show_bug.cgi?id=756006 is fixed
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 01:47:19
  Author: anatolik
Revision: 249814

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

Added:
  hdf5/repos/staging-i686/
  hdf5/repos/staging-i686/PKGBUILD
(from rev 249813, hdf5/trunk/PKGBUILD)
  hdf5/repos/staging-x86_64/
  hdf5/repos/staging-x86_64/PKGBUILD
(from rev 249813, hdf5/trunk/PKGBUILD)

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

Copied: hdf5/repos/staging-i686/PKGBUILD (from rev 249813, hdf5/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 00:47:19 UTC (rev 249814)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+

Copied: hdf5/repos/staging-x86_64/PKGBUILD (from rev 249813, 
hdf5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 00:47:19 UTC (rev 249814)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+


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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 01:46:45
  Author: anatolik
Revision: 249813

upgpkg: hdf5 1.8.15_patch1-1

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 23:53:12 UTC (rev 249812)
+++ PKGBUILD2015-10-28 00:46:45 UTC (rev 249813)
@@ -5,7 +5,7 @@
 # Contributor: Tom K 
 
 pkgname=hdf5
-pkgver=1.8.14
+pkgver=1.8.15_patch1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -14,13 +14,11 @@
 depends=('zlib' 'sh')
 makedepends=('time')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver/_/-}"
 
-  export CFLAGS="${CFLAGS/O2/O0}"
-  export CXXFLAGS="${CFLAGS}"
   ./configure --prefix=/usr --disable-static \
 --enable-hl \
 --enable-threadsafe \


[arch-commits] Commit in hdf5-cpp-fortran/repos (4 files)

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:05:48
  Author: anatolik
Revision: 249816

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

Added:
  hdf5-cpp-fortran/repos/staging-i686/
  hdf5-cpp-fortran/repos/staging-i686/PKGBUILD
(from rev 249815, hdf5-cpp-fortran/trunk/PKGBUILD)
  hdf5-cpp-fortran/repos/staging-x86_64/
  hdf5-cpp-fortran/repos/staging-x86_64/PKGBUILD
(from rev 249815, hdf5-cpp-fortran/trunk/PKGBUILD)

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

Copied: hdf5-cpp-fortran/repos/staging-i686/PKGBUILD (from rev 249815, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:05:48 UTC (rev 249816)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-fortran2003 \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${_pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+

Copied: hdf5-cpp-fortran/repos/staging-x86_64/PKGBUILD (from rev 249815, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:05:48 UTC (rev 249816)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.15_patch1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="General purpose library and file format for storing scientific data"
+url="http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-fortran2003 \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver/_/-}"
+
+  make -j1 DESTDIR="${pkgdir}" install
+
+  install -d -m755 "$pkgdir/usr/share/licenses/${pkgname}"
+  install -m644 "$srcdir/${_pkgname}-${pkgver/_/-}/COPYING" \
+  "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" 
+}
+


[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 02:05:14
  Author: anatolik
Revision: 249815

upgpkg: hdf5-cpp-fortran 1.8.15_patch1-1

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 00:47:19 UTC (rev 249814)
+++ PKGBUILD2015-10-28 01:05:14 UTC (rev 249815)
@@ -6,7 +6,7 @@
 
 pkgname=hdf5-cpp-fortran
 _pkgname=hdf5
-pkgver=1.8.14
+pkgver=1.8.15_patch1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data"
@@ -17,12 +17,10 @@
 conflicts=('hdf5')
 provides=('hdf5')
 
source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('3c48bcb0d5fb21a3aa425ed035c08d8da3d5483a')
+sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0')
 
 build() {
   cd "$srcdir/${_pkgname}-${pkgver/_/-}"
-  export CFLAGS="${CFLAGS/O2/O0}"
-  export CXXFLAGS="${CFLAGS}"
   ./configure --prefix=/usr --disable-static \
 --enable-hl \
 --enable-cxx \


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:26:47
  Author: foutrelis
Revision: 249820

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

Added:
  netcdf/repos/staging-i686/
  netcdf/repos/staging-i686/PKGBUILD
(from rev 249819, netcdf/trunk/PKGBUILD)
  netcdf/repos/staging-x86_64/
  netcdf/repos/staging-x86_64/PKGBUILD
(from rev 249819, netcdf/trunk/PKGBUILD)

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

Copied: netcdf/repos/staging-i686/PKGBUILD (from rev 249819, 
netcdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-10-28 01:26:47 UTC (rev 249820)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.3.3.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Copied: netcdf/repos/staging-x86_64/PKGBUILD (from rev 249819, 
netcdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-10-28 01:26:47 UTC (rev 249820)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.3.3.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}


[arch-commits] Commit in python-mako/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:56:07
  Author: fyan
Revision: 249826

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
(from rev 249825, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:47 UTC (rev 249825)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
-  'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
-
-mv "$pkgdir/usr/bin/mako-render" "$pkgdir/usr/bin/mako-render2"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 249825, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-28 01:56:07 UTC (rev 249826)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
+  'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py build
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir/Mako-$pkgver"
+python setup.py test
+
+cd "$srcdir/Mako-$pkgver-py2"
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+cd Mako-$pkgver
+python setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+cd Mako-$pkgver-py2
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+mv "$pkgdir/usr/bin/mako-render"{,2}
+}


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

2015-10-27 Thread Evangelos Foutras
Date: Wednesday, October 28, 2015 @ 02:56:35
  Author: foutrelis
Revision: 145145

hdf5 1.8.15 rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:55:29 UTC (rev 145144)
+++ PKGBUILD2015-10-28 01:56:35 UTC (rev 145145)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org;


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:55:47
  Author: fyan
Revision: 249825

upgpkg: python-mako 1.0.3-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 01:53:22 UTC (rev 249824)
+++ PKGBUILD2015-10-28 01:55:47 UTC (rev 249825)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
 url="http://www.makotemplates.org/;
@@ -14,27 +14,27 @@
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
 
source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('d53b9161985ca4bdd1aaec8d5f694856e961bdf1'
+sha1sums=('d68636bc4b2d4c4030c936d88c4e05a8080b4463'
   'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 
 prepare() {
-cp -a Mako-$pkgver python2-Mako-$pkgver
+cp -a Mako-$pkgver{,-py2}
 }
 
 build() {
-cd Mako-$pkgver
-python3 setup.py build
+cd "$srcdir/Mako-$pkgver"
+python setup.py build
 
-cd ../python2-Mako-$pkgver
+cd "$srcdir/Mako-$pkgver-py2"
 python2 setup.py build
 }
 
 check() {
-cd Mako-$pkgver
-python3 setup.py test
+cd "$srcdir/Mako-$pkgver"
+python setup.py test
 
-cd ../python2-Mako-$pkgver
+cd "$srcdir/Mako-$pkgver-py2"
 python2 setup.py test
 }
 
@@ -42,16 +42,16 @@
 depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
 
 cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
+python setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
 package_python2-mako() {
 depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
 
-cd python2-Mako-$pkgver
+cd Mako-$pkgver-py2
 python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
+install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 
-mv "$pkgdir/usr/bin/mako-render" "$pkgdir/usr/bin/mako-render2"
+mv "$pkgdir/usr/bin/mako-render"{,2}
 }


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

2015-10-27 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 02:55:10
  Author: fyan
Revision: 145143

upgpkg: python-dnslib 0.9.5-1

Modified:
  python-dnslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 19:14:27 UTC (rev 145142)
+++ PKGBUILD2015-10-28 01:55:10 UTC (rev 145143)
@@ -4,8 +4,8 @@
 _pypiname=dnslib
 pkgbase=python-$_pypiname
 pkgname=(python-$_pypiname python2-$_pypiname)
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Simple library to encode/decode DNS wire-format packets"
 arch=('any')
 url=("https://bitbucket.org/paulc/dnslib;)
@@ -12,7 +12,7 @@
 license=('custom:BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
-md5sums=('8a8fb0a228dc1b6e3d058e8396d02430')
+md5sums=('ab26665b468a74b01d0882bc6b67f12a')
 
 prepare() {
   cp -a ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}


  1   2   >