|
@@ -3,7 +3,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"
|
|
@@ -15,7 +15,6 @@ depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus
|
|
|
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
|
|
@@ -51,4 +50,7 @@ build() {
|
|
|
package() {
|
|
|
cd $pkgname-$pkgver
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
+
|
|
|
+ # Must exist; FS#37412
|
|
|
+ mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
|
|
|
}
|