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

Jan Steffens heftig at nymeria.archlinux.org
Tue Mar 26 07:32:10 UTC 2013


    Date: Tuesday, March 26, 2013 @ 08:32:09
  Author: heftig
Revision: 180771

3.8.0

Modified:
  gnome-session/trunk/PKGBUILD
Deleted:
  gnome-session/trunk/gnome-session-3.3.1-llvmpipe.patch

------------------------------------+
 PKGBUILD                           |   22 +++++++++-------------
 gnome-session-3.3.1-llvmpipe.patch |    9 ---------
 2 files changed, 9 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-26 07:02:11 UTC (rev 180770)
+++ PKGBUILD	2013-03-26 07:32:09 UTC (rev 180771)
@@ -2,31 +2,27 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-session
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('libsystemd' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3'
-         'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 'polkit-gnome'
-         'upower')
-makedepends=('intltool' 'mesa' 'xtrans')
+license=(GPL LGPL)
+depends=(systemd dconf gconf gsettings-desktop-schemas gtk3 gnome-desktop
+         hicolor-icon-theme json-glib libgl libsm libxtst polkit-gnome
+         upower)
+makedepends=(intltool mesa gtk-doc)
 options=('!emptydirs')
 install=gnome-session.install
 url="http://www.gnome.org"
-groups=('gnome')
+groups=(gnome)
 source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-        gnome-session-3.3.1-llvmpipe.patch timeout.patch)
-sha256sums=('2e3a3466eed4136826e150b639c63beb5c93710346dea2e538adfe5e18d701b4'
-            '59ea58012febe48a67dabd944dc638400637ad4d296d63b63b585f10eea4f85e'
+        timeout.patch)
+sha256sums=('7892c4ef5049bf5f4ac75bc82b554c1c5f962249108c8467df1be0f947b5a99f'
             '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 
 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
 

Deleted: gnome-session-3.3.1-llvmpipe.patch
===================================================================
--- gnome-session-3.3.1-llvmpipe.patch	2013-03-26 07:02:11 UTC (rev 180770)
+++ gnome-session-3.3.1-llvmpipe.patch	2013-03-26 07:32:09 UTC (rev 180771)
@@ -1,9 +0,0 @@
-diff -up gnome-session-3.3.1/data/hardware-compatibility.jx gnome-session-3.3.1/data/hardware-compatibility
---- gnome-session-3.3.1/data/hardware-compatibility.jx	2011-10-21 10:35:39.000000000 -0400
-+++ gnome-session-3.3.1/data/hardware-compatibility	2011-11-03 17:53:17.156407217 -0400
-@@ -20,4 +20,4 @@
- 
- # Gallium has softpipe and llvmpipe
- -softpipe
---llvmpipe
-+#llvmpipe




More information about the arch-commits mailing list