Commit Graph

4271 Commits

Author SHA1 Message Date
José Romildo Malaquias
1d60b5c99a mate-screensaver: 1.20.1 -> 1.21.0 (#44572) 2018-08-07 00:39:42 +02:00
Jan Tojnar
880bc29d45
gnome3.gnome-todo: init at 3.28.1 2018-08-04 11:58:05 +02:00
xeji
f2f28654d5
Merge pull request #43778 from volth/xfce413-updates
xfce4-13: backport panel plugins and icon themes from xfce4-12
2018-08-03 21:26:07 +02:00
Jan Tojnar
f735d6a38d
Merge pull request #43992 from jtojnar/upstream-sessions
Upstream sessions
2018-08-03 14:23:17 +02:00
volth
e8cc4b76b2 xfce4-13.xfce4-panel: fix path to tzdata (#44350) 2018-08-02 14:08:44 +02:00
volth
66939ec363 xfce4-13: backport panel plugins from xfce4-12 2018-08-02 09:17:25 +00:00
volth
cd794f4216 xfce4-13.xfce4-session: init at 4.13.0 (#44336) 2018-08-02 10:35:21 +02:00
volth
726d59b795 xfce4-13.xfce4-clipman-plugin: init at 1.4.2 (#44319) 2018-08-02 09:13:42 +02:00
volth
68fdf47135 xfce4-13.xfce4-xkb-plugin: init at 0.8.1 (#44320) 2018-08-02 09:12:42 +02:00
volth
ee23bd7046 xfce4-13.xfce4-whiskermenu-plugin: init at 2.2.0 (#44317) 2018-08-01 22:48:21 +02:00
volth
b129cd165a xfce4-13.xfce4-cpufreq-plugin: init at 1.2.0 (#44316) 2018-08-01 22:47:15 +02:00
volth
63c295caef xfce4-13.xfce4-netload-plugin: init at 1.3.1 (#44315) 2018-08-01 22:46:08 +02:00
volth
781428a849 xfce4-13.xfce4-pulseaudio-plugin: init at 0.4.1 (#44314) 2018-08-01 22:45:32 +02:00
Jan Tojnar
adbe4e1c68
gnome3.gnome-session: use absolute paths
TryExec needs absolute path too, otherwise the desktop file will be ignored
unless gnome-session is in PATH, in which case, we would not need to patch
Exec.
2018-08-01 19:14:31 +02:00
Jan Tojnar
f63d94eba3
gnome3.gpaste: hard-code paths
GPaste GNOME Shell extension uses GPaste library generated via introspection. Previously, we added the gpaste package to services.xserver.desktopManager.gnome3.sessionPath option, which
added its typelib directory to GI_TYPELIB_PATH environment variable globally, in order for GNOME Shell to be able to find it. This is not very Nix-y, though, so we have decided to patch the code to
append the path to the GI repository search path.

Additionally, the code relies on GPaste’s GSettings schemas, so we had to hard-code the paths to them as well. We ignored the GNOME Shell’s schemas, since they will already be available for the
extension inside GNOME Shell program.
2018-08-01 19:14:30 +02:00
Jan Tojnar
cc6d77c83f
gnome3.gdm: add upstream xsession 2018-08-01 19:14:30 +02:00
Yarny0
bdf6f8528e plasma-nm: fix path to mobile broadband provider file (#44302)
When creating a new mobile broadband connection
with the plasma network manager connection editor,
it tries to find a file containing provider
information somewhere in /usr/share/... .
The build recipe contains a patch to fix the lookup path
such that it finds the file in the corresponding package,
probably added due to
https://github.com/NixOS/nixpkgs/issues/9389 .
The actual lookup path is injected into
the patch file with substituteAll.

With commit a31d98f312 ,
the variable name used in subsituteAll changed from
mobile_broadband_provider_info to mobile-broadband-provider-info
(underscores in package names turned into dashes).
Apparently, substituteAll can't handle dashes in variable names.
Consequently, the variable name was no longer resolved.
plasma-nm failed to create new mobile broadband connections;
the connection creator silently exited and logged the error
> plasma-nm: Error opening providers file "@mobile-broadband-provider-info@/share/mobile-broadband-provider-info/serviceproviders.xml"

This commit keeps the dashes in package names, but it
restores the underscores in the variable used by substituteAll,
thereby ensuring the variable gets resolved properly.
2018-08-01 15:23:28 +02:00
Jan Tojnar
be066d0b27
Merge pull request #44278 from jtojnar/gnome-update
Gnome update
2018-08-01 14:38:45 +02:00
Jan Tojnar
f91dd5a610
gnome3.totem: 3.28.1 → 3.28.2 2018-07-31 23:05:08 +02:00
Jan Tojnar
c1c9119699
gnome3.mutter: 3.28.2 → 3.28.3 2018-07-31 23:03:40 +02:00
Jan Tojnar
a0cecbf159
gnome3.grilo: 0.3.4 → 0.3.6 2018-07-31 23:03:23 +02:00
Jan Tojnar
11845d65cb
gnome3.grilo-plugins: 0.3.5 → 0.3.7 2018-07-31 23:03:09 +02:00
Jan Tojnar
d15f2f0e0a
gnome3.gnome-shell: 3.28.2 → 3.28.3 2018-07-31 23:01:40 +02:00
Jan Tojnar
c4f1123342
gnome3.gnome-bluetooth: 3.28.0 → 3.28.1 2018-07-31 23:01:24 +02:00
Jan Tojnar
ca565a3015
evolution-data-server: 3.28.3 → 3.28.5 2018-07-31 23:01:02 +02:00
Jan Tojnar
5644addb3c
gnome3.eog: 3.28.2 → 3.28.3 2018-07-31 23:00:44 +02:00
Jan Tojnar
82482073d7
gnome3.polari: 3.28.0 → 3.28.1 2018-07-31 23:00:29 +02:00
Jan Tojnar
30e535a93f
gnome3.file-roller: 3.28.0 → 3.28.1 2018-07-31 23:00:17 +02:00
Jan Tojnar
c5d8e70a42
gnome3.evolution: 3.28.3 → 3.28.5 2018-07-31 22:58:52 +02:00
xeji
315a47d249
Merge pull request #43927 from volth/xfce4-battery-plugin-1.1.0
xfce4-13.xfce4-battery-plugin: init at 1.1.0
2018-07-31 18:08:44 +02:00
Jan Tojnar
e0d8c80f01
gnome3.devhelp: 3.28.1 → 3.30.0 2018-07-31 11:34:52 +02:00
R. RyanTM
ca4ed1c3d2 mate.mate-control-center: 1.20.3 -> 1.21.0 (#43748)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-control-center/versions.
2018-07-30 20:44:10 +02:00
xeji
2791900608
Merge pull request #40982 from romildo/upd.lxqt
lxqt: 0.12.0 -> 0.13.0
2018-07-29 20:43:38 +02:00
Thomas Tuegel
4ac6a8ba54
Merge pull request #44139 from bkchr/plasma_wayland
Plasma Wayland
2018-07-28 16:19:52 -05:00
Bastian Köcher
6e5d977b97 plasma-workspace: Improve the NixOS patch set
We changed some if condition that is not required to be changed.
2018-07-26 23:28:29 +02:00
Bastian Köcher
af44ab8400 plasma.kwin: Adds libdrm depdency
Libdrm is required to enable the DRM backend that is used by Wayland.
2018-07-26 23:28:29 +02:00
José Romildo Malaquias
836b827226 lxqt: add update script 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
507951e889 screengrab: 1.97 -> 1.98 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
ef6b6ce142 qps: 1.10.17 -> 1.10.18 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
0fd1f4660c qterminal: 0.8.0 -> 0.9.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
c89832527c lximage-qt: 0.6.0 -> 0.7.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
ef42aa1f95 pcmanfm-qt: 0.12.0 -> 0.13.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias
386c75105c lxqt-sudo: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias
b3b9322e9d lxqt-session: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias
48ad824bb3 lxqt-runner: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias
81c1f4be7a lxqt-powermanagement: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias
2067252410 lxqt-policykit: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias
3df3087164 lxqt-panel: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias
a0fe2ed5ad lxqt-openssh-askpass: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias
5d04e45ca7 lxqt-notificationd: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00