diff options
author | root <root@rshg054.dnsready.net> | 2013-06-28 00:32:41 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-28 00:32:41 -0700 |
commit | 0a66b29837912ffee94e074fc35ba46896a96f2a (patch) | |
tree | a80241ce657a9ebef8d45ca5cc48b670c3c3b626 /extra/gnome-shell/PKGBUILD | |
parent | 7851c02115b35e64fc3b827b29c79023d4518f6f (diff) |
Fri Jun 28 00:32:41 PDT 2013
Diffstat (limited to 'extra/gnome-shell/PKGBUILD')
-rw-r--r-- | extra/gnome-shell/PKGBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 55c76ce08..930763625 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 187902 2013-06-07 22:40:58Z heftig $ +# $Id: PKGBUILD 188954 2013-06-27 04:03:27Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell pkgver=3.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64) url="http://live.gnome.org/GnomeShell" @@ -19,15 +19,20 @@ options=('!libtool' '!emptydirs') install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz - nm-libexecdir.patch) + nm-libexecdir.patch + 0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch) sha256sums=('145724f21ead9dbe0c39d3ab468b39264c7aaf3f0fa5d152b295d905d8339c22' - 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607') + 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607' + 'c5f0c9b071d5c31e11289c45743e1f82f6bba8201a28e0efb7a197f57cbb2105') prepare() { cd $pkgname-$pkgver # FS#30747 FS#32730 Problems due to libexecdir different from NM patch -Np1 -i ../nm-libexecdir.patch + + # FS#35174 Nautilus crashes GS + patch -Np1 -i ../0001-st-Be-more-forgiving-when-calling-get_theme_node-on-.patch } build() { |