Commit graph

74 commits

Author SHA1 Message Date
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
R. RyanTM
9060c9af0a gnome3.gnome-shell: 3.38.1 -> 3.38.2 2020-12-09 03:59:41 +01:00
Jan Tojnar
6fd69ba58d
gnome3.gnome-shell: 3.38.0 → 3.38.1
Uses fresh g-v-c

https://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.38/gnome-shell-3.38.1.news
2020-10-24 01:17:58 +02:00
WORLDofPEACE
93f93c84b4
gnome3.gnome-shell: drop direct telepathy support
It is now runtime optional
2020-10-24 01:17:50 +02:00
Doron Behar
bdbf926017
gnome3.gnome-<several>: Use a gvc suitable for modern laptops
Address:
https://mail.gnome.org/archives/distributor-list/2020-September/msg00001.html

gnome3.gnome-{control-center,settings-daemon,shell} ship within their
tarball a copy of lignome-volume-control in the `subprojects/gvc/`. This
commit makes them use an updated version of it, which supports Modern
laptops with SOF for audio. Close #98470.
2020-10-24 01:17:00 +02:00
Piotr Bogdan
a17b2aa43d
gnome3.gnome-shell: 3.36.5 -> 3.38.0
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/3.38.0/NEWS

- Screencasting service has been factored out:
  https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1372
2020-10-24 01:14:27 +02:00
dasj19
2ca6f6d33a
gnome3.gnome-shell: 3.36.4 -> 3.36.5 (#95694) 2020-08-23 18:14:26 +02:00
Jan Tojnar
b491020081
gnome3.gnome-shell: build docs 2020-07-13 09:55:11 +02:00
Jan Tojnar
0937ea6dab
gnome3.gnome-shell: Clean up
Remove the following dependencies:

* libcanberra – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/327
* libsoup – https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/234
* libXtst – 9f5a2d8aca
* glibcLocales – no longer necessary since glibc now contains C.UTF-8 locale
* docbook-xsl-ns – not sure why this was included but there are no complaints when this is removed

Also move gnome-autoar & json-glib to proper section and drop unused clutter arg.
2020-07-13 09:50:14 +02:00
Jan Tojnar
8cddeef571
gnome3.gnome-shell: Format with nixpkgs-fmt
Also reorder and stop using aliases for pkg-config and docbook-xsl-{,no}ns.
2020-07-13 09:21:03 +02:00
Daniel Șerbănescu
6cc3c17bd2 gnome-shell: 3.36.3 -> 3.36.4 2020-07-08 16:34:52 +02:00
Tor Hedin Brønner
40215faf81 gnome3.gnome-shell: 3.36.2 -> 3.36.3
https://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.36/gnome-shell-3.36.3.news
2020-06-07 12:38:42 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Tor Hedin Brønner
88f42237d8 gnome3.gnome-shell: 3.36.1 -> 3.36.2 2020-04-30 15:56:15 +02:00
Jan Tojnar
940c35568b
Merge pull request #84485 from xfix/bash-completion-update
bash-completion: 2.9 -> 2.10
2020-04-13 19:28:56 +02:00
Jan Tojnar
bdb2bed66e
gnome3.gnome-shell: fix build with bash-completion 2.10 2020-04-13 19:11:23 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Tor Hedin Brønner
b5fd24e707 gnome3.gnome-shell: 3.36.0 -> 3.36.1
- Adds bash-completion depedency.
- New internal library (`libshew`) require absolute install path.
- Some services (like the extension app) isn't wrapped correctly without
  patching.

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-04-12 13:37:57 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Jan Tojnar
93095d1696
gnome3.gnome-shell: Fix screen recorder
Trying to record screen (ctr-alt-shift-r) fails with the following logged:

	Can't create videoconvert element
	shell_recorder_close: assertion 'recorder->state != RECORDER_STATE_CLOSED' failed

videoconvert plug-in is part of gst-plugins-base.
2020-03-26 04:34:59 +01:00
Jan Tojnar
f61053de38
gnome3.gnome-shell: Fix Telepathy integration 2020-03-26 04:34:59 +01:00
Tor Hedin Brønner
2938c129be
gnome3.gnome-shell: 3.34.4 -> 3.36.0 2020-03-24 07:06:57 +01:00
Tor Hedin Brønner
ea4b4c41ba
gnome3.gnome-shell: use libnma 2020-03-21 04:41:14 +01:00
Tor Hedin Brønner
7d717675bf gnome3.gnome-shell: 3.34.3 -> 3.34.4 2020-02-17 08:35:03 +01:00
Tor Hedin Brønner
4bdcab3bd2 gnome3.gnome-shell: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.3/NEWS
2020-01-07 15:29:50 +01:00
Tor Hedin Brønner
7cbdbabb4e gnome3.gnome-shell: 3.34.1 -> 3.34.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.2/NEWS
2019-12-13 07:30:49 +01:00
Tor Hedin Brønner
a66adfcc5b gnome3.gnome-shell: 3.34.0 -> 3.34.1 2019-10-09 04:56:48 +02:00
Tor Hedin Brønner
34a76d40cd
gnome3.gnome-shell: drop caribou
This should no longer be necessary as gnome-shell ships its own on-screen
keyboard.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønner
b916c65706 gnome3.gnome-shell: hardcode gsettings path 2019-09-30 19:39:50 +02:00
worldofpeace
90b0e3c19f gnome3.gnome-shell: enable extensions_tool 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner
ca97caee7e gnome3.gnome-shell: 3.32.2 -> 3.34.0 2019-09-30 19:39:44 +02: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
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
worldofpeace
839b0767eb gnome3.gnome-shell: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
Tor Hedin Brønner
1aff8dc407 gnome3.gnome-shell: needs python3 at build time
Was propagated by networkmanager before.
2019-04-27 05:24:47 +02:00
Tor Hedin Brønner
2d02d261fa gnome3.gnome-shell: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.32.1/NEWS
2019-04-18 13:46:44 +02:00
Tor Hedin Brønner
f9224ac84d
gnome3.gnome-shell: 3.30.2 -> 3.32.0 2019-04-05 11:40:15 +02:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
worldofpeace
0b14f7896d libgnomekbd: rename from gnome3.libgnomekbd 2018-12-25 20:14:31 -05:00
worldofpeace
c1599d29d9 gcr: rename from gnome3.gcr 2018-12-25 20:14:28 -05:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar
66c36aea1b
gnome3.gnome-shell: 3.28.3 → 3.30.2 2018-11-30 21:34:23 +01:00
Jan Tojnar
5cc18c4781
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
Vladimír Čunát
91b01208a0
gnome3.gnome-shell: fix build (missing xsltproc) 2018-08-30 09:56:16 +02:00
Jan Tojnar
d15f2f0e0a
gnome3.gnome-shell: 3.28.2 → 3.28.3 2018-07-31 23:01:40 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tor Hedin Brønner
989fd880a1 gnome3.gnome-shell: 3.28.1 -> 3.28.2 2018-05-13 23:15:39 +02:00
Jan Tojnar
0e57b81b2d
gnome3.gnome-shell: fix libgnomekdb path 2018-05-12 22:58:04 +02:00