Jan Tojnar
b91b91c03b
Merge pull request #108890 from B4dM4n/vulkan-loader-include
...
vulkan-loader: fix pkg-config include directory
2021-01-22 13:56:54 +01:00
Jan Tojnar
db28fc965b
link-grammar: Improve
...
- Add meta.changelog
- Correct license
- Run tests
- Add quick smoke test to passthru.tests
2021-01-20 10:24:43 +01:00
Jan Tojnar
e6f926d910
Merge branch 'master' into staging-next
2021-01-17 05:52:23 +01:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next
2021-01-15 17:46:46 +01:00
Jan Tojnar
bfb91bc57f
Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-override
...
gnomeExtensions.clock-override: init at 12
2021-01-15 02:56:37 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next
2021-01-14 02:24:17 +01:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next
2021-01-11 13:36:42 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging
2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Jan Tojnar
1f93d9ad14
Merge pull request #108841 from urbas/update-source-version-name-typo
...
pkgs.common-updater-scripts: update-source-version name singular
2021-01-09 19:22:46 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
...
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Jan Tojnar
0ea0dacc20
Merge branch 'staging-next' into staging
2021-01-07 13:06:41 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Jan Tojnar
3af8f7c03c
adminer: Clean up
...
- Drop unused arguments.
- Do not use both php and phpPackages since those can have different PHP versions.
- Do not use with statement just for a single composer package.
- Add phase hooks so that one can easily customize the derivation.
- Clarify license to gpl-2.0-only.
- Add jtojnar to maintainers.
2021-01-02 16:35:02 +01:00
Jan Tojnar
2a5b2df11d
Merge pull request #107417 from jtojnar/deprecate-unclear-gpl-licenses
...
licenses: Mark unclear GPL licenses explicitly deprecated
2021-01-01 23:49:44 +01:00
Jan Tojnar
0fb4e8c4c3
gdk-pixbuf: enable debug info
2020-12-28 02:19:17 +01:00
Jan Tojnar
7f8fcb2084
Merge pull request #102723 from r-ryantm/auto-update/poppler-glib
2020-12-26 16:06:42 +01:00
Jan Tojnar
8ca03822ca
poppler: 20.08.0 -> 20.12.1
...
- 20.09.0: https://lists.freedesktop.org/archives/poppler/2020-September/014432.html
- 20.10.0: https://lists.freedesktop.org/archives/poppler/2020-October/014467.html
- 20.11.0: https://lists.freedesktop.org/archives/poppler/2020-November/014499.html
- 20.12.0: https://lists.freedesktop.org/archives/poppler/2020-December/014546.html
- 20.12.1: https://lists.freedesktop.org/archives/poppler/2020-December/014562.html
2020-12-26 12:54:51 +01:00
Jan Tojnar
00f6d352bd
Merge pull request #107348 from rb2k/microdnf
2020-12-23 01:03:32 +01:00
Jan Tojnar
3dfcc7e3a5
Merge pull request #107044 from jtojnar/overridable-php-packages
2020-12-22 22:39:29 +01:00
Jan Tojnar
9d5bd8b835
licenses: Mark unclear GPL licenses explicitly deprecated
...
We recently switched to more explicit GPL license names in line
with the SPDX change and GNU Foundation recommendations:
https://www.gnu.org/licenses/identify-licenses-clearly.html
This followed up older change to use the recommended SPDX ID
https://github.com/NixOS/nixpkgs/commit/18a5e8c36b2681f5fc4aecd79f4cc723365d2d94
but using the `-only` variant for these deprecated licenses too
makes it harder to check for them automatically.
Let’s switch to the appropriate SPDX ID again.
2020-12-22 19:25:33 +01:00
Jan Tojnar
0d703ebdbb
Merge branch 'fixup'
2020-12-18 12:07:01 +01:00
Jan Tojnar
d4776f5826
Merge pull request #107101 from r-ryantm/auto-update/gdm
...
gnome3.gdm: 3.38.2 -> 3.38.2.1
2020-12-17 18:23:08 +01:00
Jan Tojnar
5fb6fbcad9
Merge pull request #106845 from AndersonTorres/wip-documentation
2020-12-17 18:19:11 +01:00
Jan Tojnar
b2594c71c2
php.packages: Make packages overridable
...
This will allow patching extensions without having to manually having to patch all occurrences in the dependency tree.
2020-12-16 18:32:27 +01:00
Jan Tojnar
31ded1888e
Merge pull request #107014 from jtojnar/update-script-no-lists
...
maintainers/scripts/update.nix: Do not traverse lists
2020-12-16 14:35:15 +01:00
Jan Tojnar
c485a932d9
maintainers/scripts/update.nix: Do not traverse lists
...
Lists items are not directly accessible like attributes in attrsets are.
This makes it hard to represent their address in `UPDATE_NIX_ATTR_PATH`
environment variable passed to update scripts.
Given that I only introduced list support for `gnome3` attribute set
and we stopped using them there, let’s remove the list support again.
NixOS modules are better place for package collections anyway.
This was meant to go in with https://github.com/NixOS/nixpkgs/pull/98304
but got accidentally omitted somehow.
2020-12-16 10:14:59 +01:00
Jan Tojnar
f79dfa8151
lxqt: do not use alias
...
Otherwise it does not evaluate with allowAliases = false.
Discovered when evaluating https://github.com/NixOS/nixpkgs/issues/106935 .
2020-12-16 10:02:54 +01:00
Jan Tojnar
f5525b73a2
python3.pkgs.lml: fix build
...
0.1.0 switched from nose to pytest. But it fails even with that.
2020-12-15 20:32:11 +01:00
Jan Tojnar
7e8b2b7e98
phpPackages: convert to scope
...
This will make it easier to make overridable.
Had to rename `packages` attribute to `tools` in `php-packages.nix` because `packages` is shadowed by `makeScope`.
2020-12-15 17:57:40 +01:00
Jan Tojnar
f3103172fd
Merge pull request #105364 from siraben/cross-doc-md
...
doc/stdenv/cross-compilation: convert to markdown
2020-12-14 10:43:24 +01:00
Jan Tojnar
f0a7851ed5
tracker: fix compatibility with sqlite 3.34
2020-12-10 13:37:26 +01:00
Jan Tojnar
ed98057f0a
Merge pull request #106352 from NixOS/fwupd-1.5.3
2020-12-10 06:31:51 +01:00
Jan Tojnar
0facf250a3
Merge pull request #106302 from NixOS/gdk-pixbuf-2.42.2
...
gdk-pixbuf: 2.42.0 → 2.42.2
2020-12-10 06:19:18 +01:00
Jan Tojnar
bf2f0ec278
Merge branch 'staging-next' into staging
2020-12-10 04:41:08 +01:00
Jan Tojnar
4f20afbc19
Merge branch 'master' into staging-next
2020-12-10 04:39:30 +01:00
Jan Tojnar
ba11a96653
doc: Add staging workflow diagram
2020-12-09 05:26:55 +01:00
Jan Tojnar
9a31966f14
pandoc-lua-filters: init at 2020-11-30
2020-12-09 05:26:55 +01:00
Jan Tojnar
113a866cac
fwupd: 1.5.2 → 1.5.3
...
https://blogs.gnome.org/hughsie/2020/12/08/fwupd-1-5-3/
2020-12-09 02:40:36 +01:00
Jan Tojnar
e0296b2d12
fwupd: 1.5.1 → 1.5.2
...
https://blogs.gnome.org/hughsie/2020/11/23/fwupd-1-5-2/
2020-12-09 02:40:36 +01:00
Jan Tojnar
8a42fbfa6a
Merge pull request #106277 from Pacman99/fix-gnome-podcasts
...
gnome-podcasts: add dependency gst-plugins-good
2020-12-08 10:03:32 +01:00
Jan Tojnar
3141ee4b6e
gdk-pixbuf: 2.42.0 → 2.42.2
...
Fixes CVE-2020-29385
https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.2.news
2020-12-08 01:25:15 +01:00
Jan Tojnar
62248877ad
doc/stdenv: Fix xref to gdk-pixbuf setup hook
...
DocBook does not support creating labels for unordered list items so we need to add a link label ourselves.
2020-12-07 23:49:56 +01:00
Jan Tojnar
be8a3b8d9d
doc: convert GNOME platform docs to markdown
2020-12-07 23:49:56 +01:00
Jan Tojnar
64b8489d54
doc: clean up makefile
...
The sectn and ulink hacks are not necessary since pandoc has been defaulting to Docbook 5 for a long time.
With the pandoc patches, we can get rid of id→xml:id replacement and xmlns hacks as well.
2020-12-07 23:49:56 +01:00
Jan Tojnar
16dfe8d7f2
pandoc: Add patches for nixpkgs docs
...
Until we update pandoc, these are necessary for faithful Markdown to Docbook conversion in the manual.
The following features are necessary for many pages, in particular the GNOME platform docs:
* Anchors should use `xml:id` attribute, as mandated by Docbook 5.
* Admonitions should be supported, including titles.
Additionally, xmlns should be set correctly for root element.
2020-12-07 23:49:55 +01:00
Jan Tojnar
e4c3cda197
doc: rename gnome to section
2020-12-07 23:49:36 +01:00
Jan Tojnar
4462f06ad8
Merge pull request #106110 from r-ryantm/auto-update/pulseeffects
...
pulseeffects: 4.8.2 -> 4.8.3
2020-12-07 13:00:19 +01:00
Jan Tojnar
7686a61f27
pulseeffects: 4.8.2 -> 4.8.3
...
https://github.com/wwmm/pulseeffects/compare/v4.8.2...v4.8.3
2020-12-07 10:04:27 +01:00
Jan Tojnar
6571462647
Merge branch 'patch-1'
2020-12-07 09:30:22 +01:00
Jan Tojnar
22f8e9484e
Merge pull request #106070 from holymonson/webkitgtk
...
webkitgtk: drop wayland dependency on Darwin
2020-12-07 06:35:01 +01:00
Jan Tojnar
3afc4e8a81
androidsdk_9_0: fix evaluation without aliases
2020-12-06 11:07:40 +01:00
Jan Tojnar
6ce08f74dc
Merge branch 'master' into staging-next
2020-12-06 03:28:13 +01:00
Jan Tojnar
cc3228e0bb
doc: Clean up submitting changes
2020-12-05 13:03:22 +01:00
Jan Tojnar
035960e4f6
doc: convert Submitting changes to Markdown
2020-12-05 12:43:25 +01:00
Jan Tojnar
5ad6509278
doc: Rename submitting-changes to chapter
2020-12-05 12:33:00 +01:00
Jan Tojnar
e0d83444de
libopenaptx: 0.1.0 → 0.2.0
...
https://github.com/pali/libopenaptx/releases/tag/0.2.0
Will be used by upcoming pipewire release.
2020-12-04 12:07:42 +01:00
Jan Tojnar
4fd3b00f06
doc/emacs: re-add anchor
2020-12-04 01:34:44 +01:00
Jan Tojnar
ae7aa4d6bb
Merge pull request #105666 from xaverdh/minimal-iwd-seperate-output
...
iwd: don't include testing tools by default
2020-12-03 17:21:18 +01:00
Jan Tojnar
2fde272110
Merge pull request #105272 from mvnetbiz/gsconnect
...
gnomeExtensions.gsconnect: fix installed tests
2020-12-03 02:27:04 +01:00
Jan Tojnar
fc281f7b85
libmanette: 0.2.5 -> 0.2.6
...
https://ftp.gnome.org/pub/GNOME/sources/libmanette/0.2/libmanette-0.2.6.news
2020-12-02 20:11:22 +01:00
Jan Tojnar
4cc4c7a77a
php80.extensions.imagick: fix build
2020-12-01 11:54:43 +01:00
Jan Tojnar
c2f1e7b1b0
php.extensions.blackfire: 1.44.0 → 1.46.4
2020-12-01 11:02:52 +01:00
Jan Tojnar
d99e4994d9
Merge pull request #105245 from mvnetbiz/gnome-tweaks
...
gnome3.gnome-tweaks: use buildPythonApplication
2020-12-01 07:52:29 +01:00
Jan Tojnar
27b974d84b
Merge branch 'staging-next' into staging
2020-12-01 03:26:36 +01:00
Jan Tojnar
136152af80
Merge pull request #101537 from jtojnar/gtk-tracker
2020-11-28 01:37:37 +01:00
Jan Tojnar
bb368b77fd
Merge pull request #104908 from con-f-use/init_mcomix3
2020-11-26 22:17:10 +01:00
Jan Tojnar
95961244d3
doc/gnome: Document gdk-pixbuf setup hook
...
It was briefly mentioned in stdenv docs but since it interacts with wrapGAppsHook, it should be documented here.
2020-11-26 14:06:08 +01:00
Jan Tojnar
48234fdefa
gtk3: enable tracker
2020-11-26 14:06:07 +01:00
Jan Tojnar
49e17a8b1a
tracker: use wrapGAppsNoGuiHook
2020-11-26 14:06:07 +01:00
Jan Tojnar
acfc45bacc
wrapGAppsNoGuiHook: init
2020-11-26 14:06:07 +01:00
Jan Tojnar
e95cc8519b
Merge pull request #104553 from jansol/pipewire
...
pipewire: 0.3.15 -> 0.3.16
2020-11-26 10:59:17 +01:00
Jan Tojnar
bd9aa37b72
Merge pull request #104692 from mweinelt/webkitgtk
...
webkitgtk: 2.30.2 -> 2.30.3
2020-11-24 07:25:13 +01:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging
2020-11-24 05:44:44 +01:00
Jan Tojnar
3d6687dc95
Merge branch 'master' into staging-next
2020-11-24 05:44:21 +01:00
Jan Tojnar
2e110ba5a4
Merge pull request #104337 from jtojnar/gdk-pixbuf-2.42
...
gdk-pixbuf: 2.40.0 → 2.42.0
2020-11-24 05:40:45 +01:00
Jan Tojnar
3f17975544
Merge pull request #103779 from alexameen/fix_google_fonts_adobe_blank
2020-11-23 07:38:20 +01:00
Jan Tojnar
a0efbc1b68
Merge pull request #101083 from fgaz/unstable-updater
2020-11-21 15:41:44 +01:00
Jan Tojnar
66ef389efa
Merge branch 'staging-next' into staging
2020-11-20 01:38:58 +01:00
Jan Tojnar
f6105d21e3
Merge branch 'master' into staging-next
2020-11-20 01:38:32 +01:00
Jan Tojnar
17eb317428
gdk-pixbuf: 2.40.0 → 2.42.0
...
https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.0.news
xlib has been dropped, some build flags changed: https://mail.gnome.org/archives/distributor-list/2020-November/msg00000.html
Also corrected license.
2020-11-20 01:33:02 +01:00
Jan Tojnar
9635686059
Merge pull request #104074 from jtojnar/more-gnome-updates
2020-11-18 13:05:22 +01:00
Jan Tojnar
86f2d455cb
gnomeExtensions.sound-output-device-chooser: 28 → 32
...
https://github.com/kgshank/gse-sound-output-device-chooser/compare/28...32
2020-11-17 20:08:00 +01:00
Jan Tojnar
4a99872c97
libhandy_0: disable glade catalog
...
It does not work with recent glade.
2020-11-17 18:14:13 +01:00
Jan Tojnar
ab7661ed7c
gnome-online-accounts: 3.37.90 → 3.38.0
...
just translations
https://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.38/gnome-online-accounts-3.38.0.news
2020-11-17 18:14:13 +01:00
Jan Tojnar
3a70793904
telepathy-mission-control: 5.16.5 → 5.16.6
...
just includes a fix we were already cherry-picking:
https://github.com/TelepathyIM/telepathy-mission-control/commit/67df52b68b28e2a3755702b669a58747e21dd12b
2020-11-17 18:14:13 +01:00
Jan Tojnar
9b7d444159
deja-dup: 42.4 → 42.5
...
https://gitlab.gnome.org/World/deja-dup/-/releases/42.5
2020-11-17 18:14:13 +01:00
Jan Tojnar
bfadfd5fba
libhandy: 1.0.1 → 1.0.2
...
https://ftp.gnome.org/pub/GNOME/sources/libhandy/1.0/libhandy-1.0.2.news
2020-11-17 18:14:12 +01:00
Jan Tojnar
f4ce49f989
gnome3.aisleriot: 3.22.11 → 3.22.13
...
https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.11...3.22.13
2020-11-17 18:14:12 +01:00
Jan Tojnar
f0e0e272de
glade: 3.36.0 → 3.38.1
...
https://ftp.gnome.org/pub/GNOME/sources/glade/3.37/glade-3.37.0.news
https://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.0.news
https://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.1.news
2020-11-17 18:14:12 +01:00
Jan Tojnar
613f224d35
gnome-user-docs: 3.38.0 → 3.38.1
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/3.38/gnome-user-docs-3.38.1.news
2020-11-17 17:32:46 +01:00
Jan Tojnar
9bf45755a8
gspell: 1.8.4 → 1.9.1
...
https://gitlab.gnome.org/GNOME/gspell/-/commit/5300d93dae00998801ef1be48da71dac4e2ebd1b
2020-11-17 17:32:46 +01:00
Jan Tojnar
9800410742
gnome-connections: 3.38.0 → 3.38.1
...
just translations
https://ftp.gnome.org/pub/GNOME/sources/connections/3.38/connections-3.38.1.news
2020-11-17 17:32:46 +01:00
Jan Tojnar
a7ca1e3d42
gnome3.seahorse: 3.37.2 → 3.38.0.1
...
https://ftp.gnome.org/pub/GNOME/sources/seahorse/3.38/seahorse-3.38.0.news
https://ftp.gnome.org/pub/GNOME/sources/seahorse/3.38/seahorse-3.38.0.1.news
2020-11-17 17:32:46 +01:00
Jan Tojnar
01788e28be
gnome3.gnome-nibbles: 3.38.1 → 3.38.2
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-nibbles/3.38/gnome-nibbles-3.38.2.news
2020-11-17 17:32:45 +01:00
Jan Tojnar
bb8dcb6fb0
gnome3.gnome-mahjongg: 3.38.2 → 3.38.3
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-mahjongg/3.38/gnome-mahjongg-3.38.3.news
2020-11-17 17:32:45 +01:00
Jan Tojnar
83d3362d11
gnome3.gnome-contacts: clean up
2020-11-17 17:32:45 +01:00
Jan Tojnar
ec4b52e968
gnome3.gnome-contacts: 3.38 → 3.38.1
...
https://gitlab.gnome.org/GNOME/gnome-contacts/-/commit/570af2285b2af97b7aeb7218c4fa8a1408811ddf
2020-11-17 17:32:45 +01:00
Jan Tojnar
f70fe4af35
webkitgtk: 2.30.1 → 2.30.2
...
https://webkitgtk.org/2020/10/23/webkitgtk2.30.2-released.html
2020-11-13 13:26:52 +01:00
Jan Tojnar
cb0be69e44
Merge pull request #101939 from jonafato/gnome-shell-extension-clipboard-indicator-37
...
gnomeExtensions.clipboard-indicator: 34 -> 37
2020-11-13 02:57:05 +01:00