[arch-commits] Commit in gnome-session/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jun 4 09:12:35 UTC 2012


    Date: Monday, June 4, 2012 @ 05:12:34
  Author: heftig
Revision: 160708

add 2 acceleration patches

Modified:
  gnome-session/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-04 07:57:09 UTC (rev 160707)
+++ PKGBUILD	2012-06-04 09:12:34 UTC (rev 160708)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-session
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -15,11 +15,21 @@
 install=gnome-session.install
 url="http://www.gnome.org"
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c2cbc86b63bb4869f4f95e7771ec6eee0c02965b732d634de5c8122607c4356')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        gnome-session-3.3.1-llvmpipe.patch timeout.patch)
+sha256sums=('6c2cbc86b63bb4869f4f95e7771ec6eee0c02965b732d634de5c8122607c4356'
+            '59ea58012febe48a67dabd944dc638400637ad4d296d63b63b585f10eea4f85e'
+            '1942c8144711cf4bc0e776edd366579849e266a446b48cca0205d7ab82241782')
 
 build() {
   cd $pkgname-$pkgver
+
+  # Allow software rendering
+  patch -Np1 -i ../gnome-session-3.3.1-llvmpipe.patch
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
       --disable-schemas-compile --enable-systemd




More information about the arch-commits mailing list