[arch-commits] Commit in xf86-video-ati/repos (4 files)
Andreas Radke
andyrtr at archlinux.org
Wed Mar 1 20:37:56 UTC 2017
Date: Wednesday, March 1, 2017 @ 20:37:55
Author: andyrtr
Revision: 289767
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
xf86-video-ati/repos/testing-i686/PKGBUILD
(from rev 289766, xf86-video-ati/trunk/PKGBUILD)
xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 289766, xf86-video-ati/trunk/PKGBUILD)
Deleted:
xf86-video-ati/repos/testing-i686/PKGBUILD
xf86-video-ati/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 108 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 54 -----------------------
testing-x86_64/PKGBUILD | 54 -----------------------
3 files changed, 108 insertions(+), 108 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2017-03-01 20:37:40 UTC (rev 289766)
+++ testing-i686/PKGBUILD 2017-03-01 20:37:55 UTC (rev 289767)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=xf86-video-ati
-_commit=244d4bc # 7 digits
-pkgver=7.8.99.r32.g244d4bc7
-epoch=1
-pkgrel=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'
- # additional for git snapshot
- 'git')
-backup=(etc/X11/xorg.conf.d/10-radeon.conf)
-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})
-source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
-sha256sums=('SKIP')
-#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer <michel at daenzer.net>
-
-pkgver() {
- cd $pkgname
- # from ati-git AUR pkg
- # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
- # use version already commited into configure.ac "7.8.99"
- git describe --long | sed 's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd ${pkgname} #-${pkgver}
-
- ./configure --prefix=/usr \
- --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
- --enable-glamor
- 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-ati/repos/testing-i686/PKGBUILD (from rev 289766, xf86-video-ati/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-03-01 20:37:55 UTC (rev 289767)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=xf86-video-ati
+_commit=9035b6a # 7 digits
+pkgver=7.8.99.r38.g9035b6ab
+epoch=1
+pkgrel=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'
+ # additional for git snapshot
+ 'git')
+backup=(etc/X11/xorg.conf.d/10-radeon.conf)
+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})
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
+sha256sums=('SKIP')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer <michel at daenzer.net>
+
+pkgver() {
+ cd $pkgname
+ # from ati-git AUR pkg
+ # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ # use version already commited into configure.ac "7.8.99"
+ git describe --long | sed 's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd ${pkgname} #-${pkgver}
+
+ ./configure --prefix=/usr \
+ --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+ --enable-glamor
+ 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}/"
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2017-03-01 20:37:40 UTC (rev 289766)
+++ testing-x86_64/PKGBUILD 2017-03-01 20:37:55 UTC (rev 289767)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=xf86-video-ati
-_commit=244d4bc # 7 digits
-pkgver=7.8.99.r32.g244d4bc7
-epoch=1
-pkgrel=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'
- # additional for git snapshot
- 'git')
-backup=(etc/X11/xorg.conf.d/10-radeon.conf)
-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})
-source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
-sha256sums=('SKIP')
-#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer <michel at daenzer.net>
-
-pkgver() {
- cd $pkgname
- # from ati-git AUR pkg
- # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
- # use version already commited into configure.ac "7.8.99"
- git describe --long | sed 's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd ${pkgname} #-${pkgver}
-
- ./configure --prefix=/usr \
- --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
- --enable-glamor
- 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-ati/repos/testing-x86_64/PKGBUILD (from rev 289766, xf86-video-ati/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-01 20:37:55 UTC (rev 289767)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=xf86-video-ati
+_commit=9035b6a # 7 digits
+pkgver=7.8.99.r38.g9035b6ab
+epoch=1
+pkgrel=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'
+ # additional for git snapshot
+ 'git')
+backup=(etc/X11/xorg.conf.d/10-radeon.conf)
+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})
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit}")
+sha256sums=('SKIP')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer <michel at daenzer.net>
+
+pkgver() {
+ cd $pkgname
+ # from ati-git AUR pkg
+ # git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ # use version already commited into configure.ac "7.8.99"
+ git describe --long | sed 's/^xf86-video-ati-7.8.0/7.8.99/;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd ${pkgname} #-${pkgver}
+
+ ./configure --prefix=/usr \
+ --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
+ --enable-glamor
+ 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}/"
+}
More information about the arch-commits
mailing list