Commit graph

29 commits

Author SHA1 Message Date
Sandro Jäckel 024247946f
gnome3.gsconnect: remove unused input 2021-02-17 23:12:24 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Matt Votava b421c61891 gnomeExtensions.gsconnect: fix installed tests 2020-12-02 16:53:34 -08:00
Doron Behar d2a55a7fc5 gnomeExtensions.gsconnect: 43 -> 44 2020-11-13 10:02:17 +02:00
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
Doron Behar 3f1a356b81 gnomeExtensions.gsconnect: 39 -> 41
Update patch so it'll apply on v41.
2020-09-17 11:39:07 +03:00
Doron Behar b0edcfd09b gnomeExtensions.gsconnect: 38 -> 39 2020-07-31 10:46:50 +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
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tor Hedin Brønner a786b8bc42
gnomeExtensions.gsconnect: 31 -> 35 2020-03-24 07:11:08 +01: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
Jan Tojnar 3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +01: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
Tor Hedin Brønner 7d49165f78 gnomeExtensions.gsconnect: 23 -> 26 2019-09-30 19:39:46 +02:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Jan Tojnar 9b6789de73
tree-wide: replace wrapProgram with wrapGApp
where appropriate
2019-09-10 17:54:57 +02:00
worldofpeace 8250fcb326 fixup! treewide: use glib.{getSchemaPath, makeSchemaPath} 2019-08-27 14:25:43 -04:00
worldofpeace 7bb8f05f12 treewide: use glib.{getSchemaPath, makeSchemaPath} 2019-08-26 21:28:17 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jan Tojnar b85cbd96c2
gnomeExtensions.gsconnect: 21 → 23
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v22
2019-05-03 04:34:43 +02:00
Tor Hedin Brønner a0b5ada01c
gnomeExtensions.gsconnect: 20 -> 21 2019-04-05 12:13:36 +02:00
Elis Hirwing 538d1a0e0e gnomeExtensions.gsconnect: init at 20 2019-01-13 17:43:32 +01:00