3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

257 commits

Author SHA1 Message Date
Jan Tojnar 9c33a3ff21
gnomeExtensions.gsconnect: Clean up
* Caribou dependency was removed in v27 (fd1a771ef4)
* Atspi is optional since then, when Mutter is built with Pipewire support.
* Nautilus stuff does not actually seem to be used directly, the Python script will be eventually loaded by nautilus-python.
* UPower is used through D-Bus now (c53491f97d)
* xmllint does not seem to be used (maybe it was used for building GResource in the past)
* use pkg-config instead of alias
2020-10-24 01:18:44 +02:00
Jan Tojnar 0703985bef
gnomeExtensions.gsconnect: 41 → 43
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v42
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v43

- Added installed tests.
- Corrected license.
2020-10-24 01:18:44 +02:00
David Birks 579daedfca
material-shell: 7 -> 8 (#101427)
And removed the patch that is now included in release 8.
2020-10-23 18:47:45 -04:00
Justinas Stankevicius 6bdbd6b76c gnomeExtensions.freon: init at 40 2020-10-11 18:00:33 +02:00
Jon Banafato 1314788522 gnomeExtensions.taskwhisperer: 12 -> 16, unbreak
taskwhisperer has a new release that supports GNOME 3.36 and 3.38. Full
changelog available at
https://github.com/cinatic/taskwhisperer/compare/v12...v16.
2020-10-11 11:07:37 +02:00
WORLDofPEACE 8cee2ba640 gnomeExtensions.dash-to-dock: 2020-04-20 -> 69
This version supports both 3.36 and 3.38.
2020-10-09 17:57:08 -04:00
Benjamin Staffin 2452fcddaf
material-shell: add patch to fix font scaling (#99878) 2020-10-06 13:00:43 -04:00
Benjamin Staffin 60905342a6
material-shell: 6 -> 7 (#99309) 2020-10-02 13:48:42 -04:00
Benjamin Staffin 703f052de1
material-shell: init at v6 (#98899) 2020-09-29 18:38:45 -04:00
Jon Banafato 9ac8938031 gnomeExtensions.appindicator: 33 -> 34 2020-09-20 15:22:56 -04:00
WORLDofPEACE dff40ce22c
Merge pull request #94771 from bbigras/timepp
gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15
2020-09-19 14:52:32 -04:00
Doron Behar 3f1a356b81 gnomeExtensions.gsconnect: 39 -> 41
Update patch so it'll apply on v41.
2020-09-17 11:39:07 +03:00
dawidsowa 5d50bb69bf
gnomeExtensions.dash-to-panel: 38 -> 39 (#97840) 2020-09-12 15:23:43 +00:00
Jon Banafato ff22e0e140 gnomeExtensions.night-theme-switcher: 19 -> 36 2020-08-23 10:52:19 +02:00
Bruno Bigras 1127b73eee gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15 2020-08-06 02:48:59 -04:00
Doron Behar b0edcfd09b gnomeExtensions.gsconnect: 38 -> 39 2020-07-31 10:46:50 +02:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Vladyslav M 80b1900318
Merge pull request #91814 from tpanum/master 2020-07-28 09:29:41 +03:00
Thomas Kobber Panum 2120bd4ad6
gnomeExtensions.arc-menu: 43 -> 47 2020-07-28 07:58:05 +02:00
R. RyanTM 48648ae748 gnomeExtensions.workspace-matrix: 4.0.0 -> 4.0.1 2020-07-21 19:20:29 +02:00
zowoq 8f2d4f9956 gnomeExtensions: add runHook to {build,install}Phase 2020-07-18 21:06:33 +10:00
Jan Tojnar 332fa4387f
Merge pull request #93155 from rawkode/package/gnome-emoji-selector
gnomeExtensions.emoji-selector: init at v19
2020-07-16 11:23:44 +02:00
David McKay b3870815c4 gnomeExtensions.emoji-selector: init at v19 2020-07-15 09:24:41 +01:00
David McKay 2968735bbc gnomeExtensions.dash-to-panel: 31 -> 38 2020-07-11 13:45:02 +01:00
Jan Tojnar e96bf89d1e
gnomeExtensions.system-monitor: unbreak with newer GNOME Shell
Had to switch to master and include Clutter typelib to path since recent versions of GNOME Shell open preferences out of Shell context.
2020-07-10 20:12:34 +02:00
Tor Hedin Brønner b62c2af71e gnomeExtensions.gsconnect: 35 -> 38
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v38
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v37
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v36
2020-06-07 12:38:16 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Jan Tojnar 5df7471c14
chrome-gnome-shell: Fix missing introspection data
It was crashing with:

    TypeError: gobject `__main__+ChromeGNOMEShell' doesn't support property `application_id'

– that is the constructor of parent class Gio.Application does not recognize the kwarg.

This is typically caused by missing pygobject overrides but I think ones for Gio are built-in into pygobject.

Even weirder, adding just `${gobject-introspection}/lib/girepository-1.0` seems to fix the issue so it might be missing the whole typelib.
But then why does not it fail when importing it?

	from gi.repository import GLib, Gio

For now, I am adding the Gio typelib which should been done from the start but more debugging should be done since weirdness like this can bring more bugs.

Fixes: https://github.com/NixOS/nixpkgs/issues/87740
2020-05-13 17:02:53 +02:00
Jan Tojnar c8683da483
chrome-gnome-shell: clean up
* format with nixpkgs-fmt
* reorder attributes
* inline version
2020-05-13 16:45:55 +02:00
R. RyanTM 024a6dc45b gnomeExtensions.clipboard-indicator: 30 -> 34 2020-05-10 13:11:56 +02:00
Bjørn Forsman eb12149979 gnomeExtensions: add 'uuid' attr to all extensions
Some already have it, this adds it to the rest.

With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
Roman Firment c35d8c94d7 gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02
Also add license.
2020-05-09 15:08:24 +02:00
Roman Firment e523407d80 gnomeExtensions.window-is-ready-remover: init at unstable-2020-03-25
Removes window is ready Notification.
2020-05-01 01:45:37 +02:00
Jan Tojnar df3e072f24
gnomeExtensions.dash-to-dock: 2020-03-19 → 2020-04-20 2020-04-23 22:43:33 +02:00
Jan Tojnar a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Jan Tojnar aac691a8b7 gnomeExtensions.dash-to-dock: update to rebased tip 2020-04-12 13:37:58 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
dasj19 4755186bb4
clipboard-indicator: removed broken flag. (#83088) 2020-04-09 08:03:31 +02:00
Jan Tojnar 15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Eric Dallo 72e5b2dc2c gnomeExtensions.drop-down-terminal: v24 -> unstable-2020-03-25 2020-03-28 18:41:13 -04:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
worldofpeace 5e98740af0
gnomeExtensions.caffeine: 33 -> 2020-03-13 2020-03-24 07:11:28 +01:00
Jan Tojnar 687254fe2a
gnomeExtensions.drop-down-terminal: mark as broken 2020-03-24 07:11:28 +01:00
Jan Tojnar 92b58b6248
gnomeExtensions.impatience: 0.4.5 → unstable-2019-09-23
It has been broken since GNOME 3.34
2020-03-24 07:11:28 +01:00
Jan Tojnar 0cc063f8d2
gnomeExtensions.mpris-indicator-button: 2019-09-29 → 2020-03-21 2020-03-24 07:11:27 +01:00
Jan Tojnar b6e2705445
gnomeExtensions.appindicator: 32 -> 33 2020-03-24 07:11:27 +01:00
Jan Tojnar d4ed177aba
gnomeExtensions.gnomeExtensions.sound-output-device-chooser: 25 → 28 2020-03-24 07:11:26 +01:00
Jan Tojnar d7b5e4e264
gnomeExtensions.system-monitor: mark as broken 2020-03-24 07:11:26 +01:00
Jan Tojnar 2f8e6bdec7
gnomeExtensions.topicons-plus: mark as broken
We forgot to do that last time.
2020-03-24 07:11:26 +01:00
Jan Tojnar a3c93efbc0
gnomeExtensions.window-corner-preview: mark as broken 2020-03-24 07:11:25 +01:00
Jan Tojnar 3218938e7e
gnomeExtensions.workspace-matrix: 3.0.0 → 4.0.0
https://github.com/mzur/gnome-shell-wsmatrix/releases/tag/v4.0.0
2020-03-24 07:11:25 +01:00
Tor Hedin Brønner b05ce413fd
gnomeExtensions.dash-to-dock: 67 -> 2020-03-19 2020-03-24 07:11:17 +01:00
Tor Hedin Brønner 66268bfe2c
gnomeExtensions.dash-to-panel: 26 -> 31 2020-03-24 07:11:09 +01:00
Tor Hedin Brønner fbca8c8b9f
gnomeExtensions.night-theme-switcher: 2.1 -> 19
Is now hosted on gitlab.
2020-03-24 07:11:08 +01:00
Tor Hedin Brønner 954baa6751
gnomeExtensions.arc-menu: 33 -> 43 2020-03-24 07:11:08 +01:00
Tor Hedin Brønner a786b8bc42
gnomeExtensions.gsconnect: 31 -> 35 2020-03-24 07:11:08 +01:00
Aneesh Agrawal 56e5bbf07d system-monitor: remove aneeshusa as maintainer 2020-03-24 01:21:10 -04:00
Aneesh Agrawal 7ff3e67bb2 impatience: remove aneeshusa from maintainers 2020-03-24 01:20:53 -04:00
Dmitry Kalinkin 7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Eric Dallo 3064aa7525
gnomeExtensions.draw-on-your-screen: init at 6 2020-03-20 21:49:59 -03:00
zowoq 982b4da76d
gnomeExtensions.paperwm: init at 36.0 (#81785) 2020-03-11 17:25:05 +01:00
Jan Tojnar 7de490a28a
gnomeExtensions.sound-output-device-chooser: 24 -> 25
https://github.com/kgshank/gse-sound-output-device-chooser/releases/tag/25
2020-03-05 02:07:23 +01:00
R. RyanTM e88113846c
gnomeExtensions.appindicator: 30 -> 32 (#81309) 2020-03-03 20:22:38 +01:00
zowoq ee5506c430 gnomeExtensions.volume-mixer: remove
This doesn't seem to have had a top-level entry for several years.
2020-02-23 14:09:08 +10:00
zowoq 5cf7c7fa82 gnomeExtensions.impatience: move to directory 2020-02-23 14:00:40 +10:00
Tor Hedin Brønner 71a54f1130 gnomeExtensions.gsconnect: fix build
dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806
2020-02-11 17:16:00 +01:00
Tor Hedin Brønner 93c7301338
gnomeExtensions.gsconnect: 30 -> 31 (#78359)
No longer depends on libfolks :)

https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v31
2020-01-24 13:45:11 +01:00
Bjørn Forsman 1a9fcf4f34 gnomeExtensions.gsconnect: 27 -> 30 (#76633) 2019-12-30 01:55:14 +01:00
Chuck 492de5c32e gnomeExtensions.workspace-grid: Remove
workspace-matrix largely replaces workspace-grid [1].

Also, workspace-grid.nix was accidentally dropped from
top-level/all-packages.nix in the Gnome 3.18 -> 3.20 bump in
5a245c24b0, so this file has been
unreferenced for three years.

[1] https://github.com/zakkak/workspace-grid/issues/120#issuecomment-488802454
2019-12-08 13:53:18 -08:00
Chuck 1e97dbb405 gnomeExtensions.workspace-matrix: Init at 3.0.0 2019-12-08 13:53:18 -08:00
Jon Banafato d62852ea1c gnomeExtensions.caffeine: unstable-2019-04-02 -> 33 2019-11-30 23:48:23 +01:00
Sean Buckley 25fc378642 gnomeExtensions.dash-to-panel: 23 -> 26 2019-11-19 07:46:56 +01:00
Bjørn Forsman 0fd63b40b0 Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commit b9f3160c2a.

It builds and runs fine. I'm not sure why it was marked broken in the
first place, I successfully built it on commit b9f3160. A runtime issue
that was later fixed?
2019-11-18 20:57:55 +01:00
Jan Tojnar 3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01:00
Jon Banafato 0724efc305 gnomeExtensions.night-theme-switcher: init at 2.1 2019-11-03 09:34:10 -05:00
Jan Tojnar 2bd4f8023b
gnomeExtensions.gsconnect: 26 → 27
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v27
2019-10-18 02:09:09 +02:00
worldofpeace dbe6e52150
Merge pull request #70533 from worldofpeace/arc-menu-33
gnomeExtensions.arc-menu: 33.2 -> 33
2019-10-10 19:19:33 +00:00
worldofpeace 5883c59f76
Merge pull request #70880 from jtojnar/no-no-hot-corners
gnomeExtensions.nohotcorner: drop
2019-10-09 20:40:03 +00:00
Jan Tojnar 59bb56a243
gnomeExtensions.nohotcorner: drop
It is part of GNOME 3.34
2019-10-09 22:09:16 +02:00
Tor Hedin Brønner 7757dd115c
Merge pull request #70705 from hedning/gnome-3.34.1
Gnome 3.34.1
2019-10-09 00:35:38 +02:00
Tor Hedin Brønner 3e3575d1fc gnomeExtensions.dash-to-dock: 20190921 -> 67
Actual release for gnome 3.34
2019-10-08 12:08:51 +02:00
worldofpeace 209e90b41e gnomeExtensions.arc-menu: 33.2 -> 33
Despite the 33.3 -> 33 this doesn't appear to be a downgrade.
2019-10-06 13:25:25 -04:00
worldofpeace bbe7f62ace gnomeExtensions.mpris-indicator-button: init at 2019-09-29
This is essentially the replacement for gnomeExtensions.mediaplayer.
2019-10-05 09:09:46 -04:00
Jan Tojnar 4655669483
Gnome 3.34 (#68608)
Gnome 3.34
2019-10-03 00:38:54 +02:00
Tor Hedin Brønner 4b3942b75a
gnomeExtensions.dash-to-dock: 66 -> 20190921
There's still no official release for gnome-3.34
2019-10-03 00:09:20 +02:00
worldofpeace 76d12e8b88
gnomeExtension.timepp: mark as broken 2019-10-03 00:09:16 +02:00
worldofpeace eebc63aabd
gnomeExtension.tilingnome: 2019-01-18 -> 2019-09-19 2019-10-03 00:09:16 +02:00
worldofpeace 3e0539af09
gnomeExtension.taskwhisperer: mark as broken 2019-10-03 00:09:16 +02:00
worldofpeace b9f3160c2a
gnomeExtension.system-monitor-applet: mark as broken 2019-10-03 00:09:16 +02:00
worldofpeace 9599236469
gnomeExtension.sound-output-device-chooser: 2019-04-01 -> 24 2019-10-03 00:09:16 +02:00
worldofpeace d6413fc352
gnomeExtensions.remove-dropdown-arrows: 11 -> 13 2019-10-03 00:09:15 +02:00
worldofpeace 4333119b64
gnomeExtensions.pidgin-im-integration: mark as broken 2019-10-03 00:09:15 +02:00
worldofpeace 006330bce4
gnomeExtensions.icon-hider: mark as broken 2019-10-03 00:09:15 +02:00
worldofpeace 77f1d77a3b
gnomeExtensions.clipboard-indicator: mark as broken 2019-10-03 00:09:15 +02:00
worldofpeace 18f2e6230a
gnomeExtensions.caffeine: make as broken 2019-10-03 00:09:14 +02:00
worldofpeace 3b81b3a827
gnomeExtensions.arc-menu: 31 -> 33.2 2019-10-03 00:09:14 +02:00
worldofpeace fc8413d218
gnomeExtensions.appindicator: 29 -> 30 2019-10-03 00:09:14 +02:00
worldofpeace d935c9bc59
gnomeExtensions.mediaplayer: remove
Source repo is archived and the extension was retired [0]

[0]: https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/blob/master/README.md
2019-10-03 00:09:14 +02:00
worldofpeace 643b6a8c76
Merge pull request #70042 from ericdallo/add-gnome-extension-drop-down-terminal
gnomeExtensions.drop-down-terminal: init at v24
2019-10-02 13:48:20 +00:00