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

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:57:43
  Author: lcarlier
Revision: 281802

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 281801, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 281801, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 281801, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 281801, 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 281801, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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 281801, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,23 @@
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:03:29 +
+Subject: Remove #include "mibstore.h"
+
+Signed-off-by: Adam Jackson 
+---
+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 281801, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+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 281801, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff 

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

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:11:52
  Author: andyrtr
Revision: 250684

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 250683, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 250683, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 250683, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 250683, 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 250683, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=7
+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=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+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 250683, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,23 @@
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:03:29 +
+Subject: Remove #include "mibstore.h"
+
+Signed-off-by: Adam Jackson 
+---
+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 250683, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 09:11:52 UTC (rev 250684)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=7
+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=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+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 250683, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff 

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

2015-02-05 Thread Laurent Carlier
Date: Thursday, February 5, 2015 @ 20:28:49
  Author: lcarlier
Revision: 230807

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 230806, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 230806, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 230806, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 230806, 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 230806, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-05 19:28:49 UTC (rev 230807)
@@ -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=6
+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=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20')
+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 230806, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2015-02-05 19:28:49 UTC (rev 230807)
@@ -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 230806, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-05 19:28:49 UTC (rev 230807)
@@ -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=6
+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=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20')
+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 230806, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff (rev 0)
+++ staging-x86_64/git-fix.diff 

[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/repos (6 files)

2013-12-28 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 14:22:57
  Author: andyrtr
Revision: 202815

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 202814, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 202814, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 202814, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 202814, xf86-video-apm/trunk/git-fix.diff)

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

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 202814, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-28 13:22:57 UTC (rev 202815)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=4
+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')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./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 202814, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2013-12-28 13:22:57 UTC (rev 202815)
@@ -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 202814, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-28 13:22:57 UTC (rev 202815)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=4
+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')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./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 202814, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff (rev 0)
+++ staging-x86_64/git-fix.diff 2013-12-28 13:22:57 UTC (rev 202815)
@@ -0,0 +1,23 @@
+From 

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

2013-03-09 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 12:30:26
  Author: andyrtr
Revision: 179695

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 179694, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 179694, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 179694, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 179694, xf86-video-apm/trunk/git-fix.diff)

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

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 179694, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-09 11:30:26 UTC (rev 179695)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=3
+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=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${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 179694, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2013-03-09 11:30:26 UTC (rev 179695)
@@ -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 179694, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-09 11:30:26 UTC (rev 179695)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=3
+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=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${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 179694, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff (rev 0)
+++ staging-x86_64/git-fix.diff 2013-03-09 

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

2012-10-13 Thread andyrtr
Date: Saturday, October 13, 2012 @ 07:44:07
  Author: andyrtr
Revision: 168564

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

Added:
  xf86-video-apm/repos/extra-i686/PKGBUILD
(from rev 168549, xf86-video-apm/repos/testing-i686/PKGBUILD)
  xf86-video-apm/repos/extra-x86_64/PKGBUILD
(from rev 168549, xf86-video-apm/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-apm/repos/extra-i686/PKGBUILD
  xf86-video-apm/repos/extra-x86_64/PKGBUILD
  xf86-video-apm/repos/testing-i686/
  xf86-video-apm/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   59 +++-
 extra-x86_64/PKGBUILD |   59 +++-
 2 files changed, 58 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 11:44:03 UTC (rev 168563)
+++ extra-i686/PKGBUILD 2012-10-13 11:44:07 UTC (rev 168564)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.5
-pkgrel=1
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.12.0')
-conflicts=('xorg-server1.12.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${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/extra-i686/PKGBUILD (from rev 168549, 
xf86-video-apm/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-13 11:44:07 UTC (rev 168564)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+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=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-13 11:44:03 UTC (rev 168563)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:44:07 UTC (rev 168564)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.5
-pkgrel=1
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.12.0')
-conflicts=('xorg-server1.12.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${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/extra-x86_64/PKGBUILD (from rev 168549, 
xf86-video-apm/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:44:07 UTC (rev 168564)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+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=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')

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

2012-10-06 Thread andyrtr
Date: Saturday, October 6, 2012 @ 16:06:45
  Author: andyrtr
Revision: 168216

db-move: moved xf86-video-apm from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-apm/repos/testing-i686/
  xf86-video-apm/repos/testing-i686/PKGBUILD
(from rev 168199, xf86-video-apm/repos/staging-i686/PKGBUILD)
  xf86-video-apm/repos/testing-x86_64/
  xf86-video-apm/repos/testing-x86_64/PKGBUILD
(from rev 168199, xf86-video-apm/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-apm/repos/staging-i686/
  xf86-video-apm/repos/staging-x86_64/

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

Copied: xf86-video-apm/repos/testing-i686/PKGBUILD (from rev 168199, 
xf86-video-apm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-06 20:06:45 UTC (rev 168216)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+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=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${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/testing-x86_64/PKGBUILD (from rev 168199, 
xf86-video-apm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-06 20:06:45 UTC (rev 168216)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=2
+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=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${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-apm/repos (6 files)

2012-07-17 Thread andyrtr
Date: Tuesday, July 17, 2012 @ 12:04:08
  Author: andyrtr
Revision: 163635

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

Added:
  xf86-video-apm/repos/extra-i686/PKGBUILD
(from rev 163634, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/extra-x86_64/PKGBUILD
(from rev 163634, xf86-video-apm/trunk/PKGBUILD)
Deleted:
  xf86-video-apm/repos/extra-i686/PKGBUILD
  xf86-video-apm/repos/extra-i686/apm-1.2.3-git.patch
  xf86-video-apm/repos/extra-x86_64/PKGBUILD
  xf86-video-apm/repos/extra-x86_64/apm-1.2.3-git.patch

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/apm-1.2.3-git.patch   |   34 
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/apm-1.2.3-git.patch |   34 
 4 files changed, 60 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-17 16:03:24 UTC (rev 163634)
+++ extra-i686/PKGBUILD 2012-07-17 16:04:08 UTC (rev 163635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d792ba6e8c39e60e00e0790b4e08f551044b2f7c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${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/extra-i686/PKGBUILD (from rev 163634, 
xf86-video-apm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-17 16:04:08 UTC (rev 163635)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.12.0')
+conflicts=('xorg-server1.12.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/apm-1.2.3-git.patch
===
--- extra-i686/apm-1.2.3-git.patch  2012-07-17 16:03:24 UTC (rev 163634)
+++ extra-i686/apm-1.2.3-git.patch  2012-07-17 16:04:08 UTC (rev 163635)
@@ -1,34 +0,0 @@
-diff --git a/src/apm.h b/src/apm.h
-index bc66714..86c7663 100644
 a/src/apm.h
-+++ b/src/apm.h
-@@ -109,7 +109,7 @@ typedef struct {
- char  *MemMap;
- pointer   BltMap;
- Bool  UnlockCalled;
--IOADDRESS iobase, xport, xbase;
-+unsigned long iobase, xport, xbase;
- unsigned char savedSR10;
- CARD8 MiscOut;
- CARD8 c9, d9, db, Rush;
-diff --git a/src/apm_driver.c b/src/apm_driver.c
-index f172bab..f77bb2b 100644
 a/src/apm_driver.c
-+++ b/src/apm_driver.c
-@@ -418,8 +418,14 @@ ApmPreInit(ScrnInfoPtr pScrn, int flags)
- 
- hwp = VGAHWPTR(pScrn);
- vgaHWGetIOBase(hwp);
--pApm-iobase = hwp-PIOOffset;
--pApm-xport = hwp-PIOOffset + 0x3C4;
-+#if ABI_VIDEODRV_VERSION  12
-+#define PIOOFFSET hwp-PIOOffset
-+#else
-+/* FIXME reintroduce domain support */
-+#define PIOOFFSET 0
-+#endif
-+pApm-iobase = PIOOFFSET;
-+pApm-xport = PIOOFFSET + 0x3C4;
- 
- /* Set pScrn-monitor */
- pScrn-monitor = pScrn-confScreen-monitor;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-17 16:03:24 UTC (rev 163634)
+++ extra-x86_64/PKGBUILD   2012-07-17 16:04:08 UTC (rev 163635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.902')

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

2012-02-09 Thread andyrtr
Date: Thursday, February 9, 2012 @ 16:03:54
  Author: andyrtr
Revision: 149737

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 149736, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/apm-1.2.3-git.patch
(from rev 149736, xf86-video-apm/trunk/apm-1.2.3-git.patch)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 149736, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/apm-1.2.3-git.patch
(from rev 149736, xf86-video-apm/trunk/apm-1.2.3-git.patch)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/apm-1.2.3-git.patch   |   34 ++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/apm-1.2.3-git.patch |   34 ++
 4 files changed, 134 insertions(+)

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 149736, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-09 21:03:54 UTC (rev 149737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.3
+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=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+apm-1.2.3-git.patch)
+sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac'
+  'ad9468519eb959bb879ba4e4993d6a83848d5c6f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/apm-1.2.3-git.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${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/apm-1.2.3-git.patch (from rev 149736, 
xf86-video-apm/trunk/apm-1.2.3-git.patch)
===
--- staging-i686/apm-1.2.3-git.patch(rev 0)
+++ staging-i686/apm-1.2.3-git.patch2012-02-09 21:03:54 UTC (rev 149737)
@@ -0,0 +1,34 @@
+diff --git a/src/apm.h b/src/apm.h
+index bc66714..86c7663 100644
+--- a/src/apm.h
 b/src/apm.h
+@@ -109,7 +109,7 @@ typedef struct {
+ char  *MemMap;
+ pointer   BltMap;
+ Bool  UnlockCalled;
+-IOADDRESS iobase, xport, xbase;
++unsigned long iobase, xport, xbase;
+ unsigned char savedSR10;
+ CARD8 MiscOut;
+ CARD8 c9, d9, db, Rush;
+diff --git a/src/apm_driver.c b/src/apm_driver.c
+index f172bab..f77bb2b 100644
+--- a/src/apm_driver.c
 b/src/apm_driver.c
+@@ -418,8 +418,14 @@ ApmPreInit(ScrnInfoPtr pScrn, int flags)
+ 
+ hwp = VGAHWPTR(pScrn);
+ vgaHWGetIOBase(hwp);
+-pApm-iobase = hwp-PIOOffset;
+-pApm-xport = hwp-PIOOffset + 0x3C4;
++#if ABI_VIDEODRV_VERSION  12
++#define PIOOFFSET hwp-PIOOffset
++#else
++/* FIXME reintroduce domain support */
++#define PIOOFFSET 0
++#endif
++pApm-iobase = PIOOFFSET;
++pApm-xport = PIOOFFSET + 0x3C4;
+ 
+ /* Set pScrn-monitor */
+ pScrn-monitor = pScrn-confScreen-monitor;

Copied: xf86-video-apm/repos/staging-x86_64/PKGBUILD (from rev 149736, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-09 21:03:54 UTC (rev 149737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.3
+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=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+apm-1.2.3-git.patch)
+sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac'
+  'ad9468519eb959bb879ba4e4993d6a83848d5c6f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/apm-1.2.3-git.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING