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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:35
  Author: tpowa
Revision: 155050

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 155049, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 155049, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 155049, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 155049, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 155049, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 155049, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 155049, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 155049, 
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 |  136 
 /build.sh |  122 +
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 ++
 community-i686/PKGBUILD   |   68 --
 community-i686/build.sh   |   61 
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   68 --
 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, 346 insertions(+), 346 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-31 08:26:31 UTC (rev 155049)
+++ community-i686/PKGBUILD 2015-12-31 08:26:35 UTC (rev 155050)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.12
-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 r8168/repos (10 files)

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:26
  Author: tpowa
Revision: 155046

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

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

Copied: r8168/repos/community-i686/PKGBUILD (from rev 155045, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:26 UTC (rev 155046)
@@ -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=9
+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 rt3562sta/repos (10 files)

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:28
  Author: tpowa
Revision: 155047

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

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 155046, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 155046, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 155046, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 155046, 
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-12-31 08:26:26 UTC (rev 155046)
+++ community-i686/PKGBUILD 2015-12-31 08:26:28 UTC (rev 155047)
@@ -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_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#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 155046, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:28 UTC (rev 155047)
@@ -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=2
+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 tp_smapi/repos (10 files)

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:29
  Author: tpowa
Revision: 155048

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

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 155047, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 155047, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 155047, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 155047, 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-12-31 08:26:28 UTC (rev 155047)
+++ community-i686/PKGBUILD 2015-12-31 08:26:29 UTC (rev 155048)
@@ -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=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" "${_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 155047, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:29 UTC (rev 155048)
@@ -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.3-ARCH
+pkgrel=76
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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 vhba-module/repos (14 files)

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:31
  Author: tpowa
Revision: 155049

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 155048, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 155048, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 155048, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 155048, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 155048, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 155048, 
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-12-31 08:26:29 UTC (rev 155048)
+++ community-i686/60-vhba.rules2015-12-31 08:26:31 UTC (rev 155049)
@@ -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 155048, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-12-31 08:26:31 UTC (rev 155049)
@@ -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-12-31 08:26:29 UTC (rev 155048)
+++ community-i686/PKGBUILD 2015-12-31 08:26:31 UTC (rev 155049)
@@ -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=19
-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 155048, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:31 UTC (rev 155049)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.3-ARCH
+pkgrel=20
+pkgdesc="Kernel module that emulates SCSI devices"

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:25
  Author: tpowa
Revision: 155045

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

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 155044, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 155044, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 155044, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 155044, 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-12-31 08:26:22 UTC (rev 155044)
+++ community-i686/PKGBUILD 2015-12-31 08:26:25 UTC (rev 155045)
@@ -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=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"
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 155044, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:25 UTC (rev 155045)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
+pkgrel=39
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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-12-31 08:26:22 UTC (rev 155044)
+++ community-i686/bbswitch.install 2015-12-31 08:26:25 UTC (rev 155045)
@@ -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 155044, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-12-31 

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:26:22
  Author: tpowa
Revision: 155044

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

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 155043, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 155043, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 155043, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 155043, 
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-12-30 19:15:53 UTC (rev 155043)
+++ community-i686/PKGBUILD 2015-12-31 08:26:22 UTC (rev 155044)
@@ -1,47 +0,0 @@
-# $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:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 155043, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 08:26:22 UTC (rev 155044)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=37
+_extramodules=extramodules-4.3-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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 linux/repos (32 files)

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:27:01
  Author: tpowa
Revision: 257389

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

Added:
  linux/repos/core-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch
(from rev 257388, 
linux/repos/testing-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 257388, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 257388, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 257388, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 257388, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 257388, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 257388, linux/repos/testing-i686/linux.preset)
  
linux/repos/core-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch
(from rev 257388, 
linux/repos/testing-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 257388, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 257388, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 257388, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 257388, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 257388, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 257388, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config-4.3
  linux/repos/core-i686/config-4.3.x86_64
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  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-4.3
  linux/repos/core-x86_64/config-4.3.x86_64
  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   |  592 
 /change-default-console-loglevel.patch  |   22 
 /config |15600 
++
 /config.x86_64  |15114 
+
 /linux.install  |   74 
 /linux.preset   |   28 
 core-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch   |   56 
 core-i686/PKGBUILD  |  290 
 core-i686/change-default-console-loglevel.patch |   11 
 core-i686/config| 7723 
 core-i686/config-4.3| 7797 
 core-i686/config-4.3.x86_64 | 7558 
 core-i686/config.x86_64 | 7475 
 core-i686/linux.install |   37 
 core-i686/linux.preset  |   14 
 core-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch |   56 
 core-x86_64/PKGBUILD|  290 
 core-x86_64/change-default-console-loglevel.patch   |   11 
 core-x86_64/config  | 7723 
 core-x86_64/config-4.3  | 7797 
 core-x86_64/config-4.3.x86_64   | 7558 
 core-x86_64/config.x86_64   | 7475 
 core-x86_64/linux.install   |   37 
 core-x86_64/linux.preset|   14 
 24 files changed, 31542 insertions(+), 61810 deletions(-)

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


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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:27:20
  Author: tpowa
Revision: 257390

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 257389, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
(from rev 257389, nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 257389, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 257389, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
(from rev 257389, 
nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 257389, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  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/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  |  132 +++
 /nvidia-304xx-dkms.install |   60 ++
 /nvidia-304xx.install  |   26 ++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/nvidia-304xx-dkms.install   |   30 ---
 extra-i686/nvidia-304xx.install|   13 ---
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/nvidia-304xx-dkms.install |   30 ---
 extra-x86_64/nvidia-304xx.install  |   13 ---
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 08:27:01 UTC (rev 257389)
+++ extra-i686/PKGBUILD 2015-12-31 08:27:20 UTC (rev 257390)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.131
-_extramodules=extramodules-4.2-ARCH
-pkgrel=2.1
-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;)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-304xx() {
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.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 nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}
-
-package_nvidia-304xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
-depends=('dkms' "nvidia-304xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-   conflicts+=('nvidia-304xx')
-install=nvidia-304xx-dkms.install
-
-cd ${_pkg}
-   make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > 

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:27:24
  Author: tpowa
Revision: 257392

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 08:27:22 UTC (rev 257391)
+++ extra-i686/PKGBUILD 2015-12-31 08:27:24 UTC (rev 257392)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.96
-_extramodules=extramodules-4.2-ARCH
-pkgrel=2.1
-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_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
-md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.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'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-install=nvidia-340xx-dkms.install
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 257391, 

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:27:22
  Author: tpowa
Revision: 257391

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 08:27:20 UTC (rev 257390)
+++ extra-i686/PKGBUILD 2015-12-31 08:27:22 UTC (rev 257391)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=358.16
-_extramodules=extramodules-4.2-ARCH
-pkgrel=2.1
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('a5d37fb56a59b9958f6c34139250baf13a1c42ffc70f7deb19ffaac1ae6c2ce80b96649c5797d60754050d75792d14141cd5ebc8820bb73ee4aad4aa6d6c5b20')
-sha512sums_x86_64=('eb1abeebbfa807c784e9019afaa3f238d2142b28467c80dcac8d5199cf1082d72ab417e39660bda076023aecb7d04d9c3c91a2d494f1513cfe82b617b17a2297')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.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"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:49:00
  Author: tpowa
Revision: 257395

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

Added:
  f2fs-tools/repos/extra-i686/PKGBUILD
(from rev 257394, f2fs-tools/repos/testing-i686/PKGBUILD)
  f2fs-tools/repos/extra-x86_64/PKGBUILD
(from rev 257394, f2fs-tools/repos/testing-x86_64/PKGBUILD)
Deleted:
  f2fs-tools/repos/extra-i686/PKGBUILD
  f2fs-tools/repos/extra-x86_64/PKGBUILD
  f2fs-tools/repos/testing-i686/
  f2fs-tools/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 08:48:50 UTC (rev 257394)
+++ extra-i686/PKGBUILD 2015-12-31 08:49:00 UTC (rev 257395)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-
-pkgname=f2fs-tools
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Tools for Flash-Friendly File System (F2FS)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/f2fs-tools/;
-depends=('util-linux')
-license=('GPL')
-source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
-md5sums=('d1286b83d4844d5eac3e53a1ed772288')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-
-   autoreconf -fi
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/extra-i686/PKGBUILD (from rev 257394, 
f2fs-tools/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 08:49:00 UTC (rev 257395)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
+md5sums=('a98553e82ff77db7443a7f2f0b796d48')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 08:48:50 UTC (rev 257394)
+++ extra-x86_64/PKGBUILD   2015-12-31 08:49:00 UTC (rev 257395)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-
-pkgname=f2fs-tools
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Tools for Flash-Friendly File System (F2FS)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/f2fs-tools/;
-depends=('util-linux')
-license=('GPL')
-source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
-md5sums=('d1286b83d4844d5eac3e53a1ed772288')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-
-   autoreconf -fi
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/extra-x86_64/PKGBUILD (from rev 257394, 
f2fs-tools/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 08:49:00 UTC (rev 257395)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
+md5sums=('a98553e82ff77db7443a7f2f0b796d48')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}


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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:48:50
  Author: tpowa
Revision: 257394

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

Added:
  pciutils/repos/core-i686/PKGBUILD
(from rev 257393, pciutils/repos/testing-i686/PKGBUILD)
  pciutils/repos/core-x86_64/PKGBUILD
(from rev 257393, pciutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  pciutils/repos/core-i686/PKGBUILD
  pciutils/repos/core-x86_64/PKGBUILD
  pciutils/repos/testing-i686/
  pciutils/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-12-31 08:48:38 UTC (rev 257393)
+++ core-i686/PKGBUILD  2015-12-31 08:48:50 UTC (rev 257394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=pciutils
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="PCI bus configuration space access library and tools"
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url="http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids' 'kmod')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
-  cp lib/libpci.a "${srcdir}/"
-  make clean
-  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
-  # this is now supplied by the hwids package
-  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
-}

Copied: pciutils/repos/core-i686/PKGBUILD (from rev 257393, 
pciutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-12-31 08:48:50 UTC (rev 257394)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('00ec5c00e00d0360aebe33031e4bf712')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-12-31 08:48:38 UTC (rev 257393)
+++ core-x86_64/PKGBUILD2015-12-31 08:48:50 UTC (rev 257394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=pciutils
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="PCI bus configuration space access library and tools"
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url="http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids' 'kmod')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
-  cp lib/libpci.a "${srcdir}/"
-  make clean
-  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 

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

2015-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2015 @ 09:48:38
  Author: tpowa
Revision: 257393

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

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 257392, xfsprogs/repos/testing-i686/PKGBUILD)
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 257392, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-12-31 08:27:24 UTC (rev 257392)
+++ core-i686/PKGBUILD  2015-12-31 08:48:38 UTC (rev 257393)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 257392, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-12-31 08:48:38 UTC (rev 257393)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-12-31 08:27:24 UTC (rev 257392)
+++ core-x86_64/PKGBUILD2015-12-31 08:48:38 UTC (rev 257393)
@@ -1,34 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('libutil-linux')
-makedepends=('git')
-options=('!makeflags')
-source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make configure
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
-  rm -rf "${pkgdir}/lib"
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 257392, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-12-31 08:48:38 UTC (rev 257393)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" 

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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 11:12:17
  Author: fyan
Revision: 155051

upgpkg: scrapy 1.0.4-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 08:26:35 UTC (rev 155050)
+++ PKGBUILD2015-12-31 10:12:17 UTC (rev 155051)
@@ -4,8 +4,8 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=(any)
 license=('BSD')
@@ -13,7 +13,7 @@
 depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 
'python2-six' 'python2-queuelib' 
  'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl' 
'python2-service-identity')
 makedepends=('git')
-checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow')
+checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow' 
'mitmproxy')
 optdepends=('ipython2: for enhanced support of the interactive scraping shell')
 source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver};)
 md5sums=('SKIP')


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 11:12:38
  Author: fyan
Revision: 155052

archrelease: copy trunk to community-any

Added:
  scrapy/repos/community-any/PKGBUILD
(from rev 155051, scrapy/trunk/PKGBUILD)
Deleted:
  scrapy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 10:12:17 UTC (rev 155051)
+++ PKGBUILD2015-12-31 10:12:38 UTC (rev 155052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=(any)
-license=('BSD')
-url="http://scrapy.org;
-depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 
'python2-six' 'python2-queuelib' 
- 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl' 
'python2-service-identity')
-makedepends=('git')
-checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow')
-optdepends=('ipython2: for enhanced support of the interactive scraping shell')
-source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver};)
-md5sums=('SKIP')
-
-check() {
-  cd "${srcdir}/scrapy"
-  py.test2 tests || warning "Tests failed"
-  # Fails horribly for now. Still need to adjust.
-}
-
-package() {
-  cd "${srcdir}/scrapy"
-  python2 setup.py install -O1 --root="${pkgdir}"
-  
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
-  install -D -m644 "docs/intro/install.rst" 
"${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst"
-}

Copied: scrapy/repos/community-any/PKGBUILD (from rev 155051, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 10:12:38 UTC (rev 155052)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=(any)
+license=('BSD')
+url="http://scrapy.org;
+depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 
'python2-six' 'python2-queuelib' 
+ 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl' 
'python2-service-identity')
+makedepends=('git')
+checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow' 
'mitmproxy')
+optdepends=('ipython2: for enhanced support of the interactive scraping shell')
+source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver};)
+md5sums=('SKIP')
+
+check() {
+  cd "${srcdir}/scrapy"
+  py.test2 tests || warning "Tests failed"
+  # Fails horribly for now. Still need to adjust.
+}
+
+package() {
+  cd "${srcdir}/scrapy"
+  python2 setup.py install -O1 --root="${pkgdir}"
+  
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
+  install -D -m644 "docs/intro/install.rst" 
"${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst"
+}


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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 12:19:24
  Author: arodseth
Revision: 155056

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 155055, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 155055, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 155055, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 155055, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 155055, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 155055, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 155055, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 155055, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  184 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   92 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   92 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-31 11:19:08 UTC (rev 155055)
+++ community-i686/PKGBUILD 2015-12-31 11:19:24 UTC (rev 155056)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git' 
'libxslt' 'fop')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv 

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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 12:19:08
  Author: arodseth
Revision: 155055

upgpkg: erlang 18.2.1-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 10:18:55 UTC (rev 155054)
+++ PKGBUILD2015-12-31 11:19:08 UTC (rev 155055)
@@ -8,8 +8,8 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.1
-pkgrel=2
+pkgver=18.2.1
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')
@@ -21,7 +21,7 @@
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
+'a58005ccd64853e8c79631a3c4c057dd6f92f581d97d00845a0aea817c33afa0'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:01:57
  Author: andyrtr
Revision: 257407

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 12:01:45 UTC (rev 257406)
+++ extra-i686/PKGBUILD 2015-12-31 12:01:57 UTC (rev 257407)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Yue
-
-pkgname=libodfgen
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='Library for generating documents in Open Document Format'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
-license=('MPL')
-depends=('libwpd' 'zlib' 'librevenge')
-makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
-source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c78c3f7d83d5b303c68aefdf04c91a74af5ce52')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libodfgen/repos/extra-i686/PKGBUILD (from rev 257406, 
libodfgen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 12:01:57 UTC (rev 257407)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('49da7cc0dc4adfe0452e951d2dea3c225358fd63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 12:01:45 UTC (rev 257406)
+++ extra-x86_64/PKGBUILD   2015-12-31 12:01:57 UTC (rev 257407)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Yue
-
-pkgname=libodfgen
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='Library for generating documents in Open Document Format'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
-license=('MPL')
-depends=('libwpd' 'zlib' 'librevenge')
-makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
-source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c78c3f7d83d5b303c68aefdf04c91a74af5ce52')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libodfgen/repos/extra-x86_64/PKGBUILD (from rev 257406, 
libodfgen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 12:01:57 UTC (rev 257407)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('49da7cc0dc4adfe0452e951d2dea3c225358fd63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:01:45
  Author: andyrtr
Revision: 257406

upgpkg: libodfgen 0.1.6-1

upstream update 0.1.6

Modified:
  libodfgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 12:00:32 UTC (rev 257405)
+++ PKGBUILD2015-12-31 12:01:45 UTC (rev 257406)
@@ -4,8 +4,8 @@
 # Contributor: Yue
 
 pkgname=libodfgen
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
 pkgdesc='Library for generating documents in Open Document Format'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
@@ -13,7 +13,7 @@
 depends=('libwpd' 'zlib' 'librevenge')
 makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
 
source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('4c78c3f7d83d5b303c68aefdf04c91a74af5ce52')
+sha1sums=('49da7cc0dc4adfe0452e951d2dea3c225358fd63')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:46:23
  Author: andyrtr
Revision: 257408

upgpkg: qt4 4.8.7-6

apply fixes for LibreOffice from the upstream Qt bug tracker

Added:
  qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff
  qt4/trunk/l-qclipboard_delay.patch
  qt4/trunk/l-qclipboard_fix_recursive.patch
Modified:
  qt4/trunk/PKGBUILD

-+
 PKGBUILD|   20 -
 glib-honor-ExcludeSocketNotifiers-flag.diff |   63 +
 l-qclipboard_delay.patch|   12 +++
 l-qclipboard_fix_recursive.patch|   94 ++
 4 files changed, 186 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 12:01:57 UTC (rev 257407)
+++ PKGBUILD2015-12-31 12:46:23 UTC (rev 257408)
@@ -5,7 +5,7 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -35,7 +35,10 @@
 'improve-cups-support.patch'
 'moc-boost-workaround.patch'
 'kubuntu_14_systemtrayicon.diff'
-'kde4-settings.patch')
+'kde4-settings.patch'
+'glib-honor-ExcludeSocketNotifiers-flag.diff'
+'l-qclipboard_fix_recursive.patch'
+'l-qclipboard_delay.patch')
 md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a16638f4781e56e7887ff8212a322ecc'
  '8a28b3f52dbeb685d4b69440b520a3e1'
@@ -45,7 +48,10 @@
  'c439c7731c25387352d8453ca7574971'
  'da387bde22ae1c446f12525d2a31f070'
  'a523644faa8f98a73f55c4aa23c114a6'
- '66dfea63916c8dbf47b23cb012ffdccc')
+ '66dfea63916c8dbf47b23cb012ffdccc'
+ '85679531c8a7310317adfb7002d9f99a'
+ '009de09b4e589a7770fba74405656c99'
+ 'addc5e88d538ee55e17bd49ba337ca67')
 
 prepare() {
   cd ${_pkgfqn}
@@ -62,6 +68,14 @@
   # FS#45106
   patch -p0 -i "${srcdir}"/kde4-settings.patch
 
+  # fixes for LibreOffice from the upstream Qt bug tracker FS#46436, FS#41648, 
FS#39819
+  # https://bugreports.qt.io/browse/QTBUG-37380
+  patch -p1 -i "${srcdir}"/glib-honor-ExcludeSocketNotifiers-flag.diff
+  # https://bugreports.qt.io/browse/QTBUG-34614
+  patch -p0 -i "${srcdir}"/l-qclipboard_fix_recursive.patch
+  # https://bugreports.qt.io/browse/QTBUG-38585
+  patch -p0 -i "${srcdir}"/l-qclipboard_delay.patch
+
   sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/{g++,gcc}-base.conf
   sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
mkspecs/common/gcc-base-unix.conf
   sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf

Added: glib-honor-ExcludeSocketNotifiers-flag.diff
===
--- glib-honor-ExcludeSocketNotifiers-flag.diff (rev 0)
+++ glib-honor-ExcludeSocketNotifiers-flag.diff 2015-12-31 12:46:23 UTC (rev 
257408)
@@ -0,0 +1,63 @@
+Author: Jan-Marek Glogowski 
+Date:   Thu Mar 06 18:44:43 2014 +0100
+
+Honor QEventLoop::ExcludeSocketNotifiers in glib event loop.
+
+Implements QEventLoop::ExcludeSocketNotifiers in the same way 
+QEventLoop::X11ExcludeTimers is already implemented for the glib
+event loop.
+
+--- qt4-x11-4.8.1.orig/src/corelib/kernel/qeventdispatcher_glib.cpp
 qt4-x11-4.8.1/src/corelib/kernel/qeventdispatcher_glib.cpp
+@@ -65,6 +65,7 @@ struct GPollFDWithQSocketNotifier
+ struct GSocketNotifierSource
+ {
+ GSource source;
++QEventLoop::ProcessEventsFlags processEventsFlags;
+ QList pollfds;
+ };
+ 
+@@ -80,6 +81,9 @@ static gboolean socketNotifierSourceChec
+ GSocketNotifierSource *src = reinterpret_cast(source);
+ 
+ bool pending = false;
++if (src->processEventsFlags & QEventLoop::ExcludeSocketNotifiers)
++return pending;
++
+ for (int i = 0; !pending && i < src->pollfds.count(); ++i) {
+ GPollFDWithQSocketNotifier *p = src->pollfds.at(i);
+ 
+@@ -103,6 +107,9 @@ static gboolean socketNotifierSourceDisp
+ QEvent event(QEvent::SockAct);
+ 
+ GSocketNotifierSource *src = reinterpret_cast(source);
++if (src->processEventsFlags & QEventLoop::ExcludeSocketNotifiers)
++return true;
++
+ for (int i = 0; i < src->pollfds.count(); ++i) {
+ GPollFDWithQSocketNotifier *p = src->pollfds.at(i);
+ 
+@@ -330,6 +337,7 @@ QEventDispatcherGlibPrivate::QEventDispa
+ reinterpret_cast(g_source_new(,
+
sizeof(GSocketNotifierSource)));
+ (void) new (>pollfds) 
QList();
++socketNotifierSource->processEventsFlags = QEventLoop::AllEvents;
+ g_source_set_can_recurse(>source, true);
+ g_source_attach(>source, mainContext);
+ 
+@@ -415,6 +423,7 @@ bool QEventDispatcherGlib::processEvents
+ // tell postEventSourcePrepare() and timerSource about any new flags
+ QEventLoop::ProcessEventsFlags savedFlags = 

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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:46:56
  Author: andyrtr
Revision: 257409

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

Added:
  qt4/repos/testing-i686/
  qt4/repos/testing-i686/PKGBUILD
(from rev 257408, qt4/trunk/PKGBUILD)
  qt4/repos/testing-i686/assistant-qt4.desktop
(from rev 257408, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-i686/designer-qt4.desktop
(from rev 257408, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-i686/glib-honor-ExcludeSocketNotifiers-flag.diff
(from rev 257408, qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff)
  qt4/repos/testing-i686/improve-cups-support.patch
(from rev 257408, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-i686/kde4-settings.patch
(from rev 257408, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-i686/kubuntu_14_systemtrayicon.diff
(from rev 257408, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-i686/l-qclipboard_delay.patch
(from rev 257408, qt4/trunk/l-qclipboard_delay.patch)
  qt4/repos/testing-i686/l-qclipboard_fix_recursive.patch
(from rev 257408, qt4/trunk/l-qclipboard_fix_recursive.patch)
  qt4/repos/testing-i686/linguist-qt4.desktop
(from rev 257408, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-i686/moc-boost-workaround.patch
(from rev 257408, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-i686/qdbusviewer-qt4.desktop
(from rev 257408, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-i686/qt4.install
(from rev 257408, qt4/trunk/qt4.install)
  qt4/repos/testing-i686/qtconfig-qt4.desktop
(from rev 257408, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/testing-x86_64/
  qt4/repos/testing-x86_64/PKGBUILD
(from rev 257408, qt4/trunk/PKGBUILD)
  qt4/repos/testing-x86_64/assistant-qt4.desktop
(from rev 257408, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-x86_64/designer-qt4.desktop
(from rev 257408, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-x86_64/glib-honor-ExcludeSocketNotifiers-flag.diff
(from rev 257408, qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff)
  qt4/repos/testing-x86_64/improve-cups-support.patch
(from rev 257408, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-x86_64/kde4-settings.patch
(from rev 257408, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 257408, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-x86_64/l-qclipboard_delay.patch
(from rev 257408, qt4/trunk/l-qclipboard_delay.patch)
  qt4/repos/testing-x86_64/l-qclipboard_fix_recursive.patch
(from rev 257408, qt4/trunk/l-qclipboard_fix_recursive.patch)
  qt4/repos/testing-x86_64/linguist-qt4.desktop
(from rev 257408, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-x86_64/moc-boost-workaround.patch
(from rev 257408, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-x86_64/qdbusviewer-qt4.desktop
(from rev 257408, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-x86_64/qt4.install
(from rev 257408, qt4/trunk/qt4.install)
  qt4/repos/testing-x86_64/qtconfig-qt4.desktop
(from rev 257408, qt4/trunk/qtconfig-qt4.desktop)

+
 testing-i686/PKGBUILD  |  176 +
 testing-i686/assistant-qt4.desktop |9 
 testing-i686/designer-qt4.desktop  |   11 
 testing-i686/glib-honor-ExcludeSocketNotifiers-flag.diff   |   63 
 testing-i686/improve-cups-support.patch|   84 
 testing-i686/kde4-settings.patch   |   11 
 testing-i686/kubuntu_14_systemtrayicon.diff| 1466 +++
 testing-i686/l-qclipboard_delay.patch  |   12 
 testing-i686/l-qclipboard_fix_recursive.patch  |   94 
 testing-i686/linguist-qt4.desktop  |   10 
 testing-i686/moc-boost-workaround.patch|   12 
 testing-i686/qdbusviewer-qt4.desktop   |   10 
 testing-i686/qt4.install   |   12 
 testing-i686/qtconfig-qt4.desktop  |9 
 testing-x86_64/PKGBUILD|  176 +
 testing-x86_64/assistant-qt4.desktop   |9 
 testing-x86_64/designer-qt4.desktop|   11 
 testing-x86_64/glib-honor-ExcludeSocketNotifiers-flag.diff |   63 
 testing-x86_64/improve-cups-support.patch  |   84 
 testing-x86_64/kde4-settings.patch |   11 
 testing-x86_64/kubuntu_14_systemtrayicon.diff  | 1466 +++
 testing-x86_64/l-qclipboard_delay.patch|   12 
 testing-x86_64/l-qclipboard_fix_recursive.patch|   94 
 testing-x86_64/linguist-qt4.desktop|   10 
 testing-x86_64/moc-boost-workaround.patch  |   12 
 

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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:00:32
  Author: andyrtr
Revision: 257405

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 12:00:21 UTC (rev 257404)
+++ extra-i686/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: ponsfoot 
-# Contributor: philacs
-
-pkgname=libvisio
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Library providing ability to interpret and import visio diagrams'
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
-license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('bf5f66ef14b789cd5824de8b31841867')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Need to set timezone to CET to work around a test failure
-  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
-  make -k check TZ=CET
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 257404, 
libvisio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ponsfoot 
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('691522167fe3b0c94becfe5d957883be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Need to set timezone to CET to work around a test failure
+  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
+  make -k check TZ=CET
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 12:00:21 UTC (rev 257404)
+++ extra-x86_64/PKGBUILD   2015-12-31 12:00:32 UTC (rev 257405)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: ponsfoot 
-# Contributor: philacs
-
-pkgname=libvisio
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Library providing ability to interpret and import visio diagrams'
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
-license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('bf5f66ef14b789cd5824de8b31841867')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Need to set timezone to CET to work around a test failure
-  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
-  make -k check TZ=CET
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvisio/repos/extra-x86_64/PKGBUILD (from rev 257404, 
libvisio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 12:00:32 UTC (rev 257405)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: ponsfoot 
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')

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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 13:00:21
  Author: andyrtr
Revision: 257404

upgpkg: libvisio 0.1.5-1

upstream update 0.1.5

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:57:46 UTC (rev 257403)
+++ PKGBUILD2015-12-31 12:00:21 UTC (rev 257404)
@@ -5,7 +5,7 @@
 # Contributor: philacs
 
 pkgname=libvisio
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
 makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
 source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('bf5f66ef14b789cd5824de8b31841867')
+md5sums=('691522167fe3b0c94becfe5d957883be')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-31 Thread Sven-Hendrik Haase
Date: Thursday, December 31, 2015 @ 14:23:21
  Author: svenstaro
Revision: 155061

upgpkg: uwsgi 2.0.12-1

upstream release 2.0.12

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 12:11:27 UTC (rev 155060)
+++ PKGBUILD2015-12-31 13:23:21 UTC (rev 155061)
@@ -21,8 +21,8 @@
  uwsgi-plugin-mono
  uwsgi-plugin-webdav
  mod_proxy_uwsgi)
-pkgver=2.0.11.2
-pkgrel=5
+pkgver=2.0.12
+pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)
@@ -36,31 +36,27 @@
 tmpfilesd
 uwsgi_at.service
 uwsgi_at.socket
-uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch
 emperor.ini
 emperor.uwsgi.service
-emperor.uwsgi.socket
-php7.patch)
+emperor.uwsgi.socket)
 
-md5sums=('1f02dcbee7f6f61de4b1fd68350cf16f'
+md5sums=('1451cab954bad0d7d7429e4d2c84b5df'
  '9aced0faffc5fc04afccf946e8a2a886'
  '752475ee32286acfbafa49b898616817'
  'feaf107977aec047101acdbf06810f30'
  'ea381549fe65a5d72fa1abb5ceb7d3ef'
- '1a4516d5cdcf5b95b036f4eae2d0c152'
  '4d09535ce379c8acd76160f35d5d6b55'
  '0c09a52fdb88f08c36a8b380f451ce6d'
  '5fa14ddea9a3dae17b5be28468d47b80'
  '25dfcc365241f16d7ea16f7143698b53'
- '3ab4486e02f5c217566fb6c8d469c246'
- 'eba4498ca973c73d637caa1df3a8cd16')
+ '3ab4486e02f5c217566fb6c8d469c246')
 
 prepare() {
 cd $srcdir/$pkgbase-$pkgver
 cp $srcdir/archlinux.ini buildconf/archlinux.ini
-for patch in uwsgi_fix_rpath.patch uwsgi_ruby20_compatibility.patch 
uwsgi_trick_chroot.patch php7.patch; do
+for patch in uwsgi_ruby20_compatibility.patch uwsgi_trick_chroot.patch; do
 patch -Np1 -i $srcdir/$patch
 done
 rm -rf plugins/ruby


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 12:54:09
  Author: andyrtr
Revision: 257400

upgpkg: man-pages 4.04-1

upstream update 4.04

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:27:15 UTC (rev 257399)
+++ PKGBUILD2015-12-31 11:54:09 UTC (rev 257400)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.03
+pkgver=4.04
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('b0168c4ec48bb0bb82f6f91ea91a54e1f3587411c6637913d47470cd7338fc9c'
+sha256sums=('8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2015-12-31 Thread Jan Steffens
Date: Thursday, December 31, 2015 @ 12:27:15
  Author: heftig
Revision: 257399

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 11:26:23 UTC (rev 257398)
+++ extra-i686/PKGBUILD 2015-12-31 11:27:15 UTC (rev 257399)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.14
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 257398, gupnp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 11:27:15 UTC (rev 257399)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.15
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --with-context-manager=linux
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 11:26:23 UTC (rev 257398)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:27:15 UTC (rev 257399)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.14
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 257398, 
gupnp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:27:15 UTC (rev 257399)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.15
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp 

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

2015-12-31 Thread Jan Steffens
Date: Thursday, December 31, 2015 @ 12:26:23
  Author: heftig
Revision: 257398

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 11:25:29 UTC (rev 257397)
+++ extra-i686/PKGBUILD 2015-12-31 11:26:23 UTC (rev 257398)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.12.1
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 257397, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 11:26:23 UTC (rev 257398)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.13
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 11:25:29 UTC (rev 257397)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:26:23 UTC (rev 257398)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.12.1
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 257397, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:26:23 UTC (rev 257398)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.13
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)

[arch-commits] Commit in uwsgi/repos (52 files)

2015-12-31 Thread Sven-Hendrik Haase
Date: Thursday, December 31, 2015 @ 14:23:42
  Author: svenstaro
Revision: 155062

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

Added:
  uwsgi/repos/community-staging-i686/PKGBUILD
(from rev 155061, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-i686/archlinux.ini
(from rev 155061, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-i686/emperor.ini
(from rev 155061, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.service
(from rev 155061, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-i686/emperor.uwsgi.socket
(from rev 155061, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-i686/php7.patch
(from rev 155061, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-staging-i686/tmpfilesd
(from rev 155061, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-i686/uwsgi.install
(from rev 155061, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-i686/uwsgi_at.service
(from rev 155061, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-staging-i686/uwsgi_at.socket
(from rev 155061, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-staging-i686/uwsgi_fix_rpath.patch
(from rev 155061, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-i686/uwsgi_ruby20_compatibility.patch
(from rev 155061, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-i686/uwsgi_trick_chroot.patch
(from rev 155061, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-staging-x86_64/PKGBUILD
(from rev 155061, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-x86_64/archlinux.ini
(from rev 155061, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-x86_64/emperor.ini
(from rev 155061, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
(from rev 155061, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
(from rev 155061, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-x86_64/php7.patch
(from rev 155061, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-staging-x86_64/tmpfilesd
(from rev 155061, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-x86_64/uwsgi.install
(from rev 155061, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.service
(from rev 155061, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.socket
(from rev 155061, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
(from rev 155061, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 155061, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch
(from rev 155061, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-staging-i686/PKGBUILD
  uwsgi/repos/community-staging-i686/archlinux.ini
  uwsgi/repos/community-staging-i686/emperor.ini
  uwsgi/repos/community-staging-i686/emperor.uwsgi.service
  uwsgi/repos/community-staging-i686/emperor.uwsgi.socket
  uwsgi/repos/community-staging-i686/php7.patch
  uwsgi/repos/community-staging-i686/tmpfilesd
  uwsgi/repos/community-staging-i686/uwsgi.install
  uwsgi/repos/community-staging-i686/uwsgi_at.service
  uwsgi/repos/community-staging-i686/uwsgi_at.socket
  uwsgi/repos/community-staging-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-staging-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-staging-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-staging-x86_64/PKGBUILD
  uwsgi/repos/community-staging-x86_64/archlinux.ini
  uwsgi/repos/community-staging-x86_64/emperor.ini
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-staging-x86_64/php7.patch
  uwsgi/repos/community-staging-x86_64/tmpfilesd
  uwsgi/repos/community-staging-x86_64/uwsgi.install
  uwsgi/repos/community-staging-x86_64/uwsgi_at.service
  uwsgi/repos/community-staging-x86_64/uwsgi_at.socket
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  386 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 
 /emperor.uwsgi.socket |   18 
 /php7.patch   |  338 ++
 /tmpfilesd|2 
 /uwsgi.install 

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

2015-12-31 Thread Sven-Hendrik Haase
Date: Thursday, December 31, 2015 @ 14:42:29
  Author: svenstaro
Revision: 155064

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 13:42:26 UTC (rev 155063)
+++ PKGBUILD2015-12-31 13:42:29 UTC (rev 155064)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.2
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
-source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz;)
-sha256sums=('eb4f98994b40a8e2edce289e811c9a38880ae53eb9ff6f031d0e243a69b0fcbf')
-
-prepare() {
-  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test
-#
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test
-#}
-
-package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: https://github.com/mitsuhiko/werkzeug
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 155063, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 13:42:29 UTC (rev 155064)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=0.11.3
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
+source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz;)
+sha256sums=('eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462')
+
+prepare() {
+  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build_python-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd "python-werkzeug-$pkgver"
+#  python setup.py test
+#
+#  cd "python-werkzeug-$pkgver"
+#  p3ython2 setup.py test
+#}
+
+package_python-werkzeug() {
+  depends+=('python')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-werkzeug() {
+  depends+=('python2')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/mitsuhiko/werkzeug
+# vim:set ts=2 sw=2 et:


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

2015-12-31 Thread Sven-Hendrik Haase
Date: Thursday, December 31, 2015 @ 14:42:26
  Author: svenstaro
Revision: 155063

upgpkg: python-werkzeug 0.11.3-1

upstream release 0.11.3

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 13:23:42 UTC (rev 155062)
+++ PKGBUILD2015-12-31 13:42:26 UTC (rev 155063)
@@ -6,7 +6,7 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
@@ -14,7 +14,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 
'python2-pytest' 'python-requests' 'python2-requests')
 
source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz;)
-sha256sums=('eb4f98994b40a8e2edce289e811c9a38880ae53eb9ff6f031d0e243a69b0fcbf')
+sha256sums=('eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462')
 
 prepare() {
   cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 11:18:32
  Author: fyan
Revision: 155053

upgpkg: bower 1.7.2-1

Modified:
  bower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 10:12:38 UTC (rev 155052)
+++ PKGBUILD2015-12-31 10:18:32 UTC (rev 155053)
@@ -5,7 +5,7 @@
 # Contributor: Tom Vincent 
 
 pkgname=bower
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='A package manager for the web'
 arch=('any')
@@ -16,7 +16,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('06fd72e159d9b4798fa7e7a3afc6888c'
+md5sums=('4c52ca56425ceebae7f221327e356943'
  '135697567327f92e904ef0be2082da5e')
 
 package() {


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 11:18:55
  Author: fyan
Revision: 155054

archrelease: copy trunk to community-any

Added:
  bower/repos/community-any/LICENSE
(from rev 155053, bower/trunk/LICENSE)
  bower/repos/community-any/PKGBUILD
(from rev 155053, bower/trunk/PKGBUILD)
Deleted:
  bower/repos/community-any/LICENSE
  bower/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++---
 PKGBUILD |   52 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-12-31 10:18:32 UTC (rev 155053)
+++ LICENSE 2015-12-31 10:18:55 UTC (rev 155054)
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Twitter and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: bower/repos/community-any/LICENSE (from rev 155053, bower/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-12-31 10:18:55 UTC (rev 155054)
@@ -0,0 +1,19 @@
+Copyright (c) 2015 Twitter and other contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 10:18:32 UTC (rev 155053)
+++ PKGBUILD2015-12-31 10:18:55 UTC (rev 155054)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Micha Alt  
-# Contributor: FadeMind 
-# Contributor: Tom Vincent 
-
-pkgname=bower
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='http://bower.io/'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('06fd72e159d9b4798fa7e7a3afc6888c'
- '135697567327f92e904ef0be2082da5e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: bower/repos/community-any/PKGBUILD (from rev 155053, 
bower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 10:18:55 UTC (rev 155054)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt  
+# Contributor: FadeMind 
+# Contributor: Tom Vincent 
+
+pkgname=bower
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='A package manager for the web'
+arch=('any')
+url='http://bower.io/'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+ 

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

2015-12-31 Thread Jan Steffens
Date: Thursday, December 31, 2015 @ 12:25:29
  Author: heftig
Revision: 257397

0.20.15

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:24:34 UTC (rev 257396)
+++ PKGBUILD2015-12-31 11:25:29 UTC (rev 257397)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=0.20.14
+pkgver=0.20.15
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala) 
 optdepends=('python2: gupnp-binding-tool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd')
+sha256sums=('0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-12-31 Thread Jan Steffens
Date: Thursday, December 31, 2015 @ 12:24:34
  Author: heftig
Revision: 257396

0.14.13

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 08:49:00 UTC (rev 257395)
+++ PKGBUILD2015-12-31 11:24:34 UTC (rev 257396)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gssdp
-pkgver=0.14.12.1
+pkgver=0.14.13
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk3 gtk-doc vala)
 optdepends=('gtk3: gssdp-device-sniffer')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b3d570455746284f3e65843c7f94d9595be54d68a9525629b625196bad2cac07')
+sha256sums=('43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 12:54:18
  Author: andyrtr
Revision: 257401

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 257400, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 257400, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-12-31 11:54:18 UTC (rev 257401)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=4.04
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # this is included in attr
+  rm -f man5/attr.5 
+}


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 12:57:46
  Author: andyrtr
Revision: 257403

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 11:57:35 UTC (rev 257402)
+++ extra-i686/PKGBUILD 2015-12-31 11:57:46 UTC (rev 257403)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libwpd
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Library for importing WordPerfect (tm) documents"
-arch=('i686' 'x86_64')
-url="http://libwpd.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'zlib' 'librevenge')
-makedepends=('libgsf>=1.14.26' 'doxygen')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('f7abb9b3ea96faf02ae019af68b1f07c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpd/repos/extra-i686/PKGBUILD (from rev 257402, 
libwpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 11:57:46 UTC (rev 257403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libwpd
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Library for importing WordPerfect (tm) documents"
+arch=('i686' 'x86_64')
+url="http://libwpd.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'zlib' 'librevenge')
+makedepends=('libgsf>=1.14.26' 'doxygen')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('03fca0a8a0ed6cf4045505ee36ee7f5c5789864e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-31 11:57:35 UTC (rev 257402)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:57:46 UTC (rev 257403)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libwpd
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Library for importing WordPerfect (tm) documents"
-arch=('i686' 'x86_64')
-url="http://libwpd.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'zlib' 'librevenge')
-makedepends=('libgsf>=1.14.26' 'doxygen')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('f7abb9b3ea96faf02ae019af68b1f07c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpd/repos/extra-x86_64/PKGBUILD (from rev 257402, 
libwpd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-31 11:57:46 UTC (rev 257403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libwpd
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Library for importing WordPerfect (tm) documents"
+arch=('i686' 'x86_64')
+url="http://libwpd.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'zlib' 'librevenge')
+makedepends=('libgsf>=1.14.26' 'doxygen')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('03fca0a8a0ed6cf4045505ee36ee7f5c5789864e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 12:57:35
  Author: andyrtr
Revision: 257402

upgpkg: libwpd 0.10.1-1

upstream update 0.10.1

Modified:
  libwpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:54:18 UTC (rev 257401)
+++ PKGBUILD2015-12-31 11:57:35 UTC (rev 257402)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=libwpd
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Library for importing WordPerfect (tm) documents"
 arch=('i686' 'x86_64')
 url="http://libwpd.sourceforge.net/;
@@ -12,15 +12,20 @@
 makedepends=('libgsf>=1.14.26' 'doxygen')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('f7abb9b3ea96faf02ae019af68b1f07c')
+sha1sums=('03fca0a8a0ed6cf4045505ee36ee7f5c5789864e')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 12:56:53
  Author: arodseth
Revision: 155058

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 155057, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 155057, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 155057, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 155057, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 155057, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 155057, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 155057, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 155057, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  146 
 /epmd.conf|6 +
 /epmd.service |   22 ++
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   73 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 ---
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   73 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 --
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-31 11:56:38 UTC (rev 155057)
+++ community-i686/PKGBUILD 2015-12-31 11:56:53 UTC (rev 155058)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=18.1
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver ok
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 155057, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-31 11:56:53 UTC (rev 

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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 12:56:38
  Author: arodseth
Revision: 155057

upgpkg: erlang-nox 18.2.1-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:19:24 UTC (rev 155056)
+++ PKGBUILD2015-12-31 11:56:38 UTC (rev 155057)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=18.1
+pkgver=18.2.1
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -26,7 +26,7 @@
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'e080e656820b26dd45d806b632e12eec7d1de34f38e5de19a7aebc9fd6e5c9b6'
+'a58005ccd64853e8c79631a3c4c057dd6f92f581d97d00845a0aea817c33afa0'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 13:11:19
  Author: arodseth
Revision: 155059

upgpkg: nuitka 0.5.17.0-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:56:53 UTC (rev 155058)
+++ PKGBUILD2015-12-31 12:11:19 UTC (rev 155059)
@@ -3,18 +3,18 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.16.1
+pkgver=0.5.17.0
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://nuitka.net/'
 license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
+#makedepends=('scons')
+depends=('python')
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('6e69fad72ff1f377c42b07c4326ea408d231c49379fb53641354b698fef3f463')
+sha256sums=('20620fda90c49749fa7852008ae5edc63ad5d81f69c9310b89db2df71e1f50ff')
 
 package() {
   cd "Nuitka-${pkgver%.0}"


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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 13:11:27
  Author: arodseth
Revision: 155060

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 155059, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 12:11:19 UTC (rev 155059)
+++ PKGBUILD2015-12-31 12:11:27 UTC (rev 155060)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.16.1
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('6e69fad72ff1f377c42b07c4326ea408d231c49379fb53641354b698fef3f463')
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 155059, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 12:11:27 UTC (rev 155060)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.17.0
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+#makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
+sha256sums=('20620fda90c49749fa7852008ae5edc63ad5d81f69c9310b89db2df71e1f50ff')
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2015-12-31 Thread Maxime Gauduin
Date: Thursday, December 31, 2015 @ 17:27:00
  Author: alucryd
Revision: 257420

upgpkg: mkvtoolnix 8.7.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 14:33:50 UTC (rev 257419)
+++ PKGBUILD2015-12-31 16:27:00 UTC (rev 257420)
@@ -5,8 +5,8 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.6.1
-pkgrel=3
+pkgver=8.7.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
 license=('GPL')
@@ -13,7 +13,7 @@
 makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
  'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('acc96607003542f3dcc810b54cd1981b')
+md5sums=('9779f44b29374f5513dd83029bfbfe2c')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2015-12-31 Thread Maxime Gauduin
Date: Thursday, December 31, 2015 @ 17:27:18
  Author: alucryd
Revision: 257421

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 257420, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
(from rev 257420, mkvtoolnix/trunk/mkvtoolnix-gui.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 257420, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install
(from rev 257420, mkvtoolnix/trunk/mkvtoolnix-gui.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix-gui.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix-gui.install

-+
 /PKGBUILD   |  122 ++
 /mkvtoolnix-gui.install |   30 
 extra-i686/PKGBUILD |   61 -
 extra-i686/mkvtoolnix-gui.install   |   15 
 extra-x86_64/PKGBUILD   |   61 -
 extra-x86_64/mkvtoolnix-gui.install |   15 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-31 16:27:00 UTC (rev 257420)
+++ extra-i686/PKGBUILD 2015-12-31 16:27:18 UTC (rev 257421)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.6.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('acc96607003542f3dcc810b54cd1981b')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure --prefix='/usr' \
-  --without-curl \
-  --disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix='/usr' \
-  --without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
-  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
-   'libvorbis' 'zlib')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - GUI'
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-  install='mkvtoolnix-gui.install'
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 257420, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-31 16:27:18 UTC (rev 257421)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('9779f44b29374f5513dd83029bfbfe2c')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
+  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
+   'libvorbis' 'zlib')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() 

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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 19:06:02
  Author: andyrtr
Revision: 257424

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

Added:
  libreoffice-fresh/repos/testing-i686/
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 257423, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/PKGBUILD.51
(from rev 257423, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.install
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 257423, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 257423, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD.51
(from rev 257423, libreoffice-fresh/trunk/PKGBUILD.51)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.install
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 257423, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 257423, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 testing-i686/PKGBUILD   |  383 
++
 testing-i686/PKGBUILD.51|  382 
+
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.install  |   17 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  383 
++
 testing-x86_64/PKGBUILD.51  |  382 
+
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.install|   17 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 12 files changed, 1676 insertions(+)

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


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 19:05:40
  Author: andyrtr
Revision: 257423

upgpkg: libreoffice-fresh 5.0.4-3

rebuild against patched qt4 with a hint that gtk2 is also required for generic 
vcl; FS#46436, FS#41648, FS#39819

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 18:01:18 UTC (rev 257422)
+++ PKGBUILD2015-12-31 18:05:40 UTC (rev 257423)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.4.2
 pkgver=5.0.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -330,7 +330,7 @@
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
'coin-or-mp:   required by the Calc solver'
-   'gtk2: for GTK2 integration'
+   'gtk2: for GTK2 integration and generic vcl'
#'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')
backup=(etc/libreoffice/sofficerc


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 18:18:58
  Author: fyan
Revision: 155120

upgpkg: you-get 0.4.232-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 16:37:35 UTC (rev 155119)
+++ PKGBUILD2015-12-31 17:18:58 UTC (rev 155120)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.217
+pkgver=0.4.232
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2015-12-31 Thread Felix Yan
Date: Thursday, December 31, 2015 @ 18:19:27
  Author: fyan
Revision: 155121

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 155120, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 17:18:58 UTC (rev 155120)
+++ PKGBUILD2015-12-31 17:19:27 UTC (rev 155121)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.217
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 155120, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 17:19:27 UTC (rev 155121)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.232
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2015-12-31 Thread Evangelos Foutras
Date: Thursday, December 31, 2015 @ 21:05:10
  Author: foutrelis
Revision: 155123

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

Added:
  php-memcache/repos/community-testing-i686/
  php-memcache/repos/community-testing-i686/PKGBUILD
(from rev 155122, php-memcache/trunk/PKGBUILD)
  php-memcache/repos/community-testing-i686/php-memcache.install
(from rev 155122, php-memcache/trunk/php-memcache.install)
  php-memcache/repos/community-testing-x86_64/
  php-memcache/repos/community-testing-x86_64/PKGBUILD
(from rev 155122, php-memcache/trunk/PKGBUILD)
  php-memcache/repos/community-testing-x86_64/php-memcache.install
(from rev 155122, php-memcache/trunk/php-memcache.install)

---+
 community-testing-i686/PKGBUILD   |   68 
 community-testing-i686/php-memcache.install   |   10 +++
 community-testing-x86_64/PKGBUILD |   68 
 community-testing-x86_64/php-memcache.install |   10 +++
 4 files changed, 156 insertions(+)

Copied: php-memcache/repos/community-testing-i686/PKGBUILD (from rev 155122, 
php-memcache/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-31 20:05:10 UTC (rev 155123)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-memcache
+pkgver=3.0.8
+pkgrel=4
+_commit=fdbd46bbc6f53ed6e024521895e142cbfc9b3340
+pkgdesc="Memcache module for PHP"
+arch=('i686' 'x86_64')
+url="http://pecl.php.net/package/memcache;
+license=('PHP')
+depends=('php')
+makedepends=('git')
+checkdepends=('memcached')
+backup=('etc/php/conf.d/memcache.ini')
+install=php-memcache.install
+#source=(https://pecl.php.net/get/memcache-$pkgver.tgz)
+source=("git+https://github.com/websupport-sk/pecl-memcache.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/pecl-memcache"
+
+  # Disable UDP tests
+  sed -i "s|^\(\$udpPort2\? =\) .*|\1 0;|" tests/connect.inc
+
+  # Remove flaky tests
+  #   [tests/040.phpt] memcache->increment()/decrement() with multiple keys
+  #   [tests/042.phpt] memcache->set() with multiple values
+  rm tests/{040,042}.phpt
+}
+
+build() {
+  cd "$srcdir/pecl-memcache"
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/pecl-memcache"
+
+  sed -i "s|^\(\$domainsocket =\) .*|\1 'unix://$PWD/memcached.sock';|" \
+tests/connect.inc
+
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
+  memcached -p 11212 -U 11212 >/dev/null& memcached_pids+=($!)
+  memcached -s "$PWD/memcached.sock" >/dev/null & memcached_pids+=($!)
+
+  local ret=0
+  make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 || ret=1
+
+  kill ${memcached_pids[@]}
+
+  return $ret
+}
+
+package() {
+  cd "$srcdir/pecl-memcache"
+
+  make INSTALL_ROOT="$pkgdir" install
+  echo ';extension=memcache.so' >memcache.ini
+  install -Dm644 memcache.ini "$pkgdir/etc/php/conf.d/memcache.ini"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: php-memcache/repos/community-testing-i686/php-memcache.install (from 
rev 155122, php-memcache/trunk/php-memcache.install)
===
--- community-testing-i686/php-memcache.install (rev 0)
+++ community-testing-i686/php-memcache.install 2015-12-31 20:05:10 UTC (rev 
155123)
@@ -0,0 +1,10 @@
+post_install() {
+  echo '
+==> PHP extension
+
+A config file was stored under /etc/php/conf.d/. In order to use this
+extension make sure to uncomment it from its config file.
+'
+}
+
+# vim:set ts=2 sw=2 et:

Copied: php-memcache/repos/community-testing-x86_64/PKGBUILD (from rev 155122, 
php-memcache/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-31 20:05:10 UTC (rev 155123)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-memcache
+pkgver=3.0.8
+pkgrel=4
+_commit=fdbd46bbc6f53ed6e024521895e142cbfc9b3340
+pkgdesc="Memcache module for PHP"
+arch=('i686' 'x86_64')
+url="http://pecl.php.net/package/memcache;
+license=('PHP')
+depends=('php')
+makedepends=('git')
+checkdepends=('memcached')
+backup=('etc/php/conf.d/memcache.ini')
+install=php-memcache.install
+#source=(https://pecl.php.net/get/memcache-$pkgver.tgz)
+source=("git+https://github.com/websupport-sk/pecl-memcache.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$srcdir/pecl-memcache"
+
+  # Disable UDP tests
+  sed -i "s|^\(\$udpPort2\? =\) .*|\1 0;|" tests/connect.inc
+
+  # Remove flaky tests
+  #   [tests/040.phpt] memcache->increment()/decrement() with multiple keys
+  #   [tests/042.phpt] memcache->set() with 

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

2015-12-31 Thread Jakob Gruber
Date: Thursday, December 31, 2015 @ 16:20:26
  Author: schuay
Revision: 155116

rftg 0.9.4q

Modified:
  rftg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 14:35:11 UTC (rev 155115)
+++ PKGBUILD2015-12-31 15:20:26 UTC (rev 155116)
@@ -2,7 +2,8 @@
 # Contributor: mk47at
 
 pkgname=rftg
-pkgver=0.9.4
+pkgver=0.9.4.q
+_pkgver=0.9.4
 pkgrel=1
 pkgdesc="Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman."
 arch=('i686' 'x86_64')
@@ -9,12 +10,18 @@
 url="http://keldon.net/rftg/;
 license=('GPL')
 depends=('gtk2')
-source=("http://keldon.net/rftg/$pkgname-$pkgver.tar.bz2;
+source=("http://keldon.net/rftg/$pkgname-$_pkgver.tar.bz2;
+
"https://dl.dropboxusercontent.com/u/7379896/$pkgname/$pkgname-${_pkgver}q-patch.zip;
 "$pkgname.desktop"
 "rftg.svg")
 
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  patch -Np0 < "$srcdir/$pkgname-${_pkgver}q.patch"
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$_pkgver"
 
   ./configure --prefix=/usr
   make
@@ -21,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$_pkgver"
  
   make DESTDIR="$pkgdir/" install
   install -D -m644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
@@ -29,5 +36,6 @@
 }
 
 md5sums=('065255057b1c60d744c3fed2c93d95bb'
+ 'd62055acbe62d7fa119267ad42b90506'
  'f2c1a72b0fbf191e564069dfe61d50c4'
  'e0ad78078729229ad1414276348b7d98')


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

2015-12-31 Thread Alexander Rødseth
Date: Thursday, December 31, 2015 @ 17:37:35
  Author: arodseth
Revision: 155119

Add Id

Modified:
  nimble/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 15:20:48 UTC (rev 155118)
+++ PKGBUILD2015-12-31 16:37:35 UTC (rev 155119)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Alexander F Rødseth 
 
 pkgname=nimble
-pkgver=0.6.2
+pkgver=0.7.0
 epoch=1
 pkgrel=1
 pkgdesc='Package manager for the Nim programming language'
@@ -13,7 +14,7 @@
 md5sums=('SKIP')
 
 build() {
-  cd "$pkgname/src/"
+  cd "$pkgname/src"
 
   nim c -d:release nimble.nim
 }
@@ -25,4 +26,5 @@
   install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in rftg/repos/community-x86_64 (6 files)

2015-12-31 Thread Jakob Gruber
Date: Thursday, December 31, 2015 @ 16:20:48
  Author: schuay
Revision: 155118

archrelease: copy trunk to community-x86_64

Added:
  rftg/repos/community-x86_64/PKGBUILD
(from rev 155117, rftg/trunk/PKGBUILD)
  rftg/repos/community-x86_64/rftg.desktop
(from rev 155117, rftg/trunk/rftg.desktop)
  rftg/repos/community-x86_64/rftg.svg
(from rev 155117, rftg/trunk/rftg.svg)
Deleted:
  rftg/repos/community-x86_64/PKGBUILD
  rftg/repos/community-x86_64/rftg.desktop
  rftg/repos/community-x86_64/rftg.svg

--+
 PKGBUILD |   74 +++--
 rftg.desktop |   34 +-
 2 files changed, 58 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 15:20:40 UTC (rev 155117)
+++ PKGBUILD2015-12-31 15:20:48 UTC (rev 155118)
@@ -1,33 +0,0 @@
-# Maintainer: schuay 
-# Contributor: mk47at
-
-pkgname=rftg
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman."
-arch=('i686' 'x86_64')
-url="http://keldon.net/rftg/;
-license=('GPL')
-depends=('gtk2')
-source=("http://keldon.net/rftg/$pkgname-$pkgver.tar.bz2;
-"$pkgname.desktop"
-"rftg.svg")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make DESTDIR="$pkgdir/" install
-  install -D -m644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -D -m644 "$srcdir/$pkgname.svg" "$pkgdir/usr/share/rftg/$pkgname.svg"
-}
-
-md5sums=('065255057b1c60d744c3fed2c93d95bb'
- 'f2c1a72b0fbf191e564069dfe61d50c4'
- 'e0ad78078729229ad1414276348b7d98')

Copied: rftg/repos/community-x86_64/PKGBUILD (from rev 155117, 
rftg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 15:20:48 UTC (rev 155118)
@@ -0,0 +1,41 @@
+# Maintainer: schuay 
+# Contributor: mk47at
+
+pkgname=rftg
+pkgver=0.9.4.q
+_pkgver=0.9.4
+pkgrel=1
+pkgdesc="Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman."
+arch=('i686' 'x86_64')
+url="http://keldon.net/rftg/;
+license=('GPL')
+depends=('gtk2')
+source=("http://keldon.net/rftg/$pkgname-$_pkgver.tar.bz2;
+
"https://dl.dropboxusercontent.com/u/7379896/$pkgname/$pkgname-${_pkgver}q-patch.zip;
+"$pkgname.desktop"
+"rftg.svg")
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  patch -Np0 < "$srcdir/$pkgname-${_pkgver}q.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+  install -D -m644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -D -m644 "$srcdir/$pkgname.svg" "$pkgdir/usr/share/rftg/$pkgname.svg"
+}
+
+md5sums=('065255057b1c60d744c3fed2c93d95bb'
+ 'd62055acbe62d7fa119267ad42b90506'
+ 'f2c1a72b0fbf191e564069dfe61d50c4'
+ 'e0ad78078729229ad1414276348b7d98')

Deleted: rftg.desktop
===
--- rftg.desktop2015-12-31 15:20:40 UTC (rev 155117)
+++ rftg.desktop2015-12-31 15:20:48 UTC (rev 155118)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Name=Race for the Galaxy
-
-Comment=Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman.
-
-Exec=rftg
-FilePattern=rftg;
-TryExec=rftg
-Terminal=false
-Icon=/usr/share/rftg/rftg.svg
-
-StartupNotify=false
-
-Type=Application
-Categories=Game;StrategyGame

Copied: rftg/repos/community-x86_64/rftg.desktop (from rev 155117, 
rftg/trunk/rftg.desktop)
===
--- rftg.desktop(rev 0)
+++ rftg.desktop2015-12-31 15:20:48 UTC (rev 155118)
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=Race for the Galaxy
+
+Comment=Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman.
+
+Exec=rftg
+FilePattern=rftg;
+TryExec=rftg
+Terminal=false
+Icon=/usr/share/rftg/rftg.svg
+
+StartupNotify=false
+
+Type=Application
+Categories=Game;StrategyGame

Deleted: rftg.svg
===
(Binary files differ)

Copied: rftg/repos/community-x86_64/rftg.svg (from rev 155117, 
rftg/trunk/rftg.svg)
===
(Binary files differ)


[arch-commits] Commit in rftg/repos/community-i686 (6 files)

2015-12-31 Thread Jakob Gruber
Date: Thursday, December 31, 2015 @ 16:20:40
  Author: schuay
Revision: 155117

archrelease: copy trunk to community-i686

Added:
  rftg/repos/community-i686/PKGBUILD
(from rev 155116, rftg/trunk/PKGBUILD)
  rftg/repos/community-i686/rftg.desktop
(from rev 155116, rftg/trunk/rftg.desktop)
  rftg/repos/community-i686/rftg.svg
(from rev 155116, rftg/trunk/rftg.svg)
Deleted:
  rftg/repos/community-i686/PKGBUILD
  rftg/repos/community-i686/rftg.desktop
  rftg/repos/community-i686/rftg.svg

--+
 PKGBUILD |   74 +++--
 rftg.desktop |   34 +-
 2 files changed, 58 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 15:20:26 UTC (rev 155116)
+++ PKGBUILD2015-12-31 15:20:40 UTC (rev 155117)
@@ -1,33 +0,0 @@
-# Maintainer: schuay 
-# Contributor: mk47at
-
-pkgname=rftg
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman."
-arch=('i686' 'x86_64')
-url="http://keldon.net/rftg/;
-license=('GPL')
-depends=('gtk2')
-source=("http://keldon.net/rftg/$pkgname-$pkgver.tar.bz2;
-"$pkgname.desktop"
-"rftg.svg")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make DESTDIR="$pkgdir/" install
-  install -D -m644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -D -m644 "$srcdir/$pkgname.svg" "$pkgdir/usr/share/rftg/$pkgname.svg"
-}
-
-md5sums=('065255057b1c60d744c3fed2c93d95bb'
- 'f2c1a72b0fbf191e564069dfe61d50c4'
- 'e0ad78078729229ad1414276348b7d98')

Copied: rftg/repos/community-i686/PKGBUILD (from rev 155116, 
rftg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 15:20:40 UTC (rev 155117)
@@ -0,0 +1,41 @@
+# Maintainer: schuay 
+# Contributor: mk47at
+
+pkgname=rftg
+pkgver=0.9.4.q
+_pkgver=0.9.4
+pkgrel=1
+pkgdesc="Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman."
+arch=('i686' 'x86_64')
+url="http://keldon.net/rftg/;
+license=('GPL')
+depends=('gtk2')
+source=("http://keldon.net/rftg/$pkgname-$_pkgver.tar.bz2;
+
"https://dl.dropboxusercontent.com/u/7379896/$pkgname/$pkgname-${_pkgver}q-patch.zip;
+"$pkgname.desktop"
+"rftg.svg")
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  patch -Np0 < "$srcdir/$pkgname-${_pkgver}q.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+  install -D -m644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -D -m644 "$srcdir/$pkgname.svg" "$pkgdir/usr/share/rftg/$pkgname.svg"
+}
+
+md5sums=('065255057b1c60d744c3fed2c93d95bb'
+ 'd62055acbe62d7fa119267ad42b90506'
+ 'f2c1a72b0fbf191e564069dfe61d50c4'
+ 'e0ad78078729229ad1414276348b7d98')

Deleted: rftg.desktop
===
--- rftg.desktop2015-12-31 15:20:26 UTC (rev 155116)
+++ rftg.desktop2015-12-31 15:20:40 UTC (rev 155117)
@@ -1,17 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Name=Race for the Galaxy
-
-Comment=Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman.
-
-Exec=rftg
-FilePattern=rftg;
-TryExec=rftg
-Terminal=false
-Icon=/usr/share/rftg/rftg.svg
-
-StartupNotify=false
-
-Type=Application
-Categories=Game;StrategyGame

Copied: rftg/repos/community-i686/rftg.desktop (from rev 155116, 
rftg/trunk/rftg.desktop)
===
--- rftg.desktop(rev 0)
+++ rftg.desktop2015-12-31 15:20:40 UTC (rev 155117)
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=Race for the Galaxy
+
+Comment=Singleplayer and online implementation of the card game Race for the 
Galaxy by Tom Lehman.
+
+Exec=rftg
+FilePattern=rftg;
+TryExec=rftg
+Terminal=false
+Icon=/usr/share/rftg/rftg.svg
+
+StartupNotify=false
+
+Type=Application
+Categories=Game;StrategyGame

Deleted: rftg.svg
===
(Binary files differ)

Copied: rftg/repos/community-i686/rftg.svg (from rev 155116, 
rftg/trunk/rftg.svg)
===
(Binary files differ)


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

2015-12-31 Thread Evangelos Foutras
Date: Thursday, December 31, 2015 @ 21:05:03
  Author: foutrelis
Revision: 155122

upgpkg: php-memcache 3.0.8-4

PHP 7 rebuild.

Modified:
  php-memcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 17:19:27 UTC (rev 155121)
+++ PKGBUILD2015-12-31 20:05:03 UTC (rev 155122)
@@ -3,19 +3,35 @@
 
 pkgname=php-memcache
 pkgver=3.0.8
-pkgrel=3
+pkgrel=4
+_commit=fdbd46bbc6f53ed6e024521895e142cbfc9b3340
 pkgdesc="Memcache module for PHP"
 arch=('i686' 'x86_64')
 url="http://pecl.php.net/package/memcache;
 license=('PHP')
 depends=('php')
+makedepends=('git')
+checkdepends=('memcached')
 backup=('etc/php/conf.d/memcache.ini')
 install=php-memcache.install
-source=(http://pecl.php.net/get/memcache-$pkgver.tgz)
-sha256sums=('2cae5b423ffbfd33a259829849f6000d4db018debe3e29ecf3056f06642e8311')
+#source=(https://pecl.php.net/get/memcache-$pkgver.tgz)
+source=("git+https://github.com/websupport-sk/pecl-memcache.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+prepare() {
+  cd "$srcdir/pecl-memcache"
+
+  # Disable UDP tests
+  sed -i "s|^\(\$udpPort2\? =\) .*|\1 0;|" tests/connect.inc
+
+  # Remove flaky tests
+  #   [tests/040.phpt] memcache->increment()/decrement() with multiple keys
+  #   [tests/042.phpt] memcache->set() with multiple values
+  rm tests/{040,042}.phpt
+}
+
 build() {
-  cd "$srcdir/memcache-$pkgver"
+  cd "$srcdir/pecl-memcache"
 
   phpize
   ./configure --prefix=/usr
@@ -22,8 +38,27 @@
   make
 }
 
+check() {
+  cd "$srcdir/pecl-memcache"
+
+  sed -i "s|^\(\$domainsocket =\) .*|\1 'unix://$PWD/memcached.sock';|" \
+tests/connect.inc
+
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
+  memcached -p 11212 -U 11212 >/dev/null& memcached_pids+=($!)
+  memcached -s "$PWD/memcached.sock" >/dev/null & memcached_pids+=($!)
+
+  local ret=0
+  make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 || ret=1
+
+  kill ${memcached_pids[@]}
+
+  return $ret
+}
+
 package() {
-  cd "$srcdir/memcache-$pkgver"
+  cd "$srcdir/pecl-memcache"
 
   make INSTALL_ROOT="$pkgdir" install
   echo ';extension=memcache.so' >memcache.ini


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 22:56:16
  Author: andyrtr
Revision: 257425

upgpkg: libreoffice-still 4.4.7-3

rebuild against patched qt4 with a hint that gtk2 is also required for generic 
vcl; FS#46436, FS#41648, FS#39819

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 18:06:02 UTC (rev 257424)
+++ PKGBUILD2015-12-31 21:56:16 UTC (rev 257425)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=4.4.7.2
 pkgver=4.4.7
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -332,7 +332,7 @@
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
'coin-or-mp:   required by the Calc solver'
-   'gtk2: for GTK2 integration'
+   'gtk2: for GTK2 integration and generic vcl'
'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')
backup=(etc/libreoffice/sofficerc


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 22:56:39
  Author: andyrtr
Revision: 257426

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

Added:
  libreoffice-still/repos/testing-i686/
  libreoffice-still/repos/testing-i686/PKGBUILD
(from rev 257425, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-i686/libreoffice-still.csh
(from rev 257425, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/testing-i686/libreoffice-still.install
(from rev 257425, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/testing-i686/libreoffice-still.sh
(from rev 257425, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 257425, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/testing-x86_64/
  libreoffice-still/repos/testing-x86_64/PKGBUILD
(from rev 257425, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-x86_64/libreoffice-still.csh
(from rev 257425, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still.install
(from rev 257425, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still.sh
(from rev 257425, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 257425, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 testing-i686/PKGBUILD   |  385 
++
 testing-i686/libreoffice-still.csh  |6 
 testing-i686/libreoffice-still.install  |   13 
 testing-i686/libreoffice-still.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  385 
++
 testing-x86_64/libreoffice-still.csh|6 
 testing-x86_64/libreoffice-still.install|   13 
 testing-x86_64/libreoffice-still.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 908 insertions(+)

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


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

2015-12-31 Thread Anatol Pomozov
Date: Thursday, December 31, 2015 @ 21:50:41
  Author: anatolik
Revision: 155124

Do not hardcode ruby version to make rebuild easier

Fix 2.3.0 Ruby rebuild

Modified:
  taskjuggler3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 20:05:10 UTC (rev 155123)
+++ PKGBUILD2015-12-31 20:50:41 UTC (rev 155124)
@@ -5,7 +5,7 @@
 
 pkgname=taskjuggler3
 pkgver=3.5.0
-pkgrel=11
+pkgrel=12
 pkgdesc='Project Management Software'
 arch=('any')
 url='http://www.taskjuggler.org'
@@ -32,7 +32,7 @@
 package() {
   cd gems/taskjuggler-${pkgver}
 
-  local _rubyver='2.2.0'
+  local _rubyver="$(ruby -e'puts RUBY_VERSION')"
 
   install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
   mv bin "${pkgdir}"/usr/


[arch-commits] Commit in taskjuggler3/repos/community-any (6 files)

2015-12-31 Thread Anatol Pomozov
Date: Thursday, December 31, 2015 @ 21:51:09
  Author: anatolik
Revision: 155125

archrelease: copy trunk to community-any

Added:
  taskjuggler3/repos/community-any/PKGBUILD
(from rev 155124, taskjuggler3/trunk/PKGBUILD)
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
(from rev 155124, taskjuggler3/trunk/tj-ruby2.1.patch)
  taskjuggler3/repos/community-any/tj-system-dirs.patch
(from rev 155124, taskjuggler3/trunk/tj-system-dirs.patch)
Deleted:
  taskjuggler3/repos/community-any/PKGBUILD
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
  taskjuggler3/repos/community-any/tj-system-dirs.patch

--+
 PKGBUILD |  112 +-
 tj-ruby2.1.patch |  300 -
 tj-system-dirs.patch |   86 +++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-31 20:50:41 UTC (rev 155124)
+++ PKGBUILD2015-12-31 20:51:09 UTC (rev 155125)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Mathieu Clabaut 
-# Contributor: John Henderson 
-
-pkgname=taskjuggler3
-pkgver=3.5.0
-pkgrel=11
-pkgdesc='Project Management Software'
-arch=('any')
-url='http://www.taskjuggler.org'
-license=('GPL')
-depends=('ruby-mail' 'ruby-term-ansicolor')
-source=("http://rubygems.org/downloads/taskjuggler-${pkgver}.gem;
-'tj-ruby2.1.patch'
-'tj-system-dirs.patch')
-noextract=("taskjuggler-${pkgver}.gem")
-sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
-'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
-'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
-
-prepare() {
-  gem install -N -i . taskjuggler-${pkgver}.gem \
---ignore-dependencies \
---no-user-install
-
-  cd gems/taskjuggler-${pkgver}
-  patch -Np1 -i ../../tj-ruby2.1.patch
-  patch -Np1 -i ../../tj-system-dirs.patch
-}
-
-package() {
-  cd gems/taskjuggler-${pkgver}
-
-  local _rubyver='2.2.0'
-
-  install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
-  mv bin "${pkgdir}"/usr/
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# Vim syntax
-  mv data/tjp.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/
-  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp' > 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/tjp.vim
-
-# Data
-  mv data "${pkgdir}"/usr/share/taskjuggler/
-  mv examples "${pkgdir}"/usr/share/taskjuggler/
-
-# Documentation
-  mv manual "${pkgdir}"/usr/share/doc/taskjuggler
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskjuggler3/repos/community-any/PKGBUILD (from rev 155124, 
taskjuggler3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-31 20:51:09 UTC (rev 155125)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Mathieu Clabaut 
+# Contributor: John Henderson 
+
+pkgname=taskjuggler3
+pkgver=3.5.0
+pkgrel=12
+pkgdesc='Project Management Software'
+arch=('any')
+url='http://www.taskjuggler.org'
+license=('GPL')
+depends=('ruby-mail' 'ruby-term-ansicolor')
+source=("http://rubygems.org/downloads/taskjuggler-${pkgver}.gem;
+'tj-ruby2.1.patch'
+'tj-system-dirs.patch')
+noextract=("taskjuggler-${pkgver}.gem")
+sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
+'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
+'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
+
+prepare() {
+  gem install -N -i . taskjuggler-${pkgver}.gem \
+--ignore-dependencies \
+--no-user-install
+
+  cd gems/taskjuggler-${pkgver}
+  patch -Np1 -i ../../tj-ruby2.1.patch
+  patch -Np1 -i ../../tj-system-dirs.patch
+}
+
+package() {
+  cd gems/taskjuggler-${pkgver}
+
+  local _rubyver="$(ruby -e'puts RUBY_VERSION')"
+
+  install -dm 755 
"${pkgdir}"/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
+  mv bin "${pkgdir}"/usr/
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# Vim syntax
+  mv data/tjp.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/
+  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp' > 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/tjp.vim
+
+# Data
+  mv data "${pkgdir}"/usr/share/taskjuggler/
+  mv examples "${pkgdir}"/usr/share/taskjuggler/
+
+# Documentation
+  mv manual "${pkgdir}"/usr/share/doc/taskjuggler
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in skype-call-recorder/trunk (2 files)

2015-12-31 Thread Evangelos Foutras
Date: Friday, January 1, 2016 @ 03:21:28
  Author: foutrelis
Revision: 155126

upgpkg: skype-call-recorder 0.11-1

New upstream release.

Modified:
  skype-call-recorder/trunk/PKGBUILD
Deleted:
  skype-call-recorder/trunk/skype-call-recorder-0.9-dso-fix.patch

---+
 PKGBUILD  |   16 ++---
 skype-call-recorder-0.9-dso-fix.patch |   55 
 2 files changed, 5 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 20:51:09 UTC (rev 155125)
+++ PKGBUILD2016-01-01 02:21:28 UTC (rev 155126)
@@ -3,9 +3,9 @@
 # Contributor: Tarinaky 
 
 pkgname=skype-call-recorder
-pkgver=0.9
-pkgrel=2
-pkgdesc="Open source tool that allows you to record your Skype calls on Linux"
+pkgver=0.11
+pkgrel=1
+pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
 arch=('i686' 'x86_64')
 url="http://atdot.ch/scr/;
 license=('GPL')
@@ -12,16 +12,11 @@
 depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
 makedepends=('cmake')
 install=skype-call-recorder.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz
-skype-call-recorder-0.9-dso-fix.patch)
-sha256sums=('b143a75f66c16c7ae3d6a55aac50b0217b9e1097c838a9e406f00ce1561ac98e'
-'a2d4d5640970c90205285945b08891238287b488beb958abd42e08565aef747b')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/skype-call-recorder-0.9-dso-fix.patch"
-
   cmake -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -28,7 +23,6 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }
 

Deleted: skype-call-recorder-0.9-dso-fix.patch
===
--- skype-call-recorder-0.9-dso-fix.patch   2015-12-31 20:51:09 UTC (rev 
155125)
+++ skype-call-recorder-0.9-dso-fix.patch   2016-01-01 02:21:28 UTC (rev 
155126)
@@ -1,55 +0,0 @@
-From 671531892b78eeb12fbdeb025547d3b1201409bf Mon Sep 17 00:00:00 2001
-From: jlh 
-Date: Wed, 10 Jul 2013 13:45:41 +0200
-Subject: [PATCH] Fix linking issue with ogg/vorbis libraries
-

- CMakeLists.txt   |  2 +-
- CMakeModules/Findvorbisenc.cmake | 10 ++
- 2 files changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index abcf2e3..33b79cb 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -81,7 +81,7 @@ SET(LIBRARIES ${LIBRARIES} ${ID3_LIBRARY})
- 
- FIND_PACKAGE(vorbisenc REQUIRED)
- INCLUDE_DIRECTORIES(${VORBISENC_INCLUDE_DIR})
--SET(LIBRARIES ${LIBRARIES} ${VORBISENC_LIBRARY})
-+SET(LIBRARIES ${LIBRARIES} ${OGG_LIBRARY} ${VORBIS_LIBRARY} 
${VORBISENC_LIBRARY})
- 
- # Qt
- 
-diff --git a/CMakeModules/Findvorbisenc.cmake 
b/CMakeModules/Findvorbisenc.cmake
-index d519b39..53210f0 100644
 a/CMakeModules/Findvorbisenc.cmake
-+++ b/CMakeModules/Findvorbisenc.cmake
-@@ -1,18 +1,20 @@
- 
- FIND_PATH(VORBISENC_INCLUDE_DIR vorbis/vorbisenc.h /usr/include 
/usr/local/include)
-+FIND_LIBRARY(OGG_LIBRARY NAMES ogg PATH /usr/lib /usr/local/lib)
-+FIND_LIBRARY(VORBIS_LIBRARY NAMES vorbis PATH /usr/lib /usr/local/lib)
- FIND_LIBRARY(VORBISENC_LIBRARY NAMES vorbisenc PATH /usr/lib /usr/local/lib)
- 
--IF (VORBISENC_INCLUDE_DIR AND VORBISENC_LIBRARY)
-+IF (VORBISENC_INCLUDE_DIR AND OGG_LIBRARY AND VORBIS_LIBRARY AND 
VORBISENC_LIBRARY)
-   SET(VORBISENC_FOUND TRUE)
--ENDIF (VORBISENC_INCLUDE_DIR AND VORBISENC_LIBRARY)
-+ENDIF (VORBISENC_INCLUDE_DIR AND OGG_LIBRARY AND VORBIS_LIBRARY AND 
VORBISENC_LIBRARY)
- 
- IF (VORBISENC_FOUND)
-   IF (NOT vorbisenc_FIND_QUIETLY)
--  MESSAGE(STATUS "Found vorbisenc: 
${VORBISENC_INCLUDE_DIR}/vorbis/vorbisenc.h ${VORBISENC_LIBRARY}")
-+  MESSAGE(STATUS "Found vorbisenc: 
${VORBISENC_INCLUDE_DIR}/vorbis/vorbisenc.h ${OGG_LIBRARY} ${VORBIS_LIBRARY} 
${VORBISENC_LIBRARY}")
-   ENDIF (NOT vorbisenc_FIND_QUIETLY)
- ELSE (VORBISENC_FOUND)
-   IF (vorbisenc_FIND_REQUIRED)
--  MESSAGE(FATAL_ERROR "Could not find vorbisenc")
-+  MESSAGE(FATAL_ERROR "Could not find ogg, vorbis or vorbisenc")
-   ENDIF (vorbisenc_FIND_REQUIRED)
- ENDIF (VORBISENC_FOUND)
- 
--- 
-1.8.4
-


[arch-commits] Commit in skype-call-recorder/repos (10 files)

2015-12-31 Thread Evangelos Foutras
Date: Friday, January 1, 2016 @ 03:21:39
  Author: foutrelis
Revision: 155127

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

Added:
  skype-call-recorder/repos/community-i686/PKGBUILD
(from rev 155126, skype-call-recorder/trunk/PKGBUILD)
  skype-call-recorder/repos/community-i686/skype-call-recorder.install
(from rev 155126, skype-call-recorder/trunk/skype-call-recorder.install)
  skype-call-recorder/repos/community-x86_64/PKGBUILD
(from rev 155126, skype-call-recorder/trunk/PKGBUILD)
  skype-call-recorder/repos/community-x86_64/skype-call-recorder.install
(from rev 155126, skype-call-recorder/trunk/skype-call-recorder.install)
Deleted:
  skype-call-recorder/repos/community-i686/PKGBUILD
  skype-call-recorder/repos/community-i686/skype-call-recorder-0.9-dso-fix.patch
  skype-call-recorder/repos/community-i686/skype-call-recorder.install
  skype-call-recorder/repos/community-x86_64/PKGBUILD
  
skype-call-recorder/repos/community-x86_64/skype-call-recorder-0.9-dso-fix.patch
  skype-call-recorder/repos/community-x86_64/skype-call-recorder.install

+
 /PKGBUILD  |   58 +++
 /skype-call-recorder.install   |   26 ++
 community-i686/PKGBUILD|   35 -
 community-i686/skype-call-recorder-0.9-dso-fix.patch   |   55 --
 community-i686/skype-call-recorder.install |   13 ---
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/skype-call-recorder-0.9-dso-fix.patch |   55 --
 community-x86_64/skype-call-recorder.install   |   13 ---
 8 files changed, 84 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-01 02:21:28 UTC (rev 155126)
+++ community-i686/PKGBUILD 2016-01-01 02:21:39 UTC (rev 155127)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tarinaky 
-
-pkgname=skype-call-recorder
-pkgver=0.9
-pkgrel=2
-pkgdesc="Open source tool that allows you to record your Skype calls on Linux"
-arch=('i686' 'x86_64')
-url="http://atdot.ch/scr/;
-license=('GPL')
-depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=skype-call-recorder.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz
-skype-call-recorder-0.9-dso-fix.patch)
-sha256sums=('b143a75f66c16c7ae3d6a55aac50b0217b9e1097c838a9e406f00ce1561ac98e'
-'a2d4d5640970c90205285945b08891238287b488beb958abd42e08565aef747b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/skype-call-recorder-0.9-dso-fix.patch"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: skype-call-recorder/repos/community-i686/PKGBUILD (from rev 155126, 
skype-call-recorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-01 02:21:39 UTC (rev 155127)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tarinaky 
+
+pkgname=skype-call-recorder
+pkgver=0.11
+pkgrel=1
+pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
+arch=('i686' 'x86_64')
+url="http://atdot.ch/scr/;
+license=('GPL')
+depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
+makedepends=('cmake')
+install=skype-call-recorder.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/skype-call-recorder-0.9-dso-fix.patch
===
--- community-i686/skype-call-recorder-0.9-dso-fix.patch2016-01-01 
02:21:28 UTC (rev 155126)
+++ community-i686/skype-call-recorder-0.9-dso-fix.patch2016-01-01 
02:21:39 UTC (rev 155127)
@@ -1,55 +0,0 @@
-From 671531892b78eeb12fbdeb025547d3b1201409bf Mon Sep 17 00:00:00 2001
-From: jlh 
-Date: Wed, 10 Jul 2013 13:45:41 +0200
-Subject: [PATCH] Fix linking issue with ogg/vorbis libraries
-

- CMakeLists.txt   |  2 +-
- CMakeModules/Findvorbisenc.cmake | 10 ++
- 2 files changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index abcf2e3..33b79cb 100644

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

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 04:00:33
  Author: fyan
Revision: 155129

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

Added:
  libbson/repos/community-i686/
  libbson/repos/community-i686/PKGBUILD
(from rev 155128, libbson/trunk/PKGBUILD)
  libbson/repos/community-x86_64/
  libbson/repos/community-x86_64/PKGBUILD
(from rev 155128, libbson/trunk/PKGBUILD)

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

Copied: libbson/repos/community-i686/PKGBUILD (from rev 155128, 
libbson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-01 03:00:33 UTC (rev 155129)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('bdc55edf32e33d4991fd210b61a94d18428a58dbcd57294edcf9b7173cd7bdffebf0af75a4b67f1a2e6f5c5816d547310af0c4686ac5dd80fd19dc7690d9e1fc')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 155128, 
libbson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-01 03:00:33 UTC (rev 155129)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('bdc55edf32e33d4991fd210b61a94d18428a58dbcd57294edcf9b7173cd7bdffebf0af75a4b67f1a2e6f5c5816d547310af0c4686ac5dd80fd19dc7690d9e1fc')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+}


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

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 03:59:59
  Author: fyan
Revision: 155128

addpkg: libbson 1.3.0-2

Added:
  libbson/
  libbson/repos/
  libbson/trunk/
  libbson/trunk/PKGBUILD

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

Added: libbson/trunk/PKGBUILD
===
--- libbson/trunk/PKGBUILD  (rev 0)
+++ libbson/trunk/PKGBUILD  2016-01-01 02:59:59 UTC (rev 155128)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('bdc55edf32e33d4991fd210b61a94d18428a58dbcd57294edcf9b7173cd7bdffebf0af75a4b67f1a2e6f5c5816d547310af0c4686ac5dd80fd19dc7690d9e1fc')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+}


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


[arch-commits] Commit in (4 files)

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 04:30:10
  Author: fyan
Revision: 155130

addpkg: libmongoc 1.3.0-1

Added:
  libmongoc/
  libmongoc/repos/
  libmongoc/trunk/
  libmongoc/trunk/PKGBUILD

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

Added: libmongoc/trunk/PKGBUILD
===
--- libmongoc/trunk/PKGBUILD(rev 0)
+++ libmongoc/trunk/PKGBUILD2016-01-01 03:30:10 UTC (rev 155130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('5cc473480e7b49cad6a4934d0ebc50a1c17f16079f6b4d3d562e522deaa93dcad98d60951aa624305686b4b4ca4eeae357a1d988e66bd346cdd336852d3fcde1')
+
+build() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+_mongod_run() {
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
+mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
+ --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
+
+"$@"
+kill $(cat "$srcdir/mongo_tmp.pid")
+}
+
+cd "$srcdir/mongo-c-driver-$pkgver"
+_mongod_run make test
+}
+
+package() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+make DESTDIR="$pkgdir/" install
+}


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


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

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 04:30:54
  Author: fyan
Revision: 155131

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

Added:
  libmongoc/repos/community-i686/
  libmongoc/repos/community-i686/PKGBUILD
(from rev 155130, libmongoc/trunk/PKGBUILD)
  libmongoc/repos/community-x86_64/
  libmongoc/repos/community-x86_64/PKGBUILD
(from rev 155130, libmongoc/trunk/PKGBUILD)

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

Copied: libmongoc/repos/community-i686/PKGBUILD (from rev 155130, 
libmongoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-01 03:30:54 UTC (rev 155131)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('5cc473480e7b49cad6a4934d0ebc50a1c17f16079f6b4d3d562e522deaa93dcad98d60951aa624305686b4b4ca4eeae357a1d988e66bd346cdd336852d3fcde1')
+
+build() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+_mongod_run() {
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
+mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
+ --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
+
+"$@"
+kill $(cat "$srcdir/mongo_tmp.pid")
+}
+
+cd "$srcdir/mongo-c-driver-$pkgver"
+_mongod_run make test
+}
+
+package() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+make DESTDIR="$pkgdir/" install
+}

Copied: libmongoc/repos/community-x86_64/PKGBUILD (from rev 155130, 
libmongoc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-01 03:30:54 UTC (rev 155131)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('5cc473480e7b49cad6a4934d0ebc50a1c17f16079f6b4d3d562e522deaa93dcad98d60951aa624305686b4b4ca4eeae357a1d988e66bd346cdd336852d3fcde1')
+
+build() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+_mongod_run() {
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
+mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
+ --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
+
+"$@"
+kill $(cat "$srcdir/mongo_tmp.pid")
+}
+
+cd "$srcdir/mongo-c-driver-$pkgver"
+_mongod_run make test
+}
+
+package() {
+cd "$srcdir/mongo-c-driver-$pkgver"
+make DESTDIR="$pkgdir/" install
+}


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

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 04:42:25
  Author: fyan
Revision: 155133

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

Added:
  php-mongodb/repos/community-testing-i686/
  php-mongodb/repos/community-testing-i686/PKGBUILD
(from rev 155132, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-testing-i686/mongodb.ini
(from rev 155132, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-testing-i686/php7-i686.patch
(from rev 155132, php-mongodb/trunk/php7-i686.patch)
  php-mongodb/repos/community-testing-x86_64/
  php-mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 155132, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-testing-x86_64/mongodb.ini
(from rev 155132, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-testing-x86_64/php7-i686.patch
(from rev 155132, php-mongodb/trunk/php7-i686.patch)

--+
 community-testing-i686/PKGBUILD  |   41 +
 community-testing-i686/mongodb.ini   |2 +
 community-testing-i686/php7-i686.patch   |   40 
 community-testing-x86_64/PKGBUILD|   41 +
 community-testing-x86_64/mongodb.ini |2 +
 community-testing-x86_64/php7-i686.patch |   40 
 6 files changed, 166 insertions(+)

Copied: php-mongodb/repos/community-testing-i686/PKGBUILD (from rev 155132, 
php-mongodb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-01-01 03:42:25 UTC (rev 155133)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+depends=('php' 'libmongoc')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+source=(
+   "http://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+"php7-i686.patch"
+)
+sha256sums=('0899b00435edf143ddc0ededd8027013c86bf59214d63ae1f3c7be0eaae11ceb'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b'
+'cc1925bc6f6c92d13494823d354cf340c6cc1486b4e0e711af2219739ac4270b')
+
+prepare() {
+cd mongodb-$pkgver
+patch -p1 -i ../php7-i686.patch
+}
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   ./configure --prefix=/usr --with-libbson --with-libmongoc
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Copied: php-mongodb/repos/community-testing-i686/mongodb.ini (from rev 155132, 
php-mongodb/trunk/mongodb.ini)
===
--- community-testing-i686/mongodb.ini  (rev 0)
+++ community-testing-i686/mongodb.ini  2016-01-01 03:42:25 UTC (rev 155133)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Copied: php-mongodb/repos/community-testing-i686/php7-i686.patch (from rev 
155132, php-mongodb/trunk/php7-i686.patch)
===
--- community-testing-i686/php7-i686.patch  (rev 0)
+++ community-testing-i686/php7-i686.patch  2016-01-01 03:42:25 UTC (rev 
155133)
@@ -0,0 +1,40 @@
+diff --git a/phongo_compat.h b/phongo_compat.h
+index da4aed1..adbf21c 100644
+--- a/phongo_compat.h
 b/phongo_compat.h
+@@ -99,7 +99,8 @@
+   int tmp_len; \
+   mongoc_log(MONGOC_LOG_LEVEL_WARNING, MONGOC_LOG_DOMAIN, 
"Integer overflow detected on your platform: %lld", value); \
+   tmp_len = spprintf(, 0, "%lld", value); \
+-  add_index_stringl(zval, index, tmp, tmp_len, 0); \
++  ADD_INDEX_STRINGL(zval, index, tmp, tmp_len); \
++  efree(tmp); \
+   } else { \
+   add_index_long(zval, index, val); \
+   }
+@@ -109,7 +110,8 @@
+   int tmp_len; \
+   mongoc_log(MONGOC_LOG_LEVEL_WARNING, MONGOC_LOG_DOMAIN, 
"Integer overflow detected on your platform: %lld", value); \
+   tmp_len = spprintf(, 0, "%lld", value); \
+-  add_assoc_stringl(zval, key, tmp, tmp_len, 0); \
++  ADD_ASSOC_STRINGL(zval, key, tmp, tmp_len); \
++  efree(tmp); \
+   } else { \
+   add_assoc_long(zval, key, value); \
+   }
+@@ -167,6 +167,7 @@
+ # define ADD_ASSOC_ZVAL(_zv, _key, _value) add_assoc_zval(_zv, _key, _value);
+ # define ADD_ASSOC_NULL_EX(_zv, 

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

2015-12-31 Thread Evangelos Foutras
Date: Friday, January 1, 2016 @ 04:44:55
  Author: foutrelis
Revision: 155135

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 155134, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
(from rev 155134, gaupol/trunk/gaupol.install)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

+
 PKGBUILD   |   70 ++-
 gaupol.install |   28 +++---
 2 files changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-01 03:44:50 UTC (rev 155134)
+++ PKGBUILD2016-01-01 03:44:55 UTC (rev 155135)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.28.2
-pkgrel=2
-pkgdesc="Editor for text-based subtitle files"
-arch=('any')
-url="http://home.gna.org/gaupol;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-'gtkspell3: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
-sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 155134, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-01 03:44:55 UTC (rev 155135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=0.28.2
+pkgrel=3
+pkgdesc="Editor for text-based subtitle files"
+arch=('any')
+url="http://home.gna.org/gaupol;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
+ 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('mplayer: subtitle preview'
+'vlc: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2016-01-01 03:44:50 UTC (rev 155134)
+++ gaupol.install  2016-01-01 03:44:55 UTC (rev 155135)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 155134, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2016-01-01 03:44:55 UTC (rev 155135)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-31 Thread Evangelos Foutras
Date: Friday, January 1, 2016 @ 04:44:50
  Author: foutrelis
Revision: 155134

upgpkg: gaupol 0.28.2-3

Make spell-checking dependencies non-optional (FS#46665).

Also add python-cairo as a dependency to fix:

TypeError: Couldn't find foreign struct converter for 'cairo.Context'

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-01 03:42:25 UTC (rev 155133)
+++ PKGBUILD2016-01-01 03:44:50 UTC (rev 155134)
@@ -7,18 +7,16 @@
 
 pkgname=gaupol
 pkgver=0.28.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Editor for text-based subtitle files"
 arch=('any')
 url="http://home.gna.org/gaupol;
 license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+ 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
+ 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-'gtkspell3: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
+optdepends=('mplayer: subtitle preview'
 'vlc: subtitle preview'
 'gst-plugins-bad: extra media codecs'
 'gst-plugins-ugly: extra media codecs'


[arch-commits] Commit in (6 files)

2015-12-31 Thread Felix Yan
Date: Friday, January 1, 2016 @ 04:41:29
  Author: fyan
Revision: 155132

addpkg: php-mongodb 1.1.1-1

Added:
  php-mongodb/
  php-mongodb/repos/
  php-mongodb/trunk/
  php-mongodb/trunk/PKGBUILD
  php-mongodb/trunk/mongodb.ini
  php-mongodb/trunk/php7-i686.patch

-+
 PKGBUILD|   41 +
 mongodb.ini |2 ++
 php7-i686.patch |   40 
 3 files changed, 83 insertions(+)

Added: php-mongodb/trunk/PKGBUILD
===
--- php-mongodb/trunk/PKGBUILD  (rev 0)
+++ php-mongodb/trunk/PKGBUILD  2016-01-01 03:41:29 UTC (rev 155132)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+depends=('php' 'libmongoc')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+source=(
+   "http://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+"php7-i686.patch"
+)
+sha256sums=('0899b00435edf143ddc0ededd8027013c86bf59214d63ae1f3c7be0eaae11ceb'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b'
+'cc1925bc6f6c92d13494823d354cf340c6cc1486b4e0e711af2219739ac4270b')
+
+prepare() {
+cd mongodb-$pkgver
+patch -p1 -i ../php7-i686.patch
+}
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   ./configure --prefix=/usr --with-libbson --with-libmongoc
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}


Property changes on: php-mongodb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: php-mongodb/trunk/mongodb.ini
===
--- php-mongodb/trunk/mongodb.ini   (rev 0)
+++ php-mongodb/trunk/mongodb.ini   2016-01-01 03:41:29 UTC (rev 155132)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Added: php-mongodb/trunk/php7-i686.patch
===
--- php-mongodb/trunk/php7-i686.patch   (rev 0)
+++ php-mongodb/trunk/php7-i686.patch   2016-01-01 03:41:29 UTC (rev 155132)
@@ -0,0 +1,40 @@
+diff --git a/phongo_compat.h b/phongo_compat.h
+index da4aed1..adbf21c 100644
+--- a/phongo_compat.h
 b/phongo_compat.h
+@@ -99,7 +99,8 @@
+   int tmp_len; \
+   mongoc_log(MONGOC_LOG_LEVEL_WARNING, MONGOC_LOG_DOMAIN, 
"Integer overflow detected on your platform: %lld", value); \
+   tmp_len = spprintf(, 0, "%lld", value); \
+-  add_index_stringl(zval, index, tmp, tmp_len, 0); \
++  ADD_INDEX_STRINGL(zval, index, tmp, tmp_len); \
++  efree(tmp); \
+   } else { \
+   add_index_long(zval, index, val); \
+   }
+@@ -109,7 +110,8 @@
+   int tmp_len; \
+   mongoc_log(MONGOC_LOG_LEVEL_WARNING, MONGOC_LOG_DOMAIN, 
"Integer overflow detected on your platform: %lld", value); \
+   tmp_len = spprintf(, 0, "%lld", value); \
+-  add_assoc_stringl(zval, key, tmp, tmp_len, 0); \
++  ADD_ASSOC_STRINGL(zval, key, tmp, tmp_len); \
++  efree(tmp); \
+   } else { \
+   add_assoc_long(zval, key, value); \
+   }
+@@ -167,6 +167,7 @@
+ # define ADD_ASSOC_ZVAL(_zv, _key, _value) add_assoc_zval(_zv, _key, _value);
+ # define ADD_ASSOC_NULL_EX(_zv, _key) add_assoc_null_ex(_zv, ZEND_STRL(_key));
+ # define ADD_ASSOC_BOOL_EX(_zv, _key, _value) add_assoc_bool_ex(_zv, 
ZEND_STRL(_key), _value);
++# define ADD_INDEX_STRINGL(_zv, _ind, _value, _len) add_index_stringl(_zv, 
_ind, _value, _len);
+ # define phongo_free_object_arg zend_object
+ # define phongo_zpp_char_len size_t
+ # define ZEND_HASH_APPLY_COUNT(ht) (ht)->u.v.nApplyCount
+@@ -193,6 +194,7 @@
+ # define ADD_ASSOC_ZVAL(_zv, _key, _value) add_assoc_zval(_zv, _key, _value);
+ # define ADD_ASSOC_NULL_EX(_zv, _key) add_assoc_null_ex(_zv, ZEND_STRS(_key));
+ # define ADD_ASSOC_BOOL_EX(_zv, _key, _value) add_assoc_bool_ex(_zv, 
ZEND_STRS(_key), _value);
++# define ADD_INDEX_STRINGL(_zv, _ind, _value, _len) add_index_stringl(_zv, 
_ind, _value, _len, 0);
+ # define Z_PHPDATE_P(object) zend_object_store_get_object(object TSRMLS_CC)
+ # define Z_ISUNDEF(x) !x
+ # define phongo_free_object_arg void