Răsfoiți Sursa

3.26.2+5+g3b4be770a-2

Jan Alexander Steffens 7 ani în urmă
părinte
comite
548f1c7bac
2 a modificat fișierele cu 4 adăugiri și 21 ștergeri
  1. 4 9
      PKGBUILD
  2. 0 12
      nm-libexecdir.patch

+ 4 - 9
PKGBUILD

@@ -3,7 +3,7 @@
 
 pkgname=gnome-shell
 pkgver=3.26.2+5+g3b4be770a
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 url="https://wiki.gnome.org/Projects/GnomeShell"
 arch=(x86_64)
@@ -19,12 +19,10 @@ groups=(gnome)
 _commit=3b4be770a0590bcee9c739f3d9264320e23d555b  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
         "git+https://git.gnome.org/browse/libgnome-volume-control"
-        "git+https://git.gnome.org/browse/gnome-shell-sass"
-        nm-libexecdir.patch)
+        "git+https://git.gnome.org/browse/gnome-shell-sass")
 sha256sums=('SKIP'
             'SKIP'
-            'SKIP'
-            'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+            'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -35,10 +33,7 @@ prepare() {
   mkdir build
   cd $pkgname
 
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Move the plugin to our custom epihpany-only dir
+  # Move the plugin to our custom epiphany-only dir
   sed -i "s/'mozilla'/'epiphany'/g" meson.build
 
   git submodule init

+ 0 - 12
nm-libexecdir.patch

@@ -1,12 +0,0 @@
-diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
---- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js	2013-02-20 20:31:03.000000000 +0100
-+++ gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js	2013-03-10 17:13:46.120907065 +0100
-@@ -686,7 +686,7 @@
-                     } catch(e) { } // ignore errors if key does not exist
-                     let path = binary;
-                     if (!GLib.path_is_absolute(path)) {
--                        path = GLib.build_filenamev([Config.LIBEXECDIR, path]);
-+                        path = GLib.build_filenamev(["/usr/lib/networkmanager", path]);
-                     }
- 
-                     if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE))