Are you planning on updating the package for gnome46? Apparently this already has been implemented in the github repo https://github.com/pop-os/shell/pull/1704
Thanks!
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-pop-shell-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-pop-shell-git |
Description: | GNOME Shell extension for advanced tiling window management |
Upstream URL: | https://github.com/pop-os/shell |
Licenses: | GPL-3.0-or-later |
Conflicts: | gnome-shell-extension-pop-shell |
Provides: | gnome-shell-extension-pop-shell |
Submitter: | ftsell |
Maintainer: | vincent.ducamps (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 55 |
Popularity: | 0.23 |
First Submitted: | 2020-03-04 13:39 (UTC) |
Last Updated: | 2024-06-30 16:49 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
Are you planning on updating the package for gnome46? Apparently this already has been implemented in the github repo https://github.com/pop-os/shell/pull/1704
Thanks!
@Humpie: I can't reproduce it, it builds fine.
I've got a typescript build-error, just like in https://aur.archlinux.org/packages/gnome-shell-extension-pop-shell-git: version: 1.2.0+300+gcf3c932-1
+ tsc
src/mod.d.ts:1:15 - error TS2451: Cannot redeclare block-scoped variable 'global'.
1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
~~~~~~
../../../../../node_modules/@types/node/globals.global.d.ts:1:13
1 declare var global: typeof globalThis;
~~~~~~
'global' was also declared here.
../../../../../node_modules/@types/node/globals.global.d.ts:1:13 - error TS2451: Cannot redeclare block-scoped variable 'global'.
1 declare var global: typeof globalThis;
~~~~~~
src/mod.d.ts:1:15
1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
~~~~~~
'global' was also declared here.
../../../../../node_modules/@types/node/timers.d.ts:26:35 - error TS2339: Property 'setTimeout' does not exist on type 'Global'.
26 let setTimeout: typeof global.setTimeout;
~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:27:37 - error TS2339: Property 'clearTimeout' does not exist on type 'Global'.
27 let clearTimeout: typeof global.clearTimeout;
~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:28:36 - error TS2339: Property 'setInterval' does not exist on type 'Global'.
28 let setInterval: typeof global.setInterval;
~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:29:38 - error TS2339: Property 'clearInterval' does not exist on type 'Global'.
29 let clearInterval: typeof global.clearInterval;
~~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:30:37 - error TS2339: Property 'setImmediate' does not exist on type 'Global'.
30 let setImmediate: typeof global.setImmediate;
~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:31:39 - error TS2339: Property 'clearImmediate' does not exist on type 'Global'.
31 let clearImmediate: typeof global.clearImmediate;
~~~~~~~~~~~~~~
Found 8 errors in 3 files.
Errors Files
1 src/mod.d.ts:1
1 ../../../../../node_modules/@types/node/globals.global.d.ts:1
6 ../../../../../node_modules/@types/node/timers.d.ts:26
make: *** [Makefile:38: compile] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: gnome-shell-extension-pop-shell-exit status 4
-> Failed to install the following packages. Manual intervention is required:
gnome-shell-extension-pop-shell - exit status 4
version r940.5b7afc6-1 build error:
+ tsc
src/mod.d.ts:1:15 - error TS2451: Cannot redeclare block-scoped variable 'global'.
1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
~~~~~~
../../../../../node_modules/@types/node/globals.global.d.ts:1:13
1 declare var global: typeof globalThis;
~~~~~~
'global' was also declared here.
../../../../../node_modules/@types/node/globals.global.d.ts:1:13 - error TS2451: Cannot redeclare block-scoped variable 'global'.
1 declare var global: typeof globalThis;
~~~~~~
src/mod.d.ts:1:15
1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
~~~~~~
'global' was also declared here.
../../../../../node_modules/@types/node/timers.d.ts:26:35 - error TS2339: Property 'setTimeout' does not exist on type 'Global'.
26 let setTimeout: typeof global.setTimeout;
~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:27:37 - error TS2339: Property 'clearTimeout' does not exist on type 'Global'.
27 let clearTimeout: typeof global.clearTimeout;
~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:28:36 - error TS2339: Property 'setInterval' does not exist on type 'Global'.
28 let setInterval: typeof global.setInterval;
~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:29:38 - error TS2339: Property 'clearInterval' does not exist on type 'Global'.
29 let clearInterval: typeof global.clearInterval;
~~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:30:37 - error TS2339: Property 'setImmediate' does not exist on type 'Global'.
30 let setImmediate: typeof global.setImmediate;
~~~~~~~~~~~~
../../../../../node_modules/@types/node/timers.d.ts:31:39 - error TS2339: Property 'clearImmediate' does not exist on type 'Global'.
31 let clearImmediate: typeof global.clearImmediate;
~~~~~~~~~~~~~~
Found 8 errors in 3 files.
Errors Files
1 src/mod.d.ts:1
1 ../../../../../node_modules/@types/node/globals.global.d.ts:1
6 ../../../../../node_modules/@types/node/timers.d.ts:26
make: *** [Makefile:38: compile] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: gnome-shell-extension-pop-shell-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
gnome-shell-extension-pop-shell-git - exit status 4
@yochananmarqos ok great thanks! was using aura as AUR helper and package manager but it could indeed not figure this out.
@mouwrice: pop-shell-shortcuts-git
provides pop-shell-shortcuts
. If that's confusing your AUR helper, then find another one or don't use one at all. Either way, you can install pop-shell-shortcuts-git
first, then install this package.
The pop-shell-shortcuts can not be found when installing this package. Has this package recently been removed from the repository? Installed gnome-shell-extensions-pop-shell-git as this depends on pop-shell-shortcuts-git which is still available.
@yochananmarqos I was about to say that a clean build results in the same version number, but I manually removed the cache directory and now it builds properly. yay's clean build prompt seems to not actually get it into a clean state, this may be due to how it's handling a git repository. It might be worth adding something to prepare()
to make sure that there are no other extraneous changes.
:: Deleting (1/1): /home/eeems/.cache/yay/gnome-shell-extension-pop-shell
HEAD is now at 621da5d switch to GNOME 45 fork
Removing gnome-shell-extension-pop-shell-1.2.0+292+g0e09473-1-any.pkg.tar.zst
Removing gnome-shell-extension-pop-shell-1.2.0+293+gb5accce-1-any.pkg.tar.zst
Removing gnome-shell-extension-pop-shell-1.2.0+302+g446e152-1-any.pkg.tar.zst
Removing pop-shell-gnome-45/
Removing shell/
Skipping repository src/pop-shell-gnome-45
Removing src/50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override
Removing src/50_org.gnome.settings-daemon.plugins.media-keys.pop-shell.gschema.override
Removing src/0001-Remove-schema-handling-from-transpile.sh.patch
Removing src/50_org.gnome.mutter.pop-shell.gschema.override
Removing src/50_org.gnome.shell.pop-shell.gschema.override
Removing src/50_org.gnome.mutter.wayland.pop-shell.gschema.override
@Eeems: Do a clean build, something is wrong on your end.
The version number in the PKGBUILD doesn't match what is being generated. It should be updated to 1.2.0+302+g446e152
Pinned Comments
yochananmarqos commented on 2024-04-01 19:56 (UTC)
PSA: System76 is not actively maintaining this anymore, however they accept sane pull requests. Please only comment here if there is a packaging issue.