Date: Friday, September 8, 2017 @ 11:13:25
  Author: andyrtr
Revision: 305054

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

Added:
  xf86-video-ati/repos/testing-i686/
  xf86-video-ati/repos/testing-i686/PKGBUILD
    (from rev 305053, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
    (from rev 305053, xf86-video-ati/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 305053, 
xf86-video-ati/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-09-08 11:13:25 UTC (rev 305054)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=xf86-video-ati
+pkgver=7.10.0
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79'
+            'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 
<[email protected]>
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+     --with-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+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-ati/repos/testing-x86_64/PKGBUILD (from rev 305053, 
xf86-video-ati/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-09-08 11:13:25 UTC (rev 305054)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+
+pkgname=xf86-video-ati
+pkgver=7.10.0
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79'
+            'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 
<[email protected]>
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+     --with-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Reply via email to