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

Andreas Radke andyrtr at archlinux.org
Sun Jun 3 11:22:13 UTC 2018


    Date: Sunday, June 3, 2018 @ 11:22:12
  Author: andyrtr
Revision: 325611

upgpkg: xf86-video-fbdev 0.5.0-1

upstream update 0.5.0

Modified:
  xf86-video-fbdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 10:30:28 UTC (rev 325610)
+++ PKGBUILD	2018-06-03 11:22:12 UTC (rev 325611)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xf86-video-fbdev
-pkgver=0.4.4+13+g9af7f81
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="X.org framebuffer video driver"
 arch=(x86_64)
@@ -12,26 +12,20 @@
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' git)
 conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
-_commit=9af7f81534aa03fe01d88786805b00729ac321e9  # master
-source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-fbdev#commit=$_commit"
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
         gcc8.diff)
-sha256sums=('SKIP'
+sha256sums=('dcc3d85f378022180e437a9ec00a59b6cb7680ff79c40394d695060af2374699'
+            'SKIP'
             '050db537aae39b6deb1b2531b0064d62e2725f92b6c5c8ee6ade32e73cd3d5e8')
+validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^xf86-video-fbdev-//;s/-/+/g'
-}
-
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   patch -Np0 -i ../gcc8.diff
-  
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  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.
@@ -45,12 +39,12 @@
 }
 
 check() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname
+  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