Jan Tojnar
63ee5cd99a
nixos/ddccontrol: init
...
(cherry picked from commit fc1e0e863c60dc9740304de36ffa883cbaddd760)
2021-07-20 22:32:07 -04:00
Jan Tojnar
24ca69c906
ddccontrol: install systemd service
...
(cherry picked from commit 27b9fe1e53e0ce21f29cc4c351db67911f941017)
2021-07-20 22:32:07 -04:00
Jan Tojnar
f5d1823254
gnomeExtensions: Fix the package names
...
I did not realize the attribute names are derived from the Nix package names
so I accidentally, renamed them in https://github.com/NixOS/nixpkgs/pull/124295 .
(cherry picked from commit 571d540abf447f97b9b4db4a1e0665ec0a4dc06f)
2021-06-22 14:38:18 +02:00
Jan Tojnar
6613a30c5e
gnomeExtensions: normalize pnames
...
They should have gnome-shell-extension prefix like most other extension packages.
This is what other distros listed on Repology use so Repology will be able to unify them.
Exception is chrome-gnome-shell, which is estabilished under that name.
(cherry picked from commit 5ba789eeca29a85144d1b611e52d09b132bedd91)
2021-06-20 08:54:10 +02:00
Jan Tojnar
0e9cfa787f
doc/gnome: document GIO modules
...
In particular, that glib-networking is required for TLS support.
(cherry picked from commit 653bd18d5192d79254ef6961a54dea01f7bb11f2)
2021-06-16 12:49:08 -07:00
Jan Tojnar
403fb2db47
nixos/gnome: fix option label
...
It is no longer GNOME 3.
(cherry picked from commit 99fcca7b6bc850e1c1c47e9fbad41fc3264170f6)
2021-06-07 17:34:08 -07:00
Jan Tojnar
e3ede71a0f
teams: remove jtojnar on stable
2021-06-05 18:27:16 +02:00
Jan Tojnar
f0dfe62190
doc: Fix make in nix-shell
...
When running make manually, makeFlags will not be passed. Let’s just use an environment variable.
(cherry picked from commit 034a9c0e16aab12978bb4a1c1f0e86c64778b388)
2021-06-05 11:29:01 +00:00
Jan Tojnar
cd3aba49e9
ijq: 0.2.3 → 0.3.4
...
https://github.com/gpanders/ijq/compare/v0.2.3...v0.3.4
(cherry picked from commit 691a876749de1029f150b3ff7e23cf92403510a4)
2021-06-01 16:06:36 +00:00
Jan Tojnar
1b1608a7b8
libxml2: Work around lxml API misuse
...
(cherry picked from commit 7099f24c4a1788e074c4851d68fc7d56d7c8e3a7)
2021-05-24 23:56:08 -07:00
Jan Tojnar
b39ac7cf2b
php74.extensions.iconv: fix error signalling
...
The configure script checks whether iconv supports errno. Unfortunately, on PHP < 8, the test program includes $PHP_ICONV_H_PATH, which defaults to FHS path so it fails to build:
conftest.c:13:10: fatal error: /usr/include/iconv.h: No such file or directory
13 | #include </usr/include/iconv.h>
| ^~~~~~~~~~~~~~~~~~~~~~
That causes the feature check to report a false negative, leading PHP to use a degraded code that returns PHP_ICONV_ERR_UNKNOWN when error occurs, breaking granular error handling in applications.
To prevent this, let’s just include <iconv.h>.
PHP 8 just uses include path so the detection works there: https://github.com/php/php-src/commit/7bd1d703411e1e4b1f663f0cb06af619eea04b42
(cherry picked from commit 024243bac4612c62ef5be676818ed2465edae27f)
2021-05-23 13:13:11 +02:00
Jan Tojnar
aea7b5f08e
Merge pull request #124073 from mkg20001/cinnamonpolkit
...
nixos/cinnamon: add polkit_gnome to fix #124062
2021-05-23 00:21:28 +02:00
Jan Tojnar
141e85cc69
Merge pull request #124056 from mkg20001/cinnamonlocale
...
nixos/cinnamon: add cinnamon-translations to systemPackages
2021-05-23 00:21:11 +02:00
Jan Tojnar
c912d30f65
gnome.tali: 40.0 → 40.1
...
https://gitlab.gnome.org/GNOME/tali/-/compare/40.0...40.1
Also correct the license and format the expression.
2021-05-22 18:07:00 +02:00
Jan Tojnar
8fb12deae5
gnome.quadrapassel: 3.38.1 → 40.1
...
https://gitlab.gnome.org/GNOME/quadrapassel/-/compare/3.38.1...40.1
Also correct the license and format the expression.
2021-05-22 18:07:00 +02:00
Jan Tojnar
a420acab1e
release notes: Mention automated gnomeExtensions
...
https://github.com/NixOS/nixpkgs/pull/118232
2021-05-21 23:53:16 +02:00
Jan Tojnar
3b0cf29640
Merge pull request #122642 from fitzgibbon/dev/init-gnome-inform7
...
gnome-inform7: init at unstable-2021-04-06
2021-05-20 18:33:04 +02:00
Jan Tojnar
a4a35cdb0d
Merge pull request #123658 from rhoriguchi/gnomeExtensions.fuzzy-app-search
...
gnomeExtensions.fuzzy-app-search: 4 -> 4.0.1
2021-05-19 18:18:13 +02:00
Jan Tojnar
a858f1a90d
Merge pull request #123507 from jtojnar/no-flatpak-guipkgs
...
nixos/flatpak: Remove `guiPackages` internal option
2021-05-19 16:33:56 +02:00
Jan Tojnar
633b9193d0
Merge pull request #123629 from dasj19/adwaita-qt-update
...
adwaita-qt: 1.1.4 -> 1.3.0
2021-05-19 14:39:56 +02:00
Jan Tojnar
ea87fc7c63
Merge pull request #123623 from dasj19/gnome-podcasts-dependency
...
gnome-podcasts: removed cmake from dependencies
2021-05-19 09:53:54 +02:00
Jan Tojnar
73b982e621
Merge pull request #123518 from tollb/fix/spice-vdagent-gmemdup-deprecation-build-error-20210518a
...
spice-vdagent: fix build error with glib > 2.68
2021-05-18 20:05:01 +02:00
Jan Tojnar
1b1faeb2db
Merge pull request #86288 from worldofpeace/gnome-doc
...
nixos/gnome3: add docs
2021-05-18 14:19:33 +02:00
Jan Tojnar
293d6a8c75
Merge pull request #122747 from maxeaubrey/modemmanager_1.14.12
...
modemmanager: 1.14.10 -> 1.14.12
2021-05-18 14:17:51 +02:00
Jan Tojnar
ed47351533
nixos/flatpak: Remove guiPackages internal option
...
It was basically just a `environment.systemPackages` synonym,
only GNOME used it, and it was stretching the responsibilities
of the flatpak module too far.
It also makes it cleaner to avoid installing the program
using GNOME module’s `excludePackages` option.
Partially reverts: https://github.com/NixOS/nixpkgs/pull/101516
Fixes: https://github.com/NixOS/nixpkgs/issues/110310
2021-05-18 14:06:23 +02:00
Jan Tojnar
c6812829db
Merge pull request #123096 from mschuwalow/update-clipboard-indicator
...
gnomeExtensions.clipboard-indicator: 37 -> 38
2021-05-18 13:23:27 +02:00
Jan Tojnar
c007fb4026
gimpPlugins.pluginDerivation: Fix name
...
The name should not contain the gimp version, otherwise parseDrvName will consider it the gimp package.
Fixes: https://github.com/NixOS/nixpkgs/issues/114995
2021-05-17 23:47:27 +02:00
Jan Tojnar
23d1505f89
libjcat: 0.1.6 -> 0.1.7
2021-05-17 13:51:13 -07:00
Jan Tojnar
354e005d6c
nixos/dconf: fix d-bus activation
...
dconf now supports autostarting the d-bus service using systemd's d-bus activation.
https://gitlab.gnome.org/GNOME/dconf/-/commit/2781a8684855e4120c9948d8b40880bafafe1b12
On NixOS, that requires making systemd aware of the package.
Fixes: https://github.com/NixOS/nixpkgs/issues/123265
2021-05-17 09:46:07 +02:00
Jan Tojnar
b5f84d830b
doc: Add anchors to dhall sections
...
This will ensure the sections have stable links as well as prevent conflicts (pandoc uses heading text for ids and DocBook requires unique ids across the book).
2021-05-17 09:37:49 +02:00
Jan Tojnar
21541fc97c
Revert "Revert "hwdata: 0.344 -> 0.347""
...
This reverts commit f070de253c .
2021-05-16 16:37:13 +02:00
Jan Tojnar
684991c696
Merge branch 'master' into staging-next
...
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Jan Tojnar
3f061ca18e
Merge pull request #117658 from r-ryantm/auto-update/poppler-glib
...
poppler: 21.02.0 -> 21.05.0
2021-05-16 11:13:51 +02:00
Jan Tojnar
2620ac69c0
Merge pull request #122086 from colemickens/arc-theme
...
arc-theme: 20210127 -> 20210412, switch to meson
2021-05-15 20:44:40 +02:00
Jan Tojnar
f070de253c
Revert "hwdata: 0.344 -> 0.347"
2021-05-15 20:23:53 +02:00
Jan Tojnar
94a0ad2f1a
Merge pull request #122798 from MetaDark/newsflash
...
newsflash: 1.4.0 → 1.4.1
2021-05-15 17:34:18 +02:00
Jan Tojnar
742fc66c3a
Merge pull request #123079 from vulpes2/vulpes2/hwdata
...
hwdata: 0.344 -> 0.347
2021-05-15 17:31:16 +02:00
Jan Tojnar
0aa8f09e6f
Merge pull request #123114 from eduardosm/gnome-shell-system-monitor-applet
...
gnomeExtensions.system-monitor: unstable-2021-04-08 -> unstable-2021-05-04
2021-05-15 17:14:38 +02:00
Jan Tojnar
a553f6c1fd
Merge pull request #122920 from jtojnar/glib-2681
...
glib: 2.68.1 → 2.68.2
2021-05-15 17:13:14 +02:00
Jan Tojnar
80a3e0dc0e
Merge pull request #122997 from NixOS/gnome-40
...
GNOME 40: more updates
2021-05-15 16:25:54 +02:00
Jan Tojnar
9645178ab0
Merge pull request #122963 from jtojnar/adminer
...
adminer: 4.8.0 → 4.8.1
2021-05-15 16:25:26 +02:00
Jan Tojnar
5711c768af
gnome.gnome-shell: 40.0-unstable-2021-05-01 → 40.1
2021-05-14 18:52:02 +02:00
Jan Tojnar
5ad529cde2
gnome.mutter: 40.0 → 40.1
2021-05-14 18:52:01 +02:00
Jan Tojnar
21479050bc
gnome.gnome-shell-extensions: 40.0 → 40.1
...
Also clean up the expression:
- Remove spidermonkey dependency – it was only used for syntax checks and is not anymore (https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/commit/8fb5476a1cc58fec48bede4e407f03e19ce00bbf )
- Correct license
- Code formatting
2021-05-14 18:52:01 +02:00
Jan Tojnar
8522540b7f
graphene: 1.10.2 → 1.10.6
...
- https://github.com/ebassi/graphene/releases/tag/1.10.4
- https://github.com/ebassi/graphene/releases/tag/1.10.6
2021-05-14 16:36:54 +02:00
Jan Tojnar
19536e9a6a
gnome.gnome-todo: 3.28.1 → 40.0
2021-05-14 16:36:54 +02:00
Jan Tojnar
bb1355a22d
libportal: 0.3 → 0.4
2021-05-14 16:36:54 +02:00
Jan Tojnar
40c6ff72f9
gnome-connections: 3.38.1 → 40.0.1
...
- Update
- Move gtk-frdp into a separate package.
- Sort native tools approximately in the order they are needed.
2021-05-14 16:36:53 +02:00
Jan Tojnar
4d2d4d329d
gtk-frdp: init at 3.37.1-unstable-2020-10-26
2021-05-14 16:36:53 +02:00
Jan Tojnar
2257cc06ee
gnome.gnome-remote-desktop: 0.1.9 → 40.1
2021-05-14 16:36:53 +02:00
Jan Tojnar
adc3f2a070
gnome.gnome-calendar: 40.0 → 40.1
2021-05-14 16:36:53 +02:00
Jan Tojnar
b529210997
dfeet: 0.3.15 → 0.3.16
2021-05-14 16:36:52 +02:00
Jan Tojnar
e9bc45000f
Merge pull request #122881 from maxeaubrey/iwd_ell_bump
...
ell: 0.38 -> 0.40, iwd: 1.12 -> 1.14, ofono: 1.31 -> 1.32
2021-05-14 16:36:17 +02:00
Jan Tojnar
73125cd7ce
adminer: 4.8.0 → 4.8.1
...
https://php.vrana.cz/adminer-4-8-1.php
2021-05-14 12:14:08 +02:00
Jan Tojnar
b2ec1a072c
Merge pull request #122919 from jtojnar/gi-docgen
...
gi-docgen: 2021.2 → 2021.5
2021-05-14 10:33:06 +02:00
Jan Tojnar
76c58493d7
libxslt: find libxml2 using pkg-config
...
It fails for reasons unknown otherwise and pkg-config is better for cross-compilation anyway.
2021-05-13 23:12:59 -07:00
Jan Tojnar
d01a4e3fe9
libxml2: 2.9.10 → 2.9.12
...
https://mail.gnome.org/archives/xml/2021-May/msg00000.html
CVE-2021-3541
2021-05-13 23:12:59 -07:00
Jan Tojnar
ca0080865f
glib: 2.68.1 → 2.68.2
2021-05-13 23:43:05 +00:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging
2021-05-14 01:40:09 +02:00
Jan Tojnar
dc0f2efd2a
gi-docgen: 2021.2 → 2021.5
2021-05-14 01:32:17 +02:00
Jan Tojnar
6225647cfc
.github/workflows/merge-staging.yml: Include branch in comment
...
If I receive the mail notification that staging(-next) merge failed,
I either need to check `git log staging-next` or click the action run link
to find out where should I resolve the conflict.
To save time, let’s include the information about which step failed right in the comment.
2021-05-13 13:58:14 +02:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging
2021-05-13 11:42:36 +02:00
Jan Tojnar
e91e916056
Merge pull request #122587 from jtojnar/tbb-pc
...
tbb: install pkg-config file
2021-05-12 23:49:43 +02:00
Jan Tojnar
8a32c47586
.github/labeler.yml: Update GNOME file patterns
...
This got missed in the move (https://github.com/NixOS/nixpkgs/pull/122107 ) because it is in a “hidden” directory.
2021-05-12 19:38:41 +02:00
Jan Tojnar
71fa678899
Merge branch 'staging-next' into staging
2021-05-12 14:31:36 +02:00
Jan Tojnar
5c57c26a7e
Merge pull request #122626 from maxeaubrey/gnomecast_ffmpeg
...
gnomecast: switch from ffmpeg_3 to ffmpeg
2021-05-12 10:07:17 +02:00
Jan Tojnar
bd53855480
Merge pull request #122360 from dotlambda/feedbackd-0.0.0+git20210426
...
feedbackd: unstable-2021-01-25 -> 0.0.0+git20210426
2021-05-11 18:43:39 +02:00
Jan Tojnar
d8258b513d
tbb: add pkg-config file
...
Gazebo does not list the tbb dependency in its pkg-config file otherwise.
2021-05-11 18:43:00 +02:00
Jan Tojnar
d2f30b0b11
pkgsMusl.tbb: fix build
...
Use patches from openembedded:
https://github.com/openembedded/meta-openembedded/tree/39185eb1d1615e919e3ae14ae63b8ed7d3e5d83f/meta-oe/recipes-support/tbb/tbb
Also apply the patches unconditionally so that it is obvious when they do not apply any more.
2021-05-11 18:43:00 +02:00
Jan Tojnar
99396a48a5
tbb: clean up
...
- Drop compiler and stdver arguments – if someone needs to provide them, they can just use overrideAttrs
- Update repo source
- Narrow scope of `with lib` declaration
- Change optional → optionals
- Use one input per line
- Build on all unix platforms
- Re-order attributes
2021-05-11 18:38:24 +02:00
Jan Tojnar
8380ceb766
nixos/gnome: Allow disabling sysprof
2021-05-11 18:11:01 +02:00
Jan Tojnar
edd3d580ad
poppler: 21.02.0 -> 21.05.0
...
Changes:
- https://lists.freedesktop.org/archives/poppler/2021-March/014701.html
- https://lists.freedesktop.org/archives/poppler/2021-April/014720.html
- https://lists.freedesktop.org/archives/poppler/2021-May/014743.html
2021-05-11 09:47:45 +02:00
Jan Tojnar
b1ce4b41a3
Merge pull request #122530 from veprbl/pr/gcr_on_darwin
...
gcr: enable on darwin
2021-05-11 09:46:52 +02:00
Jan Tojnar
07bb110090
poppler: clean up
...
- reorder expression to more traditional order
- make inputs one per line
- correct license
- add passthru.tests
2021-05-11 09:44:22 +02:00
Jan Tojnar
7982550ac4
Merge branch 'staging-next' into staging
2021-05-11 09:09:10 +02:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging
2021-05-10 09:45:47 +02:00
Jan Tojnar
fc75c442ad
Merge pull request #122311 from DavHau/zhf-pyexcel-xls
...
python3Packages.pyexcel-xls: unbreak
2021-05-09 13:17:32 +02:00
Jan Tojnar
dd78ce1c53
Merge branch 'staging-next' into staging
2021-05-08 20:59:05 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jan Tojnar
31e67e824d
Merge pull request #116518 from siraben/mmv-update
...
mmv: 1.01b -> 2.0
2021-05-07 21:43:05 +02:00
Jan Tojnar
0420282780
treewide maintainers: add teams.{freedesktop,gnome}
2021-05-07 15:36:40 +02:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40'
2021-05-07 12:12:40 +02:00
Jan Tojnar
e744a292dc
gtksourceview4: clean up
...
Make consistent with gtksourceview5.
2021-05-06 21:40:25 +02:00
Jan Tojnar
bcdf3fbeeb
gnome3.gpaste: 3.40.1 → 3.40.2
...
http://www.imagination-land.org/posts/2021-04-30-gpaste-3.40.2-released.html
2021-05-06 21:36:59 +02:00
Jan Tojnar
7bb72bb02e
gtksourceview5: init at 5.0.0
2021-05-06 21:36:59 +02:00
Jan Tojnar
8bc57da967
vte: 0.64.0 → 0.64.1
2021-05-06 20:55:11 +02:00
Jan Tojnar
626e32b133
gnome-builder: 3.40.1 → 3.40.2
2021-05-06 20:55:11 +02:00
Jan Tojnar
18eace0739
gjs: 1.68.0 → 1.68.1
2021-05-06 20:55:11 +02:00
Jan Tojnar
7275ef4358
gtkmm4: init at 4.0.1
2021-05-06 19:21:57 +02:00
Jan Tojnar
b51fffe8f8
pangomm_2_48: init at 2.48.0
2021-05-06 19:21:57 +02:00
Jan Tojnar
43d5cd52eb
cairomm_1_16: init at 1.16.0
2021-05-06 17:57:59 +02:00
Jan Tojnar
e63b9dcd7a
glibmm_2_68: init at 2.68.0
2021-05-06 17:35:03 +02:00
Jan Tojnar
30743d0973
libsigcxx30: init at 3.0.6
2021-05-06 17:30:30 +02:00
Jan Tojnar
d9f177eb4d
Merge branch 'staging-next' into staging
...
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <https://github.com/NixOS/nixpkgs/commit/1bdda029cd85b5f4358697afd2c8f6a1996c6ccf >
- apparmor rules rewritten <https://github.com/NixOS/nixpkgs/commit/b280e64078d69c59cf4fccfcaa9d56a59d789dc9 >
Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Jan Tojnar
5fab0dd2d0
gnome3.gnome-shell: Pick patch from Fedora
...
Hoping it will fix the login with fprintd enabled.
2021-05-05 22:43:10 +02:00
Jan Tojnar
7ba4bb4f30
gnome3.gnome-shell: Switch to master
...
It contains several critical fixes.
2021-05-05 22:43:10 +02:00
Jan Tojnar
f70f7b6ea4
gnomeExtensions.hot-edge: init at 4
2021-05-05 22:43:10 +02:00
Jan Tojnar
588e05ddff
Fix tarball build
...
replaceDependency is based on IFD so it cannot be used in packages.
Thankfully what we are doing with libhandy can be easily achieved with sed.
2021-05-05 22:43:10 +02:00
Jan Tojnar
26e044b14a
imagemagick: Try to fix Darwin build
2021-05-05 22:43:09 +02:00
Jan Tojnar
8647ddb0d3
gnucash: 4.4 → 4.5
...
Needed a patch to fix build with GLib 2.68 and it did not apply to 4.4 so I also bumped the version 🤷♀️
Changes look fine: https://github.com/Gnucash/gnucash/releases/tag/4.5
2021-05-05 22:43:09 +02:00