Bobby Rong
ee673afe78
Merge pull request #192686 from bobby285271/elementary-iconbrowser
...
pantheon.elementary-iconbrowser: init at 2.0.0
2022-10-05 09:48:11 +08:00
Bobby Rong
42793abe52
pantheon.elementary-iconbrowser: init at 2.0.0
2022-10-04 23:48:02 +08:00
José Romildo Malaquias
78537abc21
Merge pull request #191369 from romildo/new.httpUpdater
...
directoryListingUpdater: init; enlightenment.enlightenment: add update script
2022-10-03 22:03:36 -03:00
Jan Tojnar
e14d1e1bc9
Merge pull request #192969 from jtojnar/extra-gsettings-strict
...
GNOME/Cinnamon/Pantheon: Clean up GSettings overrides and make strict
2022-10-04 00:59:08 +02:00
Sergei Trofimovich
a6635711da
gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapper
2022-10-02 15:38:27 +01:00
José Romildo
767b1fd5da
enlightenment.enlightenment: add update script
2022-10-01 12:27:09 -03:00
Ryan Horiguchi
dea11786f6
gnomeExtensions: auto-update
2022-09-30 16:43:33 +02:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
...
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
Vladimír Čunát
8ba120420f
Merge #191339 : staging-next 2022-09-15
2022-09-29 09:16:47 +02:00
Jan Tojnar
7ccc6ab217
Revert "gnome.gnome-boxes: add qemu to path"
...
Boxes insert the absolute path of `qemu-system-x86_64` program
as found on `PATH` into the `<emulator>` element of the libvirt
config. But if we add qemu to `PATH` using a wrapper, the saved
path will point directly to a store path, which will break when
the store path is garbage collected.
Let’s drop it again so that qemu can be picked up from the environment
using a more stable path such as `/run/libvirt/nix-emulators/qemu-system-x86_64`
introduced by the `virtualisation.libvirtd.enable = true;` NixOS option.
This reverts commit ba1ecbea39
,
essentially re-applying 120337053f
.
Fixes: https://github.com/NixOS/nixpkgs/issues/57931
2022-09-29 04:16:55 +02:00
Martin Weinelt
7da8d25d87
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-28 17:15:11 +02:00
José Romildo
3a36ccc075
xfce: remove archiveUpdater and use httpTwoLevelsUpdater for some packages
2022-09-27 23:41:53 -03:00
José Romildo
4d62007aa7
mate.mate-icon-theme-faenza: use gitUpdater
2022-09-27 23:41:53 -03:00
José Romildo
64ce882421
mate: simplify update script
...
- No need to pass the version and attrPath arguments
2022-09-27 23:41:53 -03:00
José Romildo
4a9e77cea0
lxqt: use gitUpdater instead of lxqtUpdateScript
2022-09-27 23:41:53 -03:00
José Romildo
01510c7ff3
treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater
2022-09-27 23:41:53 -03:00
Jan Tojnar
cd0b791eaa
Merge pull request #193119 from jtojnar/updatescript-residue
...
Backport updateScript fixes from GNOME branch
2022-09-28 02:53:01 +02:00
github-actions[bot]
70776ac218
Merge master into staging-next
2022-09-28 00:06:02 +00:00
Sandro
f78e05946d
Merge pull request #193192 from romildo/upd.xfce4-cpugraph-plugin
2022-09-27 23:58:04 +02:00
github-actions[bot]
3f66160994
Merge master into staging-next
2022-09-27 18:04:13 +00:00
Thomas Tuegel
6552ae2bf1
Merge pull request #192908 from matthiasbeyer/add-kzones
...
plasma5Packages.kzones: init at 0.3
2022-09-27 10:34:08 -05:00
José Romildo
21667ec81c
xfce.xfce4-cpugraph-plugin: use mkXfceDerivation
2022-09-27 11:49:20 -03:00
piegames
4d1f3b3a74
Merge pull request #192929 : gnomeExtensions: Add GNOME 43
2022-09-27 14:26:28 +02:00
github-actions[bot]
28a3306bd7
Merge master into staging-next
2022-09-27 12:01:17 +00:00
piegames
73e71f2ef9
gnomeExtensions: Update for GNOME 43
2022-09-27 13:39:06 +02:00
Bobby Rong
1c66e61450
pantheon.gala: Fix multitasking view allocation assertions
2022-09-27 12:36:53 +08:00
Jan Tojnar
a5af361af4
gnome.updateScript: Support freezing up to an explicit version
...
libgweather released version 4 after releasing version 40,
we need to ignore the latter.
2022-09-27 02:19:25 +02:00
Matthias Beyer
4303c9d3ac
plasma5Packages.kzones: init at 0.3
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-26 08:30:09 +02:00
Jan Tojnar
cb0c70b388
pantheon.elementary-gsettings-schemas: Bring closer to GNOME
...
- Prefer local builds to avoid costly copying.
- Quote arguments.
- Avoid `with` statements.
- Use `concatMapStringsSep`.
- Format with `nixpkgs-fmt` to fix indentation.
2022-09-26 00:52:08 +02:00
Jan Tojnar
5e408af4de
cinnamon.cinnamon-gsettings-overrides: Make compilation strict
...
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26 00:52:08 +02:00
Jan Tojnar
dff1ed8690
cinnamon.cinnamon-gsettings-overrides: Bring closer to GNOME
...
- Prefer local builds to avoid costly copying.
- Quote arguments.
- Avoid `with` statements.
- Use `concatMapStringsSep`.
2022-09-26 00:52:08 +02:00
Jan Tojnar
35e033d416
gnome.nixos-gsettings-override: Make compilation strict
...
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26 00:52:08 +02:00
Jan Tojnar
1d4bddaed5
gnome.nixos-gsettings-override: extract from NixOS module
...
This will clean up the module slightly and bring it more in line with Pantheon & Cinnamon.
While at it do some other refactoring inspired by those modules:
- Correct a typo in light background attribute name.
- Rename the attribute name.
- Quote arguments.
- Extract the overridden package list and override text into variables.
- Avoid having separate copy commands for overrides from packages.
- Avoid `with` statements.
- Use `concatMapStringsSep`.
2022-09-26 00:52:08 +02:00
Martin Weinelt
68c0ca4416
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-25 21:36:31 +02:00
Samuel Dionne-Riel
50237ca3b9
Merge pull request #192180 from samueldr/fix/plasma-mobile-qtfeedback
...
plasma-mobile: Add QtFeedback
2022-09-23 15:53:02 -04:00
github-actions[bot]
57e15d64c3
Merge master into staging-next
2022-09-21 18:01:25 +00:00
Sandro
7a60d1fd15
Merge pull request #191189 from romildo/upd.xfce4-windowck-plugin
2022-09-21 14:02:07 +02:00
github-actions[bot]
15bbf4d3fc
Merge master into staging-next
2022-09-21 12:01:48 +00:00
Bobby Rong
a309b9794d
Merge pull request #191811 from bobby285271/cjs
...
cinnamon.cjs: various clean up
2022-09-21 15:03:20 +08:00
Samuel Dionne-Riel
a1abd18896
plasma-mobile: Add QtFeedback
...
This fixes an issue where *on devices*, Plasma Mobile would show error
messages instead of the expected applets (taskbar, desktop, etc).
2022-09-20 23:51:26 -04:00
github-actions[bot]
7da9ac9ae6
Merge master into staging-next
2022-09-21 00:03:46 +00:00
Thomas Tuegel
8a57b26b00
Merge pull request #185579 from alois31/kwin-lower-cap_sys_nice
...
kwin: don't leak CAP_SYS_NICE
2022-09-20 15:40:24 -05:00
Thomas Tuegel
fff89194fe
Merge pull request #183381 from alois31/oxygen-sounds
...
oxygen-sounds: init at 5.25.3
2022-09-20 14:25:55 -05:00
github-actions[bot]
2f49e0bb89
Merge master into staging-next
2022-09-20 18:01:23 +00:00
Thomas Tuegel
a21661c716
Merge pull request #185775 from NickCao/plasma-workspace
...
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE
2022-09-20 12:40:15 -05:00
Martin Weinelt
5d4267b0f2
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-20 12:25:19 +02:00
Bobby Rong
d767855896
Merge pull request #191888 from bobby285271/pantheon
...
pantheon.elementary-music: backport a few changes
2022-09-20 02:06:12 -06:00
superherointj
491043c28f
Merge pull request #191246 from kilianar/unicode-15
...
update several packages to unicode 15.0.0
2022-09-19 10:39:08 -03:00
Bobby Rong
c4ca8f727d
pantheon.elementary-music: backport a few changes
2022-09-19 15:32:02 +08:00
github-actions[bot]
d9a56077c8
Merge master into staging-next
2022-09-18 18:01:18 +00:00