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

Laurent Carlier lcarlier at nymeria.archlinux.org
Sat Aug 10 17:30:14 UTC 2013


    Date: Saturday, August 10, 2013 @ 19:30:13
  Author: lcarlier
Revision: 192402

upgpkg: xf86-video-intel 2.21.14-2

Notify about default accel method also on upgrade (FS#36466)

Modified:
  xf86-video-intel/trunk/PKGBUILD
  xf86-video-intel/trunk/xf86-video-intel.install

--------------------------+
 PKGBUILD                 |    2 +-
 xf86-video-intel.install |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-10 17:15:00 UTC (rev 192401)
+++ PKGBUILD	2013-08-10 17:30:13 UTC (rev 192402)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.21.14
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')

Modified: xf86-video-intel.install
===================================================================
--- xf86-video-intel.install	2013-08-10 17:15:00 UTC (rev 192401)
+++ xf86-video-intel.install	2013-08-10 17:30:13 UTC (rev 192402)
@@ -1,7 +1,11 @@
+post_upgrade() {
+  post_install
+}
+
 post_install() {
   echo ">>> This driver now uses sna as the default"
   echo ">>> acceleration methods."
-  echo ">>> You can Use uxa method if you run into trouble."
+  echo ">>> You can use uxa method if you run into trouble."
   echo ">>> Add to the device section in /etc/X11/xorg.conf"
   echo ">>>   Option \"AccelMethod\" \"uxa\""
 }




More information about the arch-commits mailing list