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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 10:57:55
  Author: fyan
Revision: 139095

upgpkg: lib32-nvidia-304xx-utils 304.128-1

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 08:48:25 UTC (rev 139094)
+++ PKGBUILD2015-09-02 08:57:55 UTC (rev 139095)
@@ -7,7 +7,7 @@
 _pkgbasename=nvidia-304xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
-pkgver=304.125
+pkgver=304.128
 pkgrel=1
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+md5sums=('be2b40a4dc3339b050a4f76ddd27e96c')
 
 create_links() {
   # create soname links


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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 11:03:34
  Author: fyan
Revision: 245194

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

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

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 245193, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-02 09:03:34 UTC (rev 245194)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.128
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.42')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+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=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90')
+sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+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-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
245193, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2015-09-02 09:03:34 UTC (rev 
245194)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 245193, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-02 09:03:34 UTC (rev 245194)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.128
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}")

[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:48:16
  Author: spupykin
Revision: 139093

upgpkg: owncloud-app-documents 1:0.10.2-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 08:48:00 UTC (rev 139092)
+++ PKGBUILD2015-09-02 08:48:16 UTC (rev 139093)
@@ -2,7 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-documents
-pkgver=8.1.1
+epoch=1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Documents app for owncloud"
 arch=('any')
@@ -12,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('36554523c5f7039efb2788cb88c82b36')
+md5sums=('781bcb059bf55b03233f7e3963d59d30')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:48:00
  Author: spupykin
Revision: 139092

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 139091, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 139091, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 139091, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 139091, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 139091, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 139091, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 139091, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 139091, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 139091, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 139091, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  252 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  126 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  126 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 08:47:38 UTC (rev 139091)
+++ community-i686/PKGBUILD 2015-09-02 08:48:00 UTC (rev 139092)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=1.2.18
-pkgrel=2
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   

[arch-commits] Commit in lib32-nvidia-304xx-utils/repos (2 files)

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 10:58:16
  Author: fyan
Revision: 139096

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 139095, lib32-nvidia-304xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 139095, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-09-02 08:58:16 UTC (rev 139096)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jason Graham 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-304xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
+pkgver=304.128
+pkgrel=1
+pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
+ 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('be2b40a4dc3339b050a4f76ddd27e96c')
+
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
+build() {
+  sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-304xx() {
+  pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+  depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  conflicts=('lib32-opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+  
+  create_links
+
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-304xx-libgl() {
+  pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
+  depends=('lib32-nvidia-304xx-utils' 'lib32-mesa')
+  conflicts=('lib32-libgl')
+  provides=('lib32-libgl')
+
+  cd ${_pkg}
+
+  mkdir -p "${pkgdir}/usr/lib32"
+  ln -s "nvidia/libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
+  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
+  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib32/libEGL.so.1.0.0"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so.1"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so"
+
+  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so"
+
+  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib32/libGLESv2.so.2.0.0"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so.2"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so"
+
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
+}
+
+package_lib32-nvidia-304xx-utils() {
+  pkgdesc="NVIDIA drivers utilities (32-bit)"
+  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext')
+  optdepends=('lib32-opencl-nvidia-304xx')
+  conflicts=('lib32-nvidia-utils')
+
+  cd ${_pkg}
+
+  # OpenGL libraries
+  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+
+  # OpenGL core library
+  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+
+  # XvMC
+  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
+
+  # VDPAU
+  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+  # nvidia-tls library
+  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 

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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 10:40:00
  Author: fyan
Revision: 245189

upgpkg: nvidia-304xx-utils 304.128-1

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 00:16:15 UTC (rev 245188)
+++ PKGBUILD2015-09-02 08:40:00 UTC (rev 245189)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Andreas Radke 
 
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.125
+pkgver=304.128
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -11,17 +11,17 @@
 license=('custom')
 makedepends=('zlib')
 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=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90')
+sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2')
 
 if [ "$CARCH" = "i686" ]; then
   _arch='x86'
   _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
 elif [ "$CARCH" = "x86_64" ]; then
   _arch='x86_64'
   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
 fi
 
 create_links() {


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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 10:40:30
  Author: fyan
Revision: 245190

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

Added:
  nvidia-304xx-utils/repos/testing-i686/
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 245189, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 245189, nvidia-304xx-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  162 ++
 testing-x86_64/PKGBUILD |  162 ++
 2 files changed, 324 insertions(+)

Copied: nvidia-304xx-utils/repos/testing-i686/PKGBUILD (from rev 245189, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-02 08:40:30 UTC (rev 245190)
@@ -0,0 +1,162 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
+pkgver=304.128
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+makedepends=('zlib')
+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=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90')
+sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
+build() {
+  sh "${_pkg}.run" --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
+  depends=('libcl' 'zlib')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  provides=('opencl-nvidia')
+  conflicts=('opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+  create_links
+  
+  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
+}
+
+package_nvidia-304xx-libgl() {
+  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
+  depends=('nvidia-304xx-utils' 'mesa')
+  conflicts=('libgl' 'nvidia-libgl')
+  provides=('libgl' 'nvidia-libgl')
+
+  cd ${_pkg}
+
+  mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
+  ln -s "../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
+  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
+  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+
+  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
+  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
+  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
+
+  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
+
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
+}
+
+package_nvidia-304xx-utils() {
+  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
+  

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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:47:38
  Author: spupykin
Revision: 139091

upgpkg: libvirt 1.2.19-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 08:47:34 UTC (rev 139090)
+++ PKGBUILD2015-09-02 08:47:38 UTC (rev 139091)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=1.2.18
-pkgrel=2
+pkgver=1.2.19
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/;
@@ -63,7 +63,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('5531b44fc282c3ce0c3951c6bb692576'
+md5sums=('bc3ab1ba5b6fabd2e4516c70ddd4d97c'
  '5e31269067dbd12ca871234450bb66bb'
  '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:47:24
  Author: spupykin
Revision: 139089

upgpkg: firefox-adblock-plus 2.6.10-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 04:30:34 UTC (rev 139088)
+++ PKGBUILD2015-09-02 08:47:24 UTC (rev 139089)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.9
+pkgver=2.6.10
 pkgrel=1
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('unzip')
 noextract=("adblockplus-$pkgver.xpi")
 source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('e53ca224ec1bfad22b97c50ff191c1d9')
+md5sums=('df5f71f73ace992fc3504a6c46849b59')
 
 package() {
   cd $srcdir


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:47:34
  Author: spupykin
Revision: 139090

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 08:47:24 UTC (rev 139089)
+++ PKGBUILD2015-09-02 08:47:34 UTC (rev 139090)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.9
-pkgrel=1
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-noextract=("adblockplus-$pkgver.xpi")
-source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('e53ca224ec1bfad22b97c50ff191c1d9')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 139089, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 08:47:34 UTC (rev 139090)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.10
+pkgrel=1
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=('unzip')
+noextract=("adblockplus-$pkgver.xpi")
+source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('df5f71f73ace992fc3504a6c46849b59')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}


[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 10:48:25
  Author: spupykin
Revision: 139094

archrelease: copy trunk to community-any

Added:
  owncloud-app-documents/repos/community-any/PKGBUILD
(from rev 139093, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 08:48:16 UTC (rev 139093)
+++ PKGBUILD2015-09-02 08:48:25 UTC (rev 139094)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('36554523c5f7039efb2788cb88c82b36')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 139093, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 08:48:25 UTC (rev 139094)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+epoch=1
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('781bcb059bf55b03233f7e3963d59d30')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in nvidia-304xx/trunk (3 files)

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 10:59:50
  Author: fyan
Revision: 245191

upgpkg: nvidia-304xx 304.128-1

Modified:
  nvidia-304xx/trunk/PKGBUILD
Deleted:
  nvidia-304xx/trunk/nvidia-3.19.patch
  nvidia-304xx/trunk/nvidia-4.0.patch

---+
 PKGBUILD  |   18 ++
 nvidia-3.19.patch |   21 -
 nvidia-4.0.patch  |   28 
 3 files changed, 6 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 08:40:30 UTC (rev 245190)
+++ PKGBUILD2015-09-02 08:59:50 UTC (rev 245191)
@@ -4,9 +4,9 @@
 
 pkgbase=nvidia-304xx
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.125
+pkgver=304.128
 _extramodules=extramodules-4.1-ARCH
-pkgrel=23
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.1' 'linux-headers<4.2')
@@ -15,14 +15,10 @@
 options=(!strip)
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-'nv-drm.patch'
-'nvidia-3.19.patch'
-'nvidia-4.0.patch')
-sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7'
-
'3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae'
-
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
-
'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d'
-
'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27')
+'nv-drm.patch')
+sha512sums=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90'
+
'fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2'
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -33,8 +29,6 @@
 cd "${_pkg}"
 # patches here
 patch -p0 -i "$srcdir/nv-drm.patch"
-patch -p1 -i "$srcdir/nvidia-3.19.patch"
-patch -p0 -i "$srcdir/nvidia-4.0.patch"
 }
 
 build() {

Deleted: nvidia-3.19.patch
===
--- nvidia-3.19.patch   2015-09-02 08:40:30 UTC (rev 245190)
+++ nvidia-3.19.patch   2015-09-02 08:59:50 UTC (rev 245191)
@@ -1,21 +0,0 @@
-diff -Npur NVIDIA-Linux-x86_64-304.orig/kernel/nv.c 
NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c
 NVIDIA-Linux-x86_64-304.orig/kernel/nv.c   2014-12-02 04:58:34.0 
+0100
-+++ NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c2014-12-21 
17:50:33.420697348 +0100
-@@ -2026,7 +2026,7 @@ long nv_kern_unlocked_ioctl(
- unsigned long i_arg
- )
- {
--return nv_kern_ioctl(file->f_dentry->d_inode, file, cmd, i_arg);
-+return nv_kern_ioctl(file->f_path.dentry->d_inode, file, cmd, i_arg);
- }
- 
- long nv_kern_compat_ioctl(
-@@ -2035,7 +2035,7 @@ long nv_kern_compat_ioctl(
- unsigned long i_arg
- )
- {
--return nv_kern_ioctl(file->f_dentry->d_inode, file, cmd, i_arg);
-+return nv_kern_ioctl(file->f_path.dentry->d_inode, file, cmd, i_arg);
- }
- 
- /*

Deleted: nvidia-4.0.patch
===
--- nvidia-4.0.patch2015-09-02 08:40:30 UTC (rev 245190)
+++ nvidia-4.0.patch2015-09-02 08:59:50 UTC (rev 245191)
@@ -1,28 +0,0 @@
 kernel/nv-pat.c~ 2015-02-22 20:39:43.889075396 -0800
-+++ kernel/nv-pat.c 2015-02-22 20:29:33.519735577 -0800
-@@ -35,8 +35,13 @@
- unsigned long cr0 = read_cr0();
- write_cr0(((cr0 & (0xdfff)) | 0x4000));
- wbinvd();
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
-+*cr4 = __read_cr4();
-+if (*cr4 & 0x80) __write_cr4(*cr4 & ~0x80);
-+#else
- *cr4 = read_cr4();
- if (*cr4 & 0x80) write_cr4(*cr4 & ~0x80);
-+#endif
- __flush_tlb();
- }
- 
-@@ -46,7 +46,11 @@
- wbinvd();
- __flush_tlb();
- write_cr0((cr0 & 0x9fff));
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
-+if (cr4 & 0x80) __write_cr4(cr4);
-+#else
- if (cr4 & 0x80) write_cr4(cr4);
-+#endif
- }
- 
- static int nv_determine_pat_mode(void)


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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 11:00:41
  Author: fyan
Revision: 245192

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

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

--+
 testing-i686/PKGBUILD|   69 +
 testing-i686/nv-drm.patch|   27 +++
 testing-i686/nvidia-304xx-dkms.install   |   30 
 testing-i686/nvidia-304xx.install|   13 +
 testing-x86_64/PKGBUILD  |   69 +
 testing-x86_64/nv-drm.patch  |   27 +++
 testing-x86_64/nvidia-304xx-dkms.install |   30 
 testing-x86_64/nvidia-304xx.install  |   13 +
 8 files changed, 278 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 245191, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-02 09:00:41 UTC (rev 245192)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.128
+_extramodules=extramodules-4.1-ARCH
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.1' 'linux-headers<4.2')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'nv-drm.patch')
+sha512sums=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90'
+
'fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2'
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -p0 -i "$srcdir/nv-drm.patch"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.1' 'linux<4.2' '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 

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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 11:03:04
  Author: fyan
Revision: 245193

upgpkg: nvidia-304xx-lts 304.128-1

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 09:00:41 UTC (rev 245192)
+++ PKGBUILD2015-09-02 09:03:04 UTC (rev 245193)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Radke 
 
 pkgname=nvidia-304xx-lts
-pkgver=304.125
+pkgver=304.128
 _extramodules=extramodules-3.14-lts
-pkgrel=9
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -16,17 +16,17 @@
 license=('custom')
 install=nvidia-304xx-lts.install
 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=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90')
+sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2')
 
 if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
 fi
 
 build() {


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

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 17:28:23
  Author: andyrtr
Revision: 245200

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

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 245199, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
(from rev 245199, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 245199, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 245199, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 245199, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 245199, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups.install
(from rev 245199, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 245199, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 245199, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 245199, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 245199, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 245199, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 245199, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 245199, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 245199, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 245199, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 245199, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 245199, cups/trunk/cups.pam)

---+
 testing-i686/PKGBUILD |  169 
 testing-i686/cups-1.6.0-fix-install-perms.patch   |   25 ++
 testing-i686/cups-1.6.2-statedir.patch|   12 +
 testing-i686/cups-no-export-ssllibs.patch |   12 +
 testing-i686/cups-no-gcrypt.patch |   11 +
 testing-i686/cups-no-gzip-man.patch   |   18 ++
 testing-i686/cups.install |   28 +++
 testing-i686/cups.logrotate   |5 
 testing-i686/cups.pam |3 
 testing-x86_64/PKGBUILD   |  169 
 testing-x86_64/cups-1.6.0-fix-install-perms.patch |   25 ++
 testing-x86_64/cups-1.6.2-statedir.patch  |   12 +
 testing-x86_64/cups-no-export-ssllibs.patch   |   12 +
 testing-x86_64/cups-no-gcrypt.patch   |   11 +
 testing-x86_64/cups-no-gzip-man.patch |   18 ++
 testing-x86_64/cups.install   |   28 +++
 testing-x86_64/cups.logrotate |5 
 testing-x86_64/cups.pam   |3 
 18 files changed, 566 insertions(+)

Copied: cups/repos/testing-i686/PKGBUILD (from rev 245199, cups/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-02 15:28:23 UTC (rev 245200)
@@ -0,0 +1,169 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase="cups"
+pkgname=('libcups' 'cups')
+pkgver=2.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.cups.org/;
+makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls'
+ 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
+cups.logrotate cups.pam
+# improve build and linking
+cups-no-export-ssllibs.patch
+cups-no-gcrypt.patch
+cups-no-gzip-man.patch
+cups-1.6.2-statedir.patch
+cups-1.6.0-fix-install-perms.patch
+# bugfixes
+)
+md5sums=('c4e57a66298bfdba66bb3d5bedd317a4'
+ 'SKIP'
+ 'fc8286f185e2cc5f7e1f6843bf193e2b'
+ '96f82c38f3f540b53f3e5144900acf17'
+ '3ba9e3410df1dc3015463d615ef91b3b'
+ '1beb4896f217bc241bc08a422274ec0c'
+ '90c30380d4c8cd48a908cfdadae1ea24'
+ '451609db34f95209d64c38474de27ce1'
+ '5117f65342fcc69c6a506529e4daca9e')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+
+prepare() {
+
+  cd ${pkgbase}-${pkgver}
+  
+  # improve build and linking
+  # Do not export SSL libs in cups-config
+  patch -Np1 -i 

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

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 17:27:59
  Author: andyrtr
Revision: 245199

upgpkg: cups 2.1.0-1

upstream update 2.1.0

Modified:
  cups/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 10:17:14 UTC (rev 245198)
+++ PKGBUILD2015-09-02 15:27:59 UTC (rev 245199)
@@ -161,12 +161,8 @@
   # remove client.conf man page
   rm -f ${pkgdir}/usr/share/man/man5/client.conf.5
   
-  # remove files now part of cups-filters
-#  rm -v ${pkgdir}/usr/share/cups/banners/*
-#  rm -v ${pkgdir}/usr/share/cups/data/testprint
-  # comment out all conversion rules which use any of the removed filters
+  # comment out all conversion rules which use any of the removed filters that 
are now part of cups-filters
   perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' 
$pkgdir/usr/share/cups/mime/mime.convs
-
   
   # comment out unnecessary PageLogFormat entry
   sed -i -e 's:PageLogFormat:#PageLogFormat:' $pkgdir/etc/cups/cupsd.conf*


[arch-commits] Commit in windowmaker/repos (24 files)

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 20:00:41
  Author: daniel
Revision: 245207

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
(from rev 245206, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/giflib_510.diff
(from rev 245206, windowmaker/trunk/giflib_510.diff)
  windowmaker/repos/extra-i686/libpng-1.4.patch
(from rev 245206, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 245206, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wm-giflib.patch
(from rev 245206, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-i686/wmaker.desktop
(from rev 245206, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
(from rev 245206, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/giflib_510.diff
(from rev 245206, windowmaker/trunk/giflib_510.diff)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
(from rev 245206, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 245206, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wm-giflib.patch
(from rev 245206, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-x86_64/wmaker.desktop
(from rev 245206, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/giflib_510.diff
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-i686/wm-giflib.patch
  windowmaker/repos/extra-i686/wmaker.desktop
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/giflib_510.diff
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/wm-giflib.patch
  windowmaker/repos/extra-x86_64/wmaker.desktop

---+
 /PKGBUILD |  102 
 /giflib_510.diff  |   40 
 /libpng-1.4.patch |   24 
 /wm-giflib.patch  | 4844 
 /wmaker.desktop   |   10 
 extra-i686/PKGBUILD   |   55 
 extra-i686/giflib_510.diff|   20 
 extra-i686/libpng-1.4.patch   |   12 
 extra-i686/wm-giflib.patch| 2422 
 extra-i686/wmaker.desktop |5 
 extra-x86_64/PKGBUILD |   55 
 extra-x86_64/giflib_510.diff  |   20 
 extra-x86_64/libpng-1.4.patch |   12 
 extra-x86_64/wm-giflib.patch  | 2422 
 extra-x86_64/wmaker.desktop   |5 
 15 files changed, 5020 insertions(+), 5028 deletions(-)

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


[arch-commits] Commit in nuget/repos/extra-any (7 files)

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 19:28:05
  Author: daniel
Revision: 245205

archrelease: copy trunk to extra-any

Added:
  nuget/repos/extra-any/PKGBUILD
(from rev 245204, nuget/trunk/PKGBUILD)
  nuget/repos/extra-any/nuget
(from rev 245204, nuget/trunk/nuget)
  nuget/repos/extra-any/nuget.install
(from rev 245204, nuget/trunk/nuget.install)
  nuget/repos/extra-any/nuget.pc
(from rev 245204, nuget/trunk/nuget.pc)
Deleted:
  nuget/repos/extra-any/PKGBUILD
  nuget/repos/extra-any/nuget
  nuget/repos/extra-any/nuget.install

---+
 PKGBUILD  |   80 
 nuget |8 ++---
 nuget.install |   20 +++---
 nuget.pc  |   10 +++
 4 files changed, 64 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 17:25:47 UTC (rev 245204)
+++ PKGBUILD2015-09-02 17:28:05 UTC (rev 245205)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel Isenmann 
-# Contributor: wenLiangcan 
-
-pkgname=nuget
-pkgver=2.8.5
-pkgrel=2
-pkgdesc="Package manager for .NET."
-arch=('any')
-url="http://www.nuget.org;
-license=('APACHE')
-depends=('mono' 'sh')
-source=(https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz
-"${pkgname}"
-"${pkgname}.pc"
-   "https://sources.archlinux.org/other/packages/${pkgname}/xdt.tar.gz;)
-md5sums=('38793be9c7748960b1951ff436e9863e'
- 'dce06048fb6eb42beb69001adb2fd530'
- 'ffb7d95fb39f72c9619c72db91ec36a0'
- '61580e6d1e1ecf80f8f2caf4a43b7b71')
-install="${pkgname}.install"
-
-build() {
-   xbuild /p:Configuration=Release 
xdt/XmlTransform/Microsoft.Web.XmlTransform.csproj
-   cd ${srcdir}/${pkgname}-${pkgver}
-   xbuild Build/Build.proj /p:Configuration=Release 
/p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion=v4.5 
/p:Configuration="Mono Release" /t:BuildMono
-}
-
-package() {
-
-mkdir -p ${pkgdir}/usr/lib/pkgconfig
-install -m 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
-
-install -d ${pkgdir}/usr/lib/nuget
-install -m 0644 ${srcdir}/nuget-2.8.5/src/CommandLine/obj/Mono\ 
Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
-install -m 0644 ${srcdir}/nuget-2.8.5/src/Core/obj/Mono\ 
Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
-install -m 0644 
${srcdir}/xdt/XmlTransform/obj/Release/Microsoft.Web.XmlTransform.dll 
${pkgdir}/usr/lib/nuget/
-
-install -d ${pkgdir}/usr/bin
-install -m 0755 ${srcdir}/nuget ${pkgdir}/usr/bin/nuget
-}

Copied: nuget/repos/extra-any/PKGBUILD (from rev 245204, nuget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 17:28:05 UTC (rev 245205)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Isenmann 
+# Contributor: wenLiangcan 
+
+pkgname=nuget
+pkgver=2.8.7
+pkgrel=1
+pkgdesc="Package manager for .NET."
+arch=('any')
+url="http://www.nuget.org;
+license=('APACHE')
+depends=('mono' 'sh')
+source=(https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz
+"${pkgname}"
+"${pkgname}.pc"
+   "https://sources.archlinux.org/other/packages/${pkgname}/xdt.tar.gz;)
+md5sums=('8f8ccf0dbeaf8baf8644c253e94a6054'
+ 'dce06048fb6eb42beb69001adb2fd530'
+ 'ffb7d95fb39f72c9619c72db91ec36a0'
+ '61580e6d1e1ecf80f8f2caf4a43b7b71')
+install="${pkgname}.install"
+
+build() {
+   xbuild /p:Configuration=Release 
xdt/XmlTransform/Microsoft.Web.XmlTransform.csproj
+   cd ${srcdir}/${pkgname}-${pkgver}
+   xbuild Build/Build.proj /p:Configuration=Release 
/p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion=v4.5 
/p:Configuration="Mono Release" /t:BuildMono
+}
+
+package() {
+
+mkdir -p ${pkgdir}/usr/lib/pkgconfig
+install -m 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
+
+install -d ${pkgdir}/usr/lib/nuget
+install -m 0644 ${srcdir}/nuget-2.8.7/src/CommandLine/obj/Mono\ 
Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
+install -m 0644 ${srcdir}/nuget-2.8.7/src/Core/obj/Mono\ 
Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
+install -m 0644 
${srcdir}/xdt/XmlTransform/obj/Release/Microsoft.Web.XmlTransform.dll 
${pkgdir}/usr/lib/nuget/
+
+install -d ${pkgdir}/usr/bin
+install -m 0755 ${srcdir}/nuget ${pkgdir}/usr/bin/nuget
+}

Deleted: nuget
===
--- nuget   2015-09-02 17:25:47 UTC (rev 245204)
+++ nuget   2015-09-02 17:28:05 UTC (rev 245205)
@@ -1,4 +0,0 @@
-#!/bin/sh
-MONO_PATH=/usr/lib/nuget:$MONO_PATH
-export MONO_PATH
-exec mono $MONO_OPTIONS --runtime=v4.0 /usr/lib/nuget/NuGet.exe $*

Copied: nuget/repos/extra-any/nuget (from rev 245204, nuget/trunk/nuget)
===
--- nuget   (rev 0)
+++ nuget   

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

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 20:00:31
  Author: daniel
Revision: 245206

upgpkg: windowmaker 0.95.7-1

New upstream release

Modified:
  windowmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 17:28:05 UTC (rev 245205)
+++ PKGBUILD2015-09-02 18:00:31 UTC (rev 245206)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=windowmaker
-pkgver=0.95.6
+pkgver=0.95.7
 pkgrel=1
 pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
 arch=('i686' 'x86_64')
@@ -11,19 +11,13 @@
 license=('GPL' 'custom')
 depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 
'libtiff' 'giflib')
 source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz
-wmaker.desktop
-giflib_510.diff)
-md5sums=('5b3cf9e6cd1f4066ffa5f2f22c25aee3'
- '2fba97bebfd691836b92b8f0db79ff13'
- 'ac51e22a9d6a8d653cfa8cbcc6fea96e')
+wmaker.desktop)
+md5sums=('082c31d4b7b573518a960e8a879679d7'
+ '2fba97bebfd691836b92b8f0db79ff13')
 
 prepare() {
   cd WindowMaker-$pkgver
-  #patch -Np0 -i ../wm-giflib.patch
   
-  # patch taken from NetBSD
-  patch -Np0 -i ../giflib_510.diff
-  
   autoreconf -fi
   
   # fix some paths FS#3080 - ckeck also Gentoo ebuild
@@ -38,10 +32,12 @@
 
 build() {
   cd WindowMaker-$pkgver
-  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 
's:po/\(.*\)\.po$:\1:'`"
+  export LINGUAS="be bg bs ca cs da de el es et fi fr fy gl hr hu hy it ja ko 
ms nl no pl pt ro ru sk sv tr uk zh_CN zh_TW"
+  #export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+  
   ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
---with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
---enable-usermenu --enable-modelock --enable-xrandr
+--localedir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+--enable-usermenu --enable-modelock --enable-randr
   make
 }
 


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

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 19:25:11
  Author: daniel
Revision: 245201

upgpkg: mono 4.0.3.20-1

New upstream release

Added:
  mono/trunk/mono.install
Modified:
  mono/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 mono.install |7 +++
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 15:28:23 UTC (rev 245200)
+++ PKGBUILD2015-09-02 17:25:11 UTC (rev 245201)
@@ -3,14 +3,14 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=4.0.2.5
-_pkgver=4.0.2
+pkgver=4.0.3.20
+_pkgver=4.0.3
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/;
-depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python')
+depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python' 'ca-certificates')
 options=('!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
@@ -20,12 +20,13 @@
build_fix.patch
Microsoft.Portable.Common.targets
fix-zlib-helper.patch)
-md5sums=('b1360d45a80c2e1bac15e765b56cf66c'
+md5sums=('0d495942f283168f5d10e9fc83839ca4'
  'b9ef8a65fea497acf176cca16c1e2402'
  '8a700b94bff7a913f920e95890d2fb4c'
  '30a5af1a4ff50b98f9e73cc2ae554115'
  'acbffadb0ac233c494b40dd5e79209a5'
  '62912ad289535bf841c140727e5c1165')
+install="${pkgname}.install"
 
 build() {
   cd "${srcdir}"/${pkgname}-${_pkgver}

Added: mono.install
===
--- mono.install(rev 0)
+++ mono.install2015-09-02 17:25:11 UTC (rev 245201)
@@ -0,0 +1,7 @@
+post_install() {
+post_upgrade
+}
+
+post_upgrade() {
+cert-sync /etc/ssl/certs/ca-certificates.crt
+}


[arch-commits] Commit in nuget/repos/extra-any (nuget.pc)

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 19:25:47
  Author: daniel
Revision: 245204

archrelease: copy trunk to extra-any

Deleted:
  nuget/repos/extra-any/nuget.pc

--+
 nuget.pc |   10 --
 1 file changed, 10 deletions(-)

Deleted: nuget.pc
===
--- nuget.pc2015-09-02 17:25:41 UTC (rev 245203)
+++ nuget.pc2015-09-02 17:25:47 UTC (rev 245204)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
-Libraries=${prefix}/lib/nuget/NuGet.Core.dll 
${prefix}/lib/nuget/Microsoft.Web.XmlTransform.dll
-
-Name: nuget
-Description: Library for acessing Microsoft NuGet repositories
-Version: %{version}
-Libs: -r:${libdir}/nuget/NuGet.Core.dll 
-r:${libdir}/nuget/Microsoft.Web.XmlTransform.dll


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

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 19:25:41
  Author: daniel
Revision: 245203

upgpkg: nuget 2.8.7-1

New upstream release

Modified:
  nuget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 17:25:22 UTC (rev 245202)
+++ PKGBUILD2015-09-02 17:25:41 UTC (rev 245203)
@@ -2,8 +2,8 @@
 # Contributor: wenLiangcan 
 
 pkgname=nuget
-pkgver=2.8.5
-pkgrel=2
+pkgver=2.8.7
+pkgrel=1
 pkgdesc="Package manager for .NET."
 arch=('any')
 url="http://www.nuget.org;
@@ -13,7 +13,7 @@
 "${pkgname}"
 "${pkgname}.pc"
"https://sources.archlinux.org/other/packages/${pkgname}/xdt.tar.gz;)
-md5sums=('38793be9c7748960b1951ff436e9863e'
+md5sums=('8f8ccf0dbeaf8baf8644c253e94a6054'
  'dce06048fb6eb42beb69001adb2fd530'
  'ffb7d95fb39f72c9619c72db91ec36a0'
  '61580e6d1e1ecf80f8f2caf4a43b7b71')
@@ -31,8 +31,8 @@
 install -m 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
 
 install -d ${pkgdir}/usr/lib/nuget
-install -m 0644 ${srcdir}/nuget-2.8.5/src/CommandLine/obj/Mono\ 
Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
-install -m 0644 ${srcdir}/nuget-2.8.5/src/Core/obj/Mono\ 
Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
+install -m 0644 ${srcdir}/nuget-2.8.7/src/CommandLine/obj/Mono\ 
Release/NuGet.exe ${pkgdir}/usr/lib/nuget/
+install -m 0644 ${srcdir}/nuget-2.8.7/src/Core/obj/Mono\ 
Release/NuGet.Core.dll ${pkgdir}/usr/lib/nuget/
 install -m 0644 
${srcdir}/xdt/XmlTransform/obj/Release/Microsoft.Web.XmlTransform.dll 
${pkgdir}/usr/lib/nuget/
 
 install -d ${pkgdir}/usr/bin


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

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 19:25:22
  Author: daniel
Revision: 245202

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 245201, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 245201, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 245201, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 245201, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/fix-zlib-helper.patch
(from rev 245201, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 245201, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/mono.install
(from rev 245201, mono/trunk/mono.install)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 245201, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 245201, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 245201, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 245201, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 245201, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/fix-zlib-helper.patch
(from rev 245201, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 245201, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 245201, mono/trunk/mono.install)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 245201, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/build_fix.patch
  mono/repos/extra-i686/fix-zlib-helper.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/build_fix.patch
  mono/repos/extra-x86_64/fix-zlib-helper.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /Microsoft.Portable.Common.targets |8 
 /PKGBUILD  |  140 ++
 /bug434892.patch   |   22 ++
 /build_fix.patch   |   50 +
 /fix-zlib-helper.patch |   52 +
 /mono.binfmt.d |2 
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   69 ---
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 --
 extra-i686/fix-zlib-helper.patch   |   26 --
 extra-i686/mono.binfmt.d   |1 
 extra-i686/mono.install|7 
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   69 ---
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 --
 extra-x86_64/fix-zlib-helper.patch |   26 --
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/mono.install  |7 
 extra-x86_64/sgen_fix.patch|  112 ---
 23 files changed, 512 insertions(+), 496 deletions(-)

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


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

2015-09-02 Thread Jakob Gruber
Date: Wednesday, September 2, 2015 @ 22:24:17
  Author: schuay
Revision: 139115

archrelease: copy trunk to community-i686

Added:
  pdfgrep/repos/community-i686/PKGBUILD
(from rev 139114, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 20:24:07 UTC (rev 139114)
+++ PKGBUILD2015-09-02 20:24:17 UTC (rev 139115)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('i686' 'x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('bdac07087711c86b5ea921d805773fda')

Copied: pdfgrep/repos/community-i686/PKGBUILD (from rev 139114, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 20:24:17 UTC (rev 139115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')


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

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 20:08:02
  Author: andyrtr
Revision: 245209

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

Added:
  unixodbc/repos/extra-i686/PKGBUILD
(from rev 245208, unixodbc/trunk/PKGBUILD)
  unixodbc/repos/extra-x86_64/PKGBUILD
(from rev 245208, unixodbc/trunk/PKGBUILD)
Deleted:
  unixodbc/repos/extra-i686/PKGBUILD
  unixodbc/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-09-02 18:07:49 UTC (rev 245208)
+++ extra-i686/PKGBUILD 2015-09-02 18:08:02 UTC (rev 245209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Judd Vinet 
-# Contributor: Tom Newsom 
-
-pkgname=unixodbc
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('09bf65123905b951af192854d70eeae8')
-
-build() {
-cd unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-check() {
-cd unixODBC-${pkgver}
-make -k check
-}
-
-package() {
-cd unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: unixodbc/repos/extra-i686/PKGBUILD (from rev 245208, 
unixodbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-02 18:08:02 UTC (rev 245209)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+check() {
+cd unixODBC-${pkgver}
+make -k check
+}
+
+package() {
+cd unixODBC-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-02 18:07:49 UTC (rev 245208)
+++ extra-x86_64/PKGBUILD   2015-09-02 18:08:02 UTC (rev 245209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Judd Vinet 
-# Contributor: Tom Newsom 
-
-pkgname=unixodbc
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('09bf65123905b951af192854d70eeae8')
-
-build() {
-cd unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-check() {
-cd unixODBC-${pkgver}
-make -k check
-}
-
-package() {
-cd unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: unixodbc/repos/extra-x86_64/PKGBUILD (from rev 245208, 
unixodbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-02 18:08:02 UTC (rev 245209)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+

[arch-commits] Commit in xf86-video-sis/repos (12 files)

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 20:19:29
  Author: andyrtr
Revision: 245211

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

Added:
  xf86-video-sis/repos/extra-i686/PKGBUILD
(from rev 245210, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/extra-i686/Xi.patch
(from rev 245210, xf86-video-sis/trunk/Xi.patch)
  xf86-video-sis/repos/extra-x86_64/PKGBUILD
(from rev 245210, xf86-video-sis/trunk/PKGBUILD)
  xf86-video-sis/repos/extra-x86_64/Xi.patch
(from rev 245210, xf86-video-sis/trunk/Xi.patch)
Deleted:
  
xf86-video-sis/repos/extra-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
  xf86-video-sis/repos/extra-i686/PKGBUILD
  xf86-video-sis/repos/extra-i686/Xi.patch
  xf86-video-sis/repos/extra-i686/git-fixes.patch
  
xf86-video-sis/repos/extra-x86_64/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
  xf86-video-sis/repos/extra-x86_64/PKGBUILD
  xf86-video-sis/repos/extra-x86_64/Xi.patch
  xf86-video-sis/repos/extra-x86_64/git-fixes.patch

---+
 /PKGBUILD |   76 +
 /Xi.patch |   38 
 extra-i686/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch   |   66 -
 extra-i686/PKGBUILD   |   44 -
 extra-i686/Xi.patch   |   19 
 extra-i686/git-fixes.patch|  389 
--
 extra-x86_64/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch |   66 -
 extra-x86_64/PKGBUILD |   44 -
 extra-x86_64/Xi.patch |   19 
 extra-x86_64/git-fixes.patch  |  389 
--
 10 files changed, 114 insertions(+), 1036 deletions(-)

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


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

2015-09-02 Thread Jaroslav Lichtblau
Date: Wednesday, September 2, 2015 @ 22:48:28
  Author: jlichtblau
Revision: 139117

upgpkg: syncthing-gtk 0.7.5.1-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 20:24:23 UTC (rev 139116)
+++ PKGBUILD2015-09-02 20:48:28 UTC (rev 139117)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.7.4.1
+pkgver=0.7.5.1
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -17,7 +17,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('f8c6dfa6c1a6bb6f6e20e5228ef5d5682901acf4a279f7ab23bf11ab34539ef8')
+sha256sums=('6a40d17588abac8ffa02b6b6e12de57173395cc51b37eed37020984adafe0e49')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-02 Thread Jaroslav Lichtblau
Date: Wednesday, September 2, 2015 @ 22:48:53
  Author: jlichtblau
Revision: 139118

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 139117, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 139117, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   60 
 syncthing-gtk.install |   22 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 20:48:28 UTC (rev 139117)
+++ PKGBUILD2015-09-02 20:48:53 UTC (rev 139118)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.7.4.1
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('f8c6dfa6c1a6bb6f6e20e5228ef5d5682901acf4a279f7ab23bf11ab34539ef8')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 139117, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 20:48:53 UTC (rev 139118)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.7.5.1
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('6a40d17588abac8ffa02b6b6e12de57173395cc51b37eed37020984adafe0e49')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-09-02 20:48:28 UTC (rev 139117)
+++ syncthing-gtk.install   2015-09-02 20:48:53 UTC (rev 139118)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
139117, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-09-02 20:48:53 UTC (rev 139118)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-02 Thread Felix Yan
Date: Thursday, September 3, 2015 @ 04:37:38
  Author: fyan
Revision: 139119

upgpkg: python-braintree 3.20.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 20:48:53 UTC (rev 139118)
+++ PKGBUILD2015-09-03 02:37:38 UTC (rev 139119)
@@ -4,7 +4,7 @@
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
 _pkgname=braintree
-pkgver=3.19.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-nose' 'python2-nose')
 
source=("$pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
-sha512sums=('c0379855cd4f49c06f91a2bfe33b2f0f3f03a95a9cacaa9c4f337172763fdbf4672ac27ad4963e1128945d0df4d7f2a49bb65a97025af34af785181030036461')
+sha512sums=('b87e014ebc065a38f7a9cf419452a70a8241b4861a1e8404f6c7a1d9a93e165b73d99fb51c2d8be87e9f205d10d169ac6816dddabc9af396cc625906767d359a')
 
 prepare() {
   cp -a ${_pkgname}_python-$pkgver{,-py2}


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

2015-09-02 Thread Felix Yan
Date: Thursday, September 3, 2015 @ 04:37:58
  Author: fyan
Revision: 139120

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-03 02:37:38 UTC (rev 139119)
+++ PKGBUILD2015-09-03 02:37:58 UTC (rev 139120)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-_pkgname=braintree
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
-sha512sums=('c0379855cd4f49c06f91a2bfe33b2f0f3f03a95a9cacaa9c4f337172763fdbf4672ac27ad4963e1128945d0df4d7f2a49bb65a97025af34af785181030036461')
-
-prepare() {
-  cp -a ${_pkgname}_python-$pkgver{,-py2}
-}
-
-build() {
-  cd ${_pkgname}_python-$pkgver
-  python setup.py build
-
-  cd ../${_pkgname}_python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${_pkgname}_python-$pkgver
-  nosetests3 tests/unit
-
-  cd ../${_pkgname}_python-$pkgver-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd ${_pkgname}_python-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd ${_pkgname}_python-$pkgver-py2
-  python2 setup.py install -O1 --root "${pkgdir}"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 139119, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-03 02:37:58 UTC (rev 139120)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+_pkgname=braintree
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
+sha512sums=('b87e014ebc065a38f7a9cf419452a70a8241b4861a1e8404f6c7a1d9a93e165b73d99fb51c2d8be87e9f205d10d169ac6816dddabc9af396cc625906767d359a')
+
+prepare() {
+  cp -a ${_pkgname}_python-$pkgver{,-py2}
+}
+
+build() {
+  cd ${_pkgname}_python-$pkgver
+  python setup.py build
+
+  cd ../${_pkgname}_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_pkgname}_python-$pkgver
+  nosetests3 tests/unit
+
+  cd ../${_pkgname}_python-$pkgver-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd ${_pkgname}_python-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd ${_pkgname}_python-$pkgver-py2
+  python2 setup.py install -O1 --root "${pkgdir}"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-09-02 Thread Sébastien Luttringer
Date: Thursday, September 3, 2015 @ 04:07:50
  Author: seblu
Revision: 245214

upgpkg: bind 9.10.2.P4-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 18:32:56 UTC (rev 245213)
+++ PKGBUILD2015-09-03 02:07:50 UTC (rev 245214)
@@ -6,7 +6,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.10.2-P3
+_pkgver=9.10.2-P4
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('ab362f2632db923accd1b29e37b8fffa66d21d8d'
+sha1sums=('55b8803c566aa0c9a9e4dbabbad06fb4536a8d5b'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:27
  Author: bisson
Revision: 245217

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

Added:
  gitg/repos/extra-i686/PKGBUILD
(from rev 245215, gitg/repos/testing-i686/PKGBUILD)
  gitg/repos/extra-i686/gitg.install
(from rev 245215, gitg/repos/testing-i686/gitg.install)
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 245215, gitg/repos/testing-x86_64/PKGBUILD)
  gitg/repos/extra-x86_64/gitg.install
(from rev 245215, gitg/repos/testing-x86_64/gitg.install)
Deleted:
  gitg/repos/extra-i686/PKGBUILD
  gitg/repos/extra-i686/gitg.install
  gitg/repos/extra-x86_64/PKGBUILD
  gitg/repos/extra-x86_64/gitg.install
  gitg/repos/testing-i686/
  gitg/repos/testing-x86_64/

---+
 /PKGBUILD |   66 
 /gitg.install |   26 +
 extra-i686/PKGBUILD   |   34 --
 extra-i686/gitg.install   |   13 
 extra-x86_64/PKGBUILD |   34 --
 extra-x86_64/gitg.install |   13 
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:25 UTC (rev 245216)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:27 UTC (rev 245217)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.16.1
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('914e964402dadda152c7e034906d84e266c474603f58bc1a300f2a1659615569')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rm -f *.gir
-  NOCONFIGURE=1  ./autogen.sh
-  ./configure --prefix=/usr
-
-  # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make Gitg-1.0.gir
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/extra-i686/PKGBUILD (from rev 245215, 
gitg/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:27 UTC (rev 245217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gitg.install
===
--- extra-i686/gitg.install 2015-09-03 05:38:25 UTC (rev 245216)
+++ extra-i686/gitg.install 2015-09-03 05:38:27 UTC (rev 245217)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gitg/repos/extra-i686/gitg.install (from rev 245215, 
gitg/repos/testing-i686/gitg.install)
===
--- extra-i686/gitg.install (rev 0)
+++ extra-i686/gitg.install 2015-09-03 05:38:27 UTC (rev 245217)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:28
  Author: bisson
Revision: 245218

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

Added:
  gnome-builder/repos/extra-i686/PKGBUILD
(from rev 245215, gnome-builder/repos/testing-i686/PKGBUILD)
  gnome-builder/repos/extra-i686/git1.patch
(from rev 245215, gnome-builder/repos/testing-i686/git1.patch)
  gnome-builder/repos/extra-i686/git2.patch
(from rev 245215, gnome-builder/repos/testing-i686/git2.patch)
  gnome-builder/repos/extra-i686/git3.patch
(from rev 245215, gnome-builder/repos/testing-i686/git3.patch)
  gnome-builder/repos/extra-i686/gnome-builder.install
(from rev 245215, gnome-builder/repos/testing-i686/gnome-builder.install)
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 245215, gnome-builder/repos/testing-x86_64/PKGBUILD)
  gnome-builder/repos/extra-x86_64/git1.patch
(from rev 245215, gnome-builder/repos/testing-x86_64/git1.patch)
  gnome-builder/repos/extra-x86_64/git2.patch
(from rev 245215, gnome-builder/repos/testing-x86_64/git2.patch)
  gnome-builder/repos/extra-x86_64/git3.patch
(from rev 245215, gnome-builder/repos/testing-x86_64/git3.patch)
  gnome-builder/repos/extra-x86_64/gnome-builder.install
(from rev 245215, gnome-builder/repos/testing-x86_64/gnome-builder.install)
Deleted:
  gnome-builder/repos/extra-i686/PKGBUILD
  gnome-builder/repos/extra-i686/gnome-builder.install
  gnome-builder/repos/extra-x86_64/PKGBUILD
  gnome-builder/repos/extra-x86_64/gnome-builder.install
  gnome-builder/repos/testing-i686/
  gnome-builder/repos/testing-x86_64/

+
 /PKGBUILD  |   90 +++
 /gnome-builder.install |   26 ++
 extra-i686/PKGBUILD|   38 --
 extra-i686/git1.patch  |   22 
 extra-i686/git2.patch  |   48 ++
 extra-i686/git3.patch  |   52 
 extra-i686/gnome-builder.install   |   13 -
 extra-x86_64/PKGBUILD  |   38 --
 extra-x86_64/git1.patch|   22 
 extra-x86_64/git2.patch|   48 ++
 extra-x86_64/git3.patch|   52 
 extra-x86_64/gnome-builder.install |   13 -
 12 files changed, 360 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:27 UTC (rev 245217)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:28 UTC (rev 245218)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.16.3
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags)
-makedepends=(intltool llvm gobject-introspection)
-groups=(gnome-extra)
-install=gnome-builder.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-builder/repos/extra-i686/PKGBUILD (from rev 245215, 
gnome-builder/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:28 UTC (rev 245218)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.16.3
+pkgrel=3
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+git1.patch git2.patch git3.patch)
+sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61'
+'e2b3edad8db87c9798abfad2dc831c2133736b6b9cb26e629e8adf0eb2c5e0a7'
+'d81adf53ff7a918e0f037e6dc61515c0ad14a0c226f500a71d1a7daabf64b119'
+'39be431517fe5cedd17738b0289adc16afad8bcbb5a84e4b656a40d5bc1c2353')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git1.patch
+  patch -Np1 -i ../git2.patch
+  patch -Np1 -i ../git3.patch
+}
+
+build() {
+  

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:36
  Author: bisson
Revision: 245222

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

Added:
  libgit2-glib/repos/extra-i686/PKGBUILD
(from rev 245215, libgit2-glib/repos/testing-i686/PKGBUILD)
  libgit2-glib/repos/extra-x86_64/PKGBUILD
(from rev 245215, libgit2-glib/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgit2-glib/repos/extra-i686/PKGBUILD
  libgit2-glib/repos/extra-x86_64/PKGBUILD
  libgit2-glib/repos/testing-i686/
  libgit2-glib/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:35 UTC (rev 245221)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:36 UTC (rev 245222)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.22.6
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python2 vala)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e299f159acc7a83c33771660514fa78a6cc7deea064e10d9e9030ad68d673a80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/extra-i686/PKGBUILD (from rev 245215, 
libgit2-glib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:36 UTC (rev 245222)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.4
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e0ae2b2f4cc90fdbf603a89406a07daf01d485b8f837bac9a818b4285e5ce84e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  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-09-03 05:38:35 UTC (rev 245221)
+++ extra-x86_64/PKGBUILD   2015-09-03 05:38:36 UTC (rev 245222)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.22.6
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python2 vala)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e299f159acc7a83c33771660514fa78a6cc7deea064e10d9e9030ad68d673a80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 245215, 
libgit2-glib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-03 05:38:36 UTC (rev 245222)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.4
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:25
  Author: bisson
Revision: 245216

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

Added:
  gedit-plugins/repos/extra-i686/PKGBUILD
(from rev 245215, gedit-plugins/repos/testing-i686/PKGBUILD)
  gedit-plugins/repos/extra-i686/gedit-plugins.install
(from rev 245215, gedit-plugins/repos/testing-i686/gedit-plugins.install)
  gedit-plugins/repos/extra-x86_64/PKGBUILD
(from rev 245215, gedit-plugins/repos/testing-x86_64/PKGBUILD)
  gedit-plugins/repos/extra-x86_64/gedit-plugins.install
(from rev 245215, gedit-plugins/repos/testing-x86_64/gedit-plugins.install)
Deleted:
  gedit-plugins/repos/extra-i686/PKGBUILD
  gedit-plugins/repos/extra-i686/gedit-plugins.install
  gedit-plugins/repos/extra-x86_64/PKGBUILD
  gedit-plugins/repos/extra-x86_64/gedit-plugins.install
  gedit-plugins/repos/testing-i686/
  gedit-plugins/repos/testing-x86_64/

+
 /PKGBUILD  |   74 +++
 /gedit-plugins.install |   46 +
 extra-i686/PKGBUILD|   37 -
 extra-i686/gedit-plugins.install   |   23 --
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/gedit-plugins.install |   23 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 02:09:24 UTC (rev 245215)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:25 UTC (rev 245216)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Sergej Chodarev 
-# Contributor: zhuqin 
-
-pkgname=gedit-plugins
-pkgver=3.16.0
-pkgrel=2
-pkgdesc="Plugins for gedit"
-arch=(x86_64 i686)
-license=(GPL)
-url="http://live.gnome.org/GeditPlugins;
-depends=(gedit python-dbus python-cairo)
-makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
-optdepends=('gucharmap: for charmap plugin'
-'vte3: for embedded terminal'
-'libgit2-glib: for git plugin'
-'zeitgeist: for dashboard plugin')
-options=('!emptydirs')
-install=gedit-plugins.install
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-i686/PKGBUILD (from rev 245215, 
gedit-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:25 UTC (rev 245216)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.16.0
+pkgrel=3
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin'
+'zeitgeist: for dashboard plugin')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gedit-plugins.install
===
--- extra-i686/gedit-plugins.install2015-09-03 02:09:24 UTC (rev 245215)
+++ extra-i686/gedit-plugins.install2015-09-03 05:38:25 UTC (rev 245216)
@@ -1,23 +0,0 @@
-pkgname=gedit-plugins
-
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:39:04
  Author: bisson
Revision: 139123

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 139122, geany-plugins/repos/community-testing-i686/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 139122, 
geany-plugins/repos/community-testing-i686/geany-plugins.install)
  geany-plugins/repos/community-i686/libgit2-0.23.patch
(from rev 139122, 
geany-plugins/repos/community-testing-i686/libgit2-0.23.patch)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 139122, geany-plugins/repos/community-testing-x86_64/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 139122, 
geany-plugins/repos/community-testing-x86_64/geany-plugins.install)
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch
(from rev 139122, 
geany-plugins/repos/community-testing-x86_64/libgit2-0.23.patch)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-testing-i686/
  geany-plugins/repos/community-testing-x86_64/
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install

+
 /PKGBUILD  |   86 +++
 /geany-plugins.install |   28 ++
 community-i686/PKGBUILD|   36 
 community-i686/geany-plugins.install   |   14 -
 community-i686/libgit2-0.23.patch  |   12 
 community-x86_64/PKGBUILD  |   36 
 community-x86_64/geany-plugins.install |   14 -
 community-x86_64/libgit2-0.23.patch|   12 
 8 files changed, 138 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-03 04:43:31 UTC (rev 139122)
+++ community-i686/PKGBUILD 2015-09-03 05:39:04 UTC (rev 139123)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel 'angvp' Velasquez   
-# Contributor: djgera
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 139122, 
geany-plugins/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-03 05:39:04 UTC (rev 139123)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libgit2-0.23.patch')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
+'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../libgit2-0.23.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:39:05
  Author: bisson
Revision: 139124

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

Added:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 139122, 
python-pygit2/repos/community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-i686/PKGBUILD
(from rev 139122, python-pygit2/repos/community-testing-i686/PKGBUILD)
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 139122, 
python-pygit2/repos/community-testing-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 139122, python-pygit2/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-i686/PKGBUILD
  python-pygit2/repos/community-testing-i686/
  python-pygit2/repos/community-testing-x86_64/
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-x86_64/PKGBUILD

-+
 /0001-Fix-data-type-of-options-in-init_repository.patch |  104 
++
 /PKGBUILD   |   66 
++
 community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   |   52 
-
 community-i686/PKGBUILD |   31 
--
 community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch |   52 
-
 community-x86_64/PKGBUILD   |   31 
--
 6 files changed, 170 insertions(+), 166 deletions(-)

Deleted: community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-09-03 05:39:04 UTC (rev 139123)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-09-03 05:39:05 UTC (rev 139124)
@@ -1,52 +0,0 @@
-From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 10 Jan 2015 20:38:39 +0100
-Subject: [PATCH] Fix data type of options in init_repository()
-
-Initializers for the char * fields of the git_repository_init_options
-structure must be cdata pointers.
-
-Signed-off-by: Lukas Fleischer 

- pygit2/__init__.py | 25 -
- 1 file changed, 20 insertions(+), 5 deletions(-)
-
-diff --git a/pygit2/__init__.py b/pygit2/__init__.py
-index 2674063..995fe6c 100644
 a/pygit2/__init__.py
-+++ b/pygit2/__init__.py
-@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
- C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
- options.flags = flags
- options.mode = mode
--options.workdir_path = to_bytes(workdir_path)
--options.description = to_bytes(description)
--options.template_path = to_bytes(template_path)
--options.initial_head = to_bytes(initial_head)
--options.origin_url = to_bytes(origin_url)
-+
-+if workdir_path:
-+workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
-+options.workdir_path = workdir_path_ref
-+
-+if description:
-+description_ref = ffi.new('char []', to_bytes(description))
-+options.description = description_ref
-+
-+if template_path:
-+template_path_ref = ffi.new('char []', to_bytes(template_path))
-+options.template_path = template_path_ref
-+
-+if initial_head:
-+initial_head_ref = ffi.new('char []', to_bytes(initial_head))
-+options.initial_head = initial_head_ref
-+
-+if origin_url:
-+origin_url_ref = ffi.new('char []', to_bytes(origin_url))
-+options.origin_url = origin_url_ref
- 
- # Call
- crepository = ffi.new('git_repository **')
--- 
-2.2.1
-

Copied: 
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 139122, 
python-pygit2/repos/community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-09-03 05:39:05 UTC (rev 139124)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:33
  Author: bisson
Revision: 245220

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

Added:
  ktexteditor/repos/extra-i686/PKGBUILD
(from rev 245215, ktexteditor/repos/testing-i686/PKGBUILD)
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 245215, 
ktexteditor/repos/testing-i686/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 245215, ktexteditor/repos/testing-x86_64/PKGBUILD)
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 245215, 
ktexteditor/repos/testing-x86_64/pkgbuild-syntax-highlight.patch)
Deleted:
  ktexteditor/repos/extra-i686/PKGBUILD
  ktexteditor/repos/extra-i686/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/extra-x86_64/PKGBUILD
  ktexteditor/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-x86_64/

--+
 /PKGBUILD|   82 +
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:29 UTC (rev 245219)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:33 UTC (rev 245220)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.13.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-md5sums=('8d7b4487743292ce2a21a84867f5d519'
- 'cc66f75c967dd7ac7c97375875772d69')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 245215, 
ktexteditor/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:33 UTC (rev 245220)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('8d7b4487743292ce2a21a84867f5d519'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2015-09-03 05:38:29 UTC (rev 
245219)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2015-09-03 05:38:33 UTC (rev 
245220)
@@ -1,11 +0,0 @@
 src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
-+++ src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
-@@ -8,7 +8,7 @@
- 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:29
  Author: bisson
Revision: 245219

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

Added:
  kate/repos/extra-i686/PKGBUILD
(from rev 245215, kate/repos/testing-i686/PKGBUILD)
  kate/repos/extra-i686/kate.install
(from rev 245215, kate/repos/testing-i686/kate.install)
  kate/repos/extra-i686/kwrite.install
(from rev 245215, kate/repos/testing-i686/kwrite.install)
  kate/repos/extra-x86_64/PKGBUILD
(from rev 245215, kate/repos/testing-x86_64/PKGBUILD)
  kate/repos/extra-x86_64/kate.install
(from rev 245215, kate/repos/testing-x86_64/kate.install)
  kate/repos/extra-x86_64/kwrite.install
(from rev 245215, kate/repos/testing-x86_64/kwrite.install)
Deleted:
  kate/repos/extra-i686/PKGBUILD
  kate/repos/extra-i686/kate.install
  kate/repos/extra-i686/kwrite.install
  kate/repos/extra-x86_64/PKGBUILD
  kate/repos/extra-x86_64/kate.install
  kate/repos/extra-x86_64/kwrite.install
  kate/repos/testing-i686/
  kate/repos/testing-x86_64/

-+
 /PKGBUILD   |  134 ++
 /kate.install   |   26 
 /kwrite.install |   24 +++
 extra-i686/PKGBUILD |   67 -
 extra-i686/kate.install |   13 
 extra-i686/kwrite.install   |   12 ---
 extra-x86_64/PKGBUILD   |   67 -
 extra-x86_64/kate.install   |   13 
 extra-x86_64/kwrite.install |   12 ---
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:28 UTC (rev 245218)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:29 UTC (rev 245219)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=15.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cd842f71a556c2d0bb979948840083f7c1f54380')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/;
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kate/;
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/extra-i686/PKGBUILD (from rev 245215, 
kate/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:29 UTC (rev 245219)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd842f71a556c2d0bb979948840083f7c1f54380')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/;
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:35
  Author: bisson
Revision: 245221

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

Added:
  libgit2/repos/extra-i686/PKGBUILD
(from rev 245215, libgit2/repos/testing-i686/PKGBUILD)
  libgit2/repos/extra-x86_64/PKGBUILD
(from rev 245215, libgit2/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgit2/repos/extra-i686/PKGBUILD
  libgit2/repos/extra-x86_64/PKGBUILD
  libgit2/repos/testing-i686/
  libgit2/repos/testing-x86_64/

---+
 /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-09-03 05:38:33 UTC (rev 245220)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:35 UTC (rev 245221)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.22.2
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-md5sums=('7b21448c471dc76a3ca4801b61ac856a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-i686/PKGBUILD (from rev 245215, 
libgit2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:35 UTC (rev 245221)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-03 05:38:33 UTC (rev 245220)
+++ extra-x86_64/PKGBUILD   2015-09-03 05:38:35 UTC (rev 245221)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.22.2
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-md5sums=('7b21448c471dc76a3ca4801b61ac856a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 245215, 
libgit2/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-03 05:38:35 UTC (rev 245221)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('ebe7c592506dc82a2c0c1011723e8477f31b4aa8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:39:07
  Author: bisson
Revision: 139125

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 139122, subsurface/repos/community-testing-i686/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 139122, subsurface/repos/community-testing-i686/install)
  subsurface/repos/community-i686/libgit2.patch
(from rev 139122, subsurface/repos/community-testing-i686/libgit2.patch)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 139122, subsurface/repos/community-testing-x86_64/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 139122, subsurface/repos/community-testing-x86_64/install)
  subsurface/repos/community-x86_64/libgit2.patch
(from rev 139122, subsurface/repos/community-testing-x86_64/libgit2.patch)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-testing-i686/
  subsurface/repos/community-testing-x86_64/
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install

+
 /PKGBUILD  |   80 +++
 /install   |   22 ++
 community-i686/PKGBUILD|   33 
 community-i686/install |   11 -
 community-i686/libgit2.patch   |   19 +
 community-x86_64/PKGBUILD  |   33 
 community-x86_64/install   |   11 -
 community-x86_64/libgit2.patch |   19 +
 8 files changed, 140 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-03 05:39:05 UTC (rev 139124)
+++ community-i686/PKGBUILD 2015-09-03 05:39:07 UTC (rev 139125)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.4.2
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea')
-
-install=install
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   qmake-qt5 \
-   -config release \
-   SPECIAL_MARBLE_PREFIX=1 \
-   INCLUDEPATH+='/usr/include/subsurface' \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: subsurface/repos/community-i686/PKGBUILD (from rev 139122, 
subsurface/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-03 05:39:07 UTC (rev 139125)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.4.2
+pkgrel=2
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
+'libgit2.patch')
+sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea'
+  'd36e5d3182254a0a5d1940308a7878febdcfdef8')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../libgit2.patch
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   qmake-qt5 \
+   -config release \
+   SPECIAL_MARBLE_PREFIX=1 \
+   INCLUDEPATH+='/usr/include/subsurface' \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/install
===
--- community-i686/install  2015-09-03 05:39:05 UTC (rev 139124)
+++ community-i686/install  2015-09-03 05:39:07 UTC (rev 139125)
@@ -1,11 +0,0 @@
-post_upgrade() {
-   type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: subsurface/repos/community-i686/install (from rev 139122, 
subsurface/repos/community-testing-i686/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-09-03 05:39:07 UTC (rev 139125)
@@ 

[arch-commits] Commit in bind/repos (40 files)

2015-09-02 Thread Sébastien Luttringer
Date: Thursday, September 3, 2015 @ 04:09:24
  Author: seblu
Revision: 245215

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 245214, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 245214, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 245214, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 245214, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 245214, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 245214, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 245214, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 245214, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 245214, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 245214, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 245214, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 245214, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 245214, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 245214, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 245214, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 245214, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 245214, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 245214, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 245214, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 245214, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  230 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  115 ---
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  115 ---
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 504 insertions(+), 504 deletions(-)

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


[arch-commits] Commit in tt-rss/repos/community-testing-any (5 files)

2015-09-02 Thread Anatol Pomozov
Date: Thursday, September 3, 2015 @ 06:43:31
  Author: anatolik
Revision: 139122

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 139121, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 139121, tt-rss/trunk/service)
Deleted:
  tt-rss/repos/community-testing-any/PKGBUILD
  tt-rss/repos/community-testing-any/service
  tt-rss/repos/community-testing-any/tt-rss.install

+
 PKGBUILD   |  106 ++-
 service|   24 ++--
 tt-rss.install |3 -
 3 files changed, 64 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-03 04:43:00 UTC (rev 139121)
+++ PKGBUILD2015-09-03 04:43:31 UTC (rev 139122)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Clément Démoulins 
-# Contributor: David Rosenstrauch 
-# Contributor: Erik Mank 
-
-pkgname=tt-rss
-pkgver=r7807
-pkgrel=1
-epoch=1
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=('any')
-url='http://tt-rss.org/redmine/'
-license=('GPL')
-depends=('php')
-optdepends=('mysql'
-'postgresql'
-'php-gd: for coloured feed badges')
-makedepends=('git')
-install=tt-rss.install
-_commit=2606a4e3aec72d8d0d8e5170c9ee2dfea25b9111
-# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
-source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
-service)
-sha1sums=('SKIP'
-  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
-
-pkgver() {
-  cd tt-rss
-  echo r$(git rev-list --count HEAD)
-}
-
-package() {
-  cd tt-rss
-  _instdir="$pkgdir"/usr/share/webapps/$pkgname
-
-  install -d "$_instdir"
-  cp -ra * "$_instdir/"
-  rm -rf "$_instdir"/debian
-
-  install -d "$pkgdir"/etc/webapps/tt-rss
-  install -gm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php-dist
-  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
-
-  install -d "$pkgdir"/var/lib/tt-rss
-  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
-  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
-  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
-  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
-  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
-
-  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 139121, 
tt-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-03 04:43:31 UTC (rev 139122)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=r7807
+pkgrel=2
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=2606a4e3aec72d8d0d8e5170c9ee2dfea25b9111
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  echo r$(git rev-list --count HEAD)
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===
--- service 2015-09-03 04:43:00 UTC (rev 139121)
+++ service 2015-09-03 04:43:31 UTC (rev 139122)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target mysqld.service postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=null
-StandardError=syslog
-
-[Install]

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

2015-09-02 Thread Anatol Pomozov
Date: Thursday, September 3, 2015 @ 06:43:00
  Author: anatolik
Revision: 139121

upgpkg: tt-rss 1:r7807-2

Use config.php as a proper config file with backup=()

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 02:37:58 UTC (rev 139120)
+++ PKGBUILD2015-09-03 04:43:00 UTC (rev 139121)
@@ -6,7 +6,7 @@
 
 pkgname=tt-rss
 pkgver=r7807
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=(any)


[arch-commits] Commit in monodevelop/repos/extra-any (6 files)

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 20:32:56
  Author: daniel
Revision: 245213

archrelease: copy trunk to extra-any

Added:
  monodevelop/repos/extra-any/PKGBUILD
(from rev 245212, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
(from rev 245212, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-any/monodevelop.install
(from rev 245212, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-any/PKGBUILD
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-any/monodevelop.install

-+
 PKGBUILD|   90 +-
 monodevelop-core-addins.pc.in.patch |   16 +++---
 monodevelop.install |   40 +++
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 18:32:52 UTC (rev 245212)
+++ PKGBUILD2015-09-02 18:32:56 UTC (rev 245213)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Timm Preetz 
-# Contributor: Giovanni Scafora 
-
-pkgname=monodevelop
-pkgver=5.9.5.5
-pkgrel=1
-pkgdesc="An IDE primarily designed for C# and other .NET languages"
-arch=('any')
-url="http://www.monodevelop.com;
-license=('GPL')
-depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('rsync' 'git' 'nuget')
-options=(!makeflags)
-optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
-md5sums=('SKIP')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname
-  git submodule update --init --recursive || return 1
-  git checkout tags/$pkgname-$pkgver
-  git clean -dfx
-  
-  ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD="" make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  
-  LD_PRELOAD="" make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-
-  # NuGet.exe is missing somehow, fixed FS#43423
-  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
-}
-

Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 245212, 
monodevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 18:32:56 UTC (rev 245213)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Timm Preetz 
+# Contributor: Giovanni Scafora 
+
+pkgname=monodevelop
+pkgver=5.9.6.20
+pkgrel=1
+pkgdesc="An IDE primarily designed for C# and other .NET languages"
+arch=('any')
+url="http://www.monodevelop.com;
+license=('GPL')
+depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('rsync' 'git' 'nuget')
+options=(!makeflags)
+optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
+install=monodevelop.install
+source=(git://github.com/mono/monodevelop.git)
+md5sums=('SKIP')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+  
+  ./configure --prefix=/usr --profile=stable 
+  LD_PRELOAD="" make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  
+  LD_PRELOAD="" make DESTDIR=$pkgdir install
+  # delete conflicting files
+  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
+  rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Deleted: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch 2015-09-02 18:32:52 UTC (rev 245212)
+++ monodevelop-core-addins.pc.in.patch 2015-09-02 18:32:56 UTC (rev 245213)
@@ -1,8 +0,0 @@
 monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
-+++ monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
-@@ -6,4 +6,4 @@
- Name: MonoDevelop Core Add-ins
- Description: MonoDevelop Core Add-ins
- Version: @VERSION@
--Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 

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

2015-09-02 Thread Daniel Isenmann
Date: Wednesday, September 2, 2015 @ 20:32:52
  Author: daniel
Revision: 245212

upgpkg: monodevelop 5.9.6.20-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 18:19:29 UTC (rev 245211)
+++ PKGBUILD2015-09-02 18:32:52 UTC (rev 245212)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=monodevelop
-pkgver=5.9.5.5
+pkgver=5.9.6.20
 pkgrel=1
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('any')


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

2015-09-02 Thread Jakob Gruber
Date: Wednesday, September 2, 2015 @ 22:24:07
  Author: schuay
Revision: 139114

pdfgrep-1.4.0-1

Modified:
  pdfgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:24:53 UTC (rev 139113)
+++ PKGBUILD2015-09-02 20:24:07 UTC (rev 139114)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://pdfgrep.sourceforge.net/;
 license=('GPL')
 depends=('poppler')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,4 +29,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('bdac07087711c86b5ea921d805773fda')
+md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')


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

2015-09-02 Thread Jakob Gruber
Date: Wednesday, September 2, 2015 @ 22:24:23
  Author: schuay
Revision: 139116

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 139115, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 20:24:17 UTC (rev 139115)
+++ PKGBUILD2015-09-02 20:24:23 UTC (rev 139116)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('i686' 'x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('bdac07087711c86b5ea921d805773fda')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 139115, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 20:24:23 UTC (rev 139116)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('9e8918a378d02d6e8c21f9259f86f4b2')


[arch-commits] Commit in xf86-video-sis/trunk (3 files)

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 20:19:14
  Author: andyrtr
Revision: 245210

upgpkg: xf86-video-sis 0.10.8-1

upstream update 0.10.8

Modified:
  xf86-video-sis/trunk/PKGBUILD
Deleted:
  xf86-video-sis/trunk/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
  xf86-video-sis/trunk/git-fixes.patch

--+
 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch |   66 --
 PKGBUILD |   14 
 git-fixes.patch  |  389 -
 3 files changed, 4 insertions(+), 465 deletions(-)

Deleted: 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
===
--- 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch2015-09-02 
18:08:02 UTC (rev 245209)
+++ 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch2015-09-02 
18:19:14 UTC (rev 245210)
@@ -1,66 +0,0 @@
-From c0ff117d3e19e14829a21d89673e03f9d6389043 Mon Sep 17 00:00:00 2001
-From: Jan de Groot 
-Date: Thu, 22 Nov 2012 15:04:42 +0100
-Subject: [PATCH] Disable UploadToScreen and DownloadFromScreen. These
- functions use invalid pointers, causing crashes. As the
- driver is technically unmaintained, it's better to rely on
- software fallback than trying to fix the driver
- implementation.
-

- src/sis300_accel.c | 2 ++
- src/sis310_accel.c | 2 ++
- src/sis_accel.c| 2 ++
- 3 files changed, 6 insertions(+)
-
-diff --git a/src/sis300_accel.c b/src/sis300_accel.c
-index af0527d..2162d76 100644
 a/src/sis300_accel.c
-+++ b/src/sis300_accel.c
-@@ -1273,9 +1273,11 @@ SiS300AccelInit(ScreenPtr pScreen)
- 
-/* Composite not supported */
- 
-+#if 0
-/* Upload, download to/from Screen */
-pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
-pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
-+#endif
- 
- } else {
- 
-diff --git a/src/sis310_accel.c b/src/sis310_accel.c
-index 1a6f639..20106ce 100644
 a/src/sis310_accel.c
-+++ b/src/sis310_accel.c
-@@ -2303,9 +2303,11 @@ SiS315AccelInit(ScreenPtr pScreen)
- }
- #endif
- 
-+#if 0
- /* Upload, download to/from Screen */
- pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
- pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
-+#endif
- 
-  }
- #endif
-diff --git a/src/sis_accel.c b/src/sis_accel.c
-index c2c24c7..bb08296 100644
 a/src/sis_accel.c
-+++ b/src/sis_accel.c
-@@ -801,9 +801,11 @@ SiSAccelInit(ScreenPtr pScreen)
- 
- /* Composite not supported */
- 
-+#if 0
- /* Upload, download to/from Screen */
- pSiS->EXADriverPtr->UploadToScreen = SiSUploadToScreen;
- pSiS->EXADriverPtr->DownloadFromScreen = SiSDownloadFromScreen;
-+#endif
- 
-}
- #endif /* EXA */
--- 
-1.8.0
-

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 18:08:02 UTC (rev 245209)
+++ PKGBUILD2015-09-02 18:19:14 UTC (rev 245210)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-sis
-pkgver=0.10.7
-pkgrel=7
+pkgver=0.10.8
+pkgrel=1
 pkgdesc="X.org SiS video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/;
@@ -14,18 +14,12 @@
 optdepends=('sis-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-   0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
-   git-fixes.patch
-   Xi.patch)
-sha256sums=('be2eb6acba081e88dabc5be9db379e3da89a4d4edeb68064f204bf343a411cd0'
-'3108c60b3030c894fbdb1426b05d7a8281e5fa4f385e1a80e22c8813a3fb6f5b'
-'a340653dbe1bbd0fff1b881b1245793149d46a397baf51264ce9a42e1a254eab'
+Xi.patch)
+sha256sums=('c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe'
 '7a1a0b784664a0f011bd13395be1854dee407e901d2707ab1a6b8d20caa0a672')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i 
"${srcdir}/0001-Disable-UploadToScreen-and-DownloadFromScreen.patch"
-  patch -Np1 -i ${srcdir}/git-fixes.patch
   patch -Np1 -i ${srcdir}/Xi.patch
 }
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-09-02 18:08:02 UTC (rev 245209)
+++ git-fixes.patch 2015-09-02 18:19:14 UTC (rev 245210)
@@ -1,389 +0,0 @@
-From 339fb3bc032b9f35b07b90480ae82a0fd352e078 Mon Sep 17 00:00:00 2001
-From: Jan Lindemann 
-Date: Thu, 30 Aug 2012 18:09:10 +
-Subject: Replace xf86UnMapVidMem with pci_device_unmap_range
-
-Mixing pci_device_map_range with xf86UnMapVidMem doesn't work too well.
-
-X.Org bug#18028 
-
-Bug found by Bryan Henderson 
-
-Signed-off-by: 

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

2015-09-02 Thread Andreas Radke
Date: Wednesday, September 2, 2015 @ 20:07:49
  Author: andyrtr
Revision: 245208

upgpkg: unixodbc 2.3.4-1

upstream update 2.3.4

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 18:00:41 UTC (rev 245207)
+++ PKGBUILD2015-09-02 18:07:49 UTC (rev 245208)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=unixodbc
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 url="http://www.unixodbc.org/;
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('09bf65123905b951af192854d70eeae8')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
 
 build() {
 cd unixODBC-${pkgver}


[arch-commits] Commit in squid/repos (32 files)

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 13:06:59
  Author: spupykin
Revision: 139107

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 139106, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 139106, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 139106, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 139106, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 139106, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 139106, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 139106, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 139106, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 139106, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 139106, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 139106, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 139106, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 139106, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 139106, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 139106, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 139106, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  214 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   24 +++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |   12 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|   12 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 308 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:06:31 UTC (rev 139106)
+++ community-i686/PKGBUILD 2015-09-02 11:06:59 UTC (rev 139107)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.5.7
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('e24943386555ca922130a7e034badba7'
- 

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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:31
  Author: speps
Revision: 139111

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

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

--+
 /PKGBUILD|   80 +
 /samplv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/samplv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:24:25 UTC (rev 139110)
+++ community-i686/PKGBUILD 2015-09-02 11:24:31 UTC (rev 139111)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('efd340ab3cba44b91197088780d023d7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver 
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-i686/PKGBUILD (from rev 139110, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:31 UTC (rev 139111)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('72dbdb433447e7351f3285815daefc67')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+=" -fPIE"
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2015-09-02 11:24:25 UTC (rev 139110)
+++ community-i686/samplv1.install  2015-09-02 11:24:31 UTC (rev 139111)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 139110, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2015-09-02 11:24:31 UTC (rev 139111)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:24:25 UTC (rev 139110)
+++ community-x86_64/PKGBUILD   2015-09-02 11:24:31 UTC (rev 139111)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;

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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:23:50
  Author: speps
Revision: 139108

upgpkg: synthv1 0.7.1-1

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:06:59 UTC (rev 139107)
+++ PKGBUILD2015-09-02 11:23:50 UTC (rev 139108)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
+md5sums=('acaf984396e8198c109d7bf5f16e412d')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:53
  Author: speps
Revision: 139113

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 139112, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e037552988d30a0010c318e55f0d41f0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+=" -fPIE"
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 139112, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:24:47 UTC (rev 139112)
+++ community-x86_64/PKGBUILD   2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 

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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:47
  Author: speps
Revision: 139112

upgpkg: drumkv1 0.7.1-1

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:24:31 UTC (rev 139111)
+++ PKGBUILD2015-09-02 11:24:47 UTC (rev 139112)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
+md5sums=('e037552988d30a0010c318e55f0d41f0')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:05
  Author: speps
Revision: 139109

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

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

--+
 /PKGBUILD|   80 +
 /synthv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/synthv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:23:50 UTC (rev 139108)
+++ community-i686/PKGBUILD 2015-09-02 11:24:05 UTC (rev 139109)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 139108, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:05 UTC (rev 139109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('acaf984396e8198c109d7bf5f16e412d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+=" -fPIE"
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2015-09-02 11:23:50 UTC (rev 139108)
+++ community-i686/synthv1.install  2015-09-02 11:24:05 UTC (rev 139109)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 139108, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2015-09-02 11:24:05 UTC (rev 139109)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:23:50 UTC (rev 139108)
+++ community-x86_64/PKGBUILD   2015-09-02 11:24:05 UTC (rev 139109)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school all-digital 4-oscillator subtractive 

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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:25
  Author: speps
Revision: 139110

upgpkg: samplv1 0.7.1-1

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:24:05 UTC (rev 139109)
+++ PKGBUILD2015-09-02 11:24:25 UTC (rev 139110)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('efd340ab3cba44b91197088780d023d7')
+md5sums=('72dbdb433447e7351f3285815daefc67')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 11:56:31
  Author: spupykin
Revision: 139100

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 139099, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 09:56:23 UTC (rev 139099)
+++ PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7027
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 139099, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7039
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 11:56:23
  Author: spupykin
Revision: 139099

upgpkg: cpanminus 1.7039-1

upd

Modified:
  cpanminus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 09:41:36 UTC (rev 139098)
+++ PKGBUILD2015-09-02 09:56:23 UTC (rev 139099)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=cpanminus
-pkgver=1.7027
+pkgver=1.7039
 pkgrel=1
 pkgdesc='Get, unpack, build and install modules from CPAN'
 arch=('any')
@@ -14,6 +14,7 @@
 sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
 sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
 sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
 
 build() {
   cd App-cpanminus-$pkgver


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

2015-09-02 Thread Antonio Rojas
Date: Wednesday, September 2, 2015 @ 12:00:37
  Author: arojas
Revision: 139101

Update to 2.0.1

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
+++ PKGBUILD2015-09-02 10:00:37 UTC (rev 139101)
@@ -4,19 +4,19 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
 makedepends=(cmake python-sphinx qt5-tools doxygen)
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('61fe12826931af8645661b34a84e7379'
+md5sums=('e87a01e464f005cf95cde83f46cf318d'
  'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 


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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 12:16:52
  Author: fyan
Revision: 245197

upgpkg: perl-date-manip 6.51-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 10:14:11 UTC (rev 245196)
+++ PKGBUILD2015-09-02 10:16:52 UTC (rev 245197)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.50
+pkgver=6.51
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('62c86841f9c57ebe663178195c1df272')
+md5sums=('da85d48de8de695d67d0107a477fd501')
 
 build() {
   cd Date-Manip-${pkgver}


[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 12:17:14
  Author: fyan
Revision: 245198

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 245197, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 10:16:52 UTC (rev 245197)
+++ PKGBUILD2015-09-02 10:17:14 UTC (rev 245198)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.50
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-makedepends=('perl-module-build>0.4205')
-checkdepends=('perl-test-inter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('62c86841f9c57ebe663178195c1df272')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Date-Manip-${pkgver}
-  perl Build test
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  perl Build destdir="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 245197, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 10:17:14 UTC (rev 245198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.51
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+makedepends=('perl-module-build>0.4205')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
+md5sums=('da85d48de8de695d67d0107a477fd501')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  perl Build test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  perl Build destdir="${pkgdir}" install
+}


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 12:25:16
  Author: spupykin
Revision: 139103

upgpkg: openscenegraph 3.2.2-2

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 10:01:39 UTC (rev 139102)
+++ PKGBUILD2015-09-02 10:25:16 UTC (rev 139103)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 11:41:05
  Author: spupykin
Revision: 139097

upgpkg: open-vm-tools 6:10.0.0_3000743-1

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 08:58:16 UTC (rev 139096)
+++ PKGBUILD2015-09-02 09:41:05 UTC (rev 139097)
@@ -4,8 +4,8 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=9.10.2
-pkgrel=2
+pkgver=10.0.0_3000743
+pkgrel=1
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools;
@@ -19,7 +19,7 @@
'networkmanager: suspend-resume network state')
 backup=('etc/pam.d/vmware-guestd')
 options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-$pkgver.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/open-vm-tools-${pkgver/_/-}.tar.gz
network-script
tools.conf
vmware-guestd
@@ -26,7 +26,7 @@
xautostart.conf
vmtoolsd.service
vmware-vmblock-fuse.service)
-md5sums=('a0d3f69b3f4ebf0a13681522fa29d4e3'
+md5sums=('13b508201e3285c5f404b24f992936f8'
  'cbfa69ead382bc527e6f6ddfed8e5c4d'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'
@@ -34,8 +34,14 @@
  'a6c53243d31c765580f6dded7d5fa98f'
  '84c0e820cb053def1742ea59af9f2dec')
 
+prepare() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+  autoreconf
+  automake
+}
+
 build() {
-  cd "$srcdir/$pkgname-stable-${pkgver}/open-vm-tools"
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
   sh ./configure --prefix=/usr \
 --sbindir=/usr/bin \
 --without-xmlsecurity \
@@ -44,7 +50,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-stable-${pkgver}/open-vm-tools"
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
 
   make install DESTDIR="$pkgdir"
   install -Dm0644 vmware-user-suid-wrapper/vmware-user.desktop 
$pkgdir/usr/share/applications/vmware-user.desktop


[arch-commits] Commit in open-vm-tools/repos (28 files)

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 11:41:36
  Author: spupykin
Revision: 139098

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 139097, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/network-script
(from rev 139097, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 139097, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 139097, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 139097, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
(from rev 139097, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 139097, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 139097, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 139097, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 139097, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 139097, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 139097, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
(from rev 139097, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 139097, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-x86_64/xautostart.conf

--+
 /PKGBUILD|  160 ++
 /network-script  |  390 +
 /tools.conf  |2 
 /vmtoolsd.service|   18 +
 /vmware-guestd   |   12 
 /vmware-vmblock-fuse.service |   24 +
 /xautostart.conf |   12 
 community-i686/PKGBUILD  |   74 
 community-i686/network-script|  195 
 community-i686/tools.conf|1 
 community-i686/vmtoolsd.service  |9 
 community-i686/vmware-guestd |6 
 community-i686/vmware-vmblock-fuse.service   |   12 
 community-i686/xautostart.conf   |6 
 community-x86_64/PKGBUILD|   74 
 community-x86_64/network-script  |  195 
 community-x86_64/tools.conf  |1 
 community-x86_64/vmtoolsd.service|9 
 community-x86_64/vmware-guestd   |6 
 community-x86_64/vmware-vmblock-fuse.service |   12 
 community-x86_64/xautostart.conf |6 
 21 files changed, 618 insertions(+), 606 deletions(-)

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


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

2015-09-02 Thread Antonio Rojas
Date: Wednesday, September 2, 2015 @ 12:01:39
  Author: arojas
Revision: 139102

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 139101, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 139101, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 139101, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 139101, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   86 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   43 --
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 10:00:37 UTC (rev 139101)
+++ community-i686/PKGBUILD 2015-09-02 10:01:39 UTC (rev 139102)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit)
-makedepends=(cmake python-sphinx qt5-tools doxygen)
-optdepends=('python2-nautilus: integration with Nautilus')
-install=$pkgname.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('61fe12826931af8645661b34a84e7379'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 139101, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 10:01:39 UTC (rev 139102)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
+makedepends=(cmake python-sphinx qt5-tools doxygen)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
+md5sums=('e87a01e464f005cf95cde83f46cf318d'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2015-09-02 10:00:37 UTC (rev 
139101)
+++ community-i686/owncloud-client.install  2015-09-02 10:01:39 UTC (rev 
139102)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
139101, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2015-09-02 10:01:39 UTC (rev 
139102)
@@ -0,0 +1,11 @@
+post_install() {
+  

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

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 12:13:49
  Author: fyan
Revision: 245195

upgpkg: iso-codes 3.61-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 09:03:34 UTC (rev 245194)
+++ PKGBUILD2015-09-02 10:13:49 UTC (rev 245195)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.60
+pkgver=3.61
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://pkg-isocodes.alioth.debian.org/;
 license=('LGPL')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('875cc8e1b7e89150b0ade59a988980ea'
+md5sums=('186dbc4043cc466ddbe72c42c48a0186'
  'SKIP')
 validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
   'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 12:14:11
  Author: fyan
Revision: 245196

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 245195, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 10:13:49 UTC (rev 245195)
+++ PKGBUILD2015-09-02 10:14:11 UTC (rev 245196)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.60
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('875cc8e1b7e89150b0ade59a988980ea'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 245195, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 10:14:11 UTC (rev 245196)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.61
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('186dbc4043cc466ddbe72c42c48a0186'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 12:25:27
  Author: spupykin
Revision: 139104

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

Added:
  openscenegraph/repos/community-staging-i686/
  openscenegraph/repos/community-staging-i686/PKGBUILD
(from rev 139103, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-i686/giflib.patch
(from rev 139103, openscenegraph/trunk/giflib.patch)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 139103, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/giflib.patch
(from rev 139103, openscenegraph/trunk/giflib.patch)

---+
 community-staging-i686/PKGBUILD   |   62 
 community-staging-i686/giflib.patch   |   12 ++
 community-staging-x86_64/PKGBUILD |   62 
 community-staging-x86_64/giflib.patch |   12 ++
 4 files changed, 148 insertions(+)

Copied: openscenegraph/repos/community-staging-i686/PKGBUILD (from rev 139103, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-02 10:25:27 UTC (rev 139104)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 
'ffmpeg-compat')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+   
https://github.com/openscenegraph/osg/commit/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
+   giflib.patch)
+md5sums=('caa21fe5a1250806ddd372d8b7352b5f'
+ '6e3c75677f87113f18912916352c6cbd'
+ '8c06c8410e8840e83c242b8b401cdad7')
+
+prepare() {
+  cd OpenSceneGraph-$pkgver
+#  patch -p1 <$srcdir/giflib.patch
+#  patch -p1 <$srcdir/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
+}
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
+-DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
+-DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
+-DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
+-DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
+
+#  sed -i 's|#include |//#include |' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
+}

Copied: openscenegraph/repos/community-staging-i686/giflib.patch (from rev 
139103, openscenegraph/trunk/giflib.patch)
===
--- community-staging-i686/giflib.patch (rev 0)
+++ community-staging-i686/giflib.patch 2015-09-02 10:25:27 UTC (rev 139104)
@@ -0,0 +1,12 @@
+diff -wbBur OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp 
OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp
+--- OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp
2013-06-03 18:04:02.0 +0400
 OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp  
2014-05-29 19:00:40.163985068 +0400
+@@ -561,7 +561,7 @@
+ *width_ret = giffile->SWidth;
+ *height_ret = giffile->SHeight;
+ *numComponents_ret = 4;
+-

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

2015-09-02 Thread Antonio Rojas
Date: Wednesday, September 2, 2015 @ 12:55:43
  Author: arojas
Revision: 139105

Fix opening docs from Jupyter notebook

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 10:25:27 UTC (rev 139104)
+++ PKGBUILD2015-09-02 10:55:43 UTC (rev 139105)
@@ -75,10 +75,10 @@
 # fix Cremona database detection
   sed -e 
"s|is_package_installed('database_cremona_ellcurve')|os.path.exists('/usr/share/sage/cremona/cremona.db')|"
 \
-i src/sage/databases/cremona.py
-# fix IPython kernel path
-  sed -e "s|os.path.join(SAGE_ROOT, 'sage')|'/usr/bin/sage'|" -i 
src/sage/repl/ipython_kernel/install.py
 # find bliss headers
   sed -e 's|graph.hh|bliss/graph.hh|' -i src/sage/graphs/bliss.pyx
+# fix opening docs from Jupyter notebook
+  sed -e "s|SageKernelSpec.identifier()|'SageMath'|g" -i 
src/sage/repl/ipython_kernel/kernel.py
 # fix IPython 4 compatibility
   patch -p0 -i ../ipython-4.patch
 


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

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 13:06:31
  Author: spupykin
Revision: 139106

upgpkg: squid 3.5.8-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 10:55:43 UTC (rev 139105)
+++ PKGBUILD2015-09-02 11:06:31 UTC (rev 139106)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=3.5.7
+pkgver=3.5.8
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -28,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('e24943386555ca922130a7e034badba7'
+md5sums=('0b4eae643b009215688fcf5f1a7803a7'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'