gnomeExtensions.arc-menu: 43 -> 47
This commit is contained in:
parent
74cb17f3ba
commit
2120bd4ad6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-arc-menu";
|
pname = "gnome-shell-arc-menu";
|
||||||
version = "43";
|
version = "47";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "LinxGem33";
|
owner = "arcmenu-team";
|
||||||
repo = "Arc-Menu";
|
repo = "Arc-Menu";
|
||||||
rev = "v${version}-Stable";
|
rev = "v${version}-Stable";
|
||||||
sha256 = "1rspl89bxqy0wla8cj0h1d29gp38xg1vmvhc1qg7bl46ank4yp5q";
|
sha256 = "1hhjxdm1sm9pddhkkxx532hqqiv9ghvqgn9xszg1jwhj29380fv6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
--- a/extension.js
|
--- a/extension.js
|
||||||
+++ b/extension.js
|
+++ b/extension.js
|
||||||
@@ -29,6 +29,8 @@
|
@@ -23,6 +23,8 @@
|
||||||
* https://github.com/The-Panacea-Projects/Gnomenu
|
|
||||||
*/
|
|
||||||
|
|
||||||
+
|
|
||||||
+imports.gi.GIRepository.Repository.prepend_search_path('@gmenu_path@');
|
|
||||||
|
|
||||||
// Import Libraries
|
|
||||||
const Main = imports.ui.main;
|
|
||||||
|
|
||||||
|
const Me = imports.misc.extensionUtils.getCurrentExtension();
|
||||||
|
|
||||||
|
+imports.gi.GIRepository.Repository.prepend_search_path('@gmenu_path@');
|
||||||
|
+
|
||||||
|
const {GLib, Gio, St} = imports.gi;
|
||||||
|
const Constants = Me.imports.constants;
|
||||||
|
const Controller = Me.imports.controller;
|
||||||
|
Loading…
Reference in New Issue
Block a user