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

2015-09-04 Thread Kyle Keen
Date: Friday, September 4, 2015 @ 13:35:28
  Author: kkeen
Revision: 139199

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 139198, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 139198, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 139198, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 139198, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 139198, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 139198, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 139198, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 139198, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 139198, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 139198, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 11:34:53 UTC (rev 139198)
+++ community-i686/PKGBUILD 2015-09-04 11:35:28 UTC (rev 139199)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.33.1
-pkgrel=2
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('d9b1f863cb8808ca92a2d9ac004ae5ee'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  make -j1 -f 

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

2015-09-04 Thread Kyle Keen
Date: Friday, September 4, 2015 @ 13:34:53
  Author: kkeen
Revision: 139198

upgpkg: seamonkey 2.35-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 10:38:13 UTC (rev 139197)
+++ PKGBUILD2015-09-04 11:34:53 UTC (rev 139198)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.33.1
-pkgrel=2
+pkgver=2.35
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
@@ -19,7 +19,7 @@
 mozconfig
 seamonkey-2.0-lang.patch
 rhbz-966424.patch)
-md5sums=('d9b1f863cb8808ca92a2d9ac004ae5ee'
+md5sums=('feeb58801e8fcb114d9fb79dee6ca721'
  '9b6d65e9b77acf9fd7c6e3578a5d2acd'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '8c1578232b7a60fa1caa9a0b322d1e2b')


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

2015-09-04 Thread Jelle van der Waa
Date: Friday, September 4, 2015 @ 14:30:06
  Author: jelle
Revision: 139202

upgpkg: calibre 2.37.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 11:46:11 UTC (rev 139201)
+++ PKGBUILD2015-09-04 12:30:06 UTC (rev 139202)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.36.0
-pkgrel=2
+pkgver=2.37.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="http://calibre-ebook.com/;
@@ -28,7 +28,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('f22f3666d6ab70faa52b01552b6f5965')
+md5sums=('d6556531294e1108b0b0ea064737f46c')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2015-09-04 Thread Jelle van der Waa
Date: Friday, September 4, 2015 @ 14:30:20
  Author: jelle
Revision: 139203

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

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

--+
 /PKGBUILD|  146 +
 /calibre.install |   26 ++
 community-i686/PKGBUILD  |   73 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/calibre.install |   13 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 12:30:06 UTC (rev 139202)
+++ community-i686/PKGBUILD 2015-09-04 12:30:20 UTC (rev 139203)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.36.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('f22f3666d6ab70faa52b01552b6f5965')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 139202, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 12:30:20 UTC (rev 139203)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=2.37.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
+  

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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 11:27:38
  Author: fyan
Revision: 245270

upgpkg: nvidia 355.11-1

- upstream new release
- add a DKMS package

Added:
  nvidia/trunk/nvidia-dkms.install
Modified:
  nvidia/trunk/PKGBUILD

-+
 PKGBUILD|   55 +++---
 nvidia-dkms.install |   30 +++
 2 files changed, 69 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 09:27:01 UTC (rev 245269)
+++ PKGBUILD2015-09-04 09:27:38 UTC (rev 245270)
@@ -2,30 +2,40 @@
 # Maintainer: Sven-Hendrik Haase 
 # Maintainer: Thomas Baechler 
 
-pkgname=nvidia
-pkgver=352.41
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=355.11
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux>=4.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3' 'nvidia-libgl')
+makedepends=('libgl' "nvidia-utils=${pkgver}" 'linux' 'linux-headers>=4.2' 
'linux-headers<4.3')
 license=('custom')
-install=nvidia.install
 options=(!strip)
 
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('3f9c9fed035fa845e3f6a1ea5f5732f7'
- 'd41d1a358edbade36cfd97cdcc9a80b9')
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 
-prepare() {
+prepare() { 
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 # patches here
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+eval "sed -i 's/__VERSION_STRING/${pkgver}/' dkms.conf"
+sed -i 's/__JOBS/${&}/' dkms.conf
+sed -i '4iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+__JOBS=`nproc`' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
 }
 
 build() {
@@ -32,19 +42,18 @@
 _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
 cd "${_pkg}"/kernel
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-if [[ "$CARCH" = "x86_64" ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-fi
 }
 
-package() {
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
 
 if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
 fi
 
@@ -53,3 +62,17 @@
 
 echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
 }
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflict+=('nvidia')
+install=nvidia-dkms.install
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Added: nvidia-dkms.install
===
--- nvidia-dkms.install (rev 0)
+++ nvidia-dkms.install 2015-09-04 09:27:38 UTC (rev 245270)
@@ -0,0 +1,30 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  dkms add nvidia/${1%-*}
+  cat << EOF
+==> To build and install your modules run: dkms install nvidia/${1%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_upgrade() {
+  pre_remove "$2"
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install "$1"
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  # Remove modules using dkms
+  [ -n "${1%-*}" ] && dkms remove nvidia/${1%-*} --all &>/dev/null || true
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
\ No newline at end of file


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 11:28:16
  Author: fyan
Revision: 245271

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 245270, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/nv-drm-343.36.patch
(from rev 245270, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-i686/nvidia-dkms.install
(from rev 245270, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/staging-i686/nvidia.install
(from rev 245270, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 245270, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/nv-drm-343.36.patch
(from rev 245270, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/staging-x86_64/nvidia-dkms.install
(from rev 245270, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 245270, nvidia/trunk/nvidia.install)

+
 staging-i686/PKGBUILD  |   78 +++
 staging-i686/nv-drm-343.36.patch   |   14 ++
 staging-i686/nvidia-dkms.install   |   30 +
 staging-i686/nvidia.install|   13 +
 staging-x86_64/PKGBUILD|   78 +++
 staging-x86_64/nv-drm-343.36.patch |   14 ++
 staging-x86_64/nvidia-dkms.install |   30 +
 staging-x86_64/nvidia.install  |   13 +
 8 files changed, 270 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 245270, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-04 09:28:16 UTC (rev 245271)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=355.11
+_extramodules=extramodules-4.2-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('libgl' "nvidia-utils=${pkgver}" 'linux' 'linux-headers>=4.2' 
'linux-headers<4.3')
+license=('custom')
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() { 
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+eval "sed -i 's/__VERSION_STRING/${pkgver}/' dkms.conf"
+sed -i 's/__JOBS/${&}/' dkms.conf
+sed -i '4iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+__JOBS=`nproc`' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflict+=('nvidia')
+install=nvidia-dkms.install
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/nv-drm-343.36.patch (from rev 245270, 
nvidia/trunk/nv-drm-343.36.patch)
===
--- staging-i686/nv-drm-343.36.patch(rev 0)
+++ staging-i686/nv-drm-343.36.patch2015-09-04 09:28:16 UTC (rev 245271)
@@ -0,0 +1,14 @@
+diff --git 

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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 11:27:01
  Author: fyan
Revision: 245269

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

Added:
  nvidia-lts/repos/staging-i686/
  nvidia-lts/repos/staging-i686/PKGBUILD
(from rev 245268, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-i686/nvidia-lts.install
(from rev 245268, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 245268, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-x86_64/nvidia-lts.install
(from rev 245268, nvidia-lts/trunk/nvidia-lts.install)

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/nvidia-lts.install   |   15 ++
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 132 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 245268, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-04 09:27:01 UTC (rev 245269)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=355.11
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+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}/kernel/drivers/video/nvidia.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 245268, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2015-09-04 09:27:01 UTC (rev 245269)
@@ -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-lts/repos/staging-x86_64/PKGBUILD (from rev 245268, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-04 09:27:01 UTC (rev 245269)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=355.11
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
+
+[[ "$CARCH" = "i686" ]] && 

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 13:46:11
  Author: tpowa
Revision: 139201

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 11:45:59 UTC (rev 139200)
+++ community-i686/PKGBUILD 2015-09-04 11:46:11 UTC (rev 139201)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=0.5.2
-pkgrel=3
-epoch=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'glu' 'libxv')
-makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
-optdepends=('jack: for jack support'
-   'a52dec: for A52 support'
-'faad2: for AAC support'
-   'libmad: for mp3 support'
-   'sdl2: for sdl support')
-options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git)
-sha1sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-i686/PKGBUILD (from rev 139200, 
gpac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 11:46:11 UTC (rev 139201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=0.5.2
+pkgrel=4
+epoch=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+   'a52dec: for A52 support'
+'faad2: for AAC support'
+   'libmad: for mp3 support'
+   'sdl2: for sdl support')
+options=('staticlibs' '!makeflags')
+source=(git://github.com/gpac/gpac.git#tag=v$pkgver)
+sha1sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install install-lib
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-04 11:45:59 UTC (rev 139200)
+++ community-x86_64/PKGBUILD   2015-09-04 11:46:11 UTC (rev 139201)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=0.5.2
-pkgrel=3
-epoch=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'glu' 'libxv')
-makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
-optdepends=('jack: for jack support'
-   'a52dec: for A52 support'
-'faad2: for AAC support'
-   'libmad: for mp3 support'
-   'sdl2: for sdl support')
-options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git)
-sha1sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 139200, 
gpac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-04 11:46:11 UTC (rev 139201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=0.5.2
+pkgrel=4
+epoch=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+   'a52dec: for A52 support'
+'faad2: for AAC support'
+   'libmad: for mp3 support'
+   'sdl2: for sdl support')
+options=('staticlibs' '!makeflags')

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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 11:26:42
  Author: fyan
Revision: 245268

upgpkg: nvidia-lts 355.11-1

upstream new release

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 08:47:55 UTC (rev 245267)
+++ PKGBUILD2015-09-04 09:26:42 UTC (rev 245268)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=352.41
+pkgver=355.11
 _extramodules=extramodules-3.14-lts
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('3f9c9fed035fa845e3f6a1ea5f5732f7'
- 'd41d1a358edbade36cfd97cdcc9a80b9')
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -32,22 +32,17 @@
 _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
 cd "${_pkg}/kernel"
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ "$CARCH" = "x86_64" ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-fi
 }
 
 package() {
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  
+
 if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
 fi
-  
+
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
 install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
 echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 13:45:59
  Author: tpowa
Revision: 139200

upgpkg: gpac 1:0.5.2-4

change to tagged version for reproducable build, devel 323 was broken, devel 
612 segfaults, back to first git based version which works

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 11:35:28 UTC (rev 139199)
+++ PKGBUILD2015-09-04 11:45:59 UTC (rev 139200)
@@ -3,7 +3,7 @@
 
 pkgname=gpac
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
'libmad: for mp3 support'
'sdl2: for sdl support')
 options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git)
+source=(git://github.com/gpac/gpac.git#tag=v$pkgver)
 sha1sums=('SKIP')
 
 build() {


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 12:24:28
  Author: fyan
Revision: 139195

upgpkg: lib32-nvidia-utils 355.11-1

upstream new release

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 07:21:38 UTC (rev 139194)
+++ PKGBUILD2015-09-04 10:24:28 UTC (rev 139195)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=352.41
+pkgver=355.11
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('3f9c9fed035fa845e3f6a1ea5f5732f7')
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc')
 
 create_links() {
 # create soname links
@@ -60,9 +60,9 @@
 ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
 ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
 
-ln -s "/usr/lib32/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so"
+ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
 
 ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
 ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
@@ -84,9 +84,12 @@
 
 # OpenGL libraries
 install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
+install -D -m755 "libEGL_nvidia.so.0" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.0"
 install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
 install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
+install -D -m755 "libOpenGL.so.0" "${pkgdir}/usr/lib32/libOpenGL.so.0"
+install -D -m755 "libGLdispatch.so.0" 
"${pkgdir}/usr/lib32/libGLdispatch.so.0"
 
 # OpenGL core library
 install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 12:24:41
  Author: fyan
Revision: 139196

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 139195, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
139195, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-09-04 10:24:41 UTC (rev 139196)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=355.11
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc')
+
+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() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+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-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
+depends=('lib32-nvidia-utils')
+replaces=('lib32-nvidia-utils<=313.26-1')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib32"
+ln -s "/usr/lib32/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"
+
+ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so.2"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia')
+cd "${_pkg}"
+
+# OpenGL libraries
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
+install -D -m755 "libEGL_nvidia.so.0" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.0"
+install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
+install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
+install -D -m755 "libOpenGL.so.0" "${pkgdir}/usr/lib32/libOpenGL.so.0"
+install -D -m755 "libGLdispatch.so.0" 
"${pkgdir}/usr/lib32/libGLdispatch.so.0"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# 

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 14:56:50
  Author: heftig
Revision: 245276

FS#46197 FW_LOADER_USER_HELPER_FALLBACK must remain disabled

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config|   15 +++
 config.x86_64 |   13 ++---
 3 files changed, 15 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 12:48:59 UTC (rev 245275)
+++ PKGBUILD2015-09-04 12:56:50 UTC (rev 245276)
@@ -24,8 +24,8 @@
 '0001-make_flush_workqueue_non_gpl.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'b46d8a8166487cf0dcdbcc0c0a5111aba950c49749a4761e1dce78f220704079'
-'e54800217ad6c61efa80d6ab223364cb0c2d6030061bc48d3f83fd971ae675f9'
+'e6f6f804f98ad321ce3e4395924993b51decb89699fde369391ccbb4bae928b2'
+'a071aaa327d2b3577fa4709b47ed5fe81c7914d168607f3db905fdbf226247e7'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
 '4e776734e2c2185910a6fbb6f333d967b04f4a72b3196310af286c6a779bd97d')

Modified: config
===
--- config  2015-09-04 12:48:59 UTC (rev 245275)
+++ config  2015-09-04 12:56:50 UTC (rev 245276)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.2.0 Kernel Configuration
+# Linux/x86 4.2.0-2 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -1430,7 +1430,7 @@
 CONFIG_CAN_PEAK_PCI=m
 CONFIG_CAN_PEAK_PCIEC=y
 CONFIG_CAN_KVASER_PCI=m
-CONFIG_CAN_PLX_PCI=m 
+CONFIG_CAN_PLX_PCI=m
 # CONFIG_CAN_TSCAN1 is not set
 CONFIG_CAN_C_CAN=m
 CONFIG_CAN_C_CAN_PLATFORM=m
@@ -1655,7 +1655,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=""
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
@@ -5841,11 +5841,10 @@
 # CONFIG_LEDS_PCA9532_GPIO is not set
 CONFIG_LEDS_GPIO=m
 CONFIG_LEDS_LP3944=m
-CONFIG_LEDS_LP55XX_COMMON=m
-CONFIG_LEDS_LP5521=m
-CONFIG_LEDS_LP5523=m
-CONFIG_LEDS_LP5562=m
-CONFIG_LEDS_LP8501=m
+# CONFIG_LEDS_LP5521 is not set
+# CONFIG_LEDS_LP5523 is not set
+# CONFIG_LEDS_LP5562 is not set
+# CONFIG_LEDS_LP8501 is not set
 CONFIG_LEDS_LP8860=m
 CONFIG_LEDS_CLEVO_MAIL=m
 CONFIG_LEDS_PCA955X=m

Modified: config.x86_64
===
--- config.x86_64   2015-09-04 12:48:59 UTC (rev 245275)
+++ config.x86_64   2015-09-04 12:56:50 UTC (rev 245276)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.2.0 Kernel Configuration
+# Linux/x86 4.2.0-2 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -1644,7 +1644,7 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=""
-# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
@@ -5622,11 +5622,10 @@
 # CONFIG_LEDS_PCA9532_GPIO is not set
 CONFIG_LEDS_GPIO=m
 CONFIG_LEDS_LP3944=m
-CONFIG_LEDS_LP55XX_COMMON=m
-CONFIG_LEDS_LP5521=m
-CONFIG_LEDS_LP5523=m
-CONFIG_LEDS_LP5562=m
-CONFIG_LEDS_LP8501=m
+# CONFIG_LEDS_LP5521 is not set
+# CONFIG_LEDS_LP5523 is not set
+# CONFIG_LEDS_LP5562 is not set
+# CONFIG_LEDS_LP8501 is not set
 CONFIG_LEDS_LP8860=m
 CONFIG_LEDS_CLEVO_MAIL=m
 CONFIG_LEDS_PCA955X=m


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

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 16:07:40
  Author: lcarlier
Revision: 139206

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

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

--+
 /PKGBUILD|   76 +
 /openttd.install |   34 
 community-i686/PKGBUILD  |   38 --
 community-i686/openttd.install   |   17 
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/openttd.install |   17 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 14:07:30 UTC (rev 139205)
+++ community-i686/PKGBUILD 2015-09-04 14:07:40 UTC (rev 139206)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-
-pkgname=openttd
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('c98e76e57de213c8d2ccafa4fa2e02b91c031b2487639ccf9b85c725c1428f49')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name="OpenTTD" \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 139205, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 14:07:40 UTC (rev 139206)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('60e68eca552e34268033885e5389ad46b88b692514bf426a6e37cebd8d819f28')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2015-09-04 14:07:30 UTC (rev 139205)
+++ community-i686/openttd.install  2015-09-04 14:07:40 UTC (rev 139206)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 
-  update-desktop-database > /dev/null 2>&1
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 139205, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2015-09-04 14:07:40 UTC (rev 139206)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1

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

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 16:16:51
  Author: lcarlier
Revision: 139207

upgpkg: knemo 0.7.7-1

upstream update 0.7.7

Modified:
  knemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 14:07:40 UTC (rev 139206)
+++ PKGBUILD2015-09-04 14:16:51 UTC (rev 139207)
@@ -5,8 +5,8 @@
 # Contributor: Stefano Zamprogno 
 
 pkgname=knemo
-pkgver=0.7.6
-pkgrel=5
+pkgver=0.7.7
+pkgrel=1
 pkgdesc="The KDE Network Monitor"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=12956;
@@ -15,8 +15,8 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 options=('libtool')
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
-md5sums=('42b35d4d48698a2f514adeb2ca872408')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
 
 prepare() {
   mkdir build


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

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 16:16:59
  Author: lcarlier
Revision: 139208

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 14:16:51 UTC (rev 139207)
+++ community-i686/PKGBUILD 2015-09-04 14:16:59 UTC (rev 139208)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-
-pkgname=knemo
-pkgver=0.7.6
-pkgrel=5
-pkgdesc="The KDE Network Monitor"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=12956;
-license=('GPL')
-depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-options=('libtool')
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
-md5sums=('42b35d4d48698a2f514adeb2ca872408')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # remove knemo autostart
-  # rm -rf ${pkgdir}/usr/share/autostart
-}

Copied: knemo/repos/community-i686/PKGBUILD (from rev 139207, 
knemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 14:16:59 UTC (rev 139208)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956;
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Deleted: community-i686/knemo.install
===
--- community-i686/knemo.install2015-09-04 14:16:51 UTC (rev 139207)
+++ community-i686/knemo.install2015-09-04 14:16:59 UTC (rev 139208)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: knemo/repos/community-i686/knemo.install (from rev 139207, 
knemo/trunk/knemo.install)
===
--- community-i686/knemo.install(rev 0)
+++ community-i686/knemo.install2015-09-04 14:16:59 UTC (rev 139208)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-04 14:16:51 UTC (rev 139207)
+++ community-x86_64/PKGBUILD   2015-09-04 14:16:59 UTC (rev 139208)
@@ -1,41 +0,0 @@
-# 

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 15:35:56
  Author: heftig
Revision: 245281

4.2-2 (aufs not ported yet)

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   31 +
 config|  314 ++--
 config.x86_64 |  312 ++-
 3 files changed, 526 insertions(+), 131 deletions(-)

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


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 15:05:12
  Author: heftig
Revision: 245277

Revert addition of iwlwifi branch; 4.2 incompat was a config issue FS#46197

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 12:56:50 UTC (rev 245276)
+++ PKGBUILD2015-09-04 13:05:12 UTC (rev 245277)
@@ -4,8 +4,7 @@
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
 _rev=6ebf5d5
-_iwl=8d08236
-pkgver=20150903.${_rev}+iwlwifi.${_iwl}
+pkgver=20150904.${_rev}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -38,17 +37,9 @@
   'rt2x00-rt71w-fw'
   'amd-ucode')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};
-
"iwlwifi::git+https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git;)
-md5sums=('SKIP'
- 'SKIP')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
 
-prepare() {
-  cd $pkgname
-  git fetch ../iwlwifi
-  git -c user.email='foo@bar' merge --squash ${_iwl}
-}
-
 package() {
   cd "${srcdir}/${pkgname}"
 


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 15:16:33
  Author: heftig
Revision: 245279

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 245278, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 245278, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 13:15:35 UTC (rev 245278)
+++ extra-i686/PKGBUILD 2015-09-04 13:16:33 UTC (rev 245279)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # 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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 245278, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 13:16:33 UTC (rev 245279)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.10
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # 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
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-04 13:15:35 UTC (rev 245278)
+++ extra-x86_64/PKGBUILD   2015-09-04 13:16:33 UTC (rev 245279)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # 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
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 245278, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-04 13:16:33 UTC (rev 245279)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 15:30:01
  Author: tpowa
Revision: 245280

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

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

+
 /0001-make_flush_workqueue_non_gpl.patch   |   68 
 /PKGBUILD  |  586 
 /change-default-console-loglevel.patch |   22 
 /config|15442 +++
 /config.x86_64 |14946 ++
 /linux.install |   74 
 /linux.preset  |   28 
 testing-i686/0001-make_flush_workqueue_non_gpl.patch   |   34 
 testing-i686/PKGBUILD  |  293 
 testing-i686/change-default-console-loglevel.patch |   11 
 testing-i686/config| 7722 ---
 testing-i686/config.x86_64 | 7474 ---
 testing-i686/linux.install |   37 
 testing-i686/linux.preset  |   14 
 testing-x86_64/0001-make_flush_workqueue_non_gpl.patch |   34 
 testing-x86_64/PKGBUILD|  293 
 testing-x86_64/change-default-console-loglevel.patch   |   11 
 testing-x86_64/config  | 7722 ---
 testing-x86_64/config.x86_64   | 7474 ---
 testing-x86_64/linux.install   |   37 
 testing-x86_64/linux.preset|   14 
 21 files changed, 31166 insertions(+), 31170 deletions(-)

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


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

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 16:07:30
  Author: lcarlier
Revision: 139205

upgpkg: openttd 1.5.2-1

upstream update 1.5.2

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 14:06:45 UTC (rev 139204)
+++ PKGBUILD2015-09-04 14:07:30 UTC (rev 139205)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta 
 
 pkgname=openttd
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('c98e76e57de213c8d2ccafa4fa2e02b91c031b2487639ccf9b85c725c1428f49')
+sha256sums=('60e68eca552e34268033885e5389ad46b88b692514bf426a6e37cebd8d819f28')
 
 build() {
   cd ${pkgname}-${pkgver} 


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 15:15:35
  Author: heftig
Revision: 245278

3.0.10

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 13:05:12 UTC (rev 245277)
+++ PKGBUILD2015-09-04 13:15:35 UTC (rev 245278)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.8
+pkgver=3.0.10
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('582e85b88482e16f7ec719363e38fadf84fab4d4baaa21e5227a454b824f135c')
+sha256sums=('2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 16:01:43
  Author: heftig
Revision: 245283

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

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

--+
 /PKGBUILD|  588 
 /change-default-console-loglevel.patch   |   22 
 /config  |15504 +
 /config.x86_64   |15008 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  305 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7550 
 testing-i686/config.x86_64   | 7300 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  305 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7550 
 testing-x86_64/config.x86_64 | 7300 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31224 insertions(+), 30434 deletions(-)

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


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 14:48:59
  Author: tpowa
Revision: 245275

upgpkg: linux 4.2-2

disable FW_LOADER_USER_HELPER #46197

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |6 +++---
 config|4 ++--
 config.x86_64 |4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 10:38:07 UTC (rev 245274)
+++ PKGBUILD2015-09-04 12:48:59 UTC (rev 245275)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
 license=('GPL2')
@@ -24,8 +24,8 @@
 '0001-make_flush_workqueue_non_gpl.patch')
 sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
-'dbac1b59a0a1861fe2ae64348512f0994594ccbe959f50aa94b91d8464e44c97'
-'90fa14aca07b560334ddb14ffe4f04c3ed149851e45952a5e4a2d0732ce29fb4'
+'b46d8a8166487cf0dcdbcc0c0a5111aba950c49749a4761e1dce78f220704079'
+'e54800217ad6c61efa80d6ab223364cb0c2d6030061bc48d3f83fd971ae675f9'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
 '4e776734e2c2185910a6fbb6f333d967b04f4a72b3196310af286c6a779bd97d')

Modified: config
===
--- config  2015-09-04 10:38:07 UTC (rev 245274)
+++ config  2015-09-04 12:48:59 UTC (rev 245275)
@@ -1655,8 +1655,8 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=""
-CONFIG_FW_LOADER_USER_HELPER=y
-CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
+# CONFIG_FW_LOADER_USER_HELPER is not set
+# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
 CONFIG_DEV_COREDUMP=y

Modified: config.x86_64
===
--- config.x86_64   2015-09-04 10:38:07 UTC (rev 245274)
+++ config.x86_64   2015-09-04 12:48:59 UTC (rev 245275)
@@ -1644,8 +1644,8 @@
 CONFIG_FW_LOADER=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=""
-CONFIG_FW_LOADER_USER_HELPER=y
-CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
+# CONFIG_FW_LOADER_USER_HELPER is not set
+# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
 CONFIG_WANT_DEV_COREDUMP=y
 CONFIG_ALLOW_DEV_COREDUMP=y
 CONFIG_DEV_COREDUMP=y


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 15:41:27
  Author: heftig
Revision: 245282

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-04 13:35:56 UTC (rev 245281)
+++ PKGBUILD2015-09-04 13:41:27 UTC (rev 245282)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <tho...@archlinux.org>
-
-pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=6ebf5d5
-_iwl=8d08236
-pkgver=20150903.${_rev}+iwlwifi.${_iwl}
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
-license=('GPL2' 'GPL3' 'custom')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw'
-   'amd-ucode')
-replaces=('kernel26-firmware'
-  'ar9170-fw'
-  'iwlwifi-1000-ucode'
-  'iwlwifi-3945-ucode'
-  'iwlwifi-4965-ucode'
-  'iwlwifi-5000-ucode'
-  'iwlwifi-5150-ucode'
-  'iwlwifi-6000-ucode'
-  'rt2870usb-fw'
-  'rt2x00-rt61-fw'
-  'rt2x00-rt71w-fw'
-  'amd-ucode')
-options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};
-
"iwlwifi::git+https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd $pkgname
-  git fetch ../iwlwifi
-  git -c user.email='foo@bar' merge --squash ${_iwl}
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
-  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Trigger a microcode reload for configurations not using early updates
-  install -d "${pkgdir}/usr/lib/tmpfiles.d"
-  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
->"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}
-# vim:set ts=2 sw=2 et:

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


[arch-commits] Commit in owncloud-client/trunk (PKGBUILD fix-tray-icon.patch)

2015-09-04 Thread Antonio Rojas
Date: Friday, September 4, 2015 @ 17:01:09
  Author: arojas
Revision: 139209

Fix system tray menu in Plasma 5 (FS#46126)

Added:
  owncloud-client/trunk/fix-tray-icon.patch
Modified:
  owncloud-client/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++--
 fix-tray-icon.patch |  134 ++
 2 files changed, 142 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 14:16:59 UTC (rev 139208)
+++ PKGBUILD2015-09-04 15:01:09 UTC (rev 139209)
@@ -5,7 +5,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
@@ -15,13 +15,18 @@
 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})
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc}
 fix-tray-icon.patch)
 md5sums=('e87a01e464f005cf95cde83f46cf318d'
- 'SKIP')
+ 'SKIP'
+ '12f59eb804822ec50045a46ed8586029')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {
   mkdir -p build
+
+# Fix tray icon in Plasma 5 
+  cd $_name-$pkgver
+  patch -p1 -i ../fix-tray-icon.patch
 }
 
 build() {

Added: fix-tray-icon.patch
===
--- fix-tray-icon.patch (rev 0)
+++ fix-tray-icon.patch 2015-09-04 15:01:09 UTC (rev 139209)
@@ -0,0 +1,134 @@
+diff -ur owncloudclient-2.0.1.orig/src/gui/application.cpp 
owncloudclient-2.0.1/src/gui/application.cpp
+--- owncloudclient-2.0.1.orig/src/gui/application.cpp  2015-09-01 
15:50:21.0 +0200
 owncloudclient-2.0.1/src/gui/application.cpp   2015-09-04 
16:50:53.333513460 +0200
+@@ -229,7 +229,7 @@
+ 
+ if (list.isEmpty()) {
+ // let gui open the setup wizard
+-_gui->slotOpenSettingsDialog( true );
++_gui->slotOpenSettingsDialog();
+ 
+ _checkConnectionTimer.stop(); // don't popup the wizard on interval;
+ }
+diff -ur owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp 
owncloudclient-2.0.1/src/gui/owncloudgui.cpp
+--- owncloudclient-2.0.1.orig/src/gui/owncloudgui.cpp  2015-09-01 
15:50:21.0 +0200
 owncloudclient-2.0.1/src/gui/owncloudgui.cpp   2015-09-04 
16:43:29.164278696 +0200
+@@ -56,6 +56,7 @@
+ #endif
+ _logBrowser(0),
+ _recentActionsMenu(0),
++_qdbusmenuWorkaround(false),
+ _folderOpenActionMapper(new QSignalMapper(this)),
+ _recentItemsMapper(new QSignalMapper(this)),
+ _app(parent)
+@@ -145,16 +146,14 @@
+ }
+ 
+ // This should rather be in application or rather in ConfigFile?
+-void ownCloudGui::slotOpenSettingsDialog( bool openSettings )
++void ownCloudGui::slotOpenSettingsDialog()
+ {
+ // if account is set up, start the configuration wizard.
+ if( !AccountManager::instance()->accounts().isEmpty() ) {
+-if( openSettings ) {
+-if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
+-slotShowSettings();
+-} else {
+-_settingsDialog->close();
+-}
++if (_settingsDialog.isNull() || !_settingsDialog->isVisible()) {
++slotShowSettings();
++} else {
++_settingsDialog->close();
+ }
+ } else {
+ qDebug() << "No configured folders yet, starting setup wizard";
+@@ -164,11 +163,20 @@
+ 
+ void ownCloudGui::slotTrayClicked( QSystemTrayIcon::ActivationReason reason )
+ {
++if (_qdbusmenuWorkaround) {
++static QElapsedTimer last_click;
++if (last_click.isValid() && last_click.elapsed() < 200) {
++return;
++}
++last_click.start();
++}
++
+ // A click on the tray icon should only open the status window on Win and
+ // Linux, not on Mac. They want a menu entry.
+ #if !defined Q_OS_MAC
+ if( reason == QSystemTrayIcon::Trigger ) {
+-slotOpenSettingsDialog(true); // start settings if config is existing.
++// Start settings if config is existing.
++slotOpenSettingsDialog();
+ }
+ #else
+ // On Mac, if the settings dialog is already visible but hidden
+@@ -368,8 +376,10 @@
+ }
+ }
+ 
+-
+ if ( _contextMenu ) {
++if (_qdbusmenuWorkaround) {
++_tray->hide();
++}
+ _contextMenu->clear();
+ _recentActionsMenu->clear();
+ _recentActionsMenu->addAction(tr("None."));
+@@ -380,6 +390,17 @@
+ // this must be called only once after creating the context menu, or
+ // it will trigger a bug in Ubuntu's SNI bridge patch (11.10, 12.04).
+ _tray->setContextMenu(_contextMenu.data());
++
++// Enables workarounds for bugs introduced in Qt 

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

2015-09-04 Thread Anatol Pomozov
Date: Friday, September 4, 2015 @ 18:03:57
  Author: anatolik
Revision: 139212

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

Added:
  msgpack-c/repos/community-i686/PKGBUILD
(from rev 139211, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-i686/fix_test_failure.patch
(from rev 139211, msgpack-c/trunk/fix_test_failure.patch)
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 139211, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-x86_64/fix_test_failure.patch
(from rev 139211, msgpack-c/trunk/fix_test_failure.patch)
Deleted:
  msgpack-c/repos/community-i686/PKGBUILD
  msgpack-c/repos/community-i686/fix_test_failure.patch
  msgpack-c/repos/community-x86_64/PKGBUILD
  msgpack-c/repos/community-x86_64/fix_test_failure.patch

-+
 /PKGBUILD   |   82 ++
 /fix_test_failure.patch |   50 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/fix_test_failure.patch   |   25 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/fix_test_failure.patch |   25 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 16:03:16 UTC (rev 139211)
+++ community-i686/PKGBUILD 2015-09-04 16:03:57 UTC (rev 139212)
@@ -1,41 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=1.1.0
-_tag=cpp-$pkgver
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=(i686 x86_64)
-url='http://msgpack.org/'
-license=(Apache)
-depends=(glibc)
-checkdepends=(gtest)
-source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
-fix_test_failure.patch)
-sha1sums=('e7bff85f4809331c745b9e327aaed1c85b2615db'
-  'c6abea80cb55279c024d20fc632422c54a603461')
-
-prepare() {
-  cd msgpack-c-$_tag
-  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  # patch -p1 < ../fix_test_failure.patch
-}
-
-build() {
-  cd msgpack-c-$_tag 
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd msgpack-c-$_tag
-  make check  
-}
-
-package() {
-  cd msgpack-c-$_tag
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-i686/PKGBUILD (from rev 139211, 
msgpack-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 16:03:57 UTC (rev 139212)
@@ -0,0 +1,41 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.2.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
+fix_test_failure.patch)
+sha1sums=('ddd3039fe6629451c5bea338566e763a9445577b'
+  'c6abea80cb55279c024d20fc632422c54a603461')
+
+prepare() {
+  cd msgpack-c-$_tag
+  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
+  # patch -p1 < ../fix_test_failure.patch
+}
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix_test_failure.patch
===
--- community-i686/fix_test_failure.patch   2015-09-04 16:03:16 UTC (rev 
139211)
+++ community-i686/fix_test_failure.patch   2015-09-04 16:03:57 UTC (rev 
139212)
@@ -1,25 +0,0 @@
-commit c203928fae924e017f39afb2723414d458fc01a1
-Author: Daiki Ueno 
-Date:   Thu Jul 17 18:38:04 2014 +0900
-
-Fix test failure regarding int->float conversion
-
-Supply only small integers (< 1^23) to int->float conversion tests,
-so they can roundtrip without error.
-
-diff --git a/test/msgpack_test.cpp b/test/msgpack_test.cpp
-index fb35c68..6917caf 100644
 a/test/msgpack_test.cpp
-+++ b/test/msgpack_test.cpp
-@@ -201,10 +201,8 @@ TYPED_TEST_P(IntegerToFloatingPointTest, simple_buffer)
-   v.push_back(1);
-   if (numeric_limits::is_signed) v.push_back(-1);
-   else v.push_back(2);
--  v.push_back(numeric_limits::min());
--  v.push_back(numeric_limits::max());
-   for (unsigned int i = 0; i < kLoop; i++) {
--v.push_back(rand());
-+v.push_back(rand() % 0x7F);
-   }
-   for (unsigned int i = 0; i < v.size() ; i++) {
- msgpack::sbuffer sbuf;

Copied: msgpack-c/repos/community-i686/fix_test_failure.patch (from rev 139211, 

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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:03:04
  Author: andyrtr
Revision: 245288

archrelease: copy trunk to extra-any

Added:
  foomatic/repos/extra-any/PKGBUILD
(from rev 245287, foomatic/trunk/PKGBUILD)
Deleted:
  foomatic/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-04 17:02:53 UTC (rev 245287)
+++ PKGBUILD2015-09-04 17:03:04 UTC (rev 245288)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andy...@archlinux.org>
-
-pkgbase="foomatic"
-pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
-arch=('any')
-pkgver=20150620
-pkgrel=1
-epoch=3
-
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
-url="http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-
-# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
-# for latest commits and development, identical to foomatic-4.0 branch
-
-source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1278
#2015-06-05
-
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
-)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
-  date +%Y%m%d
-}
-
-package_foomatic-db() {
-
- pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
-# arch=('any')
- license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
-
-   cd ${srcdir}/${pkgname}
-   bzr revno
-   echo $pkgver
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-db-engine() {
-
- pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
-# arch=('i686' 'x86_64')
- license=('GPL')
- depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
-
-   export LIB_CUPS="/usr/lib/cups"
-   cd ${srcdir}/foomatic-db-engine
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-   make
-   eval `perl -V:archname`
-   make DESTDIR=${pkgdir} \
-INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
-   /usr/bin/find ${pkgdir} -name '.packlist' -delete
-   # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
-# arch=('any')
- license=('custom')
- depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
-
-   cd ${srcdir}/foomatic-db-nonfree
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic/repos/extra-any/PKGBUILD (from rev 245287, 
foomatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-04 17:03:04 UTC (rev 245288)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgbase="foomatic"
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
+arch=('any')
+pkgver=20150904
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1284
#2015-06-05
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+)
+md5sums=('SKIP'
+ '

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

2015-09-04 Thread Anatol Pomozov
Date: Friday, September 4, 2015 @ 18:03:16
  Author: anatolik
Revision: 139211

upgpkg: msgpack-c 1.2.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 15:01:51 UTC (rev 139210)
+++ PKGBUILD2015-09-04 16:03:16 UTC (rev 139211)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=1.1.0
+pkgver=1.2.0
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -14,7 +14,7 @@
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
 fix_test_failure.patch)
-sha1sums=('e7bff85f4809331c745b9e327aaed1c85b2615db'
+sha1sums=('ddd3039fe6629451c5bea338566e763a9445577b'
   'c6abea80cb55279c024d20fc632422c54a603461')
 
 prepare() {


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:02:53
  Author: andyrtr
Revision: 245287

upgpkg: foomatic 3:20150904-1

upstream update 20150904; remove a file that broke adding Kyocera printers 
FS#43708 + FS#46196

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 16:01:03 UTC (rev 245286)
+++ PKGBUILD2015-09-04 17:02:53 UTC (rev 245287)
@@ -4,7 +4,7 @@
 pkgbase="foomatic"
 pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
 arch=('any')
-pkgver=20150620
+pkgver=20150904
 pkgrel=1
 epoch=3
 
@@ -16,7 +16,7 @@
 # for latest commits and development, identical to foomatic-4.0 branch
 
 
source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1278
#2015-06-05
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1284
#2015-06-05
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'
@@ -30,7 +30,6 @@
 package_foomatic-db() {
 
  pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
-# arch=('any')
  license=('GPL' 'custom')
  depends=('perl' 'libxml2')
  replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
@@ -44,12 +43,14 @@
./configure --prefix=/usr
make DESTDIR=${pkgdir} install
install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   
+   # remove unwanted file that breaks adding printers
+   rm ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
 }
 
 package_foomatic-db-engine() {
 
  pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
-# arch=('i686' 'x86_64')
  license=('GPL')
  depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
 
@@ -67,13 +68,12 @@
 INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
/usr/bin/find ${pkgdir} -name '.packlist' -delete
# fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}  
 }
 
 package_foomatic-db-nonfree() {
 
  pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
-# arch=('any')
  license=('custom')
  depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
 


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:14:50
  Author: andyrtr
Revision: 245291

upgpkg: libinput 1.0.1-1

upstream update 1.0.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:10:42 UTC (rev 245290)
+++ PKGBUILD2015-09-04 17:14:50 UTC (rev 245291)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('afbd2751c000a4e5833624b6177a6919ad259f0bca44093947421c885fd42c0f'
+sha256sums=('482fb35119b457ba65a8bebaa47e4f6b4dbd77e59c320014a22296847b7ff99e'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:15:00
  Author: andyrtr
Revision: 245292

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

Added:
  libinput/repos/extra-i686/PKGBUILD
(from rev 245291, libinput/trunk/PKGBUILD)
  libinput/repos/extra-i686/libinput.install
(from rev 245291, libinput/trunk/libinput.install)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 245291, libinput/trunk/PKGBUILD)
  libinput/repos/extra-x86_64/libinput.install
(from rev 245291, libinput/trunk/libinput.install)
Deleted:
  libinput/repos/extra-i686/PKGBUILD
  libinput/repos/extra-i686/libinput.install
  libinput/repos/extra-x86_64/PKGBUILD
  libinput/repos/extra-x86_64/libinput.install

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-i686/PKGBUILD 2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('afbd2751c000a4e5833624b6177a6919ad259f0bca44093947421c885fd42c0f'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 245291, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 17:15:00 UTC (rev 245292)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('482fb35119b457ba65a8bebaa47e4f6b4dbd77e59c320014a22296847b7ff99e'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-i686/libinput.install 2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 245291, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-09-04 17:15:00 UTC (rev 245292)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-04 17:14:50 UTC (rev 245291)
+++ extra-x86_64/PKGBUILD   2015-09-04 17:15:00 UTC (rev 245292)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="library that handles 

[arch-commits] Commit in xf86-input-libinput/repos (10 files)

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 20:06:40
  Author: lcarlier
Revision: 245300

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245299, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/90-libinput.conf
(from rev 245299, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 245299, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 245299, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/90-libinput.conf
(from rev 245299, xf86-input-libinput/trunk/90-libinput.conf)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 245299, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
+
 /PKGBUILD  |   96 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
--
 extra-i686/90-libinput.conf|   30 
+++
 extra-i686/PKGBUILD|   46 

 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
--
 extra-x86_64/90-libinput.conf  |   30 
+++
 extra-x86_64/PKGBUILD  |   46 

 8 files changed, 210 insertions(+), 146 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-09-04 18:06:31 UTC (rev 245299)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-09-04 18:06:40 UTC (rev 245300)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI > 21
-
-Signed-off-by: Peter Hutterer 

- src/xf86libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/xf86libinput.c
-+++ b/src/xf86libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 245299, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-09-04 18:06:40 UTC (rev 245300)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI > 21
+
+Signed-off-by: Peter Hutterer 
+---
+ src/xf86libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Copied: xf86-input-libinput/repos/extra-i686/90-libinput.conf (from rev 245299, 
xf86-input-libinput/trunk/90-libinput.conf)
===
--- extra-i686/90-libinput.conf   

[arch-commits] Commit in xf86-input-libinput/trunk (90-libinput.conf PKGBUILD)

2015-09-04 Thread Laurent Carlier
Date: Friday, September 4, 2015 @ 20:06:31
  Author: lcarlier
Revision: 245299

upgpkg: xf86-input-libinput 0.14.0-3

revert to old config file (FS#46198)

Added:
  xf86-input-libinput/trunk/90-libinput.conf
Modified:
  xf86-input-libinput/trunk/PKGBUILD

--+
 90-libinput.conf |   30 ++
 PKGBUILD |6 --
 2 files changed, 34 insertions(+), 2 deletions(-)

Added: 90-libinput.conf
===
--- 90-libinput.conf(rev 0)
+++ 90-libinput.conf2015-09-04 18:06:31 UTC (rev 245299)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section "InputClass"
+Identifier "libinput pointer catchall"
+MatchIsPointer "on"
+MatchDevicePath "/dev/input/event*"
+Driver "libinput"
+EndSection
+
+Section "InputClass"
+Identifier "libinput keyboard catchall"
+MatchIsKeyboard "on"
+MatchDevicePath "/dev/input/event*"
+Driver "libinput"
+EndSection
+
+Section "InputClass"
+Identifier "libinput touchpad catchall"
+MatchIsTouchpad "on"
+MatchDevicePath "/dev/input/event*"
+Driver "libinput"
+EndSection
+
+Section "InputClass"
+Identifier "libinput touchscreen catchall"
+MatchIsTouchscreen "on"
+MatchDevicePath "/dev/input/event*"
+Driver "libinput"
+EndSection
+

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:54:30 UTC (rev 245298)
+++ PKGBUILD2015-09-04 18:06:31 UTC (rev 245299)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-libinput
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,9 +13,11 @@
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 
'X-ABI-XINPUT_VERSION>=22')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+90-libinput.conf
 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
 sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265'
 'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75'
 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
@@ -39,7 +41,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 conf/99-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/90-libinput.conf"
+  install -m644 ${srcdir}/90-libinput.conf 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 20:14:56
  Author: andyrtr
Revision: 245301

upgpkg: bluez 5.34-1

upstream update 5.34

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:06:40 UTC (rev 245300)
+++ PKGBUILD2015-09-04 18:14:56 UTC (rev 245301)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.33
+pkgver=5.34
 pkgrel=1
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('1801807a13506678cbfeb15c6a4b89ecb5739efe1067eb464da6641d731436d3'
+sha256sums=('e461ec2927f5491a202de4a180b2b42377f596b0ce372430d8204ae042d3b19c'
 'SKIP'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 20:53:17
  Author: andyrtr
Revision: 245307

upgpkg: sqlite 3.8.11.1-3

build with -DSQLITE_ENABLE_RTREE=1; FS#46180

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:52:38 UTC (rev 245306)
+++ PKGBUILD2015-09-04 18:53:17 UTC (rev 245307)
@@ -8,7 +8,7 @@
 _docver=${_srcver}
 #_docver=3080001
 pkgver=3.8.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')
@@ -32,6 +32,7 @@
  -DSQLITE_ENABLE_COLUMN_METADATA=1 \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY \
  -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
  -DSQLITE_SECURE_DELETE"
 
   # build sqlite


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 20:52:38
  Author: tpowa
Revision: 245306

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

Added:
  libassuan/repos/testing-i686/
  libassuan/repos/testing-i686/PKGBUILD
(from rev 245305, libassuan/trunk/PKGBUILD)
  libassuan/repos/testing-i686/libassuan.install
(from rev 245305, libassuan/trunk/libassuan.install)
  libassuan/repos/testing-x86_64/
  libassuan/repos/testing-x86_64/PKGBUILD
(from rev 245305, libassuan/trunk/PKGBUILD)
  libassuan/repos/testing-x86_64/libassuan.install
(from rev 245305, libassuan/trunk/libassuan.install)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/libassuan.install   |   20 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/libassuan.install |   20 
 4 files changed, 104 insertions(+)

Copied: libassuan/repos/testing-i686/PKGBUILD (from rev 245305, 
libassuan/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 18:52:38 UTC (rev 245306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+md5sums=('d3effa069a3ccf924c8ed8a6d46cbc8d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/testing-i686/libassuan.install (from rev 245305, 
libassuan/trunk/libassuan.install)
===
--- testing-i686/libassuan.install  (rev 0)
+++ testing-i686/libassuan.install  2015-09-04 18:52:38 UTC (rev 245306)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 245305, 
libassuan/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-04 18:52:38 UTC (rev 245306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+md5sums=('d3effa069a3ccf924c8ed8a6d46cbc8d'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/testing-x86_64/libassuan.install (from rev 245305, 
libassuan/trunk/libassuan.install)
===
--- testing-x86_64/libassuan.install(rev 0)
+++ testing-x86_64/libassuan.install2015-09-04 18:52:38 UTC (rev 245306)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 20:53:35
  Author: andyrtr
Revision: 245308

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 245307, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 245307, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 245307, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 245307, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  102 +++
 testing-i686/license.txt   |   33 +
 testing-x86_64/PKGBUILD|  102 +++
 testing-x86_64/license.txt |   33 +
 4 files changed, 270 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 245307, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 18:53:35 UTC (rev 245308)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_srcver=3081101
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.8.11.1
+pkgrel=3
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(http://www.sqlite.org/2015/sqlite-src-${_srcver}.zip
+http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags')
+sha1sums=('120257f723649f7c84db8003972d599cb8d301a4'
+  '9ea6ec64c4959e8099ebe76a24b32784ee00e19d'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd "$srcdir"/sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff
+}
+
+package_sqlite() {
+ 
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+ 
+  cd ${srcdir}/sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+  
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 245307, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-09-04 18:53:35 UTC (rev 245308)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicating their contributions to the 

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 21:32:24
  Author: tpowa
Revision: 245312

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

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

+
 /PKGBUILD  |  120 +++
 /iputils.install   |   18 +
 /tftp.xinetd   |   20 ++
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/iputils.install   |   10 ---
 testing-i686/tftp.xinetd   |   10 ---
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/iputils.install |   10 ---
 testing-x86_64/tftp.xinetd |   10 ---
 9 files changed, 158 insertions(+), 160 deletions(-)

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

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 245311, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 19:32:24 UTC (rev 245312)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=1b5d03a
+pkgver=20150815.${_rev}
+pkgrel=2
+pkgdesc="Network monitoring tools, including ping"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp' 'git')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  make USE_GNUTLS=no CCOPTOPT="$CFLAGS"
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file > $xf || true
+sed -i "s|\(.*\), \(.*\)|\1, 
\2|g" $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 19:38:36
  Author: heftig
Revision: 245293

upstream update

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:15:00 UTC (rev 245292)
+++ PKGBUILD2015-09-04 17:38:36 UTC (rev 245293)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=d5cf213ff3e9c46556190fb35254ff33d1aba68e
+_zenpatch=91dbdb14dbebd4009170b7e078f213f47836aaa5
 pkgver=4.2
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -29,7 +29,7 @@
 '758bc61d7309078a8e31e52ba7ebd1c6c5f673ca8d8f502d462aca5c6f4f4892'
 '7966d12f8abb7014905dce1c187fd7905a71008db669e5f288685dbc3ed9c127'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'86441426452ee7224c4da1d63e9b862e4d7fb6a7b1a5c5fcc4f39785ce0e1ea5'
+'b7c7b9e10573182cb1305424574b5305cbfaba645445d4698c697abae3ba372a'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 20:15:16
  Author: andyrtr
Revision: 245302

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 245301, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 245301, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 245301, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 245301, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 245301, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 245301, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  300 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  150 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  150 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 424 insertions(+), 424 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-09-04 18:14:56 UTC (rev 245301)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-09-04 18:15:16 UTC (rev 245302)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 245301, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

[arch-commits] Commit in hplip/trunk (CommonDefinations.patch PKGBUILD)

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 21:05:40
  Author: andyrtr
Revision: 245309

upgpkg: hplip 3.15.7-2

fix crash with HP MFP M127fw; FS#46110

Added:
  hplip/trunk/CommonDefinations.patch
Modified:
  hplip/trunk/PKGBUILD

-+
 CommonDefinations.patch |   22 ++
 PKGBUILD|8 +++-
 2 files changed, 29 insertions(+), 1 deletion(-)

Added: CommonDefinations.patch
===
--- CommonDefinations.patch (rev 0)
+++ CommonDefinations.patch 2015-09-04 19:05:40 UTC (rev 245309)
@@ -0,0 +1,22 @@
+*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h  2015-07-13 
13:18:53.0 +0530
+--- hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h2015-07-28 
20:07:24.018247373 +0530
+***
+*** 441,447 
+  {
+  intmedia_source;
+  intcolor_mode;
+- intHPSPDClass;
+  DUPLEXMODE e_duplex_mode;
+  intprint_borderless;
+  intkrgb_mode;
+--- 441,446 
+***
+*** 466,471 
+--- 465,471 
+  intinteger_values[16];
+  intprinter_platform_version;
+  intpre_process_raster;
++ intHPSPDClass;
+  } JobAttributes;
+  
+  #endif // COMMON_DEFINITIONS_H

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:53:35 UTC (rev 245308)
+++ PKGBUILD2015-09-04 19:05:40 UTC (rev 245309)
@@ -6,7 +6,7 @@
 
 pkgname=hplip
 pkgver=3.15.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -25,9 +25,11 @@
 'libusb: for advanced usb support')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
+CommonDefinations.patch
 disable_upgrade.patch)
 sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c'
   'SKIP'
+  'a0131125ce82308db5127505a4c4e5fd89fcf189'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
@@ -34,6 +36,10 @@
 prepare() {
  cd $pkgname-$pkgver
  
+ # fix crash with HP MFP M127fw
+ # https://bugs.archlinux.org/task/46110
+ patch -Np1 -i $srcdir/CommonDefinations.patch
+ 
  # disable insecure update - https://bugs.archlinux.org/task/38083
  patch -Np0 -i ${srcdir}/disable_upgrade.patch
  


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:10:42
  Author: andyrtr
Revision: 245290

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

Added:
  graphite/repos/extra-i686/PKGBUILD
(from rev 245289, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
(from rev 245289, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/extra-x86_64/PKGBUILD
(from rev 245289, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 245289, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/graphite2-1.2.0-cmakepath.patch

--+
 /PKGBUILD|  130 +
 /graphite2-1.2.0-cmakepath.patch |   18 +++
 extra-i686/PKGBUILD  |   63 
 extra-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 extra-x86_64/PKGBUILD|   63 
 extra-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 17:10:33 UTC (rev 245289)
+++ extra-i686/PKGBUILD 2015-09-04 17:10:42 UTC (rev 245290)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.0
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-md5sums=('ca6da3ba3ff914e4974c167a7a63a3ae'
- '00353b67941dbc30b76a43253760769e')
-
-build() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{biditest,corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-  
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 245289, 
graphite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 17:10:42 UTC (rev 245290)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('e1d4b129b1fea1a44428da59f200c6a07dc5aad2'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 fixes
+  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 

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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:10:33
  Author: andyrtr
Revision: 245289

upgpkg: graphite 1:1.3.1-1

upstream update 1.3.1

Modified:
  graphite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:03:04 UTC (rev 245288)
+++ PKGBUILD2015-09-04 17:10:33 UTC (rev 245289)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=graphite
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
 graphite2-1.2.0-cmakepath.patch)
-md5sums=('ca6da3ba3ff914e4974c167a7a63a3ae'
- '00353b67941dbc30b76a43253760769e')
+sha1sums=('e1d4b129b1fea1a44428da59f200c6a07dc5aad2'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
 
-build() {
+prepare() {
   cd "${srcdir}"
 
   # python2 fixes
@@ -29,7 +29,9 @@
   pushd graphite2-${pkgver}
   patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
   popd
-  
+}
+
+build() {
   mkdir build
   cd build
   cmake -G "Unix Makefiles" ../graphite2-${pkgver} \


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 20:49:21
  Author: tpowa
Revision: 245303

upgpkg: iputils 20150815.1b5d03a-1

bump to latest version

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:15:16 UTC (rev 245302)
+++ PKGBUILD2015-09-04 18:49:21 UTC (rev 245303)
@@ -5,8 +5,8 @@
 
 pkgname=iputils
 # Commit date + git rev-parse --short origin/master
-_rev=fad11dc
-pkgver=20140519.${_rev}
+_rev=1b5d03a
+pkgver=20150815.${_rev}
 pkgrel=1
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
@@ -44,10 +44,8 @@
 
   install -dm755 "${pkgdir}"/usr/bin
 
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
+  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath tracepath6 
"${pkgdir}"/usr/bin/
 
-  install -m755 ping{,6} "${pkgdir}"/usr/bin/
-
   install -dm755 "${pkgdir}"/usr/share/man/man8
   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
  "${pkgdir}"/usr/share/man/man8/


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 20:49:37
  Author: tpowa
Revision: 245304

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

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

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

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

Copied: iputils/repos/testing-i686/iputils.install (from rev 245303, 
iputils/trunk/iputils.install)
===
--- testing-i686/iputils.install(rev 0)
+++ testing-i686/iputils.install2015-09-04 18:49:37 UTC (rev 245304)
@@ -0,0 +1,10 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
+  setcap cap_net_raw=ep usr/bin/ping6 2>/dev/null || chmod +s usr/bin/ping6
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/tftp.xinetd (from rev 245303, 
iputils/trunk/tftp.xinetd)
===
--- testing-i686/tftp.xinetd(rev 0)
+++ testing-i686/tftp.xinetd2015-09-04 18:49:37 UTC (rev 245304)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}

Copied: iputils/repos/testing-x86_64/PKGBUILD (from rev 245303, 
iputils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-04 18:49:37 UTC (rev 245304)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=1b5d03a
+pkgver=20150815.${_rev}
+pkgrel=1
+pkgdesc="Network monitoring 

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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 21:06:30
  Author: andyrtr
Revision: 245310

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

Added:
  hplip/repos/extra-i686/CommonDefinations.patch
(from rev 245309, hplip/trunk/CommonDefinations.patch)
  hplip/repos/extra-i686/PKGBUILD
(from rev 245309, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 245309, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 245309, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/CommonDefinations.patch
(from rev 245309, hplip/trunk/CommonDefinations.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 245309, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 245309, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 245309, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

--+
 /PKGBUILD|  178 +
 /disable_upgrade.patch   |   28 +
 /hplip.install   |   36 ++
 extra-i686/CommonDefinations.patch   |   22 
 extra-i686/PKGBUILD  |   83 ---
 extra-i686/disable_upgrade.patch |   14 --
 extra-i686/hplip.install |   18 ---
 extra-x86_64/CommonDefinations.patch |   22 
 extra-x86_64/PKGBUILD|   83 ---
 extra-x86_64/disable_upgrade.patch   |   14 --
 extra-x86_64/hplip.install   |   18 ---
 11 files changed, 286 insertions(+), 230 deletions(-)

Copied: hplip/repos/extra-i686/CommonDefinations.patch (from rev 245309, 
hplip/trunk/CommonDefinations.patch)
===
--- extra-i686/CommonDefinations.patch  (rev 0)
+++ extra-i686/CommonDefinations.patch  2015-09-04 19:06:30 UTC (rev 245310)
@@ -0,0 +1,22 @@
+*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h  2015-07-13 
13:18:53.0 +0530
+--- hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h2015-07-28 
20:07:24.018247373 +0530
+***
+*** 441,447 
+  {
+  intmedia_source;
+  intcolor_mode;
+- intHPSPDClass;
+  DUPLEXMODE e_duplex_mode;
+  intprint_borderless;
+  intkrgb_mode;
+--- 441,446 
+***
+*** 466,471 
+--- 465,471 
+  intinteger_values[16];
+  intprinter_platform_version;
+  intpre_process_raster;
++ intHPSPDClass;
+  } JobAttributes;
+  
+  #endif // COMMON_DEFINITIONS_H

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 19:05:40 UTC (rev 245309)
+++ extra-i686/PKGBUILD 2015-09-04 19:06:30 UTC (rev 245310)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.15.7
-pkgrel=1
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com;
-license=('GPL')
-depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'python-dbus: for dbus support'
-'sane: for scanner support'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt4: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # 

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 21:32:08
  Author: tpowa
Revision: 245311

upgpkg: iputils 20150815.1b5d03a-2

cleaned up .install from removed ping6 command

Modified:
  iputils/trunk/PKGBUILD
  iputils/trunk/iputils.install

-+
 PKGBUILD|2 +-
 iputils.install |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 19:06:30 UTC (rev 245310)
+++ PKGBUILD2015-09-04 19:32:08 UTC (rev 245311)
@@ -7,7 +7,7 @@
 # Commit date + git rev-parse --short origin/master
 _rev=1b5d03a
 pkgver=20150815.${_rev}
-pkgrel=1
+pkgrel=2
 pkgdesc="Network monitoring tools, including ping"
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: iputils.install
===
--- iputils.install 2015-09-04 19:06:30 UTC (rev 245310)
+++ iputils.install 2015-09-04 19:32:08 UTC (rev 245311)
@@ -1,6 +1,5 @@
 post_install() {
   setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
-  setcap cap_net_raw=ep usr/bin/ping6 2>/dev/null || chmod +s usr/bin/ping6
 }
 
 post_upgrade() {


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

2015-09-04 Thread Antonio Rojas
Date: Friday, September 4, 2015 @ 21:03:43
  Author: arojas
Revision: 139214

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

Added:
  qt5ct/repos/community-i686/COPYING.BSD
(from rev 139213, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-i686/PKGBUILD
(from rev 139213, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-i686/qt5ct.install
(from rev 139213, qt5ct/trunk/qt5ct.install)
  qt5ct/repos/community-x86_64/COPYING.BSD
(from rev 139213, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 139213, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct.install
(from rev 139213, qt5ct/trunk/qt5ct.install)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-i686/qt5ct.install
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5ct.install

+
 /COPYING.BSD   |   60 
 /PKGBUILD  |   64 +++
 /qt5ct.install |   26 +++
 community-i686/COPYING.BSD |   30 --
 community-i686/PKGBUILD|   32 ---
 community-i686/qt5ct.install   |   13 ---
 community-x86_64/COPYING.BSD   |   30 --
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/qt5ct.install |   13 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/COPYING.BSD
===
--- community-i686/COPYING.BSD  2015-09-04 19:02:53 UTC (rev 139213)
+++ community-i686/COPYING.BSD  2015-09-04 19:03:43 UTC (rev 139214)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, 
this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: qt5ct/repos/community-i686/COPYING.BSD (from rev 139213, 
qt5ct/trunk/COPYING.BSD)
===
--- community-i686/COPYING.BSD  (rev 0)
+++ community-i686/COPYING.BSD  2015-09-04 19:03:43 UTC (rev 139214)
@@ -0,0 +1,30 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 2015, Ilya Kotov
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this 
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, 
this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+* Neither the name of schillmania.com nor the names of its contributors may be
+  used to endorse or promote products derived from this software without
+  specific prior written permission from schillmania.com.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

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

2015-09-04 Thread Antonio Rojas
Date: Friday, September 4, 2015 @ 21:02:53
  Author: arojas
Revision: 139213

Update to 0.14

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 16:03:57 UTC (rev 139212)
+++ PKGBUILD2015-09-04 19:02:53 UTC (rev 139213)
@@ -4,17 +4,17 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
 url="http://opendesktop.org/content/show.php?content=168066;
 license=(BSD)
-depends=(qt5-base)
+depends=(qt5-svg)
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
 'COPYING.BSD')
 install=$pkgname.install
-sha256sums=('752338080244c64d7354b30c83cb7a680a7e22a817fe2610acf0e4b018882bd1'
+sha256sums=('f29a6a51529fb30a5396acfa4764dea59e8133b18e7a0df674f55e412bb6b5a0'
 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
 
 build() {


[arch-commits] Commit in mdadm/repos (34 files)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:05:55
  Author: tpowa
Revision: 245320

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

Added:
  mdadm/repos/core-i686/PKGBUILD
(from rev 245319, mdadm/repos/testing-i686/PKGBUILD)
  mdadm/repos/core-i686/disable-werror.patch
(from rev 245319, mdadm/repos/testing-i686/disable-werror.patch)
  mdadm/repos/core-i686/linux-3.0.patch
(from rev 245319, mdadm/repos/testing-i686/linux-3.0.patch)
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
(from rev 245319, mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-i686/mdadm.conf
(from rev 245319, mdadm/repos/testing-i686/mdadm.conf)
  mdadm/repos/core-i686/mdadm_hook
(from rev 245319, mdadm/repos/testing-i686/mdadm_hook)
  mdadm/repos/core-i686/mdadm_install
(from rev 245319, mdadm/repos/testing-i686/mdadm_install)
  mdadm/repos/core-i686/mdadm_udev_install
(from rev 245319, mdadm/repos/testing-i686/mdadm_udev_install)
  mdadm/repos/core-x86_64/PKGBUILD
(from rev 245319, mdadm/repos/testing-x86_64/PKGBUILD)
  mdadm/repos/core-x86_64/disable-werror.patch
(from rev 245319, mdadm/repos/testing-x86_64/disable-werror.patch)
  mdadm/repos/core-x86_64/linux-3.0.patch
(from rev 245319, mdadm/repos/testing-x86_64/linux-3.0.patch)
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
(from rev 245319, mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-x86_64/mdadm.conf
(from rev 245319, mdadm/repos/testing-x86_64/mdadm.conf)
  mdadm/repos/core-x86_64/mdadm_hook
(from rev 245319, mdadm/repos/testing-x86_64/mdadm_hook)
  mdadm/repos/core-x86_64/mdadm_install
(from rev 245319, mdadm/repos/testing-x86_64/mdadm_install)
  mdadm/repos/core-x86_64/mdadm_udev_install
(from rev 245319, mdadm/repos/testing-x86_64/mdadm_udev_install)
Deleted:
  mdadm/repos/core-i686/PKGBUILD
  mdadm/repos/core-i686/disable-werror.patch
  mdadm/repos/core-i686/linux-3.0.patch
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
  mdadm/repos/core-i686/mdadm.conf
  mdadm/repos/core-i686/mdadm_hook
  mdadm/repos/core-i686/mdadm_install
  mdadm/repos/core-i686/mdadm_udev_install
  mdadm/repos/core-x86_64/PKGBUILD
  mdadm/repos/core-x86_64/disable-werror.patch
  mdadm/repos/core-x86_64/linux-3.0.patch
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
  mdadm/repos/core-x86_64/mdadm.conf
  mdadm/repos/core-x86_64/mdadm_hook
  mdadm/repos/core-x86_64/mdadm_install
  mdadm/repos/core-x86_64/mdadm_udev_install
  mdadm/repos/testing-i686/
  mdadm/repos/testing-x86_64/

+
 /PKGBUILD  |  106 +++
 /disable-werror.patch  |   22 ++
 /linux-3.0.patch   |   90 ++
 /mdadm-fix-udev-rules.patch|  274 +++
 /mdadm.conf|  134 +++
 /mdadm_hook|   98 +++
 /mdadm_install |   92 ++
 /mdadm_udev_install|   50 +
 core-i686/PKGBUILD |   51 -
 core-i686/disable-werror.patch |   11 -
 core-i686/linux-3.0.patch  |   45 -
 core-i686/mdadm-fix-udev-rules.patch   |  137 ---
 core-i686/mdadm.conf   |   67 ---
 core-i686/mdadm_hook   |   49 -
 core-i686/mdadm_install|   46 -
 core-i686/mdadm_udev_install   |   25 --
 core-x86_64/PKGBUILD   |   51 -
 core-x86_64/disable-werror.patch   |   11 -
 core-x86_64/linux-3.0.patch|   45 -
 core-x86_64/mdadm-fix-udev-rules.patch |  137 ---
 core-x86_64/mdadm.conf |   67 ---
 core-x86_64/mdadm_hook |   49 -
 core-x86_64/mdadm_install  |   46 -
 core-x86_64/mdadm_udev_install |   25 --
 24 files changed, 866 insertions(+), 862 deletions(-)

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


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:28:01
  Author: tpowa
Revision: 245325

upgpkg: gpgme 1.6.0-2

remove pth depend #44635

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 20:25:12 UTC (rev 245324)
+++ PKGBUILD2015-09-04 20:28:01 UTC (rev 245325)
@@ -5,12 +5,12 @@
 
 pkgname=gpgme
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
 url="http://www.gnupg.org/related_software/gpgme/;
 license=('LGPL')
-depends=('libgpg-error' 'pth' 'gnupg>=2')
+depends=('libgpg-error' 'gnupg>=2')
 install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:28:11
  Author: tpowa
Revision: 245326

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 245325, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-i686/gpgme.install
(from rev 245325, gpgme/trunk/gpgme.install)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 245325, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/gpgme.install
(from rev 245325, gpgme/trunk/gpgme.install)

--+
 testing-i686/PKGBUILD|   36 
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/gpgme.install |   20 
 4 files changed, 112 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 245325, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 20:28:11 UTC (rev 245326)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('60d730d22e8065fd5de309e8b98e304b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 245325, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2015-09-04 20:28:11 UTC (rev 245326)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 245325, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-04 20:28:11 UTC (rev 245326)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('60d730d22e8065fd5de309e8b98e304b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 245325, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2015-09-04 20:28:11 UTC (rev 245326)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 21:51:59
  Author: tpowa
Revision: 245314

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 245313, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 245313, xfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

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

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


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 21:51:45
  Author: tpowa
Revision: 245313

upgpkg: xfsprogs 3.2.4-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 19:32:24 UTC (rev 245312)
+++ PKGBUILD2015-09-04 19:51:45 UTC (rev 245313)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -9,13 +9,14 @@
 url="http://oss.sgi.com/projects/xfs/;
 groups=('base')
 depends=('libutil-linux')
+makedepends=('git')
 options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9f383e36682709e62b12c125e5d8b895')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
+  make configure
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
   ./configure --prefix=/usr --sbindir=/usr/bin
@@ -23,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
   chown -R root $pkgdir
   chgrp -R root $pkgdir


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:00:41
  Author: tpowa
Revision: 245315

upgpkg: kexec-tools 2.0.10-1

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 19:51:59 UTC (rev 245314)
+++ PKGBUILD2015-09-04 20:00:41 UTC (rev 245315)
@@ -3,29 +3,27 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kexec-tools
-pkgver=2.0.8
+pkgver=2.0.10
 pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('i686' 'x86_64')
 url="http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=("https://sources.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
-# upstream tarballs broken with bsdtar!
-
#"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
-
#"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
-)
-# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
+source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+makedepends=('git')
 depends=('gawk' 'zlib' 'xz')
 license=('GPL2')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
+  ./bootstrap
   ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make DESTDIR=$pkgdir install
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
 }
-md5sums=('f6277721247b87b05ecc9a98d3eace1a')
+
+md5sums=('SKIP')


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:00:58
  Author: tpowa
Revision: 245316

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

Added:
  kexec-tools/repos/extra-i686/PKGBUILD
(from rev 245315, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-i686/kexec
(from rev 245315, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
(from rev 245315, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-i686/kexec.conf.d
(from rev 245315, kexec-tools/trunk/kexec.conf.d)
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 245315, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 245315, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 245315, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 245315, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-i686/PKGBUILD
  kexec-tools/repos/extra-i686/kexec
  kexec-tools/repos/extra-i686/kexec-vesafb.diff
  kexec-tools/repos/extra-i686/kexec.conf.d
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

+
 /PKGBUILD  |   58 ++
 /kexec |   90 ++
 /kexec-vesafb.diff |  156 +++
 /kexec.conf.d  |   32 
 extra-i686/PKGBUILD|   31 ---
 extra-i686/kexec   |   45 ---
 extra-i686/kexec-vesafb.diff   |   78 ---
 extra-i686/kexec.conf.d|   16 
 extra-x86_64/PKGBUILD  |   31 ---
 extra-x86_64/kexec |   45 ---
 extra-x86_64/kexec-vesafb.diff |   78 ---
 extra-x86_64/kexec.conf.d  |   16 
 12 files changed, 336 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 20:00:41 UTC (rev 245315)
+++ extra-i686/PKGBUILD 2015-09-04 20:00:58 UTC (rev 245316)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier , simo 
-# Maintainer: Tobias Powalowski 
-
-pkgname=kexec-tools
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="Load another kernel from the currently executing Linux kernel"
-arch=('i686' 'x86_64')
-url="http://kernel.org/pub/linux/utils/kernel/kexec/;
-source=("https://sources.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2;
-# upstream tarballs broken with bsdtar!
-
#"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz;
-
#"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign;
-)
-# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
-depends=('gawk' 'zlib' 'xz')
-license=('GPL2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
-}
-md5sums=('f6277721247b87b05ecc9a98d3eace1a')

Copied: kexec-tools/repos/extra-i686/PKGBUILD (from rev 245315, 
kexec-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 20:00:58 UTC (rev 245316)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Camille Moncelier , simo 
+# Maintainer: Tobias Powalowski 
+
+pkgname=kexec-tools
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="Load another kernel from the currently executing Linux kernel"
+arch=('i686' 'x86_64')
+url="http://kernel.org/pub/linux/utils/kernel/kexec/;
+source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+makedepends=('git')
+depends=('gawk' 'zlib' 'xz')
+license=('GPL2')
+
+build() {
+  cd $srcdir/$pkgname
+  ./bootstrap
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+  install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
+}
+
+md5sums=('SKIP')

Deleted: extra-i686/kexec
===
--- extra-i686/kexec2015-09-04 20:00:41 UTC (rev 245315)
+++ extra-i686/kexec2015-09-04 20:00:58 UTC (rev 245316)
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-[ -f /etc/conf.d/kexec ] && . /etc/conf.d/kexec
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-  stat_busy "Enabling kexec on reboot"
-  add_daemon kexec
-  stat_done
-  ;;
-  
-  stop|load)
-if [ "$RUNLEVEL" = "6" -o "$1" = "load" ]; then
-  stat_busy "Loading kexec kernel"

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:25:12
  Author: tpowa
Revision: 245324

archrelease: copy trunk to extra-any

Added:
  rpmextract/repos/extra-any/PKGBUILD
(from rev 245323, rpmextract/trunk/PKGBUILD)
  rpmextract/repos/extra-any/rpm2cpio
(from rev 245323, rpmextract/trunk/rpm2cpio)
  rpmextract/repos/extra-any/rpmextract.sh
(from rev 245323, rpmextract/trunk/rpmextract.sh)
Deleted:
  rpmextract/repos/extra-any/PKGBUILD
  rpmextract/repos/extra-any/rpm2cpio
  rpmextract/repos/extra-any/rpmextract.sh

---+
 PKGBUILD  |   40 
 rpm2cpio  |   52 ++--
 rpmextract.sh |   12 ++--
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-04 20:25:02 UTC (rev 245323)
+++ PKGBUILD2015-09-04 20:25:12 UTC (rev 245324)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=rpmextract
-pkgver=1.0
-pkgrel=6
-pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
-url="http://www.archlinux.org;
-arch=('any')
-license=('GPL')
-depends=('bash' 'libarchive' 'coreutils')
-source=('rpmextract.sh' 'rpm2cpio')
-md5sums=('a7b527e4c210e66ef72532c606072e0d'
- '57a4e99bedcefadc2f89006ce98d2e60')
-
-package() {
-  install -d ${pkgdir}/usr/bin
-  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
-  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
-}

Copied: rpmextract/repos/extra-any/PKGBUILD (from rev 245323, 
rpmextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-04 20:25:12 UTC (rev 245324)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpmextract
+pkgver=1.0
+pkgrel=7
+pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
+url="http://www.archlinux.org;
+arch=('any')
+license=('GPL')
+depends=('bash' 'libarchive' 'coreutils')
+source=('rpmextract.sh' 'rpm2cpio')
+md5sums=('5626272c0b22437f9200d2d2b718a642'
+ '57a4e99bedcefadc2f89006ce98d2e60')
+
+package() {
+  install -d ${pkgdir}/usr/bin
+  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
+  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
+}

Deleted: rpm2cpio
===
--- rpm2cpio2015-09-04 20:25:02 UTC (rev 245323)
+++ rpm2cpio2015-09-04 20:25:12 UTC (rev 245324)
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-pkg=$1
-if [ "$pkg" = "" -o ! -e "$pkg" ]; then
-  echo "no package supplied" 1>&2
-  exit 1
-fi
-
-leadsize=96
-o=`expr $leadsize + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo "sig il: $il dl: $dl"
-
-sigsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo "hdr il: $il dl: $dl"
-
-hdrsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $hdrsize`
-
-dd if=$pkg ibs=$o skip=1 2>/dev/null

Copied: rpmextract/repos/extra-any/rpm2cpio (from rev 245323, 
rpmextract/trunk/rpm2cpio)
===
--- rpm2cpio(rev 0)
+++ rpm2cpio2015-09-04 20:25:12 UTC (rev 245324)
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+pkg=$1
+if [ "$pkg" = "" -o ! -e "$pkg" ]; then
+  echo "no package supplied" 1>&2
+  exit 1
+fi
+
+leadsize=96
+o=`expr $leadsize + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo "sig il: $il dl: $dl"
+
+sigsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo "hdr il: $il dl: $dl"
+
+hdrsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $hdrsize`
+
+dd if=$pkg ibs=$o skip=1 2>/dev/null

Deleted: rpmextract.sh
===
--- rpmextract.sh   2015-09-04 20:25:02 UTC (rev 245323)
+++ rpmextract.sh   2015-09-04 20:25:12 UTC (rev 245324)
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ "$1" = "" -o ! -e "$1" ]; then
-echo "no package supplied" 1>&2
-   exit 1
-fi
-rpm2cpio $1 | bsdtar -xf -

Copied: rpmextract/repos/extra-any/rpmextract.sh (from rev 245323, 
rpmextract/trunk/rpmextract.sh)
===
--- rpmextract.sh   (rev 0)
+++ rpmextract.sh   2015-09-04 20:25:12 UTC (rev 245324)

[arch-commits] Commit in rpmextract/trunk (PKGBUILD rpmextract.sh)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:25:02
  Author: tpowa
Revision: 245323

upgpkg: rpmextract 1.0-7

fix #45513 spaces

Modified:
  rpmextract/trunk/PKGBUILD
  rpmextract/trunk/rpmextract.sh

---+
 PKGBUILD  |4 ++--
 rpmextract.sh |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 20:08:04 UTC (rev 245322)
+++ PKGBUILD2015-09-04 20:25:02 UTC (rev 245323)
@@ -3,7 +3,7 @@
 
 pkgname=rpmextract
 pkgver=1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
 url="http://www.archlinux.org;
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash' 'libarchive' 'coreutils')
 source=('rpmextract.sh' 'rpm2cpio')
-md5sums=('a7b527e4c210e66ef72532c606072e0d'
+md5sums=('5626272c0b22437f9200d2d2b718a642'
  '57a4e99bedcefadc2f89006ce98d2e60')
 
 package() {

Modified: rpmextract.sh
===
--- rpmextract.sh   2015-09-04 20:08:04 UTC (rev 245322)
+++ rpmextract.sh   2015-09-04 20:25:02 UTC (rev 245323)
@@ -3,4 +3,4 @@
 echo "no package supplied" 1>&2
exit 1
 fi
-rpm2cpio $1 | bsdtar -xf -
+rpm2cpio "$1" | bsdtar -xf -


[arch-commits] Commit in gnu-efi-libs/repos (6 files)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:02:56
  Author: tpowa
Revision: 245317

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

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 245316, gnu-efi-libs/repos/testing-i686/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 245316, gnu-efi-libs/repos/testing-x86_64/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
  gnu-efi-libs/repos/testing-i686/
  gnu-efi-libs/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-04 20:00:58 UTC (rev 245316)
+++ extra-i686/PKGBUILD 2015-09-04 20:02:56 UTC (rev 245317)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/;
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 245316, 
gnu-efi-libs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 20:02:56 UTC (rev 245317)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.3"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/;
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
+md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-04 20:00:58 UTC (rev 245316)
+++ extra-x86_64/PKGBUILD   2015-09-04 20:02:56 UTC (rev 245317)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/;
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install 

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:03:11
  Author: tpowa
Revision: 245318

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

Added:
  gettext/repos/core-i686/PKGBUILD
(from rev 245317, gettext/repos/testing-i686/PKGBUILD)
  gettext/repos/core-i686/gettext.install
(from rev 245317, gettext/repos/testing-i686/gettext.install)
  gettext/repos/core-x86_64/PKGBUILD
(from rev 245317, gettext/repos/testing-x86_64/PKGBUILD)
  gettext/repos/core-x86_64/gettext.install
(from rev 245317, gettext/repos/testing-x86_64/gettext.install)
Deleted:
  gettext/repos/core-i686/PKGBUILD
  gettext/repos/core-i686/gettext.install
  gettext/repos/core-x86_64/PKGBUILD
  gettext/repos/core-x86_64/gettext.install
  gettext/repos/testing-i686/
  gettext/repos/testing-x86_64/

-+
 /PKGBUILD   |   70 ++
 /gettext.install|   44 ++
 core-i686/PKGBUILD  |   35 -
 core-i686/gettext.install   |   22 -
 core-x86_64/PKGBUILD|   35 -
 core-x86_64/gettext.install |   22 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-04 20:02:56 UTC (rev 245317)
+++ core-i686/PKGBUILD  2015-09-04 20:03:11 UTC (rev 245318)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=gettext
-pkgver=0.19.5
-pkgrel=1
-pkgdesc="GNU internationalization library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gettext/;
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
-optdepends=('git: for autopoint infrastructure updates')
-options=(!docs)
-install=gettext.install
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb'
- 'SKIP')

Copied: gettext/repos/core-i686/PKGBUILD (from rev 245317, 
gettext/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-04 20:03:11 UTC (rev 245318)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.5.1
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('2b2ab90f6405a414bbe30cf6655f3e28'
+ 'SKIP')

Deleted: core-i686/gettext.install
===
--- core-i686/gettext.install   2015-09-04 20:02:56 UTC (rev 245317)
+++ core-i686/gettext.install   2015-09-04 20:03:11 UTC (rev 245318)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(gettext.info.gz autosprintf.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gettext/repos/core-i686/gettext.install (from rev 245317, 
gettext/repos/testing-i686/gettext.install)
===
--- core-i686/gettext.install   (rev 0)
+++ core-i686/gettext.install   2015-09-04 20:03:11 UTC (rev 245318)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> 

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:03:18
  Author: tpowa
Revision: 245319

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

Added:
  gpgme/repos/core-i686/PKGBUILD
(from rev 245318, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 245318, gpgme/repos/testing-i686/gpgme.install)
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 245318, gpgme/repos/testing-x86_64/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 245318, gpgme/repos/testing-x86_64/gpgme.install)
Deleted:
  gpgme/repos/core-i686/PKGBUILD
  gpgme/repos/core-i686/gpgme.install
  gpgme/repos/core-x86_64/PKGBUILD
  gpgme/repos/core-x86_64/gpgme.install
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

---+
 /PKGBUILD |   72 
 /gpgme.install|   40 
 core-i686/PKGBUILD|   36 --
 core-i686/gpgme.install   |   20 
 core-x86_64/PKGBUILD  |   36 --
 core-x86_64/gpgme.install |   20 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-09-04 20:03:11 UTC (rev 245318)
+++ core-i686/PKGBUILD  2015-09-04 20:03:18 UTC (rev 245319)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Roman Kyrylych 
-# Contributor: Sarah Hay 
-
-pkgname=gpgme
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="A C wrapper library for GnuPG"
-arch=('i686' 'x86_64')
-url="http://www.gnupg.org/related_software/gpgme/;
-license=('LGPL')
-depends=('libgpg-error' 'pth' 'gnupg>=2')
-install=${pkgname}.install
-options=('!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('a56df7028a0814ef57d77262898ca040'
- 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-fd-passing --disable-static \
-  --disable-gpgsm-test
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 245318, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-09-04 20:03:18 UTC (rev 245319)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg>=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('60d730d22e8065fd5de309e8b98e304b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gpgme.install
===
--- core-i686/gpgme.install 2015-09-04 20:03:11 UTC (rev 245318)
+++ core-i686/gpgme.install 2015-09-04 20:03:18 UTC (rev 245319)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: gpgme/repos/core-i686/gpgme.install (from rev 245318, 
gpgme/repos/testing-i686/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2015-09-04 20:03:18 UTC (rev 245319)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+

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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:07:57
  Author: tpowa
Revision: 245321

upgpkg: hwids 20150717-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 20:05:55 UTC (rev 245320)
+++ PKGBUILD2015-09-04 20:07:57 UTC (rev 245321)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20150129
+pkgver=20150717
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:08:04
  Author: tpowa
Revision: 245322

archrelease: copy trunk to core-any

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 245321, hwids/trunk/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-04 20:07:57 UTC (rev 245321)
+++ PKGBUILD2015-09-04 20:08:04 UTC (rev 245322)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname=hwids
-pkgver=20150129
-pkgrel=1
-pkgdesc="hardware identification databases"
-makedepends=('git')
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
-
-package() {
-  cd hwids
-
-  for ids in pci.ids usb.ids; do
-install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
-  done
-}
-md5sums=('SKIP')

Copied: hwids/repos/core-any/PKGBUILD (from rev 245321, hwids/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-04 20:08:04 UTC (rev 245322)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20150717
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2015-09-04 Thread Evangelos Foutras
Date: Friday, September 4, 2015 @ 22:43:15
  Author: foutrelis
Revision: 245327

upgpkg: linux 4.2-3

Fix two network-related issues.

Added:
  linux/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  linux/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
Modified:
  linux/trunk/PKGBUILD

-+
 0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch |   65 ++
 0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch |  103 
++
 PKGBUILD|   19 +
 3 files changed, 184 insertions(+), 3 deletions(-)

Added: 0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
===
--- 0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
(rev 0)
+++ 0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
2015-09-04 20:43:15 UTC (rev 245327)
@@ -0,0 +1,65 @@
+From 37b12910dd11d9ab969f2c310dc9160b7f3e3405 Mon Sep 17 00:00:00 2001
+From: Raanan Avargil 
+Date: Sun, 19 Jul 2015 16:33:20 +0300
+Subject: [PATCH] e1000e: Fix tight loop implementation of systime read
+ algorithm
+
+Change the algorithm. Read systimel twice and check for overflow.
+If there was no overflow, use the first value.
+If there was an overflow, read systimeh again and use the second
+systimel value.
+
+Signed-off-by: Raanan Avargil 
+Tested-by: Aaron Brown 
+Signed-off-by: Jeff Kirsher 
+---
+ drivers/net/ethernet/intel/e1000e/netdev.c | 31 --
+ 1 file changed, 21 insertions(+), 10 deletions(-)
+
+diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c 
b/drivers/net/ethernet/intel/e1000e/netdev.c
+index 24b7269..96a8166 100644
+--- a/drivers/net/ethernet/intel/e1000e/netdev.c
 b/drivers/net/ethernet/intel/e1000e/netdev.c
+@@ -4280,18 +4280,29 @@ static cycle_t e1000e_cyclecounter_read(const struct 
cyclecounter *cc)
+   struct e1000_adapter *adapter = container_of(cc, struct e1000_adapter,
+cc);
+   struct e1000_hw *hw = >hw;
++  u32 systimel_1, systimel_2, systimeh;
+   cycle_t systim, systim_next;
+-  /* SYSTIMH latching upon SYSTIML read does not work well. To fix that
+-   * we don't want to allow overflow of SYSTIML and a change to SYSTIMH
+-   * to occur between reads, so if we read a vale close to overflow, we
+-   * wait for overflow to occur and read both registers when its safe.
++  /* SYSTIMH latching upon SYSTIML read does not work well.
++   * This means that if SYSTIML overflows after we read it but before
++   * we read SYSTIMH, the value of SYSTIMH has been incremented and we
++   * will experience a huge non linear increment in the systime value
++   * to fix that we test for overflow and if true, we re-read systime.
+*/
+-  u32 systim_overflow_latch_fix = 0x3FFF;
+-
+-  do {
+-  systim = (cycle_t)er32(SYSTIML);
+-  } while (systim > systim_overflow_latch_fix);
+-  systim |= (cycle_t)er32(SYSTIMH) << 32;
++  systimel_1 = er32(SYSTIML);
++  systimeh = er32(SYSTIMH);
++  systimel_2 = er32(SYSTIML);
++  /* Check for overflow. If there was no overflow, use the values */
++  if (systimel_1 < systimel_2) {
++  systim = (cycle_t)systimel_1;
++  systim |= (cycle_t)systimeh << 32;
++  } else {
++  /* There was an overflow, read again SYSTIMH, and use
++   * systimel_2
++   */
++  systimeh = er32(SYSTIMH);
++  systim = (cycle_t)systimel_2;
++  systim |= (cycle_t)systimeh << 32;
++  }
+ 
+   if ((hw->mac.type == e1000_82574) || (hw->mac.type == e1000_82583)) {
+   u64 incvalue, time_delta, rem, temp;
+-- 
+2.5.1
+

Added: 0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
===
--- 0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
(rev 0)
+++ 0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
2015-09-04 20:43:15 UTC (rev 245327)
@@ -0,0 +1,103 @@
+From 9cf94eab8b309e8bcc78b41dd1561c75b537dd0b Mon Sep 17 00:00:00 2001
+From: Daniel Borkmann 
+Date: Mon, 31 Aug 2015 19:11:02 +0200
+Subject: [PATCH] netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy
+ error paths
+
+Commit 0838aa7fcfcd ("netfilter: fix netns dependencies with conntrack
+templates") migrated templates to the new allocator api, but forgot to
+update error paths for them in CT and synproxy to use nf_ct_tmpl_free()
+instead of nf_conntrack_free().
+
+Due to that, memory is being freed into the wrong 

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 22:54:57
  Author: heftig
Revision: 245328

4.2-3

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 20:43:15 UTC (rev 245327)
+++ PKGBUILD2015-09-04 20:54:57 UTC (rev 245328)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.2
-_zenpatch=91dbdb14dbebd4009170b7e078f213f47836aaa5
+_zenpatch=63b347f498defc48ffde49a751ad545162e32bcf
 pkgver=4.2
-pkgrel=2.1
+pkgrel=3
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -29,7 +29,7 @@
 '758bc61d7309078a8e31e52ba7ebd1c6c5f673ca8d8f502d462aca5c6f4f4892'
 '7966d12f8abb7014905dce1c187fd7905a71008db669e5f288685dbc3ed9c127'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'b7c7b9e10573182cb1305424574b5305cbfaba645445d4698c697abae3ba372a'
+'d094d9c5bb5f99e9aa0704ac20bb78ae9fb3ce44d722d5c43f660de50fe95b66'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


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

2015-09-04 Thread Evangelos Foutras
Date: Friday, September 4, 2015 @ 23:21:35
  Author: foutrelis
Revision: 245329

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

Added:
  
linux/repos/testing-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 245328, 
linux/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/testing-i686/0001-make_flush_workqueue_non_gpl.patch
(from rev 245328, linux/trunk/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/testing-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 245328, 
linux/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 245328, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 245328, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 245328, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 245328, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 245328, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 245328, linux/trunk/linux.preset)
  
linux/repos/testing-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 245328, 
linux/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  linux/repos/testing-x86_64/0001-make_flush_workqueue_non_gpl.patch
(from rev 245328, linux/trunk/0001-make_flush_workqueue_non_gpl.patch)
  
linux/repos/testing-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 245328, 
linux/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 245328, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 245328, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 245328, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 245328, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 245328, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 245328, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-make_flush_workqueue_non_gpl.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/0001-make_flush_workqueue_non_gpl.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

+
 /0001-make_flush_workqueue_non_gpl.patch   
|   68 
 /PKGBUILD  
|  612 
 /change-default-console-loglevel.patch 
|   22 
 /config
|15442 ++
 /config.x86_64 
|14946 +
 /linux.install 
|   74 
 /linux.preset  
|   28 
 testing-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
|   65 
 testing-i686/0001-make_flush_workqueue_non_gpl.patch   
|   34 
 testing-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
|  103 
 testing-i686/PKGBUILD  
|  293 
 testing-i686/change-default-console-loglevel.patch 
|   11 
 testing-i686/config
| 7721 -
 testing-i686/config.x86_64 
| 7473 
 testing-i686/linux.install 
|   37 
 testing-i686/linux.preset  
|   14 
 testing-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
|   65 
 testing-x86_64/0001-make_flush_workqueue_non_gpl.patch 
|   34 
 testing-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
|  103 
 testing-x86_64/PKGBUILD
|  293 
 testing-x86_64/change-default-console-loglevel.patch   
|   11 
 

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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:44:37
  Author: andyrtr
Revision: 245296

upgpkg: libevdev 1.4.4-1

upstream update 1.4.4

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 17:43:42 UTC (rev 245295)
+++ PKGBUILD2015-09-04 17:44:37 UTC (rev 245296)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1c418b26fd78b0e9900872be2f77fb5311c877b34ec5c75efd1b670ed627969b'
+sha256sums=('ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in gummiboot/repos (core-x86_64)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 19:43:42
  Author: tpowa
Revision: 245295

db-remove: gummiboot removed by tpowa

Deleted:
  gummiboot/repos/core-x86_64/


[arch-commits] Commit in gummiboot/repos (core-i686)

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 19:43:34
  Author: tpowa
Revision: 245294

db-remove: gummiboot removed by tpowa

Deleted:
  gummiboot/repos/core-i686/


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

2015-09-04 Thread Andreas Radke
Date: Friday, September 4, 2015 @ 19:44:55
  Author: andyrtr
Revision: 245297

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-04 17:44:37 UTC (rev 245296)
+++ extra-i686/PKGBUILD 2015-09-04 17:44:55 UTC (rev 245297)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1c418b26fd78b0e9900872be2f77fb5311c877b34ec5c75efd1b670ed627969b'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 245296, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 17:44:55 UTC (rev 245297)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ed9979369b6a6e28f5897d099538549ecffb2b7c00c1b717eb77c31d85bc45a9'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-04 17:44:37 UTC (rev 245296)
+++ extra-x86_64/PKGBUILD   2015-09-04 17:44:55 UTC (rev 245297)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1c418b26fd78b0e9900872be2f77fb5311c877b34ec5c75efd1b670ed627969b'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 245296, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-04 17:44:55 UTC (rev 245297)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 19:54:30
  Author: heftig
Revision: 245298

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

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

--+
 /PKGBUILD|  588 
 /change-default-console-loglevel.patch   |   22 
 /config  |15504 +
 /config.x86_64   |15008 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  294 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7752 
 testing-i686/config.x86_64   | 7504 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  294 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7752 
 testing-x86_64/config.x86_64 | 7504 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31224 insertions(+), 31224 deletions(-)

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


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 20:52:28
  Author: tpowa
Revision: 245305

upgpkg: libassuan 2.3.0-1

bump to latest version

Modified:
  libassuan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 18:49:37 UTC (rev 245304)
+++ PKGBUILD2015-09-04 18:52:28 UTC (rev 245305)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=libassuan
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A IPC library used by some GnuPG related software"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libgpg-error')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=libassuan.install
-md5sums=('6290e750ee87be3bfd9579fc44c6a186'
+md5sums=('d3effa069a3ccf924c8ed8a6d46cbc8d'
  'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


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

2015-09-04 Thread Jan Steffens
Date: Saturday, September 5, 2015 @ 00:17:16
  Author: heftig
Revision: 245331

gpaste

Added:
  gpaste/
  gpaste/repos/
  gpaste/trunk/


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

2015-09-04 Thread Antonio Rojas
Date: Friday, September 4, 2015 @ 17:01:51
  Author: arojas
Revision: 139210

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 139209, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/fix-tray-icon.patch
(from rev 139209, owncloud-client/trunk/fix-tray-icon.patch)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 139209, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 139209, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/fix-tray-icon.patch
(from rev 139209, owncloud-client/trunk/fix-tray-icon.patch)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 139209, 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|   96 
 /owncloud-client.install |   22 
 community-i686/PKGBUILD  |   43 -
 community-i686/fix-tray-icon.patch   |  134 +
 community-i686/owncloud-client.install   |   11 --
 community-x86_64/PKGBUILD|   43 -
 community-x86_64/fix-tray-icon.patch |  134 +
 community-x86_64/owncloud-client.install |   11 --
 8 files changed, 386 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 15:01:09 UTC (rev 139209)
+++ community-i686/PKGBUILD 2015-09-04 15:01:51 UTC (rev 139210)
@@ -1,43 +0,0 @@
-# $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
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 139209, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-04 15:01:51 UTC (rev 139210)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme xdg-utils)
+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}
 fix-tray-icon.patch)
+md5sums=('e87a01e464f005cf95cde83f46cf318d'
+ 'SKIP'
+ '12f59eb804822ec50045a46ed8586029')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+
+# Fix tray icon in Plasma 5 
+  cd $_name-$pkgver
+  patch -p1 -i ../fix-tray-icon.patch
+}
+
+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/fix-tray-icon.patch (from rev 
139209, owncloud-client/trunk/fix-tray-icon.patch)
===
--- community-i686/fix-tray-icon.patch  (rev 0)
+++ community-i686/fix-tray-icon.patch  2015-09-04 

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

2015-09-04 Thread Anatol Pomozov
Date: Friday, September 4, 2015 @ 18:00:13
  Author: anatolik
Revision: 245285

upgpkg: dhcpcd 6.9.3-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 15:23:52 UTC (rev 245284)
+++ PKGBUILD2015-09-04 16:00:13 UTC (rev 245285)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=6.9.2
-pkgrel=2
+pkgver=6.9.3
+pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('a79ea29f02b556e929dda497f6ededfc3c7786b2'
+sha1sums=('f205894d3d2d505be08fc8b6b5445ac69319244d'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-09-04 Thread Anatol Pomozov
Date: Friday, September 4, 2015 @ 18:01:03
  Author: anatolik
Revision: 245286

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 245285, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 245285, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 245285, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 245285, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 245285, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 245285, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   62 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   62 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 180 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 245285, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-04 16:01:03 UTC (rev 245286)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.9.3
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('f205894d3d2d505be08fc8b6b5445ac69319244d'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed 26q "$srcdir/$pkgname-$pkgver/control.h" \
+  >>"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 245285, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-09-04 16:01:03 UTC (rev 245286)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 245285, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2015-09-04 16:01:03 UTC (rev 245286)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 245285, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-04 16:01:03 UTC (rev 245286)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.9.3
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 

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

2015-09-04 Thread Sébastien Luttringer
Date: Saturday, September 5, 2015 @ 00:12:43
  Author: seblu
Revision: 139215

upgpkg: linux-tools 4.2-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 19:03:43 UTC (rev 139214)
+++ PKGBUILD2015-09-04 22:12:43 UTC (rev 139215)
@@ -13,8 +13,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.1
-pkgrel=4
+pkgver=4.2
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -42,7 +42,7 @@
 '02-archlinux-paths.patch'
 '04-fix-usip-h-path.patch')
 # http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
+sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
 'SKIP'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'


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

2015-09-04 Thread Sébastien Luttringer
Date: Saturday, September 5, 2015 @ 00:13:06
  Author: seblu
Revision: 139216

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 139215, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 139215, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 139215, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 139215, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 139215, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 139215, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 139215, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 139215, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 139215, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 139215, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 139215, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 139215, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 139215, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 139215, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 139215, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 139215, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  466 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  233 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 720 insertions(+), 720 deletions(-)

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


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

2015-09-04 Thread Jan Steffens
Date: Saturday, September 5, 2015 @ 01:01:09
  Author: heftig
Revision: 245332

Add GPaste, for GNOME

Added:
  gpaste/trunk/PKGBUILD
  gpaste/trunk/gpaste.install

+
 PKGBUILD   |   41 +
 gpaste.install |   11 +++
 2 files changed, 52 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-04 23:01:09 UTC (rev 245332)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.16.2.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('91e8c9fb4cf3d68ecf70cc7af14635424941cfa783f3d94b42895a5389d59cb6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste \
+"$pkgdir/usr/share/bash-completion/completions/gpaste"
+  install -Dm644 data/completions/_gpaste \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste"
+}


Property changes on: gpaste/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gpaste.install
===
--- gpaste.install  (rev 0)
+++ gpaste.install  2015-09-04 23:01:09 UTC (rev 245332)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 23:47:29
  Author: heftig
Revision: 245330

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

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

--+
 /PKGBUILD|  588 
 /change-default-console-loglevel.patch   |   22 
 /config  |15504 +
 /config.x86_64   |15008 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  294 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7752 
 testing-i686/config.x86_64   | 7504 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  294 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7752 
 testing-x86_64/config.x86_64 | 7504 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 31224 insertions(+), 31224 deletions(-)

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


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

2015-09-04 Thread Jan Steffens
Date: Saturday, September 5, 2015 @ 01:01:38
  Author: heftig
Revision: 245333

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

Added:
  gpaste/repos/extra-i686/
  gpaste/repos/extra-i686/PKGBUILD
(from rev 245332, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 245332, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 245332, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 245332, gpaste/trunk/gpaste.install)

-+
 extra-i686/PKGBUILD |   41 +
 extra-i686/gpaste.install   |   11 +++
 extra-x86_64/PKGBUILD   |   41 +
 extra-x86_64/gpaste.install |   11 +++
 4 files changed, 104 insertions(+)

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 245332, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.16.2.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('91e8c9fb4cf3d68ecf70cc7af14635424941cfa783f3d94b42895a5389d59cb6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste \
+"$pkgdir/usr/share/bash-completion/completions/gpaste"
+  install -Dm644 data/completions/_gpaste \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste"
+}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 245332, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 245332, 
gpaste/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.16.2.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('91e8c9fb4cf3d68ecf70cc7af14635424941cfa783f3d94b42895a5389d59cb6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste \
+"$pkgdir/usr/share/bash-completion/completions/gpaste"
+  install -Dm644 data/completions/_gpaste \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste"
+}

Copied: gpaste/repos/extra-x86_64/gpaste.install (from rev 245332, 
gpaste/trunk/gpaste.install)
===
--- extra-x86_64/gpaste.install (rev 0)
+++ extra-x86_64/gpaste.install 2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-04 Thread Christian Hesse
Date: Friday, September 4, 2015 @ 09:21:38
  Author: eworm
Revision: 139194

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

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

--+
 community-testing-i686/PKGBUILD  |   55 +
 community-testing-i686/mpv.install   |   12 +++
 community-testing-x86_64/PKGBUILD|   55 +
 community-testing-x86_64/mpv.install |   12 +++
 4 files changed, 134 insertions(+)

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 139193, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-04 07:21:38 UTC (rev 139194)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-testing-i686/mpv.install (from rev 139193, 
mpv/trunk/mpv.install)
===
--- community-testing-i686/mpv.install  (rev 0)
+++ community-testing-i686/mpv.install  2015-09-04 07:21:38 UTC (rev 139194)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 139193, 
mpv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-04 07:21:38 UTC (rev 139194)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install 

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

2015-09-04 Thread Christian Hesse
Date: Friday, September 4, 2015 @ 09:21:35
  Author: eworm
Revision: 139193

upgpkg: mpv 1:0.10.0-1

Upstream releases are back!
And I earned a free epoch. :(

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 06:53:04 UTC (rev 139192)
+++ PKGBUILD2015-09-04 07:21:35 UTC (rev 139193)
@@ -4,8 +4,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-_commit=f1778d1f
-pkgver=41859.gf1778d1f
+epoch=1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -21,23 +21,17 @@
 optdepends=('youtube-dl: for video-sharing websites playback')
 options=('!emptydirs' '!buildflags')
 install=mpv.install
-source=("git://github.com/mpv-player/mpv.git#commit=${_commit}")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('f9eaec3e4f6094c4d889ab04f86c479a089c389616e1a5522c92fedb2fe7044c')
 
-pkgver() {
-  cd $pkgname
-
-  echo "$(git rev-list --count HEAD).g${_commit}"
-}
-
 prepare() {
-  cd $pkgname
+  cd ${pkgname}-${pkgver}
 
   ./bootstrap.py
 }
 
 build() {
-  cd $pkgname
+  cd ${pkgname}-${pkgver}
 
   ./waf configure --prefix=/usr \
 --confdir=/etc/mpv \
@@ -49,7 +43,8 @@
 }
 
 package() {
-  cd $pkgname
+  cd ${pkgname}-${pkgver}
+
   ./waf install --destdir="$pkgdir"
 
   install -d "$pkgdir"/usr/share/doc/mpv/examples


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:56:45
  Author: fyan
Revision: 245262

upgpkg: subversion 1.9.1-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 06:52:35 UTC (rev 245261)
+++ PKGBUILD2015-09-04 06:56:45 UTC (rev 245262)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 fix_ruby22_tests.patch)
-md5sums=('20ae7b0d4ef07eeaf73eb4e23317b495'
+md5sums=('8e879b61fffe3ac0cf16aeae1e8eda32'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:59:38
  Author: fyan
Revision: 245263

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

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 245262, subversion/trunk/PKGBUILD)
  subversion/repos/extra-i686/fix_ruby22_tests.patch
(from rev 245262, subversion/trunk/fix_ruby22_tests.patch)
  subversion/repos/extra-i686/subversion.install
(from rev 245262, subversion/trunk/subversion.install)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 245262, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 245262, subversion/trunk/svn)
  subversion/repos/extra-i686/svnserve.conf
(from rev 245262, subversion/trunk/svnserve.conf)
  subversion/repos/extra-i686/svnserve.service
(from rev 245262, subversion/trunk/svnserve.service)
  subversion/repos/extra-i686/svnserve.tmpfiles
(from rev 245262, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 245262, subversion/trunk/PKGBUILD)
  subversion/repos/extra-x86_64/fix_ruby22_tests.patch
(from rev 245262, subversion/trunk/fix_ruby22_tests.patch)
  subversion/repos/extra-x86_64/subversion.install
(from rev 245262, subversion/trunk/subversion.install)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 245262, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 245262, subversion/trunk/svn)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 245262, subversion/trunk/svnserve.conf)
  subversion/repos/extra-x86_64/svnserve.service
(from rev 245262, subversion/trunk/svnserve.service)
  subversion/repos/extra-x86_64/svnserve.tmpfiles
(from rev 245262, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/fix_ruby22_tests.patch
  subversion/repos/extra-i686/subversion.install
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/extra-i686/svnserve.service
  subversion/repos/extra-i686/svnserve.tmpfiles
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/fix_ruby22_tests.patch
  subversion/repos/extra-x86_64/subversion.install
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve.conf
  subversion/repos/extra-x86_64/svnserve.service
  subversion/repos/extra-x86_64/svnserve.tmpfiles

-+
 /PKGBUILD   |  216 ++
 /fix_ruby22_tests.patch |  348 ++
 /subversion.install |   14 +
 /subversion.rpath.fix.patch |   22 +
 /svn|   22 +
 /svnserve.conf  |   10 
 /svnserve.service   |   22 +
 /svnserve.tmpfiles  |2 
 extra-i686/PKGBUILD |  108 -
 extra-i686/fix_ruby22_tests.patch   |  174 ---
 extra-i686/subversion.install   |7 
 extra-i686/subversion.rpath.fix.patch   |   11 
 extra-i686/svn  |   11 
 extra-i686/svnserve.conf|5 
 extra-i686/svnserve.service |   11 
 extra-i686/svnserve.tmpfiles|1 
 extra-x86_64/PKGBUILD   |  108 -
 extra-x86_64/fix_ruby22_tests.patch |  174 ---
 extra-x86_64/subversion.install |7 
 extra-x86_64/subversion.rpath.fix.patch |   11 
 extra-x86_64/svn|   11 
 extra-x86_64/svnserve.conf  |5 
 extra-x86_64/svnserve.service   |   11 
 extra-x86_64/svnserve.tmpfiles  |1 
 24 files changed, 656 insertions(+), 656 deletions(-)

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


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:15:20
  Author: fyan
Revision: 139190

upgpkg: lib32-nvidia-340xx-utils 340.93-1

upstream new release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 05:37:59 UTC (rev 139189)
+++ PKGBUILD2015-09-04 06:15:20 UTC (rev 139190)
@@ -5,8 +5,8 @@
 _pkgbasename=nvidia-340xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
-pkgver=340.76
-pkgrel=2
+pkgver=340.93
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194')
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437')
 
 create_links() {
 # create soname links


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:15:27
  Author: fyan
Revision: 245258

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

Added:
  nvidia-340xx-lts/repos/staging-i686/
  nvidia-340xx-lts/repos/staging-i686/PKGBUILD
(from rev 245257, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/staging-i686/nvidia-340xx-lts.install
(from rev 245257, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/staging-x86_64/
  nvidia-340xx-lts/repos/staging-x86_64/PKGBUILD
(from rev 245257, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/staging-x86_64/nvidia-340xx-lts.install
(from rev 245257, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/nvidia-340xx-lts.install   |   15 +
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 128 insertions(+)

Copied: nvidia-340xx-lts/repos/staging-i686/PKGBUILD (from rev 245257, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-04 06:15:27 UTC (rev 245258)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.93
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
+ 'cb80e3f1cb6f2fb6e6eab35fad0884e4')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/staging-i686/nvidia-340xx-lts.install (from rev 
245257, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- staging-i686/nvidia-340xx-lts.install   (rev 0)
+++ staging-i686/nvidia-340xx-lts.install   2015-09-04 06:15:27 UTC (rev 
245258)
@@ -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-340xx-lts/repos/staging-x86_64/PKGBUILD (from rev 245257, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-04 06:15:27 UTC (rev 245258)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.93
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+

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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:15:07
  Author: fyan
Revision: 245257

upgpkg: nvidia-340xx-lts 340.93-1

upstream new release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 05:46:27 UTC (rev 245256)
+++ PKGBUILD2015-09-04 06:15:07 UTC (rev 245257)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-340xx-lts
-pkgver=340.76
+pkgver=340.93
 _extramodules=extramodules-3.14-lts
-pkgrel=8
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -17,8 +17,8 @@
 options=(!strip)
 
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c')
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
+ 'cb80e3f1cb6f2fb6e6eab35fad0884e4')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 08:15:39
  Author: fyan
Revision: 139191

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 139190, lib32-nvidia-340xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/PKGBUILD (from 
rev 139190, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-09-04 06:15:39 UTC (rev 139191)
@@ -0,0 +1,119 @@
+# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-340xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
+pkgver=340.93
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437')
+
+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-340xx() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+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 nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-340xx-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
+depends=('lib32-nvidia-340xx-utils')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib32"
+ln -s "/usr/lib32/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"
+
+ln -s "/usr/lib32/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
+ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so.1"
+ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so.2"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
+}
+
+package_lib32-nvidia-340xx-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia-340xx')
+conflicts=('lib32-nvidia-utils')
+cd "${_pkg}"
+
+# OpenGL libraries
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
+install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 

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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 10:17:54
  Author: heftig
Revision: 245264

Update and add current iwlwifi firmware; needed for 4.2

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 06:59:38 UTC (rev 245263)
+++ PKGBUILD2015-09-04 08:17:54 UTC (rev 245264)
@@ -3,8 +3,9 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=dc00519
-pkgver=20150812.${_rev}
+_rev=6ebf5d5
+_iwl=8d08236
+pkgver=20150903.${_rev}+iwlwifi.${_iwl}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -37,9 +38,17 @@
   'rt2x00-rt71w-fw'
   'amd-ucode')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
-md5sums=('SKIP')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};
+
"iwlwifi::git+https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git;)
+md5sums=('SKIP'
+ 'SKIP')
 
+prepare() {
+  cd $pkgname
+  git fetch ../iwlwifi
+  git -c user.email='foo@bar' merge --squash ${_iwl}
+}
+
 package() {
   cd "${srcdir}/${pkgname}"
 


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

2015-09-04 Thread Jan Steffens
Date: Friday, September 4, 2015 @ 10:22:53
  Author: heftig
Revision: 245265

archrelease: copy trunk to testing-any

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

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

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 245264, 
linux-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-04 08:22:53 UTC (rev 245265)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=6ebf5d5
+_iwl=8d08236
+pkgver=20150903.${_rev}+iwlwifi.${_iwl}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};
+
"iwlwifi::git+https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname
+  git fetch ../iwlwifi
+  git -c user.email='foo@bar' merge --squash ${_iwl}
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 10:47:06
  Author: fyan
Revision: 245266

upgpkg: nvidia-utils 355.11-1

upstream new release

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 08:22:53 UTC (rev 245265)
+++ PKGBUILD2015-09-04 08:47:06 UTC (rev 245266)
@@ -4,7 +4,7 @@
 # Contributor: James Rayner 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=352.41
+pkgver=355.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -12,8 +12,8 @@
 options=('!strip')
 
source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('7f7eb2d31b3fceff71dace45255331b10dc4e06b'
-  '82ec3ae4144fd6b485e0065ddcad3eeae5e4119a')
+sha1sums=('5e944003366c2ec701ba5e0faf897cc1fd0defbf'
+  'e21f03e2f641e8b36ac6f2df0f632b1ce5b83d63')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -67,9 +67,9 @@
 ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
 ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so"
 
-ln -s "/usr/lib/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL.so.${pkgver}"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so"
+ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.$pkgver"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
 
 ln -s "/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
 ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
@@ -101,9 +101,12 @@
 
 # OpenGL libraries
 install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib/nvidia/libEGL.so.1"
+install -D -m755 "libEGL_nvidia.so.0" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.0"
 install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}"
 install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGLESv2.so.${pkgver}"
+install -D -m755 "libOpenGL.so.0" "${pkgdir}/usr/lib/libOpenGL.so.0"
+install -D -m755 "libGLdispatch.so.0" 
"${pkgdir}/usr/lib/libGLdispatch.so.0"
 
 # OpenGL core library
 install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"


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

2015-09-04 Thread Felix Yan
Date: Friday, September 4, 2015 @ 10:47:55
  Author: fyan
Revision: 245267

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

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 245266, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 245266, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 245266, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 245266, nvidia-utils/trunk/nvidia-utils.install)

-+
 staging-i686/PKGBUILD   |  184 ++
 staging-i686/nvidia-utils.install   |   10 +
 staging-x86_64/PKGBUILD |  184 ++
 staging-x86_64/nvidia-utils.install |   10 +
 4 files changed, 388 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 245266, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-04 08:47:55 UTC (rev 245267)
@@ -0,0 +1,184 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=355.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha1sums=('5e944003366c2ec701ba5e0faf897cc1fd0defbf'
+  'e21f03e2f641e8b36ac6f2df0f632b1ce5b83d63')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+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
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+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
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-utils')
+conflicts=('libgl')
+provides=('libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
+ln -s "/usr/lib/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 "/usr/lib/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"
+
+ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.$pkgver"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
+
+ln -s "/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+ln -s "/usr/lib/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2.so.${pkgver}"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so.2"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server')
+