[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Tue Dec 17 11:06:25 UTC 2013
Date: Tuesday, December 17, 2013 @ 12:06:25
Author: heftig
Revision: 201635
Fix FS#37412
Modified:
gnome-shell/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-17 10:34:47 UTC (rev 201634)
+++ PKGBUILD 2013-12-17 11:06:25 UTC (rev 201635)
@@ -4,7 +4,7 @@
pkgname=gnome-shell
pkgver=3.10.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="The next generation GNOME Shell"
arch=(i686 x86_64)
url="http://live.gnome.org/GnomeShell"
@@ -16,7 +16,6 @@
makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
optdepends=('gnome-control-center: System settings'
'evolution-data-server: Evolution calendar integration')
-options=('!emptydirs')
install=gnome-shell.install
groups=(gnome)
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
@@ -52,4 +51,7 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
+
+ # Must exist; FS#37412
+ mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
}
More information about the arch-commits
mailing list