Jan Tojnar
4a3a31be57
Merge pull request #72903 from kylesferrazza/fix-52958
...
denemo: add WrapGAppsHook
2019-11-15 07:51:33 +01:00
Jan Tojnar
2024d55020
meson: fix unknown compiler error ( #73423 )
...
meson: fix unknown compiler error
2019-11-14 23:24:54 +01:00
Jan Tojnar
3108c4dd15
meson: fix unknown compiler error
2019-11-14 22:54:37 +01:00
Jan Tojnar
374430eff2
guake: clean up
...
* format with nixpkgs-fmt
* remove glibcLocales hack since we now have C.UTF-8
2019-11-11 23:51:34 +01:00
Jan Tojnar
54b2edfb7f
Merge pull request #73250 from wamserma/guake-add-setuptools
...
guake: add missing dependency on setuptools
2019-11-11 23:34:13 +01:00
Jan Tojnar
1b5a8a2cc6
Merge branch 'master' into staging-next
2019-11-11 22:27:57 +01:00
Jan Tojnar
9fe897c1ec
calls: 2019-10-09 → 2019-10-29
2019-11-11 22:24:19 +01:00
Jan Tojnar
b35e68d77d
calls: fix build
2019-11-11 21:44:31 +01:00
Jan Tojnar
e994fdcac0
Merge pull request #72922 from davidak/fix_versions
...
Fix package metadata like version and homepage
2019-11-11 09:05:08 +01:00
Jan Tojnar
5d715e8396
networkmanager-openconnect: fix build
...
Something stopped propagating libxml2 recently, breaking the build, breaking GNOME tests.
2019-11-10 02:13:58 +01:00
Jan Tojnar
33f664ceee
networkmanager-openconnect: format with nixpkgs-fmt
2019-11-10 02:09:37 +01:00
Jan Tojnar
fae720c861
gcab: propagate dependencies
2019-11-07 14:49:05 +01:00
Jan Tojnar
e253d015a1
gcab: run & install tests
...
also add nixosTests.installed-tests.gcab for running the installed tests
2019-11-07 14:07:19 +01:00
Jan Tojnar
40d77f8f01
gcab: add devdoc
2019-11-07 14:01:11 +01:00
Jan Tojnar
4e96a9d9f7
gcab: clean up
...
* format with nixpkgs-fmt
* remove UTF-8 locale hack, since now we have C.UTF-8
* add description, fix homepage, correct license
* split to multiple outputs
2019-11-07 14:01:10 +01:00
Jan Tojnar
894fdfaf1f
nixos/networkmanager: fix merging options
...
Incorrect merging of modules resulted in dhcpcd being enabled causing flaky network connection.
https://github.com/NixOS/nixpkgs/pull/64364
Fixing it uncovered an infinite recursion from the same commit, previously masked by the incorrect merge.
We can just drop the `mkDefault` for `networking.wireless.enable` as it is already `false` by default.
Closes: https://github.com/NixOS/nixpkgs/issues/72416
2019-11-06 21:26:03 +01:00
Jan Tojnar
4fc27edf07
Merge branch 'master' into staging-next
2019-11-06 18:10:37 +01:00
Jan Tojnar
9d36ef765c
gjs: various improvements ( #72805 )
...
gjs: various improvements
2019-11-05 16:00:24 +01:00
Jan Tojnar
51de90ef44
gjs: add separateDebugInfo
2019-11-05 15:20:16 +01:00
Jan Tojnar
a2f6928257
gjs: clean up
...
* format
* add homepage
2019-11-05 00:49:38 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level
2019-11-05 00:47:04 +01:00
Jan Tojnar
d34465eeca
Merge pull request #72795 from jtojnar/mm-common-1.0
...
mm-common: 0.9.12 → 1.0.0
2019-11-04 22:34:04 +01:00
Jan Tojnar
527dd6e833
mm-common: 0.9.12 → 1.0.0
...
https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.0.news
2019-11-04 21:17:46 +01:00
Jan Tojnar
57d33a2c8f
Merge pull request #72788 from jtojnar/devhelp-blank
...
gnome3.devhelp: fix blank pages
2019-11-04 18:59:55 +01:00
Jan Tojnar
6160907f85
gnome3.devhelp: fix blank pages
2019-11-04 18:21:39 +01:00
Jan Tojnar
1a3f284b9c
gnome3.devhelp: clean up
...
* Format with nixpkgs-format
* Quote URL
* Fix license
2019-11-04 18:19:27 +01:00
Jan Tojnar
3df93dbe0e
Merge pull request #72386 from jtojnar/gimp-2.10.14
...
gimp: 2.10.12 → 2.10.14
2019-11-03 21:48:13 +01:00
Jan Tojnar
f3a8147404
gimpPlugin.exposureBlend: mark as broken
...
It produces an error:
GIMP-Error: Calling error for procedure 'gimp-image-get-active-layer':
Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
(script-fu:25123): GLib-WARNING **: 12:41:03.500: (../glib/gerror.c:416):g_error_new_valist: runtime check failed: (domain != 0)
script-fu-Warning: Error while loading /nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm:
Error: (/nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm : 627) Procedure execution of gimp-image-get-active-layer failed on invalid input arguments: Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
2019-11-03 14:43:14 +01:00
Jan Tojnar
e93c38ff7c
gimp-with-plugins: pass all script attributes
...
to the pluginDerivation
2019-11-03 14:43:14 +01:00
Jan Tojnar
46818a55b1
gimpPlugins.gap: fix build
2019-11-03 14:43:13 +01:00
Jan Tojnar
a73ad445a9
gimpPlugins.waveletSharpen: fix build
2019-11-03 14:43:13 +01:00
Jan Tojnar
8da26cc578
gimp-with-plugins: install plug-ins into subdirs
...
GIMP 3 will require all plugins to be installed into their own subdirectories, so let’s just do that now.
2019-11-03 14:43:13 +01:00
Jan Tojnar
ae21a2bc60
gimp-with-plugins: fix installing custom scripts
...
script-fu (Scheme) scripts are not actually loaded from $GIMP2_PLUGINDIR (lib/gimp/2.10) but $GIMP_DATADIR (share/gimp/2.10).
2019-11-03 14:43:12 +01:00
Jan Tojnar
43c3f471b8
gimp: format with nixpkgs-format
2019-11-03 14:43:12 +01:00
Jan Tojnar
c75c6b588a
gimp: 2.10.12 → 2.10.14
...
https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/
2019-11-03 14:43:12 +01:00
Jan Tojnar
258f6f4437
gegl_0_4: 0.4.16 → 0.4.18
...
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_18/docs/NEWS.txt#L1-123
Ported to Meson, which means ton of extra dependencies used by default.
Though the closure size effect appears to be minimal: 88.9M → 92.9M
Also drop GTK dependency, since it is not needed any more (was it ever?)
2019-11-03 14:43:09 +01:00
Jan Tojnar
148eae459b
poly2tri-c: init at 0.1.0
2019-11-03 14:31:38 +01:00
Jan Tojnar
fdd6153555
netsurf.libnsgif: build on Darwin
2019-11-03 14:31:38 +01:00
Jan Tojnar
a881d113a9
netsurf.buildsystem: build on Darwin
2019-11-03 14:31:37 +01:00
Jan Tojnar
561b40dacb
Merge pull request #72676 from r-ryantm/auto-update/template-glib
...
template-glib: 3.32.0 -> 3.34.0
2019-11-03 12:35:19 +01:00
Jan Tojnar
56cd83a71a
gnome3.swell-foop: 3.34.0 -> 3.34.1 ( #72677 )
...
gnome3.swell-foop: 3.34.0 -> 3.34.1
2019-11-03 12:32:23 +01:00
Jan Tojnar
1c74b29b05
pinentry-gnome: fix target output
2019-11-03 04:19:10 +01:00
Jan Tojnar
97563ac157
libmanette: 0.2.2 -> 0.2.3 ( #72543 )
...
libmanette: 0.2.2 -> 0.2.3
2019-11-02 14:45:11 +01:00
Jan Tojnar
4839004ef2
libmanette: format expression with nixpkgs-format
...
and also fix homepage
2019-11-02 14:30:56 +01:00
Jan Tojnar
addd19bd3d
gnome3.libchamplain: 0.12.19 -> 0.12.20 ( #72560 )
...
gnome3.libchamplain: 0.12.19 -> 0.12.20
2019-11-02 14:22:55 +01:00
Jan Tojnar
6a8fc63658
Merge pull request #72507 from r-ryantm/auto-update/gnome-getting-started-docs
...
gnome3.gnome-getting-started-docs: 3.34.0 -> 3.34.1
2019-11-02 13:54:25 +01:00
Jan Tojnar
70c0c48970
Merge branch 'staging-next' into staging
2019-11-01 02:58:40 +01:00
Jan Tojnar
372964dd29
Merge branch 'master' into staging-next
2019-11-01 02:58:07 +01:00
Jan Tojnar
dafa543bf8
gnome-doc-utils: do not propagate Python
...
That breaks packages that rely on Python like itstool does.
https://github.com/NixOS/nixpkgs/pull/72342#issuecomment-548250501
2019-11-01 02:26:58 +01:00
Jan Tojnar
ad1f06f79c
itstool: 2.0.2 -> 2.0.6 ( #72342 )
...
itstool: 2.0.2 -> 2.0.6
2019-11-01 02:26:08 +01:00
Jan Tojnar
b45c5dc0aa
libabigail: init at 1.6 ( #72383 )
...
libabigail: init at 1.6
2019-10-31 21:47:52 +01:00
Jan Tojnar
471869c918
Merge pull request #71659 from jtojnar/pyselinux
...
pythonPackages.libselinux: init
2019-10-31 16:03:13 +01:00
Jan Tojnar
55191b67a8
contrast: init at 0.0.2
2019-10-31 09:46:15 -04:00
Jan Tojnar
fc1a7289ed
scfbuild: switch to Python 3
...
Needed to drop phases @#$% to be able to use this at all.
Fixes emojione and twemoji-color-font
2019-10-31 01:10:44 +01:00
Jan Tojnar
688bf9db8c
pythonPackages.libselinux: init
2019-10-31 00:40:45 +01:00
Jan Tojnar
946ef1723b
Merge pull request #62137 from tbenst/pympress
...
pympress: init at 1.2.0
2019-10-30 15:09:15 +01:00
Jan Tojnar
f3f73844bc
empathy: clean up slightly
2019-10-29 01:39:14 +01:00
Jan Tojnar
59b226350a
empathy: format with nixpgks-format
2019-10-29 00:55:17 +01:00
Jan Tojnar
e4946cf050
empathy: enable parallel building
2019-10-29 00:53:39 +01:00
Jan Tojnar
54fc43c248
telepathy-mission-control: split outputs
...
and enable parallel building
2019-10-29 00:53:17 +01:00
Jan Tojnar
3949c5bfd7
telepathy-mission-control: propagate required dependencies
2019-10-29 00:25:26 +01:00
Jan Tojnar
eab20ca018
gtranslator: 3.32.1 → 3.34.0
2019-10-27 22:28:33 -07:00
Jan Tojnar
478744612f
telepathy-mission-control: 5.16.4 → 5.16.5
...
https://github.com/TelepathyIM/telepathy-mission-control/blob/telepathy-mission-control-5.16.5/NEWS#L1-L15
2019-10-28 02:37:15 +01:00
Jan Tojnar
79ccc48169
telepathy-mission-control: format with nixpkgs-format
2019-10-28 02:31:37 +01:00
Jan Tojnar
509a1e0b78
colord-gtk: 0.1.26 → 0.2.0
...
https://github.com/hughsie/colord-gtk/commit/f74545cfce2a996840b9a6964f227dfd3cf0173d
2019-10-27 22:27:52 +01:00
Jan Tojnar
47054f3ba3
gtk3: add devdoc ( #71648 )
...
gtk3: add devdoc
2019-10-27 18:12:35 +01:00
Jan Tojnar
2ded9c2d8a
glib: enable separate debug info
2019-10-27 15:33:24 +01:00
Jan Tojnar
e192b0e0af
gnome3.sushi: format with nixpkgs-format
2019-10-27 15:30:42 +01:00
Jan Tojnar
885576c97a
gnome3.sushi: fix module loading
2019-10-27 15:27:45 +01:00
Jan Tojnar
e59c610d58
verifpal: 0.2.0 → 0.7.5 ( #72026 )
2019-10-27 13:40:31 +01:00
Jan Tojnar
40272a77a3
Merge branch 'staging-next' into staging
2019-10-26 15:54:58 +02:00
Jan Tojnar
f9fdcb4cf7
gtk3: add devdoc
2019-10-22 11:36:45 +02:00
Jan Tojnar
f849554226
Merge branch 'staging-next' into staging
2019-10-20 16:49:29 +02:00
Jan Tojnar
d892487598
Merge branch 'master' into staging-next
2019-10-20 16:47:27 +02:00
Jan Tojnar
d350926cb8
libxmlb: 0.1.11 → 0.1.13
...
https://github.com/hughsie/libxmlb/blob/0.1.13/NEWS#L1-L23
2019-10-20 02:03:17 +02:00
Jan Tojnar
84eabbc85b
gnome3.gpaste: general improvements
...
* Port to Meson (builds much faster)
* needed a patch to install systemd units
* soversion does not match but we do not care (https://github.com/Keruspe/GPaste/pull/285 )
* Format with nixpkgs-format
* Updated license (BSD since 3.20)
* Drop dbus dependency (we are setting the paths manually anyway)
* Switch to fetchFromGitHub
* Add comment why clutter is needed
2019-10-20 01:53:11 +02:00
Jan Tojnar
7ba42794a8
Revert "fish: switch to fetchFromGitHub"
...
This reverts commit cc997f28d1 .
I confused the URLs. The files have the same contents but the former URL is recommended by upstream.
2019-10-20 01:53:10 +02:00
Jan Tojnar
05c0114801
gnome3.gpaste: 3.34.0 → 3.34.1
...
Fixes build with new appstream-glib.
2019-10-20 01:53:10 +02:00
Jan Tojnar
cc997f28d1
fish: switch to fetchFromGitHub
...
The expression claimed there are differences between the release tarball and the tarball github packages from the tag but fetchFromGitHub literally downloads the same tarball.
2019-10-19 14:30:25 +02: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
Jan Tojnar
538d9cbdfb
bustle: fix build
2019-10-18 02:08:40 +02:00
Jan Tojnar
622b23cfda
almanah: 0.11.1 → 0.12.0
...
https://gitlab.gnome.org/GNOME/almanah/blob/0.12.0/NEWS#L1-53
2019-10-14 17:18:21 +02:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Jan Tojnar
1739d34904
Merge pull request #70734 from jtojnar/nixos-rebuild-remote-fish
...
nixos-rebuild: Fix target-host using fish
2019-10-11 13:26:11 +02:00
Jan Tojnar
59bb56a243
gnomeExtensions.nohotcorner: drop
...
It is part of GNOME 3.34
2019-10-09 22:09:16 +02:00
Jan Tojnar
316d4faba4
nixos-rebuild: Fix target-host using fish
...
I have `users.defaultUserShell = pkgs.fish;` set on my server and when I ran `nixos-rebuild switch --target-host …`, the command failed with the following error:
fish: Unsupported use of '='. To run 'nix-store' with a modified environment, please use 'env PATH=… nix-store…'
That is because fish requires env to set environment variables for a program. It should also work on other shells.
2019-10-08 11:43:05 +02:00
Jan Tojnar
3ac761d1d8
sublimetext: 3207 -> 3211 ( #70334 )
...
sublimetext: 3207 -> 3211
2019-10-03 23:59:35 +02:00
Jan Tojnar
b9c5f849a4
Merge branch 'staging-next' into staging
2019-10-03 01:47:41 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Jan Tojnar
4655669483
Gnome 3.34 ( #68608 )
...
Gnome 3.34
2019-10-03 00:38:54 +02:00
Jan Tojnar
0038189df8
grilo-plugins: add grl-chromaprint
2019-10-03 00:09:19 +02:00
Jan Tojnar
44069671eb
grilo-plugins: build grl-bookmarks
...
Totem asks after it.
2019-10-03 00:09:19 +02:00
Jan Tojnar
1c5db6535d
gnome3.seahorse: fix build with recent libsecret
2019-10-03 00:09:19 +02:00
Jan Tojnar
b8ab8598ed
vte-ng: move inside termite
...
It is just a few patches only needed by termite. Let's not pollute our tree with it.
2019-10-03 00:09:18 +02:00
Jan Tojnar and worldofpeace
08fc2fc749
gnome-firmware-updater: init at 3.34.0
...
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch >
2019-09-30 19:39:51 +02:00
Jan Tojnar
002f2bc1af
pulseeffects: 4.6.6 -> 4.6.8 ( #69749 )
...
pulseeffects: 4.6.6 -> 4.6.8
2019-09-28 14:18:02 +02:00
Jan Tojnar
f2b9f5baa5
Merge branch 'staging-next' into staging
2019-09-22 16:39:56 +02:00
Jan Tojnar
11c2b06dd2
Merge branch 'master' into staging-next
2019-09-22 16:39:12 +02:00
Jan Tojnar
f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup ( #68552 )
...
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00