[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2014-07-18 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:20:12
  Author: jlichtblau
Revision: 115894

upgpkg: nzbget 13.0-1

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |   10 --
 nzbget.changelog |3 +++
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 04:24:28 UTC (rev 115893)
+++ PKGBUILD2014-07-18 06:20:12 UTC (rev 115894)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=nzbget
-pkgver=12.0
-pkgrel=2
+pkgver=13.0
+pkgrel=1
 pkgdesc=Download from Usenet using .nzb files
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 url=http://nzbget.sourceforge.net/;
 license=('GPL')
 depends=('libpar2' 'libsigc++' 'libxml2' 'python')
 changelog=${pkgname}.changelog
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,5 +29,3 @@
   install -d ${pkgdir}/usr/share/${pkgname}
   install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
 }
-
-# vim: ts=2 sw=2 et:

Modified: nzbget.changelog
===
--- nzbget.changelog2014-07-18 04:24:28 UTC (rev 115893)
+++ nzbget.changelog2014-07-18 06:20:12 UTC (rev 115894)
@@ -1,3 +1,6 @@
+2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * nzbget 13.0-1
+
 2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
   * nzbget 12.0-2 FS#40075 implemented
 



[arch-commits] Commit in nzbget/repos/community-x86_64 (4 files)

2014-07-18 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:20:23
  Author: jlichtblau
Revision: 115895

archrelease: copy trunk to community-x86_64

Added:
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 115894, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 115894, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

--+
 PKGBUILD |   64 +---
 nzbget.changelog |   93 +++--
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 06:20:12 UTC (rev 115894)
+++ PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=12.0
-pkgrel=2
-pkgdesc=Download from Usenet using .nzb files
-arch=('x86_64' 'i686')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/${pkgname}
-  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
-}
-
-# vim: ts=2 sw=2 et:

Copied: nzbget/repos/community-x86_64/PKGBUILD (from rev 115894, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=13.0
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libpar2' 'libsigc++' 'libxml2' 'python')
+changelog=${pkgname}.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/${pkgname}
+  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-07-18 06:20:12 UTC (rev 115894)
+++ nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
@@ -1,45 +0,0 @@
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-x86_64/nzbget.changelog (from rev 115894, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
@@ -0,0 +1,48 @@
+2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * nzbget 13.0-1
+

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

2014-07-18 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:27:04
  Author: jlichtblau
Revision: 115896

archrelease: copy trunk to community-i686

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 115895, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 115895, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog

--+
 PKGBUILD |   64 +---
 nzbget.changelog |   93 +++--
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
+++ PKGBUILD2014-07-18 06:27:04 UTC (rev 115896)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=12.0
-pkgrel=2
-pkgdesc=Download from Usenet using .nzb files
-arch=('x86_64' 'i686')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/${pkgname}
-  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
-}
-
-# vim: ts=2 sw=2 et:

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 115895, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 06:27:04 UTC (rev 115896)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=13.0
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libpar2' 'libsigc++' 'libxml2' 'python')
+changelog=${pkgname}.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/${pkgname}
+  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
+++ nzbget.changelog2014-07-18 06:27:04 UTC (rev 115896)
@@ -1,45 +0,0 @@
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-i686/nzbget.changelog (from rev 115895, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-07-18 06:27:04 UTC (rev 115896)
@@ -0,0 +1,48 @@
+2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * nzbget 13.0-1
+
+2014-05-25 Jaroslav 

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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 09:58:48
  Author: tpowa
Revision: 216983

upgpkg: nvidia 340.24-2

rebuild against 3.15.6

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 05:19:11 UTC (rev 216982)
+++ PKGBUILD2014-07-18 07:58:48 UTC (rev 216983)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=340.24
 _extramodules=extramodules-3.15-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 09:59:00
  Author: tpowa
Revision: 216984

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 216983, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-3.14.patch
(from rev 216983, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 216983, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 216983, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
(from rev 216983, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 216983, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/nvidia-3.14.patch   |   12 +
 testing-i686/nvidia.install  |   18 +
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/nvidia-3.14.patch |   12 +
 testing-x86_64/nvidia.install|   18 +
 6 files changed, 158 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 216983, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-18 07:59:00 UTC (rev 216984)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=340.24
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+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=('edd4c618265d22ef4d2b28baf070c6ff'
+ 'b71118e3e3ae9b227bf6f17a2cc8c726')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+}

Copied: nvidia/repos/testing-i686/nvidia-3.14.patch (from rev 216983, 
nvidia/trunk/nvidia-3.14.patch)
===
--- testing-i686/nvidia-3.14.patch  (rev 0)
+++ testing-i686/nvidia-3.14.patch  2014-07-18 07:59:00 UTC (rev 216984)
@@ -0,0 +1,12 @@
+--- a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
 b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
+@@ -273,8 +273,7 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
+-#include acpi/acpi.h
+-#include acpi/acpi_drivers.h
++#include linux/acpi.h
+ #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
+ #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
+ #endif

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 216983, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-07-18 07:59:00 UTC (rev 216984)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 216983, 

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (6 files)

2014-07-18 Thread Felix Yan
Date: Friday, July 18, 2014 @ 10:30:35
  Author: fyan
Revision: 115897

upgpkg: adobe-source-han-sans-fonts 1.000-2

- add fontconfig files from chakra to workaround Qt bug.

Added:
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-twhk.conf
Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

--+
 44-source-han-sans-cn.conf   |   18 +
 44-source-han-sans-jp.conf   |   18 +
 44-source-han-sans-kr.conf   |   18 +
 44-source-han-sans-otc.conf  |   42 +
 44-source-han-sans-twhk.conf |   18 +
 PKGBUILD |   37 
 6 files changed, 143 insertions(+), 8 deletions(-)

Added: 44-source-han-sans-cn.conf
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2014-07-18 08:30:35 UTC (rev 115897)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+   !-- 
+   - Medium variant is used instead of Regular on Qt apps:
+   https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+   - Medium and Bold looks the same in certain applications:
+   
https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+   --
+   match target=scan
+   test name=fullname compare=eq
+   stringSource Han Sans CN Medium/string
+   /test
+   edit name=weight mode=assign
+   constdemibold/const
+   /edit
+   /match
+/fontconfig

Added: 44-source-han-sans-jp.conf
===
--- 44-source-han-sans-jp.conf  (rev 0)
+++ 44-source-han-sans-jp.conf  2014-07-18 08:30:35 UTC (rev 115897)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+!-- 
+- Medium variant is used instead of Regular on Qt apps:
+https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+- Medium and Bold looks the same in certain applications:
+https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+--
+match target=scan
+test name=fullname compare=eq
+stringSource Han Sans JP Medium/string
+/test
+edit name=weight mode=assign
+constdemibold/const
+/edit
+/match
+/fontconfig

Added: 44-source-han-sans-kr.conf
===
--- 44-source-han-sans-kr.conf  (rev 0)
+++ 44-source-han-sans-kr.conf  2014-07-18 08:30:35 UTC (rev 115897)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+!-- 
+- Medium variant is used instead of Regular on Qt apps:
+https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+- Medium and Bold looks the same in certain applications:
+https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+--
+match target=scan
+test name=fullname compare=eq
+stringSource Han Sans KR Medium/string
+/test
+edit name=weight mode=assign
+constdemibold/const
+/edit
+/match
+/fontconfig

Added: 44-source-han-sans-otc.conf
===
--- 44-source-han-sans-otc.conf (rev 0)
+++ 44-source-han-sans-otc.conf 2014-07-18 08:30:35 UTC (rev 115897)
@@ -0,0 +1,42 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+   !-- 
+   - Medium variant is used instead of Regular on Qt apps:
+   https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+   - Medium and Bold looks the same in certain applications:
+   
https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+   --
+   match target=scan
+   test name=fullname compare=eq
+   stringSource Han Sans J Medium/string
+   /test
+   edit name=weight mode=assign
+   constdemibold/const
+   /edit
+   /match
+   match target=scan
+   test name=fullname compare=eq
+   stringSource Han Sans K Medium/string
+   /test
+   edit name=weight mode=assign
+   constdemibold/const
+   /edit
+   /match
+   match target=scan
+

[arch-commits] Commit in adobe-source-han-sans-fonts/repos/community-any (9 files)

2014-07-18 Thread Felix Yan
Date: Friday, July 18, 2014 @ 10:31:22
  Author: fyan
Revision: 115898

archrelease: copy trunk to community-any

Added:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
(from rev 115897, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
(from rev 115897, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
(from rev 115897, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
(from rev 115897, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-twhk.conf
(from rev 115897, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-twhk.conf)
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
(from rev 115897, adobe-source-han-sans-fonts/trunk/PKGBUILD)
  adobe-source-han-sans-fonts/repos/community-any/fonts.install
(from rev 115897, adobe-source-han-sans-fonts/trunk/fonts.install)
Deleted:
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
  adobe-source-han-sans-fonts/repos/community-any/fonts.install

--+
 44-source-han-sans-cn.conf   |   18 ++
 44-source-han-sans-jp.conf   |   18 ++
 44-source-han-sans-kr.conf   |   18 ++
 44-source-han-sans-otc.conf  |   42 ++
 44-source-han-sans-twhk.conf |   18 ++
 PKGBUILD |  277 ++---
 fonts.install|   22 +--
 7 files changed, 279 insertions(+), 134 deletions(-)

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf 
(from rev 115897, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2014-07-18 08:31:22 UTC (rev 115898)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+   !-- 
+   - Medium variant is used instead of Regular on Qt apps:
+   https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+   - Medium and Bold looks the same in certain applications:
+   
https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+   --
+   match target=scan
+   test name=fullname compare=eq
+   stringSource Han Sans CN Medium/string
+   /test
+   edit name=weight mode=assign
+   constdemibold/const
+   /edit
+   /match
+/fontconfig

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf 
(from rev 115897, adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
===
--- 44-source-han-sans-jp.conf  (rev 0)
+++ 44-source-han-sans-jp.conf  2014-07-18 08:31:22 UTC (rev 115898)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+!-- 
+- Medium variant is used instead of Regular on Qt apps:
+https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+- Medium and Bold looks the same in certain applications:
+https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+--
+match target=scan
+test name=fullname compare=eq
+stringSource Han Sans JP Medium/string
+/test
+edit name=weight mode=assign
+constdemibold/const
+/edit
+/match
+/fontconfig

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf 
(from rev 115897, adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
===
--- 44-source-han-sans-kr.conf  (rev 0)
+++ 44-source-han-sans-kr.conf  2014-07-18 08:31:22 UTC (rev 115898)
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE fontconfig SYSTEM ../fonts.dtd
+fontconfig
+!-- 
+- Medium variant is used instead of Regular on Qt apps:
+https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
+- Medium and Bold looks the same in certain applications:
+https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
+--
+match target=scan
+test name=fullname compare=eq
+stringSource Han Sans KR Medium/string
+/test
+edit name=weight mode=assign
+constdemibold/const
+/edit
+/match
+/fontconfig

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf 
(from rev 115897, 

[arch-commits] Commit in xf86-input-acecad/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:48:33
  Author: lcarlier
Revision: 216985

upgpkg: xf86-input-acecad 1.5.0-8

xorg-server 1.16 rebuild

Modified:
  xf86-input-acecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 07:59:00 UTC (rev 216984)
+++ PKGBUILD2014-07-18 08:48:33 UTC (rev 216985)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-acecad
 pkgver=1.5.0
-pkgrel=7
+pkgrel=8
 pkgdesc=X.Org acecad tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sysfsutils')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 assign-local-private-after-allocating.patch)
 sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'



[arch-commits] Commit in xf86-input-acecad/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:48:42
  Author: lcarlier
Revision: 216986

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

Added:
  xf86-input-acecad/repos/staging-i686/
  xf86-input-acecad/repos/staging-i686/PKGBUILD
(from rev 216985, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
(from rev 216985, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
  xf86-input-acecad/repos/staging-x86_64/
  xf86-input-acecad/repos/staging-x86_64/PKGBUILD
(from rev 216985, xf86-input-acecad/trunk/PKGBUILD)
  
xf86-input-acecad/repos/staging-x86_64/assign-local-private-after-allocating.patch
(from rev 216985, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/assign-local-private-after-allocating.patch   |   24 
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/assign-local-private-after-allocating.patch |   24 
 4 files changed, 114 insertions(+)

Copied: xf86-input-acecad/repos/staging-i686/PKGBUILD (from rev 216985, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:48:42 UTC (rev 216986)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=8
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 
xf86-input-acecad/repos/staging-i686/assign-local-private-after-allocating.patch
 (from rev 216985, 
xf86-input-acecad/trunk/assign-local-private-after-allocating.patch)
===
--- staging-i686/assign-local-private-after-allocating.patch
(rev 0)
+++ staging-i686/assign-local-private-after-allocating.patch2014-07-18 
08:48:42 UTC (rev 216986)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local-private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local-private = priv;
+ 
+ local-device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6

Copied: xf86-input-acecad/repos/staging-x86_64/PKGBUILD (from rev 216985, 
xf86-input-acecad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:48:42 UTC (rev 216986)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=8
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 

[arch-commits] Commit in xf86-input-elographics/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:54:09
  Author: lcarlier
Revision: 216990

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

Added:
  xf86-input-elographics/repos/staging-i686/
  xf86-input-elographics/repos/staging-i686/PKGBUILD
(from rev 216989, xf86-input-elographics/trunk/PKGBUILD)
  xf86-input-elographics/repos/staging-x86_64/
  xf86-input-elographics/repos/staging-x86_64/PKGBUILD
(from rev 216989, xf86-input-elographics/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-elographics/repos/staging-i686/PKGBUILD (from rev 216989, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:54:09 UTC (rev 216990)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=5
+pkgdesc=X.org Elographics TouchScreen input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-elographics/repos/staging-x86_64/PKGBUILD (from rev 216989, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:54:09 UTC (rev 216990)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=5
+pkgdesc=X.org Elographics TouchScreen input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-aiptek/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:51:29
  Author: lcarlier
Revision: 216987

upgpkg: xf86-input-aiptek 1.4.1-8

xorg-server 1.16 rebuild

Modified:
  xf86-input-aiptek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:48:42 UTC (rev 216986)
+++ PKGBUILD2014-07-18 08:51:29 UTC (rev 216987)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-aiptek
 pkgver=1.4.1
-pkgrel=7
+pkgrel=8
 pkgdesc=X.Org Aiptek USB Digital Tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
 



[arch-commits] Commit in xf86-input-aiptek/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:51:41
  Author: lcarlier
Revision: 216988

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

Added:
  xf86-input-aiptek/repos/staging-i686/
  xf86-input-aiptek/repos/staging-i686/PKGBUILD
(from rev 216987, xf86-input-aiptek/trunk/PKGBUILD)
  xf86-input-aiptek/repos/staging-x86_64/
  xf86-input-aiptek/repos/staging-x86_64/PKGBUILD
(from rev 216987, xf86-input-aiptek/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: xf86-input-aiptek/repos/staging-i686/PKGBUILD (from rev 216987, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:51:41 UTC (rev 216988)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=8
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-aiptek/repos/staging-x86_64/PKGBUILD (from rev 216987, 
xf86-input-aiptek/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:51:41 UTC (rev 216988)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=8
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-elographics/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:53:58
  Author: lcarlier
Revision: 216989

upgpkg: xf86-input-elographics 1.4.1-5

xorg-server 1.16 rebuild

Modified:
  xf86-input-elographics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:51:41 UTC (rev 216988)
+++ PKGBUILD2014-07-18 08:53:58 UTC (rev 216989)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-elographics
 pkgver=1.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org Elographics TouchScreen input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
 



[arch-commits] Commit in xf86-input-joystick/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:57:23
  Author: lcarlier
Revision: 216991

upgpkg: xf86-input-joystick 1.6.2-4

xorg-server 1.16 rebuild

Modified:
  xf86-input-joystick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:54:09 UTC (rev 216990)
+++ PKGBUILD2014-07-18 08:57:23 UTC (rev 216991)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-joystick
 pkgver=1.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc=X.Org Joystick input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 backup=('etc/X11/xorg.conf.d/50-joystick.conf')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-input-joystick/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:57:32
  Author: lcarlier
Revision: 216992

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

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 216991, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 216991, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 216991, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 216991, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   37 +
 4 files changed, 86 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
216991, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 216991, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
216991, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 216991, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:59:34
  Author: lcarlier
Revision: 216993

upgpkg: xf86-input-keyboard 1.8.0-3

xorg-server 1.16 rebuild

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:57:32 UTC (rev 216992)
+++ PKGBUILD2014-07-18 08:59:34 UTC (rev 216993)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-keyboard
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=X.Org keyboard input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b')



[arch-commits] Commit in xf86-input-keyboard/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:59:47
  Author: lcarlier
Revision: 216994

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

Added:
  xf86-input-keyboard/repos/staging-i686/
  xf86-input-keyboard/repos/staging-i686/PKGBUILD
(from rev 216993, xf86-input-keyboard/trunk/PKGBUILD)
  xf86-input-keyboard/repos/staging-x86_64/
  xf86-input-keyboard/repos/staging-x86_64/PKGBUILD
(from rev 216993, xf86-input-keyboard/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-keyboard/repos/staging-i686/PKGBUILD (from rev 216993, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:59:47 UTC (rev 216994)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-keyboard/repos/staging-x86_64/PKGBUILD (from rev 216993, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:59:47 UTC (rev 216994)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:02:09
  Author: lcarlier
Revision: 216995

upgpkg: xf86-input-mouse 1.9.0-3

xorg-server 1.16 rebuild

Modified:
  xf86-input-mouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:59:47 UTC (rev 216994)
+++ PKGBUILD2014-07-18 09:02:09 UTC (rev 216995)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-mouse
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488')



[arch-commits] Commit in xf86-input-mouse/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:02:20
  Author: lcarlier
Revision: 216996

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

Added:
  xf86-input-mouse/repos/staging-i686/
  xf86-input-mouse/repos/staging-i686/PKGBUILD
(from rev 216995, xf86-input-mouse/trunk/PKGBUILD)
  xf86-input-mouse/repos/staging-x86_64/
  xf86-input-mouse/repos/staging-x86_64/PKGBUILD
(from rev 216995, xf86-input-mouse/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-mouse/repos/staging-i686/PKGBUILD (from rev 216995, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:02:20 UTC (rev 216996)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.9.0
+pkgrel=3
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-mouse/repos/staging-x86_64/PKGBUILD (from rev 216995, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:02:20 UTC (rev 216996)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.9.0
+pkgrel=3
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:04:14
  Author: lcarlier
Revision: 216997

upgpkg: xf86-input-synaptics 1.8.0-2

xorg-server 1.16 rebuild

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:02:20 UTC (rev 216996)
+++ PKGBUILD2014-07-18 09:04:14 UTC (rev 216997)
@@ -6,14 +6,14 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')



[arch-commits] Commit in xf86-input-synaptics/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:04:26
  Author: lcarlier
Revision: 216998

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

Added:
  xf86-input-synaptics/repos/staging-i686/
  xf86-input-synaptics/repos/staging-i686/PKGBUILD
(from rev 216997, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/staging-i686/add_tapbuttons.diff
(from rev 216997, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/staging-x86_64/
  xf86-input-synaptics/repos/staging-x86_64/PKGBUILD
(from rev 216997, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/staging-x86_64/add_tapbuttons.diff
(from rev 216997, xf86-input-synaptics/trunk/add_tapbuttons.diff)

+
 staging-i686/PKGBUILD  |   47 +++
 staging-i686/add_tapbuttons.diff   |   17 
 staging-x86_64/PKGBUILD|   47 +++
 staging-x86_64/add_tapbuttons.diff |   17 
 4 files changed, 128 insertions(+)

Copied: xf86-input-synaptics/repos/staging-i686/PKGBUILD (from rev 216997, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:04:26 UTC (rev 216998)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 conf/50-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  rm -rf ${pkgdir}/usr/share/X11
+}

Copied: xf86-input-synaptics/repos/staging-i686/add_tapbuttons.diff (from rev 
216997, xf86-input-synaptics/trunk/add_tapbuttons.diff)
===
--- staging-i686/add_tapbuttons.diff(rev 0)
+++ staging-i686/add_tapbuttons.diff2014-07-18 09:04:26 UTC (rev 216998)
@@ -0,0 +1,17 @@
+--- a/conf/50-synaptics.conf   2012-05-11 01:01:10.0 +0200
 b/conf/50-synaptics.conf.new   2013-01-05 14:20:21.959670353 +0100
+@@ -11,10 +11,13 @@
+ Identifier touchpad catchall
+ Driver synaptics
+ MatchIsTouchpad on
++Option TapButton1 1
++Option TapButton2 2
++Option TapButton3 3
+ # This option is recommend on all Linux systems using evdev, but cannot be
+ # enabled by default. See the following link for details:
+ # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
+-#   MatchDevicePath /dev/input/event*
++MatchDevicePath /dev/input/event*
+ EndSection
+ 
+ Section InputClass

Copied: xf86-input-synaptics/repos/staging-x86_64/PKGBUILD (from rev 216997, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:04:26 UTC (rev 216998)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')

[arch-commits] Commit in xf86-input-void/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:09:01
  Author: lcarlier
Revision: 217002

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

Added:
  xf86-input-void/repos/staging-i686/
  xf86-input-void/repos/staging-i686/PKGBUILD
(from rev 217001, xf86-input-void/trunk/PKGBUILD)
  xf86-input-void/repos/staging-x86_64/
  xf86-input-void/repos/staging-x86_64/PKGBUILD
(from rev 217001, xf86-input-void/trunk/PKGBUILD)

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

Copied: xf86-input-void/repos/staging-i686/PKGBUILD (from rev 217001, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:09:01 UTC (rev 217002)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=7
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-input-void/repos/staging-x86_64/PKGBUILD (from rev 217001, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:09:01 UTC (rev 217002)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=7
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:08:50
  Author: lcarlier
Revision: 217001

upgpkg: xf86-input-void 1.4.0-7

xorg-server 1.16 rebuild

Modified:
  xf86-input-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:07:05 UTC (rev 217000)
+++ PKGBUILD2014-07-18 09:08:50 UTC (rev 217001)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-void
 pkgver=1.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc=X.org void input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')



[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:06:54
  Author: lcarlier
Revision: 216999

upgpkg: xf86-input-vmmouse 13.0.0-4

xorg-server 1.16 rebuild

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:04:26 UTC (rev 216998)
+++ PKGBUILD2014-07-18 09:06:54 UTC (rev 216999)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=13.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org VMWare Mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc' 'sh')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 groups=('xorg-drivers' 'xorg')
 backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-vmmouse/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:07:05
  Author: lcarlier
Revision: 217000

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

Added:
  xf86-input-vmmouse/repos/staging-i686/
  xf86-input-vmmouse/repos/staging-i686/PKGBUILD
(from rev 216999, xf86-input-vmmouse/trunk/PKGBUILD)
  xf86-input-vmmouse/repos/staging-x86_64/
  xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD
(from rev 216999, xf86-input-vmmouse/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-input-vmmouse/repos/staging-i686/PKGBUILD (from rev 216999, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:07:05 UTC (rev 217000)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=13.0.0
+pkgrel=4
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}

Copied: xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD (from rev 216999, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:07:05 UTC (rev 217000)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=13.0.0
+pkgrel=4
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}



[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:11:48
  Author: lcarlier
Revision: 217003

upgpkg: xf86-input-wacom 0.25.0-2

xorg-server 1.16 rebuild

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:09:01 UTC (rev 217002)
+++ PKGBUILD2014-07-18 09:11:48 UTC (rev 217003)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-input-wacom
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
 url=http://linuxwacom.sourceforge.net/;
@@ -12,8 +12,8 @@
 license=(GPL)
 backup=('etc/X11/xorg.conf.d/50-wacom.conf')
 depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
 



[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:11:59
  Author: lcarlier
Revision: 217004

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

Added:
  xf86-input-wacom/repos/staging-i686/
  xf86-input-wacom/repos/staging-i686/PKGBUILD
(from rev 217003, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/staging-x86_64/
  xf86-input-wacom/repos/staging-x86_64/PKGBUILD
(from rev 217003, xf86-input-wacom/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-input-wacom/repos/staging-i686/PKGBUILD (from rev 217003, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:11:59 UTC (rev 217004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=2
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xf86-input-wacom/repos/staging-x86_64/PKGBUILD (from rev 217003, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:11:59 UTC (rev 217004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=2
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in xf86-video-apm/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:19:21
  Author: lcarlier
Revision: 217006

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

Added:
  xf86-video-apm/repos/staging-i686/
  xf86-video-apm/repos/staging-i686/PKGBUILD
(from rev 217005, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 217005, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 217005, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 217005, xf86-video-apm/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   23 +++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   23 +++
 4 files changed, 116 insertions(+)

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 217005, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:19:21 UTC (rev 217006)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-apm/repos/staging-i686/git-fix.diff (from rev 217005, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 09:19:21 UTC (rev 217006)
@@ -0,0 +1,23 @@
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Thu, 10 Jan 2013 03:03:29 +
+Subject: Remove #include mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/apm.h b/src/apm.h
+index a3c06f8..365e5e2 100644
+--- a/src/apm.h
 b/src/apm.h
+@@ -33,9 +33,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* I2C support */
+ #include xf86i2c.h
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-apm/repos/staging-x86_64/PKGBUILD (from rev 217005, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:19:21 UTC (rev 217006)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-apm/repos/staging-x86_64/git-fix.diff (from rev 217005, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff (rev 0)
+++ staging-x86_64/git-fix.diff 2014-07-18 

[arch-commits] Commit in xf86-video-apm/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:19:12
  Author: lcarlier
Revision: 217005

upgpkg: xf86-video-apm 1.2.5-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:11:59 UTC (rev 217004)
+++ PKGBUILD2014-07-18 09:19:12 UTC (rev 217005)
@@ -4,21 +4,25 @@
 
 pkgname=xf86-video-apm
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org Alliance ProMotion video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
 'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-ark/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:23:02
  Author: lcarlier
Revision: 217008

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

Added:
  xf86-video-ark/repos/staging-i686/
  xf86-video-ark/repos/staging-i686/PKGBUILD
(from rev 217007, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-i686/build-fix.diff
(from rev 217007, xf86-video-ark/trunk/build-fix.diff)
  xf86-video-ark/repos/staging-x86_64/
  xf86-video-ark/repos/staging-x86_64/PKGBUILD
(from rev 217007, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-x86_64/build-fix.diff
(from rev 217007, xf86-video-ark/trunk/build-fix.diff)

---+
 staging-i686/PKGBUILD |   37 +
 staging-i686/build-fix.diff   |   10 ++
 staging-x86_64/PKGBUILD   |   37 +
 staging-x86_64/build-fix.diff |   10 ++
 4 files changed, 94 insertions(+)

Copied: xf86-video-ark/repos/staging-i686/PKGBUILD (from rev 217007, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:23:02 UTC (rev 217008)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=5
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ark/repos/staging-i686/build-fix.diff (from rev 217007, 
xf86-video-ark/trunk/build-fix.diff)
===
--- staging-i686/build-fix.diff (rev 0)
+++ staging-i686/build-fix.diff 2014-07-18 09:23:02 UTC (rev 217008)
@@ -0,0 +1,10 @@
+--- xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
 xf86-video-ark-0.7.5/src/ark_driver.c.new  2013-03-09 12:34:04.33627 
+0100
+@@ -39,7 +39,6 @@
+ #include compiler.h
+ #include mipointer.h
+ #include micmap.h
+-#include mibstore.h
+ #include fb.h
+ #include ark.h
+ 

Copied: xf86-video-ark/repos/staging-x86_64/PKGBUILD (from rev 217007, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:23:02 UTC (rev 217008)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=5
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ark/repos/staging-x86_64/build-fix.diff (from rev 217007, 
xf86-video-ark/trunk/build-fix.diff)
===
--- staging-x86_64/build-fix.diff   (rev 0)
+++ staging-x86_64/build-fix.diff   2014-07-18 09:23:02 UTC (rev 217008)
@@ -0,0 +1,10 @@
+--- xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
 xf86-video-ark-0.7.5/src/ark_driver.c.new  2013-03-09 12:34:04.33627 
+0100

[arch-commits] Commit in xf86-video-ark/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:22:53
  Author: lcarlier
Revision: 217007

upgpkg: xf86-video-ark 0.7.5-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:19:21 UTC (rev 217006)
+++ PKGBUILD2014-07-18 09:22:53 UTC (rev 217007)
@@ -4,22 +4,26 @@
 
 pkgname=xf86-video-ark
 pkgver=0.7.5
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org ark video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
 sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
 '257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/build-fix.diff
   ./configure --prefix=/usr
   make
 }



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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 11:24:28
  Author: tpowa
Revision: 217009

upgpkg: nvidia-304xx 304.123-2

rebuild against 3.15.6

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:23:02 UTC (rev 217008)
+++ PKGBUILD2014-07-18 09:24:28 UTC (rev 217009)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.123
 _extramodules=extramodules-3.15-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 11:24:36
  Author: tpowa
Revision: 217010

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

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

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 217009, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-18 09:24:36 UTC (rev 217010)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 217009, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-07-18 09:24:36 UTC (rev 217010)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 217009, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-18 09:24:36 UTC (rev 217010)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 

[arch-commits] Commit in xf86-video-ast/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:26:44
  Author: lcarlier
Revision: 217011

upgpkg: xf86-video-ast 0.97.0-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:24:36 UTC (rev 217010)
+++ PKGBUILD2014-07-18 09:26:44 UTC (rev 217011)
@@ -3,22 +3,26 @@
 
 pkgname=xf86-video-ast
 pkgver=0.97.0
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org ASPEED AST Graphics video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
 '8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-ast/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:26:53
  Author: lcarlier
Revision: 217012

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 217011, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-i686/git-fix.diff
(from rev 217011, xf86-video-ast/trunk/git-fix.diff)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 217011, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/git-fix.diff
(from rev 217011, xf86-video-ast/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |  196 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |  196 ++
 4 files changed, 462 insertions(+)

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 217011, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:26:53 UTC (rev 217012)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=5
+pkgdesc=X.org ASPEED AST Graphics video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
+'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ast/repos/staging-i686/git-fix.diff (from rev 217011, 
xf86-video-ast/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 09:26:53 UTC (rev 217012)
@@ -0,0 +1,196 @@
+From 358ef4a53e582a2176a163356c7754faf3192270 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 15 Aug 2012 17:22:14 +
+Subject: Don't bother to include vbe.h
+
+This driver no longer uses VBE, so this can go.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
+index bb99f9d..6be9a4f 100644
+--- a/src/ast_2dtool.c
 b/src/ast_2dtool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_accel.c b/src/ast_accel.c
+index 34f9c65..a789b21 100644
+--- a/src/ast_accel.c
 b/src/ast_accel.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_cursor.c b/src/ast_cursor.c
+index f967ce9..47ea09d 100644
+--- a/src/ast_cursor.c
 b/src/ast_cursor.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_driver.c b/src/ast_driver.c
+index 080b051..5e6a26e 100644
+--- a/src/ast_driver.c
 b/src/ast_driver.c
+@@ -40,7 +40,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_mode.c b/src/ast_mode.c
+index 3238f39..50289f1 100644
+--- a/src/ast_mode.c
 b/src/ast_mode.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_tool.c b/src/ast_tool.c
+index d11f20d..c701c1e 100644
+--- a/src/ast_tool.c
 b/src/ast_tool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
+index ed8c906..42de52c 100644
+--- a/src/ast_vgatool.c
 b/src/ast_vgatool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+--
+cgit v0.9.0.2-2-gbebe
+From 

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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 11:27:57
  Author: tpowa
Revision: 217013

upgpkg: lirc 1:0.9.0-75

rebuild against 3.15.6

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:26:53 UTC (rev 217012)
+++ PKGBUILD2014-07-18 09:27:57 UTC (rev 217013)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=74
+pkgrel=75
 epoch=1
 _extramodules=extramodules-3.15-ARCH
 arch=('i686' 'x86_64')



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

2014-07-18 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 11:28:16
  Author: tpowa
Revision: 217014

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 217013, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 217013, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 217013, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 217013, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 217013, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 217013, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 217013, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 217013, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 217013, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 217013, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 217013, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 217013, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 217013, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 217013, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 217013, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 217013, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 217013, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 217013, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 217013, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 217013, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 217013, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 217013, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 217013, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 217013, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 217013, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 217013, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 217013, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-18 09:28:16 UTC (rev 217014)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=75
+epoch=1
+_extramodules=extramodules-3.15-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

[arch-commits] Commit in xf86-video-chips/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:34:04
  Author: lcarlier
Revision: 217015

upgpkg: xf86-video-chips 1.2.5-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-chips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:28:16 UTC (rev 217014)
+++ PKGBUILD2014-07-18 09:34:04 UTC (rev 217015)
@@ -4,23 +4,27 @@
 
 pkgname=xf86-video-chips
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org Chips and Technologies video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=(glibc)
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 iopl.h 
git-fix.diff)
 sha256sums=('8d3c744d035b3d769049647bb8022ec24500d31b1b224cd0ea4efe61f86bfed2'
 'd04607e51f9064fb128beceda9660feadb7775b585466a5b9fb04f942effc670'
 '36165ebc70926ab5a8fe4331c5ce88c7f5f2e6979170b849ac1c2c99b3d1a804')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
   cp ${srcdir}/iopl.h util/
   patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-chips/repos (8 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:34:15
  Author: lcarlier
Revision: 217016

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

Added:
  xf86-video-chips/repos/staging-i686/
  xf86-video-chips/repos/staging-i686/PKGBUILD
(from rev 217015, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/staging-i686/git-fix.diff
(from rev 217015, xf86-video-chips/trunk/git-fix.diff)
  xf86-video-chips/repos/staging-i686/iopl.h
(from rev 217015, xf86-video-chips/trunk/iopl.h)
  xf86-video-chips/repos/staging-x86_64/
  xf86-video-chips/repos/staging-x86_64/PKGBUILD
(from rev 217015, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/staging-x86_64/git-fix.diff
(from rev 217015, xf86-video-chips/trunk/git-fix.diff)
  xf86-video-chips/repos/staging-x86_64/iopl.h
(from rev 217015, xf86-video-chips/trunk/iopl.h)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/git-fix.diff   |   39 +++
 staging-i686/iopl.h |   60 ++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/git-fix.diff |   39 +++
 staging-x86_64/iopl.h   |   60 ++
 6 files changed, 274 insertions(+)

Copied: xf86-video-chips/repos/staging-i686/PKGBUILD (from rev 217015, 
xf86-video-chips/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:34:15 UTC (rev 217016)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-chips
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=X.org Chips and Technologies video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 iopl.h 
git-fix.diff)
+sha256sums=('8d3c744d035b3d769049647bb8022ec24500d31b1b224cd0ea4efe61f86bfed2'
+'d04607e51f9064fb128beceda9660feadb7775b585466a5b9fb04f942effc670'
+'36165ebc70926ab5a8fe4331c5ce88c7f5f2e6979170b849ac1c2c99b3d1a804')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp ${srcdir}/iopl.h util/
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-chips/repos/staging-i686/git-fix.diff (from rev 217015, 
xf86-video-chips/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 09:34:15 UTC (rev 217016)
@@ -0,0 +1,39 @@
+From 151a1ec855a9ada44907cb6bef06a71e9080504b Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:34 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ct_driver.c b/src/ct_driver.c
+index 6f3a5d4..effbc60 100644
+--- a/src/ct_driver.c
 b/src/ct_driver.c
+@@ -96,9 +96,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* All drivers using the mi banking wrapper need this */
+ #ifdef HAVE_ISA
+ #include mibank.h
+@@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+   pBankInfo = NULL;
+   return FALSE;
+   }
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ 
+   /* Initialise cursor functions */
+@@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+   }
+   }
+   
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ #ifdef ENABLE_SILKEN_MOUSE
+   xf86SetSilkenMouse(pScreen);
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-chips/repos/staging-i686/iopl.h (from rev 217015, 
xf86-video-chips/trunk/iopl.h)
===
--- staging-i686/iopl.h (rev 0)
+++ staging-i686/iopl.h 2014-07-18 09:34:15 UTC (rev 217016)
@@ -0,0 +1,60 @@
+#ifdef __NetBSD__
+#  include sys/types.h
+#  include machine/pio.h
+#  include machine/sysarch.h
+#else
+#  if defined(__linux__)
+/* Can't because sys/iopl.h provides conflicting inb, outb, etc
+ * #include sys/io.h
+ */
+int iopl(int level);
+#  endif
+#  if defined(SVR4)  defined(i386)
+#include sys/types.h
+#ifdef NCR
+   /* broken 

[arch-commits] Commit in xf86-video-cirrus/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:44:01
  Author: lcarlier
Revision: 217017

upgpkg: xf86-video-cirrus 1.5.2-4

xorg-server 1.16 rebuild

Modified:
  xf86-video-cirrus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:34:15 UTC (rev 217016)
+++ PKGBUILD2014-07-18 09:44:01 UTC (rev 217017)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-cirrus
 pkgver=1.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org Cirrus Logic video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7')



[arch-commits] Commit in xf86-video-cirrus/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:44:20
  Author: lcarlier
Revision: 217018

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

Added:
  xf86-video-cirrus/repos/staging-i686/
  xf86-video-cirrus/repos/staging-i686/PKGBUILD
(from rev 217017, xf86-video-cirrus/trunk/PKGBUILD)
  xf86-video-cirrus/repos/staging-x86_64/
  xf86-video-cirrus/repos/staging-x86_64/PKGBUILD
(from rev 217017, xf86-video-cirrus/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-cirrus/repos/staging-i686/PKGBUILD (from rev 217017, 
xf86-video-cirrus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:44:20 UTC (rev 217018)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.5.2
+pkgrel=4
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-cirrus/repos/staging-x86_64/PKGBUILD (from rev 217017, 
xf86-video-cirrus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:44:20 UTC (rev 217018)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.5.2
+pkgrel=4
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3361e1a65d9b84c464752fd612bdf6087622c6dd204121715366a170e5c3ccd7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:47:24
  Author: lcarlier
Revision: 217019

upgpkg: xf86-video-dummy 0.3.7-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:44:20 UTC (rev 217018)
+++ PKGBUILD2014-07-18 09:47:24 UTC (rev 217019)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-dummy
 pkgver=0.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org dummy video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'xf86dgaproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')



[arch-commits] Commit in xf86-video-dummy/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:47:41
  Author: lcarlier
Revision: 217020

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

Added:
  xf86-video-dummy/repos/staging-i686/
  xf86-video-dummy/repos/staging-i686/PKGBUILD
(from rev 217019, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/staging-x86_64/
  xf86-video-dummy/repos/staging-x86_64/PKGBUILD
(from rev 217019, xf86-video-dummy/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-dummy/repos/staging-i686/PKGBUILD (from rev 217019, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:47:41 UTC (rev 217020)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=3
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-dummy/repos/staging-x86_64/PKGBUILD (from rev 217019, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 09:47:41 UTC (rev 217020)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=3
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-fbdev/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:25:53
  Author: lcarlier
Revision: 217022

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

Added:
  xf86-video-fbdev/repos/staging-i686/
  xf86-video-fbdev/repos/staging-i686/PKGBUILD
(from rev 217021, xf86-video-fbdev/trunk/PKGBUILD)
  xf86-video-fbdev/repos/staging-x86_64/
  xf86-video-fbdev/repos/staging-x86_64/PKGBUILD
(from rev 217021, xf86-video-fbdev/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xf86-video-fbdev/repos/staging-i686/PKGBUILD (from rev 217021, 
xf86-video-fbdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:25:53 UTC (rev 217022)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=3
+pkgdesc=X.org framebuffer video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-fbdev/repos/staging-x86_64/PKGBUILD (from rev 217021, 
xf86-video-fbdev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 10:25:53 UTC (rev 217022)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=3
+pkgdesc=X.org framebuffer video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-fbdev/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:25:41
  Author: lcarlier
Revision: 217021

upgpkg: xf86-video-fbdev 0.4.4-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-fbdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 09:47:41 UTC (rev 217020)
+++ PKGBUILD2014-07-18 10:25:41 UTC (rev 217021)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-fbdev
 pkgver=0.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org framebuffer video driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')



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

2014-07-18 Thread Maxime Gauduin
Date: Friday, July 18, 2014 @ 12:27:22
  Author: alucryd
Revision: 115899

upgpkg: lightdm 1:1.10.1-3

Added:
  lightdm/trunk/lightdm-userlist.patch
Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm-default-config.patch
  lightdm/trunk/lightdm.install

--+
 PKGBUILD |7 +--
 lightdm-default-config.patch |2 +-
 lightdm-userlist.patch   |   13 +
 lightdm.install  |2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 08:31:22 UTC (rev 115898)
+++ PKGBUILD2014-07-18 10:27:22 UTC (rev 115899)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.10.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 'lightdm-autologin.pam'
 'lightdm.rules'
 'lightdm-default-config.patch'
+'lightdm-userlist.patch'
 'Xsession')
 sha256sums=('737123001a7ae2ab126c75f61dcebb767d082ec043c012285eab6fa6b0d6a58f'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
@@ -26,12 +27,14 @@
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
-'20de3152b9ea037be1cbb9a32c052cb53d3362daf7c4ebd3d8669a1af0f13723'
+'756437add6021bb10f1e8884dab518ea544f0f04a8201f5b72d6d6e0e8cc2a24'
+'50bbf183eee1f87b0f10e02c70ff0323f383006c914c4314a48843df547fa0b2'
 '4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
 
+  patch -Np0 -i ../lightdm-userlist.patch
   patch -Np1 -i ../lightdm-default-config.patch
 }
 

Modified: lightdm-default-config.patch
===
--- lightdm-default-config.patch2014-07-18 08:31:22 UTC (rev 115898)
+++ lightdm-default-config.patch2014-07-18 10:27:22 UTC (rev 115899)
@@ -37,7 +37,7 @@
 @@ -9,6 +9,6 @@
  # hidden-shells = Shells that indicate a user cannot login
  #
- [UserAccounts]
+ [UserList]
 -minimum-uid=500
 +minimum-uid=1000
  hidden-users=nobody nobody4 noaccess

Added: lightdm-userlist.patch
===
--- lightdm-userlist.patch  (rev 0)
+++ lightdm-userlist.patch  2014-07-18 10:27:22 UTC (rev 115899)
@@ -0,0 +1,13 @@
+=== modified file 'data/users.conf'
+--- data/users.conf2011-10-18 02:41:06 +
 data/users.conf2014-05-19 20:10:41 +
+@@ -8,7 +8,7 @@
+ # hidden-users = Users that are not shown to the user
+ # hidden-shells = Shells that indicate a user cannot login
+ #
+-[UserAccounts]
++[UserList]
+ minimum-uid=500
+ hidden-users=nobody nobody4 noaccess
+ hidden-shells=/bin/false /usr/sbin/nologin
+


Property changes on: lightdm/trunk/lightdm-userlist.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: lightdm.install
===
--- lightdm.install 2014-07-18 08:31:22 UTC (rev 115898)
+++ lightdm.install 2014-07-18 10:27:22 UTC (rev 115899)
@@ -1,6 +1,6 @@
 post_install() {
 getent group lightdm  /dev/null 21 || groupadd -g 620 lightdm
-getent passwd lightdm  /dev/null 21 || useradd -c 'Light Display 
Manager' -u 620 -g lightdm -d /var/lib/lightdm -s /sbin/nologin lightdm
+getent passwd lightdm  /dev/null 21 || useradd -c 'Light Display 
Manager' -u 620 -g lightdm -d /var/lib/lightdm -s /usr/bin/nologin lightdm
 passwd -l lightdm  /dev/null
 systemd-tmpfiles --create /usr/lib/tmpfiles.d/lightdm.conf
 }



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

2014-07-18 Thread Maxime Gauduin
Date: Friday, July 18, 2014 @ 12:27:45
  Author: alucryd
Revision: 115900

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 115899, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 115899, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 115899, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 115899, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-userlist.patch
(from rev 115899, lightdm/trunk/lightdm-userlist.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 115899, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 115899, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 115899, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 115899, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 115899, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 115899, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 115899, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 115899, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 115899, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-userlist.patch
(from rev 115899, lightdm/trunk/lightdm-userlist.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 115899, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 115899, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 115899, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 115899, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 115899, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  256 
 /Xsession |  114 ++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   90 
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 ++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  125 ---
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   45 
 community-i686/lightdm-userlist.patch |   13 +
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  125 ---
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   45 
 community-x86_64/lightdm-userlist.patch   |   13 +
 community-x86_64/lightdm.install  |   23 --
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 29 files changed, 632 insertions(+), 600 deletions(-)

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


[arch-commits] Commit in xf86-video-geode/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:31:41
  Author: lcarlier
Revision: 217023

upgpkg: xf86-video-geode 2.11.15-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-geode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:25:53 UTC (rev 217022)
+++ PKGBUILD2014-07-18 10:31:41 UTC (rev 217023)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-geode
 pkgver=2.11.15
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org AMD/Geode LX  NX video driver
 # there is no 64bit geode
 arch=(i686)
@@ -11,8 +11,8 @@
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 options=('!libtool')
 conflicts=('xf86-video-amd')
 replaces=('xf86-video-amd')
@@ -22,10 +22,14 @@
 sha256sums=('00db3bd697b32286eb0e42f5dbd7fcc8d7255dd11c299b1ee16a06a244868ff0'
 'c444ab1615808fe8016668f41555bf2c1e3c9d326ea48056433ad67de5b1880a')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
   # fix build with Xorg 1.15 - taken from FC
   patch -Np1 -i ${srcdir}/geode-2.11.14-ftbfs.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-geode/repos (3 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:31:47
  Author: lcarlier
Revision: 217024

archrelease: copy trunk to staging-i686

Added:
  xf86-video-geode/repos/staging-i686/
  xf86-video-geode/repos/staging-i686/PKGBUILD
(from rev 217023, xf86-video-geode/trunk/PKGBUILD)
  xf86-video-geode/repos/staging-i686/geode-2.11.14-ftbfs.patch
(from rev 217023, xf86-video-geode/trunk/geode-2.11.14-ftbfs.patch)

---+
 PKGBUILD  |   43 +++
 geode-2.11.14-ftbfs.patch |   12 
 2 files changed, 55 insertions(+)

Copied: xf86-video-geode/repos/staging-i686/PKGBUILD (from rev 217023, 
xf86-video-geode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:31:47 UTC (rev 217024)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-geode
+pkgver=2.11.15
+pkgrel=3
+pkgdesc=X.org AMD/Geode LX  NX video driver
+# there is no 64bit geode
+arch=(i686)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+options=('!libtool')
+conflicts=('xf86-video-amd')
+replaces=('xf86-video-amd')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+geode-2.11.14-ftbfs.patch)
+sha256sums=('00db3bd697b32286eb0e42f5dbd7fcc8d7255dd11c299b1ee16a06a244868ff0'
+'c444ab1615808fe8016668f41555bf2c1e3c9d326ea48056433ad67de5b1880a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix build with Xorg 1.15 - taken from FC
+  patch -Np1 -i ${srcdir}/geode-2.11.14-ftbfs.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-geode/repos/staging-i686/geode-2.11.14-ftbfs.patch (from rev 
217023, xf86-video-geode/trunk/geode-2.11.14-ftbfs.patch)
===
--- staging-i686/geode-2.11.14-ftbfs.patch  (rev 0)
+++ staging-i686/geode-2.11.14-ftbfs.patch  2014-07-18 10:31:47 UTC (rev 
217024)
@@ -0,0 +1,12 @@
+diff -up xf86-video-geode-2.11.14/src/geode_dcon.c.jx 
xf86-video-geode-2.11.14/src/geode_dcon.c
+--- xf86-video-geode-2.11.14/src/geode_dcon.c.jx   2012-11-24 
05:01:15.0 -0500
 xf86-video-geode-2.11.14/src/geode_dcon.c  2013-10-25 16:19:35.950234174 
-0400
+@@ -29,6 +29,7 @@
+ 
+ /* Includes that are used by all drivers */
+ #include xf86.h
++#include xf86Modes.h
+ #include xf86_OSproc.h
+ #include compiler.h
+ 
+



[arch-commits] Commit in xf86-video-glint/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:35:37
  Author: lcarlier
Revision: 217025

upgpkg: xf86-video-glint 1.2.8-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-glint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:31:47 UTC (rev 217024)
+++ PKGBUILD2014-07-18 10:35:37 UTC (rev 217025)
@@ -3,22 +3,26 @@
 
 pkgname=xf86-video-glint
 pkgver=1.2.8
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org GLINT/Permedia video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'xf86dgaproto')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
 '8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
  ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-i128/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:39:20
  Author: lcarlier
Revision: 217027

upgpkg: xf86-video-i128 1.3.6-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-i128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:35:49 UTC (rev 217026)
+++ PKGBUILD2014-07-18 10:39:20 UTC (rev 217027)
@@ -3,22 +3,26 @@
 
 pkgname=xf86-video-i128
 pkgver=1.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org Number 9 I128 video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
 '3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-i128/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:39:29
  Author: lcarlier
Revision: 217028

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

Added:
  xf86-video-i128/repos/staging-i686/
  xf86-video-i128/repos/staging-i686/PKGBUILD
(from rev 217027, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-i686/git-fix.diff
(from rev 217027, xf86-video-i128/trunk/git-fix.diff)
  xf86-video-i128/repos/staging-x86_64/
  xf86-video-i128/repos/staging-x86_64/PKGBUILD
(from rev 217027, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-x86_64/git-fix.diff
(from rev 217027, xf86-video-i128/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   53 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   53 ++
 4 files changed, 176 insertions(+)

Copied: xf86-video-i128/repos/staging-i686/PKGBUILD (from rev 217027, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:39:29 UTC (rev 217028)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=5
+pkgdesc=X.org Number 9 I128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
+'3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-i128/repos/staging-i686/git-fix.diff (from rev 217027, 
xf86-video-i128/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 10:39:29 UTC (rev 217028)
@@ -0,0 +1,53 @@
+From 3226d66c951f3621fb940cc5844098d892089eb1 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 15 Aug 2012 17:03:11 +
+Subject: Don't bother to include vbe.h
+
+Just copied from xf86 boilerplate afaict.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index 66fdee0..a0f08c0 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -55,7 +55,6 @@
+ #include micmap.h
+ 
+ #include xf86DDC.h
+-#include vbe.h
+ 
+ #include xf86cmap.h
+ #include fb.h
+--
+cgit v0.9.0.2-2-gbebe
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:40 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+ #include micmap.h
+ 
+ #include xf86DDC.h
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i128/repos/staging-x86_64/PKGBUILD (from rev 217027, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 10:39:29 UTC (rev 217028)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=5
+pkgdesc=X.org Number 9 I128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
+   

[arch-commits] Commit in xf86-video-glint/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:35:49
  Author: lcarlier
Revision: 217026

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

Added:
  xf86-video-glint/repos/staging-i686/
  xf86-video-glint/repos/staging-i686/PKGBUILD
(from rev 217025, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-i686/git-fix.diff
(from rev 217025, xf86-video-glint/trunk/git-fix.diff)
  xf86-video-glint/repos/staging-x86_64/
  xf86-video-glint/repos/staging-x86_64/PKGBUILD
(from rev 217025, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-x86_64/git-fix.diff
(from rev 217025, xf86-video-glint/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   30 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   30 ++
 4 files changed, 130 insertions(+)

Copied: xf86-video-glint/repos/staging-i686/PKGBUILD (from rev 217025, 
xf86-video-glint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:35:49 UTC (rev 217026)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=5
+pkgdesc=X.org GLINT/Permedia video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-glint/repos/staging-i686/git-fix.diff (from rev 217025, 
xf86-video-glint/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 10:35:49 UTC (rev 217026)
@@ -0,0 +1,30 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:38 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include compiler.h
+ #include mipointer.h
+ 
+-#include mibstore.h
+-
+ #include pm3_regs.h
+ #include glint_regs.h
+ #include IBM.h
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-glint/repos/staging-x86_64/PKGBUILD (from rev 217025, 
xf86-video-glint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 10:35:49 UTC (rev 217026)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=5
+pkgdesc=X.org GLINT/Permedia video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'xf86dgaproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-glint/repos/staging-x86_64/git-fix.diff (from rev 217025, 
xf86-video-glint/trunk/git-fix.diff)

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

2014-07-18 Thread Sergej Pupykin
Date: Friday, July 18, 2014 @ 12:41:34
  Author: spupykin
Revision: 115903

upgpkg: firefox-noscript 2.6.8.34-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:41:31 UTC (rev 115902)
+++ PKGBUILD2014-07-18 10:41:34 UTC (rev 115903)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.33
+pkgver=2.6.8.34
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('c8106196cf42f2ec78ff2a7f183fcb57')
+md5sums=('a4239ee524da1dd0fa88dc18e9a1')
 
 package() {
   depends=(firefox)



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

2014-07-18 Thread Sergej Pupykin
Date: Friday, July 18, 2014 @ 12:41:31
  Author: spupykin
Revision: 115902

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   30 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 10:41:19 UTC (rev 115901)
+++ PKGBUILD2014-07-18 10:41:31 UTC (rev 115902)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.28
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-backup=(etc/webapps/drupal/.htaccess)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6255884d7e15c654fc8856805b271551')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1ideny from all' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 115901, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 10:41:31 UTC (rev 115902)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.29
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+backup=(etc/webapps/drupal/.htaccess)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('6ffdfb0ee08fadfb531c7fed1d2c5633')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1ideny from all' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2014-07-18 10:41:19 UTC (rev 115901)
+++ drupal.install  2014-07-18 10:41:31 UTC (rev 115902)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 

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

2014-07-18 Thread Sergej Pupykin
Date: Friday, July 18, 2014 @ 12:41:19
  Author: spupykin
Revision: 115901

upgpkg: drupal 7.29-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:27:45 UTC (rev 115900)
+++ PKGBUILD2014-07-18 10:41:19 UTC (rev 115901)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.28
+pkgver=7.29
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -14,7 +14,7 @@
 options=(!strip)
 backup=(etc/webapps/drupal/.htaccess)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('6255884d7e15c654fc8856805b271551')
+md5sums=('6ffdfb0ee08fadfb531c7fed1d2c5633')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal



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

2014-07-18 Thread Sergej Pupykin
Date: Friday, July 18, 2014 @ 12:41:43
  Author: spupykin
Revision: 115904

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 10:41:34 UTC (rev 115903)
+++ PKGBUILD2014-07-18 10:41:43 UTC (rev 115904)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.33
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('c8106196cf42f2ec78ff2a7f183fcb57')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 115903, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 10:41:43 UTC (rev 115904)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.34
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('a4239ee524da1dd0fa88dc18e9a1')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



[arch-commits] Commit in xf86-video-i740/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:51:55
  Author: lcarlier
Revision: 217029

upgpkg: xf86-video-i740 1.3.4-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-i740/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:39:29 UTC (rev 217028)
+++ PKGBUILD2014-07-18 10:51:55 UTC (rev 217029)
@@ -3,21 +3,25 @@
 
 pkgname=xf86-video-i740
 pkgver=1.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org Intel i740 video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
 '2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-i740/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:52:04
  Author: lcarlier
Revision: 217030

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

Added:
  xf86-video-i740/repos/staging-i686/
  xf86-video-i740/repos/staging-i686/PKGBUILD
(from rev 217029, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-i686/git-fix.diff
(from rev 217029, xf86-video-i740/trunk/git-fix.diff)
  xf86-video-i740/repos/staging-x86_64/
  xf86-video-i740/repos/staging-x86_64/PKGBUILD
(from rev 217029, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-x86_64/git-fix.diff
(from rev 217029, xf86-video-i740/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/git-fix.diff   |   32 
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/git-fix.diff |   32 
 4 files changed, 132 insertions(+)

Copied: xf86-video-i740/repos/staging-i686/PKGBUILD (from rev 217029, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:52:04 UTC (rev 217030)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=5
+pkgdesc=X.org Intel i740 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-i740/repos/staging-i686/git-fix.diff (from rev 217029, 
xf86-video-i740/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 10:52:04 UTC (rev 217030)
@@ -0,0 +1,32 @@
+From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Thu, 10 Jan 2013 03:21:52 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/i740_driver.c b/src/i740_driver.c
+index 1c82198..7c1051d 100644
+--- a/src/i740_driver.c
 b/src/i740_driver.c
+@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include compiler.h
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include mibstore.h
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
+ #include vgaHW.h
+@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
+ }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i740/repos/staging-x86_64/PKGBUILD (from rev 217029, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 10:52:04 UTC (rev 217030)
@@ -0,0 +1,34 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i740
+pkgver=1.3.4
+pkgrel=5
+pkgdesc=X.org Intel i740 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
+'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-i740/repos/staging-x86_64/git-fix.diff (from rev 217029, 

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:56:25
  Author: lcarlier
Revision: 217031

upgpkg: xf86-video-intel 2.99.912-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:52:04 UTC (rev 217030)
+++ PKGBUILD2014-07-18 10:56:25 UTC (rev 217031)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.912
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 install=$pkgname.install
 pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'libx11' 
'libxrender'
  # additional deps for intel-virtual-output
 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
 optdepends=('libxrandr: for intel-virtual-output'
@@ -20,7 +20,7 @@
 'libxtst: for intel-virtual-output')
 replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
 provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-intel/repos (8 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 12:56:55
  Author: lcarlier
Revision: 217032

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

Added:
  xf86-video-intel/repos/staging-i686/
  
xf86-video-intel/repos/staging-i686/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch
(from rev 217031, 
xf86-video-intel/trunk/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch)
  xf86-video-intel/repos/staging-i686/PKGBUILD
(from rev 217031, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/staging-i686/xf86-video-intel.install
(from rev 217031, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/staging-x86_64/
  
xf86-video-intel/repos/staging-x86_64/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch
(from rev 217031, 
xf86-video-intel/trunk/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch)
  xf86-video-intel/repos/staging-x86_64/PKGBUILD
(from rev 217031, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/staging-x86_64/xf86-video-intel.install
(from rev 217031, xf86-video-intel/trunk/xf86-video-intel.install)

+
 staging-i686/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch   
|   56 +
 staging-i686/PKGBUILD  
|   58 ++
 staging-i686/xf86-video-intel.install  
|   22 +++
 staging-x86_64/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch 
|   56 +
 staging-x86_64/PKGBUILD
|   58 ++
 staging-x86_64/xf86-video-intel.install
|   22 +++
 6 files changed, 272 insertions(+)

Copied: 
xf86-video-intel/repos/staging-i686/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch
 (from rev 217031, 
xf86-video-intel/trunk/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch)
===
--- 
staging-i686/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch
(rev 0)
+++ 
staging-i686/0001-sna-dri2-Check-that-the-window-covers-the-whole-CRTC.patch
2014-07-18 10:56:55 UTC (rev 217032)
@@ -0,0 +1,56 @@
+From e2bfa715a9e115921263d572b9f4c496b550a494 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Tue, 10 Jun 2014 21:28:32 +0100
+Subject: [PATCH] sna/dri2: Check that the window covers the whole CRTC before
+ xchg
+
+Fixes TearFre regression from
+
+commit 3932e97057fca16615adaefbc1eb25a0d51a1d8b [2.99.912]
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Mon Jun 9 08:58:15 2014 +0100
+
+sna/dri2: Allow TearFree flipping to individual CRTC
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ src/sna/sna_display.c |  1 +
+ src/sna/sna_dri2.c| 10 ++
+ 2 files changed, 11 insertions(+)
+
+diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
+index dcbe622..7169779 100644
+--- a/src/sna/sna_display.c
 b/src/sna/sna_display.c
+@@ -332,6 +332,7 @@ static unsigned get_fb(struct sna *sna, struct kgem_bo *bo,
+   assert(bo-refcnt);
+   assert(bo-proxy == NULL);
+   assert(!bo-snoop);
++  assert(8*bo-pitch = width * scrn-bitsPerPixel);
+   assert(height * bo-pitch = kgem_bo_size(bo)); /* XXX crtc offset */
+   if (bo-delta) {
+   DBG((%s: reusing fb=%d for handle=%d\n,
+diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
+index 1baaf2b..e196464 100644
+--- a/src/sna/sna_dri2.c
 b/src/sna/sna_dri2.c
+@@ -1605,6 +1605,16 @@ can_xchg_one(struct sna *sna,
+   return false;
+   }
+ 
++  if (memcmp(win-clipList.extents, crtc-bounds, 
sizeof(crtc-bounds))) {
++  DBG((%s: no, window [(%d, %d), (%d, %d)] does not cover CRTC 
[(%d, %d), (%d, %d)]\n,
++   __FUNCTION__,
++   win-clipList.extents.x1, win-clipList.extents.y1,
++   win-clipList.extents.x2, win-clipList.extents.y2,
++   crtc-bounds.x1, crtc-bounds.y1,
++   crtc-bounds.x2, crtc-bounds.y2));
++  return false;
++  }
++
+   if (sna_crtc_is_transformed(crtc)) {
+   DBG((%s: no, CRTC is rotated\n, __FUNCTION__));
+   return false;
+-- 
+2.0.1
+

Copied: xf86-video-intel/repos/staging-i686/PKGBUILD (from rev 217031, 
xf86-video-intel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 10:56:55 UTC (rev 217032)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.912
+pkgrel=3
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;

[arch-commits] Commit in xf86-video-mach64/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:00:38
  Author: lcarlier
Revision: 217033

upgpkg: xf86-video-mach64 6.9.4-4

xorg-server 1.16 rebuild

Modified:
  xf86-video-mach64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 10:56:55 UTC (rev 217032)
+++ PKGBUILD2014-07-18 11:00:38 UTC (rev 217033)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-mach64
 pkgver=6.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org mach64 video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 optdepends=('mach64-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 options=('!emptydirs')



[arch-commits] Commit in xf86-video-mach64/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:00:50
  Author: lcarlier
Revision: 217034

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

Added:
  xf86-video-mach64/repos/staging-i686/
  xf86-video-mach64/repos/staging-i686/PKGBUILD
(from rev 217033, xf86-video-mach64/trunk/PKGBUILD)
  xf86-video-mach64/repos/staging-x86_64/
  xf86-video-mach64/repos/staging-x86_64/PKGBUILD
(from rev 217033, xf86-video-mach64/trunk/PKGBUILD)

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

Copied: xf86-video-mach64/repos/staging-i686/PKGBUILD (from rev 217033, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:00:50 UTC (rev 217034)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mach64
+pkgver=6.9.4
+pkgrel=4
+pkgdesc=X.org mach64 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('97f108b8d7c0a8426bef9562683323ab6369956f18b0e220ee0d1a66b740855e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-mach64/repos/staging-x86_64/PKGBUILD (from rev 217033, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:00:50 UTC (rev 217034)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mach64
+pkgver=6.9.4
+pkgrel=4
+pkgdesc=X.org mach64 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('97f108b8d7c0a8426bef9562683323ab6369956f18b0e220ee0d1a66b740855e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-mga/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:04:23
  Author: lcarlier
Revision: 217035

upgpkg: xf86-video-mga 1.6.3-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-mga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:00:50 UTC (rev 217034)
+++ PKGBUILD2014-07-18 11:04:23 UTC (rev 217035)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-mga
 pkgver=1.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org mga video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 optdepends=('mga-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-video-mga/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:04:34
  Author: lcarlier
Revision: 217036

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

Added:
  xf86-video-mga/repos/staging-i686/
  xf86-video-mga/repos/staging-i686/PKGBUILD
(from rev 217035, xf86-video-mga/trunk/PKGBUILD)
  xf86-video-mga/repos/staging-x86_64/
  xf86-video-mga/repos/staging-x86_64/PKGBUILD
(from rev 217035, xf86-video-mga/trunk/PKGBUILD)

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

Copied: xf86-video-mga/repos/staging-i686/PKGBUILD (from rev 217035, 
xf86-video-mga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:04:34 UTC (rev 217036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mga
+pkgver=1.6.3
+pkgrel=3
+pkgdesc=X.org mga video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+optdepends=('mga-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7704b1ea35098769787a9c93e903b827be97a99facfb1696aa5236a58ff1c7d7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-mga/repos/staging-x86_64/PKGBUILD (from rev 217035, 
xf86-video-mga/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:04:34 UTC (rev 217036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mga
+pkgver=1.6.3
+pkgrel=3
+pkgdesc=X.org mga video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+optdepends=('mga-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7704b1ea35098769787a9c93e903b827be97a99facfb1696aa5236a58ff1c7d7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-modesetting/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:07:46
  Author: lcarlier
Revision: 217037

upgpkg: xf86-video-modesetting 0.9.0-2

xorg-server 1.16 rebuild

Modified:
  xf86-video-modesetting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:04:34 UTC (rev 217036)
+++ PKGBUILD2014-07-18 11:07:46 UTC (rev 217037)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-modesetting
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org generic modesetting video driver
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libdrm=2.4.37' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-video-modesetting/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:07:58
  Author: lcarlier
Revision: 217038

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

Added:
  xf86-video-modesetting/repos/staging-i686/
  xf86-video-modesetting/repos/staging-i686/PKGBUILD
(from rev 217037, xf86-video-modesetting/trunk/PKGBUILD)
  xf86-video-modesetting/repos/staging-x86_64/
  xf86-video-modesetting/repos/staging-x86_64/PKGBUILD
(from rev 217037, xf86-video-modesetting/trunk/PKGBUILD)

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

Copied: xf86-video-modesetting/repos/staging-i686/PKGBUILD (from rev 217037, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:07:58 UTC (rev 217038)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=xf86-video-modesetting
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=X.org generic modesetting video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.37' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('90cf085573203dfadd48ea69bd694c4d04ccbe088b6855e9c85c34bb8a95d75c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-modesetting/repos/staging-x86_64/PKGBUILD (from rev 217037, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:07:58 UTC (rev 217038)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=xf86-video-modesetting
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=X.org generic modesetting video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.37' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('90cf085573203dfadd48ea69bd694c4d04ccbe088b6855e9c85c34bb8a95d75c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-neomagic/repos (8 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:11:20
  Author: lcarlier
Revision: 217040

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

Added:
  xf86-video-neomagic/repos/staging-i686/
  xf86-video-neomagic/repos/staging-i686/PKGBUILD
(from rev 217039, xf86-video-neomagic/trunk/PKGBUILD)
  xf86-video-neomagic/repos/staging-i686/git-fixes.patch
(from rev 217039, xf86-video-neomagic/trunk/git-fixes.patch)
  xf86-video-neomagic/repos/staging-i686/shadowfb.patch
(from rev 217039, xf86-video-neomagic/trunk/shadowfb.patch)
  xf86-video-neomagic/repos/staging-x86_64/
  xf86-video-neomagic/repos/staging-x86_64/PKGBUILD
(from rev 217039, xf86-video-neomagic/trunk/PKGBUILD)
  xf86-video-neomagic/repos/staging-x86_64/git-fixes.patch
(from rev 217039, xf86-video-neomagic/trunk/git-fixes.patch)
  xf86-video-neomagic/repos/staging-x86_64/shadowfb.patch
(from rev 217039, xf86-video-neomagic/trunk/shadowfb.patch)

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/git-fixes.patch   |  167 +++
 staging-i686/shadowfb.patch|   18 
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/git-fixes.patch |  167 +++
 staging-x86_64/shadowfb.patch  |   18 
 6 files changed, 432 insertions(+)

Copied: xf86-video-neomagic/repos/staging-i686/PKGBUILD (from rev 217039, 
xf86-video-neomagic/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:11:20 UTC (rev 217040)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.8
+pkgrel=3
+pkgdesc=X.org neomagic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('50abf6ac02547900edeaa5073c5f6d2f153f12dd47067cc7e4758e1b74d78874')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-neomagic/repos/staging-i686/git-fixes.patch (from rev 
217039, xf86-video-neomagic/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2014-07-18 11:11:20 UTC (rev 217040)
@@ -0,0 +1,167 @@
+diff --git a/configure.ac b/configure.ac
+index 29cf772..a6eafa3 100644
+--- a/configure.ac
 b/configure.ac
+@@ -24,7 +24,7 @@
+ AC_PREREQ([2.60])
+ AC_INIT([xf86-video-neomagic],
+ [1.2.7],
+-[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
++
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=Driver/Neomagic],
+ [xf86-video-neomagic])
+ AC_CONFIG_SRCDIR([Makefile.am])
+ AC_CONFIG_HEADERS([config.h])
+@@ -53,14 +53,6 @@ AC_ARG_WITH(xorg-module-dir,
+ [moduledir=$withval],
+ [moduledir=$libdir/xorg/modules])
+ 
+-
+-# Store the list of server defined optional extensions in REQUIRED_MODULES
+-XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
+-XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
+-XORG_DRIVER_CHECK_EXT(XV, videoproto)
+-XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
+-XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
+-
+ # Obtain compiler/linker options for the driver dependencies
+ PKG_CHECK_MODULES(XORG, [xorg-server = 1.0.99.901 xproto fontsproto 
$REQUIRED_MODULES])
+ 
+diff --git a/src/neo.h b/src/neo.h
+index 6aecc33..6812e7a 100644
+--- a/src/neo.h
 b/src/neo.h
+@@ -320,3 +320,14 @@ typedef struct {
+ #define PROBED_NM2097 0x83
+ #define PROBED_NM2160 0x44
+ #define PROBED_NM2200 0x45
++
++#define PCI_VENDOR_NEOMAGIC   0x10C8
++#define PCI_CHIP_NM2070   0x0001
++#define PCI_CHIP_NM2090   0x0002
++#define PCI_CHIP_NM2093   0x0003
++#define PCI_CHIP_NM2097   0x0083
++#define PCI_CHIP_NM2160   0x0004
++#define PCI_CHIP_NM2200   0x0005
++#define PCI_CHIP_NM2230   0x0025
++#define PCI_CHIP_NM2360   0x0006
++#define PCI_CHIP_NM2380   0x0016
+diff --git a/src/neo_2090.c b/src/neo_2090.c
+index 5049ab4..2f1efc8 100644
+--- a/src/neo_2090.c
 b/src/neo_2090.c
+@@ -42,7 +42,6 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ #include xf86.h
+ #include xf86_OSproc.h
+ #include 

[arch-commits] Commit in xf86-video-neomagic/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:11:08
  Author: lcarlier
Revision: 217039

upgpkg: xf86-video-neomagic 1.2.8-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-neomagic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:07:58 UTC (rev 217038)
+++ PKGBUILD2014-07-18 11:11:08 UTC (rev 217039)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-neomagic
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org neomagic video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('50abf6ac02547900edeaa5073c5f6d2f153f12dd47067cc7e4758e1b74d78874')



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:14:55
  Author: lcarlier
Revision: 217041

upgpkg: xf86-video-nouveau 1.0.10-3

xorg-server 1.16 rebuild

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:11:20 UTC (rev 217040)
+++ PKGBUILD2014-07-18 11:14:55 UTC (rev 217041)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-nouveau
 pkgver=1.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Source 2D acceleration driver for nVidia cards
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/;
 license=('GPL')
 depends=('libdrm' 'systemd' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)



[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:15:07
  Author: lcarlier
Revision: 217042

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

Added:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 217041, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 217041, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/staging-x86_64/
  xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 217041, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 217041, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 staging-i686/PKGBUILD |   29 
 staging-i686/xf86-video-nouveau.install   |6 +
 staging-x86_64/PKGBUILD   |   29 
 staging-x86_64/xf86-video-nouveau.install |6 +
 4 files changed, 70 insertions(+)

Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 217041, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:15:07 UTC (rev 217042)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.10
+pkgrel=3
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from 
rev 217041, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2014-07-18 11:15:07 UTC (rev 
217042)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 217041, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:15:07 UTC (rev 217042)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.10
+pkgrel=3
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install 
(from rev 217041, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-x86_64/xf86-video-nouveau.install   (rev 0)
+++ staging-x86_64/xf86-video-nouveau.install   2014-07-18 11:15:07 UTC (rev 
217042)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}



[arch-commits] Commit in xf86-video-nv/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:21:19
  Author: lcarlier
Revision: 217043

upgpkg: xf86-video-nv 2.1.20-5

xorg-server 1.16 rebuild

Modified:
  xf86-video-nv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:15:07 UTC (rev 217042)
+++ PKGBUILD2014-07-18 11:21:19 UTC (rev 217043)
@@ -4,22 +4,26 @@
 
 pkgname=xf86-video-nv
 pkgver=2.1.20
-pkgrel=4
+pkgrel=5
 pkgdesc=X.org nv video driver
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
 '0ec4234fd9202956d25ca93e9131930e4a3fbba5de2ca870d0cf2302ccb76b46')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-video-nv/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:21:29
  Author: lcarlier
Revision: 217044

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

Added:
  xf86-video-nv/repos/staging-i686/
  xf86-video-nv/repos/staging-i686/PKGBUILD
(from rev 217043, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-i686/git-fixes.patch
(from rev 217043, xf86-video-nv/trunk/git-fixes.patch)
  xf86-video-nv/repos/staging-x86_64/
  xf86-video-nv/repos/staging-x86_64/PKGBUILD
(from rev 217043, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-x86_64/git-fixes.patch
(from rev 217043, xf86-video-nv/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/git-fixes.patch   |   81 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/git-fixes.patch |   81 +++
 4 files changed, 236 insertions(+)

Copied: xf86-video-nv/repos/staging-i686/PKGBUILD (from rev 217043, 
xf86-video-nv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:21:29 UTC (rev 217044)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-nv
+pkgver=2.1.20
+pkgrel=5
+pkgdesc=X.org nv video driver
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
+'0ec4234fd9202956d25ca93e9131930e4a3fbba5de2ca870d0cf2302ccb76b46')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-nv/repos/staging-i686/git-fixes.patch (from rev 217043, 
xf86-video-nv/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2014-07-18 11:21:29 UTC (rev 217044)
@@ -0,0 +1,81 @@
+From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:49 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/g80_driver.c b/src/g80_driver.c
+index cc4e197..719b96c 100644
+--- a/src/g80_driver.c
 b/src/g80_driver.c
+@@ -34,7 +34,6 @@
+ #include xf86Resources.h
+ #endif
+ #include mipointer.h
+-#include mibstore.h
+ #include micmap.h
+ #include xf86cmap.h
+ #include fb.h
+@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_driver.c b/src/nv_driver.c
+index 6dad6e5..8f35334 100644
+--- a/src/nv_driver.c
 b/src/nv_driver.c
+@@ -2550,7 +2550,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pNv-NoAccel)
+   NVAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_include.h b/src/nv_include.h
+index fb190bf..f174eef 100644
+--- a/src/nv_include.h
 b/src/nv_include.h
+@@ -24,9 +24,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ #include micmap.h
+ 
+ #include xf86DDC.h
+diff --git a/src/riva_driver.c b/src/riva_driver.c
+index e0667ef..759501e 100644
+--- a/src/riva_driver.c
 b/src/riva_driver.c
+@@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pRiva-NoAccel)
+   RivaAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/riva_include.h b/src/riva_include.h
+index f2c5302..c7aeef7 100644
+--- a/src/riva_include.h
 b/src/riva_include.h
+@@ -22,9 +22,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ #include micmap.h
+ 
+ #include xf86DDC.h
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-nv/repos/staging-x86_64/PKGBUILD (from rev 217043, 

[arch-commits] Commit in xf86-video-openchrome/repos (4 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:24:10
  Author: lcarlier
Revision: 217046

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

Added:
  xf86-video-openchrome/repos/staging-i686/
  xf86-video-openchrome/repos/staging-i686/PKGBUILD
(from rev 217045, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/staging-x86_64/
  xf86-video-openchrome/repos/staging-x86_64/PKGBUILD
(from rev 217045, xf86-video-openchrome/trunk/PKGBUILD)

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

Copied: xf86-video-openchrome/repos/staging-i686/PKGBUILD (from rev 217045, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:24:10 UTC (rev 217046)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=4
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-openchrome/repos/staging-x86_64/PKGBUILD (from rev 217045, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:24:10 UTC (rev 217046)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+# Contributor: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=4
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:24:59
  Author: svenstaro
Revision: 217048

upgpkg: kdegraphics-mobipocket 4.13.3-1

upstream release 4.13.3

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:24:58 UTC (rev 217047)
+++ PKGBUILD2014-07-18 11:24:59 UTC (rev 217048)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
@@ -15,7 +15,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a2ab3110e8d7ea41b131c3b7a60619eee3128e9a')
+sha1sums=('e886a669c97fb3733848dfb2f03d453d1271b80f')
 
 prepare() {
   mkdir build



[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:23:58
  Author: lcarlier
Revision: 217045

upgpkg: xf86-video-openchrome 0.3.3-4

xorg-server 1.16 rebuild

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:21:29 UTC (rev 217044)
+++ PKGBUILD2014-07-18 11:23:58 UTC (rev 217045)
@@ -5,7 +5,7 @@
 
 pkgname=xf86-video-openchrome
 pkgver=0.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc=X.Org Openchrome drivers
 arch=(i686 x86_64)
 license=('custom')
@@ -12,8 +12,8 @@
 url=http://www.freedesktop.org/wiki/Openchrome/;
 depends=('libdrm' 'libxvmc' 'systemd')
 optdepends=('unichrome-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19'
'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
 replaces=('openchrome' 'xf86-video-via')
 groups=('xorg-drivers' 'xorg')



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:24:58
  Author: svenstaro
Revision: 217047

upgpkg: kdelibs 4.13.3-1

upstream release 4.13.3

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:24:10 UTC (rev 217046)
+++ PKGBUILD2014-07-18 11:24:58 UTC (rev 217047)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.13.2
-pkgrel=3
+pkgver=4.13.3
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -18,7 +18,7 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
 'CVE-2014-3494.patch')
-sha1sums=('c540edeb7da23f5a8feacb4d775bce43f2060a96'
+sha1sums=('9c0e963fa2db119ac37e15f31c05d18d3043a58e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'ed1f57ee661e5c7440efcaba7e51d2554709701c'



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:07
  Author: svenstaro
Revision: 217049

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

Added:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
(from rev 217048, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
(from rev 217048, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 217048, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install
(from rev 217048, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install

-+
 /PKGBUILD   |   72 ++
 /kdegraphics-mobipocket.install |   22 +++
 extra-i686/PKGBUILD |   36 -
 extra-i686/kdegraphics-mobipocket.install   |   11 ---
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kdegraphics-mobipocket.install |   11 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:24:59 UTC (rev 217048)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:07 UTC (rev 217049)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a2ab3110e8d7ea41b131c3b7a60619eee3128e9a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/PKGBUILD (from rev 217048, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:07 UTC (rev 217049)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e886a669c97fb3733848dfb2f03d453d1271b80f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegraphics-mobipocket.install
===
--- extra-i686/kdegraphics-mobipocket.install   2014-07-18 11:24:59 UTC (rev 
217048)
+++ extra-i686/kdegraphics-mobipocket.install   2014-07-18 11:25:07 UTC (rev 
217049)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install 
(from rev 217048, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- extra-i686/kdegraphics-mobipocket.install   (rev 0)
+++ extra-i686/kdegraphics-mobipocket.install   2014-07-18 11:25:07 UTC (rev 
217049)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:24:59 UTC (rev 217048)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:25:07 UTC (rev 217049)
@@ 

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:37
  Author: svenstaro
Revision: 217056

upgpkg: oxygen-icons 4.13.3-1

upstream release 4.13.3

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:34 UTC (rev 217055)
+++ PKGBUILD2014-07-18 11:25:37 UTC (rev 217056)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec412ae32cb7cb2a0fbd24d8c5a72c1f2d45c97a')
+sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
 
 build() {
cd $srcdir



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:28
  Author: svenstaro
Revision: 217054

upgpkg: baloo 4.13.3-1

upstream release 4.13.3

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:26 UTC (rev 217053)
+++ PKGBUILD2014-07-18 11:25:28 UTC (rev 217054)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
+sha1sums=('993ccbb97f5003c3f2784664977e0cbdf29b8144')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:34
  Author: svenstaro
Revision: 217055

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

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

+
 /PKGBUILD  |   64 +++
 /baloo.install |   22 ++
 extra-i686/PKGBUILD|   32 -
 extra-i686/baloo.install   |   11 ---
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/baloo.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:25:28 UTC (rev 217054)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:34 UTC (rev 217055)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A framework for searching and managing metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
-license=('LGPL')
-depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: baloo/repos/extra-i686/PKGBUILD (from rev 217054, baloo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:34 UTC (rev 217055)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('993ccbb97f5003c3f2784664977e0cbdf29b8144')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/baloo.install
===
--- extra-i686/baloo.install2014-07-18 11:25:28 UTC (rev 217054)
+++ extra-i686/baloo.install2014-07-18 11:25:34 UTC (rev 217055)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: baloo/repos/extra-i686/baloo.install (from rev 217054, 
baloo/trunk/baloo.install)
===
--- extra-i686/baloo.install(rev 0)
+++ extra-i686/baloo.install2014-07-18 11:25:34 UTC (rev 217055)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:25:28 UTC (rev 217054)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:25:34 UTC (rev 217055)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A framework for searching and managing metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
-license=('LGPL')
-depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: 

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:20
  Author: svenstaro
Revision: 217052

upgpkg: kdepimlibs 4.13.3-1

upstream release 4.13.3

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:18 UTC (rev 217051)
+++ PKGBUILD2014-07-18 11:25:20 UTC (rev 217052)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('232a5be567d041bfcca85c849fcea105de9cb952')
+sha1sums=('ed5039beebe8a86e3ec141726c48efdf28fc0916')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:12
  Author: svenstaro
Revision: 217050

upgpkg: kfilemetadata 4.13.3-1

upstream release 4.13.3

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:07 UTC (rev 217049)
+++ PKGBUILD2014-07-18 11:25:12 UTC (rev 217050)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kfilemetadata
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
+sha1sums=('0e6e0c06634af3861457241771aa630150b3a076')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:26
  Author: svenstaro
Revision: 217053

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

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

-+
 /PKGBUILD   |   70 ++
 /kdepimlibs.install |   22 +++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/kdepimlibs.install   |   11 -
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/kdepimlibs.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:25:20 UTC (rev 217052)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:26 UTC (rev 217053)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('232a5be567d041bfcca85c849fcea105de9cb952')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepimlibs/repos/extra-i686/PKGBUILD (from rev 217052, 
kdepimlibs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:26 UTC (rev 217053)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ed5039beebe8a86e3ec141726c48efdf28fc0916')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepimlibs.install
===
--- extra-i686/kdepimlibs.install   2014-07-18 11:25:20 UTC (rev 217052)
+++ extra-i686/kdepimlibs.install   2014-07-18 11:25:26 UTC (rev 217053)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/extra-i686/kdepimlibs.install (from rev 217052, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- extra-i686/kdepimlibs.install   (rev 0)
+++ extra-i686/kdepimlibs.install   2014-07-18 11:25:26 UTC (rev 217053)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:25:20 UTC (rev 217052)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:25:26 UTC (rev 217053)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:48
  Author: svenstaro
Revision: 217057

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 217056, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:37 UTC (rev 217056)
+++ PKGBUILD2014-07-18 11:25:48 UTC (rev 217057)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec412ae32cb7cb2a0fbd24d8c5a72c1f2d45c97a')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 217056, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 11:25:48 UTC (rev 217057)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:18
  Author: svenstaro
Revision: 217051

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:25:12 UTC (rev 217050)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:18 UTC (rev 217051)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata/repos/extra-i686/PKGBUILD (from rev 217050, 
kfilemetadata/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:25:18 UTC (rev 217051)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e6e0c06634af3861457241771aa630150b3a076')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:25:12 UTC (rev 217050)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:25:18 UTC (rev 217051)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata/repos/extra-x86_64/PKGBUILD (from rev 217050, 
kfilemetadata/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:25:18 UTC (rev 217051)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e6e0c06634af3861457241771aa630150b3a076')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:27
  Author: svenstaro
Revision: 217061

upgpkg: kdepim-runtime 4.13.3-1

upstream release 4.13.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:24 UTC (rev 217060)
+++ PKGBUILD2014-07-18 11:26:27 UTC (rev 217061)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
+sha1sums=('97ebc82f7fc9e8972266740200820c218d36c5f6')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:22
  Author: svenstaro
Revision: 217059

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:26:16 UTC (rev 217058)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:22 UTC (rev 217059)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kactivities4
-pkgname=('kactivities4' 'libkactivities4')
-pkgver=4.13.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
-sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_kactivities4() {
-  pkgdesc='The KActivity Manager Daemon'
-  depends=('libkactivities4')
-  replaces=('kactivities')
-  conflicts=('kactivities')
-  provides=('kactivities')
-
-  cd build
-  install -Dm755 src/service/kactivitymanagerd \
-${pkgdir}/usr/bin/kactivitymanagerd
-}
-
-package_libkactivities4() {
-  pkgdesc='API for using and interacting with the Activity Manager'
-  depends=('kdelibs')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts
-  rm ${pkgdir}/usr/bin/kactivitymanagerd
-  rmdir ${pkgdir}/usr/bin
-}

Copied: kactivities4/repos/extra-i686/PKGBUILD (from rev 217058, 
kactivities4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:22 UTC (rev 217059)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kactivities4
+pkgname=('kactivities4' 'libkactivities4')
+pkgver=4.13.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('54813db8808da63dda7980711ba5d4e01e56d2b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package_kactivities4() {
+  pkgdesc='The KActivity Manager Daemon'
+  depends=('libkactivities4')
+  replaces=('kactivities')
+  conflicts=('kactivities')
+  provides=('kactivities')
+
+  cd build
+  install -Dm755 src/service/kactivitymanagerd \
+${pkgdir}/usr/bin/kactivitymanagerd
+}
+
+package_libkactivities4() {
+  pkgdesc='API for using and interacting with the Activity Manager'
+  depends=('kdelibs')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/kactivitymanagerd
+  rmdir ${pkgdir}/usr/bin
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:26:16 UTC (rev 217058)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:26:22 UTC (rev 217059)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kactivities4
-pkgname=('kactivities4' 'libkactivities4')
-pkgver=4.13.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
-source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
-sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kactivities-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_kactivities4() {
-  pkgdesc='The KActivity Manager Daemon'
-  depends=('libkactivities4')
-  replaces=('kactivities')
-  conflicts=('kactivities')
-  provides=('kactivities')
-
-  cd build
-  install -Dm755 src/service/kactivitymanagerd \
-${pkgdir}/usr/bin/kactivitymanagerd
-}
-
-package_libkactivities4() {
-  

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:33
  Author: svenstaro
Revision: 217062

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 217061, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 217061, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 217061, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 217061, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

-+
 /PKGBUILD   |   68 ++
 /kdepim-runtime.install |   26 +
 extra-i686/PKGBUILD |   34 -
 extra-i686/kdepim-runtime.install   |   13 --
 extra-x86_64/PKGBUILD   |   34 -
 extra-x86_64/kdepim-runtime.install |   13 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:26:27 UTC (rev 217061)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:33 UTC (rev 217062)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.13.2
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 217061, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:33 UTC (rev 217062)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.13.3
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97ebc82f7fc9e8972266740200820c218d36c5f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepim-runtime.install
===
--- extra-i686/kdepim-runtime.install   2014-07-18 11:26:27 UTC (rev 217061)
+++ extra-i686/kdepim-runtime.install   2014-07-18 11:26:33 UTC (rev 217062)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
217061, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- extra-i686/kdepim-runtime.install   (rev 0)
+++ extra-i686/kdepim-runtime.install   2014-07-18 11:26:33 UTC (rev 217062)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:26:27 UTC (rev 217061)
+++ extra-x86_64/PKGBUILD   

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:24
  Author: svenstaro
Revision: 217060

upgpkg: kdebase-runtime 4.13.3-1

upstream release 4.13.3

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:22 UTC (rev 217059)
+++ PKGBUILD2014-07-18 11:26:24 UTC (rev 217060)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'rarian: needed by KHelpCenter')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('3ee6b1d263b7c87a63951a0ebc4d77a93c92214a')
+sha1sums=('9e28e4477856428a5c3c7f051704d2197728ac2b')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:16
  Author: svenstaro
Revision: 217058

upgpkg: kactivities4 4.13.3-1

upstream release 4.13.3

Modified:
  kactivities4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:48 UTC (rev 217057)
+++ PKGBUILD2014-07-18 11:26:16 UTC (rev 217058)
@@ -3,7 +3,7 @@
 
 pkgbase=kactivities4
 pkgname=('kactivities4' 'libkactivities4')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
@@ -10,7 +10,7 @@
 license=('GPL' 'FDL')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
-sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
+sha1sums=('54813db8808da63dda7980711ba5d4e01e56d2b0')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:36
  Author: svenstaro
Revision: 217063

upgpkg: kdebindings-smokegen 4.13.3-1

upstream release 4.13.3

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:33 UTC (rev 217062)
+++ PKGBUILD2014-07-18 11:26:36 UTC (rev 217063)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
+sha1sums=('ea5b9b128691e259e339b5b8f24e521bc57d0e3a')
 
 build() {
   cd ${srcdir}



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:27:02
  Author: svenstaro
Revision: 217068

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:26:54 UTC (rev 217067)
+++ extra-i686/PKGBUILD 2014-07-18 11:27:02 UTC (rev 217068)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-i686/PKGBUILD (from rev 217067, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:27:02 UTC (rev 217068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c3630e701118bcbebcd56e7f634548c053124d27')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:26:54 UTC (rev 217067)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:27:02 UTC (rev 217068)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 217067, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:27:02 UTC (rev 217068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c3630e701118bcbebcd56e7f634548c053124d27')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make 

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:43
  Author: svenstaro
Revision: 217064

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

Added:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
(from rev 217063, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD
(from rev 217063, kdebindings-smokegen/trunk/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:26:36 UTC (rev 217063)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:43 UTC (rev 217064)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/extra-i686/PKGBUILD (from rev 217063, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:43 UTC (rev 217064)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('ea5b9b128691e259e339b5b8f24e521bc57d0e3a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:26:36 UTC (rev 217063)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:26:43 UTC (rev 217064)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/extra-x86_64/PKGBUILD (from rev 217063, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:26:43 UTC (rev 217064)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('ea5b9b128691e259e339b5b8f24e521bc57d0e3a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:45
  Author: svenstaro
Revision: 217065

upgpkg: kdebindings-smokeqt 4.13.3-1

upstream release 4.13.3

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:43 UTC (rev 217064)
+++ PKGBUILD2014-07-18 11:26:45 UTC (rev 217065)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
+sha1sums=('7b0f93c8cf90084ae10c232ba78329ad95baaa5f')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:54
  Author: svenstaro
Revision: 217067

upgpkg: libkexiv2 4.13.3-1

upstream release 4.13.3

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:51 UTC (rev 217066)
+++ PKGBUILD2014-07-18 11:26:54 UTC (rev 217067)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
+sha1sums=('c3630e701118bcbebcd56e7f634548c053124d27')
 
 build() {
   cd ${srcdir}



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:27:05
  Author: svenstaro
Revision: 217069

upgpkg: kdegraphics-okular 4.13.3-1

upstream release 4.13.3

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:27:02 UTC (rev 217068)
+++ PKGBUILD2014-07-18 11:27:05 UTC (rev 217069)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('ebook-tools: mobi and epub support')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('693de9388ba1ca55bb91af4921a6aecb92f8c2fb')
+sha1sums=('91a9704c7bfa1194a5bc958557bed40c6299ac1c')
 
 prepare() {
   mkdir build



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:51
  Author: svenstaro
Revision: 217066

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

Added:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
(from rev 217065, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD
(from rev 217065, kdebindings-smokeqt/trunk/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:26:45 UTC (rev 217065)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:51 UTC (rev 217066)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/extra-i686/PKGBUILD (from rev 217065, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:26:51 UTC (rev 217066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('7b0f93c8cf90084ae10c232ba78329ad95baaa5f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:26:45 UTC (rev 217065)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:26:51 UTC (rev 217066)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD (from rev 217065, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:26:51 UTC (rev 217066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:27:18
  Author: svenstaro
Revision: 217073

upgpkg: kdesdk-kate 4.13.3-1

upstream release 4.13.3

Modified:
  kdesdk-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:27:14 UTC (rev 217072)
+++ PKGBUILD2014-07-18 11:27:18 UTC (rev 217073)
@@ -5,7 +5,7 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -12,7 +12,7 @@
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
 source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('115ff695de42bb351ce968cdf2f161f53f53e712'
+sha1sums=('a60bffae1efd8e1fa47c88108cbc4998280a696d'
   '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
 
 prepare() {



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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:27:14
  Author: svenstaro
Revision: 217072

upgpkg: kdebindings-python 4.13.3-1

upstream release 4.13.3

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:27:11 UTC (rev 217071)
+++ PKGBUILD2014-07-18 11:27:14 UTC (rev 217072)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
+sha1sums=('63616a49d2fec3828741ae6e0db65eec04f9925a'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



  1   2   3   4   5   >