John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
...
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
José Romildo Malaquias
edc1acf60c
lxqt: update to version 0.14.1 in the update script
2019-02-26 20:00:16 -03:00
José Romildo Malaquias
102a33c356
lxqt.screengrab: 1.100 -> 1.101
2019-02-26 20:00:16 -03:00
José Romildo Malaquias
e6a5efd4ae
lxqt.qps: 1.10.19 -> 1.10.20
2019-02-26 20:00:16 -03:00
José Romildo Malaquias
d8bf91891f
lxqt.qtermwidget: 0.14.0 -> 0.14.1
2019-02-26 20:00:16 -03:00
José Romildo Malaquias
3d7c6d734a
lxqt.qterminal: 0.14.0 -> 0.14.1
2019-02-26 20:00:16 -03:00
José Romildo Malaquias
a1f2cb007c
lxqt.pavucontrol-qt: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
9d40c72d67
lxqt.obconf-qt: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
ffd9e586a1
lxqt.compton-conf: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
9f6e8f4bf3
lxqt.lximage-qt: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
dfba1040ab
lxqt.pcmanfm-qt: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
82f0f1091b
lxqt.libfm-qt: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
55b834224a
lxqt.lxqt-sudo: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
ccf21a08d3
lxqt.lxqt-session: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
62de7ece24
lxqt.lxqt-runner: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
b1ad8397d5
lxqt.lxqt-powermanagement: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
aea10dc813
lxqt.lxqt-policykit: 0.14.0 -> 0.14.1
2019-02-26 20:00:15 -03:00
José Romildo Malaquias
372adb2126
lxqt.lxqt-panel: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
283b13d8a1
lxqt.lxqt-openssh-askpass: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
5c455b3361
lxqt.lxqt-notificationd: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
7ed52505ad
lxqt.lxqt-globalkeys: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
7139ac1e9c
lxqt.lxqt-config: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
02fbed348a
lxqt.lxqt-admin: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
b95115bdf2
lxqt.lxqt-about: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
9532589755
lxqt.liblxqt: 0.14.0 -> 0.14.1
2019-02-26 20:00:14 -03:00
José Romildo Malaquias
6c74d290ae
lxqt.libqtxdg: 3.3.0 -> 3.3.1
2019-02-26 20:00:14 -03:00
worldofpeace
d53aefd534
pantheon.elementary-music: 5.0.2 -> 5.0.3
2019-02-26 15:20:02 -05:00
worldofpeace
f995b919fc
pantheon.gala: 2018-12-16 -> 2019-02-09
...
Changes: 7f1e392e03...1a96644c6a
2019-02-26 15:11:53 -05:00
Will Dietz
d82448f511
plasma-5: 5.15.1 -> 5.15.2
...
https://kde.org/announcements/plasma-5.15.2.php
2019-02-26 11:28:54 -06:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Tor Hedin Brønner
9202c5ab8f
gnome3.gnome-desktop: fix thumbnailing with missing fontconfig cache ( #56346 )
...
Also use @storeDir@ instead of hardcoded /nix/store
2019-02-25 20:04:28 +01:00
Guillaume Maudoux
a3e440ca8b
gnome-desktop: cherry-pick nautilus sandbox changes
2019-02-25 09:48:12 +01:00
Guillaume Maudoux
02d3e97750
nautilus: fix thumbnail generation on NixOS
2019-02-25 09:47:23 +01:00
Peter Hoeg
2d02c93978
Merge pull request #56332 from peterhoeg/f/portal
...
xdg-desktop-portal-kde: fix missing dependency
2019-02-25 13:51:12 +08:00
Peter Hoeg
41b216cda8
xdg-desktop-portal-kde: fix missing dependency
2019-02-25 12:45:15 +08:00
worldofpeace
ee50688119
pantheon.elementary-session-settings: use custom mimeapps.list
...
We need this to be customized because in the latest GNOME
the desktop file name for evince changed from `evince.desktop` to
`org.gnome.Evince.desktop`.
Additonally we don't have pantheon-mail so we have to switch that
out for geary.
Also note that we're using the desktop specific type
of mimeapps.list[0]. This makes the defaults only apply for the
pantheon desktop.
[0]: https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html
2019-02-24 23:12:38 -05:00
Matthew Bauer
73061742af
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-24 18:54:32 -05:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Piotr Bogdan
4f40607e7e
gnome3.mutter: add patch for upstream issue #270
2019-02-23 08:43:27 +00:00
worldofpeace
904732d6f6
Merge pull request #56172 from worldofpeace/elementary-post
...
fondo, notes-up: init
2019-02-22 19:17:49 -05:00
worldofpeace
ac2546bffe
notes-up: default without pantheon support
...
This adds pantheon.notes-up which will only work in pantheon.
2019-02-22 19:16:21 -05:00
worldofpeace
7ef9879769
Merge pull request #56165 from worldofpeace/bump-geary
...
gnome3.geary: 0.12.4 -> 0.13.1
2019-02-22 17:43:01 -05:00
worldofpeace
608b79e0f8
gnome3.geary: fix tests on aarch64
2019-02-22 14:24:14 -05:00
worldofpeace
7f2e092bd9
gnome3.geary: 0.12.4 -> 0.13.1
2019-02-22 14:05:14 -05:00
worldofpeace
d14768da42
gnome3.gnome-control-center: 3.30.2 -> 3.30.3
...
a1d936d9dd/NEWS (L2)
2019-02-22 12:44:32 -05:00
worldofpeace
f0f651dde8
gnome3.gnome-online-accounts: 3.30.1 -> 3.30.2
...
1894ec59e1/NEWS (L1)
2019-02-22 12:44:31 -05:00
worldofpeace
255185cc65
gnome3.gnome-desktop: 3.30.2 -> 3.30.2.1
...
2da71b79c8/NEWS
2019-02-22 12:44:29 -05:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
worldofpeace
a1c295e971
pantheon.wingpanel-indicator-nightlight: 2.0.1 -> 2.0.2
2019-02-21 18:12:47 -05:00
worldofpeace
114575ef71
pantheon.elementary-screenshot-tool: 1.6.1 -> 1.6.2
2019-02-21 18:12:47 -05:00
Will Dietz
42a3718e70
plasma-5: 5.15.0 -> 5.15.1
2019-02-21 12:53:32 -06:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
Vladimír Čunát
424efc7e71
Merge branch 'staging-next' into staging
2019-02-19 11:08:32 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
worldofpeace
23191f045d
pantheon.granite: fetch for DateTime GSettings patch
...
Typo in the patch was fixed. [0]
[0]: 0550b44ed6
2019-02-18 18:52:42 -05:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
worldofpeace
3eec4b57c2
Merge pull request #55877 from dtzWill/fix/gnome-control-center-session-path-maybe
...
gnome-control-center: point to gnome-session's libexecdir properly
2019-02-17 03:49:10 +00:00
Will Dietz
22dac1e857
gnome-control-center: point to gnome-session's libexecdir properly
2019-02-16 22:37:47 -05:00
worldofpeace
e6b76ad3c7
Merge pull request #55608 from dtzWill/update/gnome-chess-3.30.1
...
gnome-chess: 3.30.0 -> 3.30.1
2019-02-17 03:35:10 +00:00
worldofpeace
27ed56ce1d
pantheon.elementary-files: 4.1.4 -> 4.1.5
2019-02-16 05:13:35 -05:00
worldofpeace
19fcdfa356
pantheon.granite: 5.2.2 -> 5.2.3
2019-02-16 05:13:35 -05:00
Will Dietz
5aea8bb6d9
pantheon.elementary-icon-theme: 5.0.2 -> 5.0.3
2019-02-16 05:13:35 -05:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Wael Nasreddine
a0eb6c1f81
gnome3.dconf: fix the build on Darwin ( #55800 )
...
Fix the build on Darwin.
Please see https://gitlab.gnome.org/GNOME/dconf/issues/47 for more information.
2019-02-15 17:29:35 -08:00
xeji
4a340dbfa7
Merge pull request #55365 from romildo/upd.lxqt
...
lxqt: 0.13.0 -> 0.14.0
2019-02-14 22:46:35 +01:00
Jan Tojnar
b7e78c283e
Merge pull request #55612 from dtzWill/update/evolution-3.30.5
...
evolution: 3.30.4 -> 3.30.5
2019-02-14 14:08:16 +01:00
Jan Tojnar
471949e783
Merge pull request #55609 from dtzWill/update/evolution-data-server-3.30.5
...
evolution-data-server: 3.30.4 -> 3.30.5
2019-02-14 13:49:23 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Will Dietz
40da4fb9df
breeze-gtk: add deps to fix build
2019-02-12 12:54:33 -06:00
Will Dietz
111e42e8a6
plasma-workspace.patch: rework for 5.15.0, bit rough
2019-02-12 12:14:08 -06:00
Will Dietz
928b6f9985
plasma-5: 5.14.5 -> 5.15.0
...
https://www.kde.org/announcements/plasma-5.15.0.php
2019-02-12 11:48:05 -06:00
José Romildo Malaquias
f0c7f54bd2
qtermwidget: remove version 0.7.1
2019-02-12 09:56:10 -02:00
José Romildo Malaquias
d5c017eef8
qlipper: do not use qt5 directly
2019-02-12 09:56:09 -02:00
José Romildo Malaquias
9306341a0b
lxqt: lxqt-l10n has been removed in version 0.14.0
2019-02-12 09:56:09 -02:00
José Romildo Malaquias
1fa2405cbd
lxqt.update.sh: update to version 0.14.0
2019-02-12 09:56:09 -02:00
José Romildo Malaquias
96185ab3f0
screengrab: 1.98 -> 1.100
2019-02-12 09:56:09 -02:00
José Romildo Malaquias
5c26986b58
qps: 1.10.18 -> 1.10.19
2019-02-12 09:56:08 -02:00
José Romildo Malaquias
f45affe838
qtermwidget: 0.9.0 -> 0.14.0
2019-02-12 09:56:08 -02:00
José Romildo Malaquias
99b8c1b843
qterminal: 0.9.0 -> 0.14.0
2019-02-12 09:56:07 -02:00
José Romildo Malaquias
92379c6fd5
pavucontrol-qt: 0.4.0 -> 0.14.0
2019-02-12 09:56:07 -02:00
José Romildo Malaquias
40b1f7f16d
obconf-qt: 0.13.0 -> 0.14.0
2019-02-12 09:56:07 -02:00
José Romildo Malaquias
df02bb01fe
compton-conf: 0.4.0 -> 0.14.0
2019-02-12 09:56:07 -02:00
José Romildo Malaquias
a7b500487e
lximage-qt: 0.7.0 -> 0.14.0
2019-02-12 09:56:06 -02:00
José Romildo Malaquias
f9346ff3d2
pcmanfm-qt: 0.13.0 -> 0.14.0
2019-02-12 09:56:05 -02:00
José Romildo Malaquias
adb8201fcb
libfm-qt: 0.13.1 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
8242ee68fa
lxqt-themes: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
06a706dd38
lxqt-sudo: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
39e826c292
lxqt-session: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
c12474b676
lxqt-runner: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
eb866930e7
lxqt-qtplugin: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
6eb4470376
lxqt-powermanagement: 0.13.0 -> 0.14.0
2019-02-12 09:03:51 -02:00
José Romildo Malaquias
a558f99b20
lxqt-policykit: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
f0fa0322db
lxqt-panel: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
b011cf7fad
lxqt-openssh-askpass: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
d4514a83d8
lxqt-notificationd: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
9e5b3d5368
lxqt-globalkeys: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
db24957703
lxqt-config: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
308376a32a
lxqt-admin: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
13fab66220
lxqt-about: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
def579b42b
liblxqt: 0.13.0 -> 0.14.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
c4a6b73972
lxqt-build-tools: 0.5.0 -> 0.6.0
2019-02-12 09:03:50 -02:00
José Romildo Malaquias
b0b03df748
libsysstat: 0.4.1 -> 0.4.2
2019-02-12 09:02:20 -02:00
José Romildo Malaquias
b1a6d39155
libqtxdg: 3.2.0 -> 3.3.0
2019-02-12 09:01:46 -02:00
Will Dietz
60d96bcaf0
evolution: 3.30.4 -> 3.30.5
2019-02-11 18:03:45 -06:00
Will Dietz
e05c652a31
epiphany: 3.30.2 -> 3.30.3
2019-02-11 18:02:41 -06:00
Will Dietz
210175a50f
evolution-data-server: 3.30.4 -> 3.30.5
2019-02-11 18:02:02 -06:00
Will Dietz
11149891d4
gnome-chess: 3.30.0 -> 3.30.1
2019-02-11 18:00:15 -06:00
worldofpeace
1506183cd3
xfce4-13.tumbler: 0.2.1 -> 0.2.3
2019-02-11 02:36:12 -05:00
Matthew Bauer
57cb5fe1f2
Merge pull request #55519 from FlorianFranzen/staging
...
Staging
2019-02-10 09:29:10 -05:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Vladimír Čunát
64edccb463
treewide: fix missing libs after libtool pruning #51767
2019-02-10 14:14:33 +01:00
worldofpeace
7da8f4b392
gnome3: add @worldofpeace to maintainers
...
One of my primary roles I'd like to assume in nixpkgs.
2019-02-10 00:24:58 -05:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
worldofpeace
f3750e7b41
gnome3.gnome-keyring: use placeholder
2019-02-06 18:07:22 -05:00
worldofpeace
884f7ad3cf
gnome3.gnome-keyring: disable test suite
...
Seen these fail non-deterministically at a high enough frequency
making it a good contender to disable completely.
See also #55293 , #51121 .
cc @hedning @jtojnar
2019-02-06 18:07:22 -05:00
worldofpeace
2b344e6a74
pantheon.elementary-videos: remove comment
2019-02-03 16:10:36 -05:00
worldofpeace
a45eb67711
pantheon.elementary-capnet-assist: 2.2.2 -> 2.2.3
2019-02-03 16:10:36 -05:00
worldofpeace
97af256e5e
pantheon.elementary-screenshot-tool: 1.6.0 -> 1.6.1
2019-02-03 16:10:35 -05:00
worldofpeace
14a5549e70
pantheon.elementary-files: 4.1.3 -> 4.1.4
2019-02-03 16:10:35 -05:00
Vladimír Čunát
f55f45f273
pantheon, aliases: remove remaining gst-ffmpeg
...
This fixes evaluation. I'm not sure why pantheon.elementary-videos
was mixing gst 1 with old gst-ffmpeg.
/cc #48637 , #50220 .
2019-02-01 09:43:57 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
worldofpeace
77a716fcd9
pantheon.wingpanel-indicator-power: 2.1.3 -> 2.1.4
2019-01-29 19:37:46 -05:00
worldofpeace
1e8a8f1050
pantheon.wingpanel-indicator-network: 2.2.1 -> 2.2.2
2019-01-29 19:37:45 -05:00
worldofpeace
744de1c8b9
pantheon.switchboard-plug-power: 2.3.4 -> 2.3.5
2019-01-29 19:37:44 -05:00
worldofpeace
ae2813bde8
pantheon.switchboard-plug-bluetooth: 2.2.0 -> 2.2.1
2019-01-29 19:37:44 -05:00
worldofpeace
a249e75f74
pantheon.switchboard-plug-applications: 2.1.4 -> 2.1.5
2019-01-29 19:37:43 -05:00
worldofpeace
29ae094829
pantheon.elementary-photos: 2.6.1 -> 2.6.2
2019-01-29 19:37:43 -05:00
R. RyanTM
bb1c1ee4f3
gnome3.evolution: 3.30.3 -> 3.30.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evolution/versions
2019-01-28 19:28:26 +00:00
R. RyanTM
b2298c9eda
gnome3.gnome-online-accounts: 3.30.0 -> 3.30.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-online-accounts/versions
2019-01-28 16:54:36 +00:00
Will Dietz
49dbc7bebb
Merge pull request #54444 from dtzWill/update/plasma5-5.14.5
...
plasma-5: 5.14.4 -> 5.14.5
2019-01-27 13:18:50 -06:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
worldofpeace
78da8d668b
pantheon: init a 5.0
2019-01-24 20:54:14 +00:00
worldofpeace
2530372351
gnome3.evolution-data-server: hardcode for DefaultSources gschema
2019-01-24 20:54:14 +00:00
worldofpeace
d507691743
pantheon-terminal: drop
2019-01-24 20:54:14 +00:00
Matthew Bauer
51d88f7d20
libglade: fix on darwin
...
Based on discussion in
https://github.com/Homebrew/legacy-homebrew/issues/11961
Closes #54448
Closes #54321
2019-01-22 11:33:30 -05:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Joachim F
2b7c085b95
Merge pull request #54216 from r-ryantm/auto-update/gnustep-back
...
gnustep.back: 0.26.2 -> 0.27.0
2019-01-21 22:48:37 +00:00
Joachim F
f3ade9a28c
Merge pull request #54203 from r-ryantm/auto-update/gnustep-gui
...
gnustep.gui: 0.26.2 -> 0.27.0
2019-01-21 22:48:24 +00:00
Joachim F
79309cb2ec
Merge pull request #54212 from r-ryantm/auto-update/gnustep-base
...
gnustep.base: 1.25.1 -> 1.26.0
2019-01-21 22:48:20 +00:00
Will Dietz
07104e5d69
plasma-5: 5.14.4 -> 5.14.5
...
https://www.kde.org/announcements/plasma-5.14.5.php
2019-01-21 16:11:31 -06:00
Jan Tojnar
437e478a50
gdl: rename from gnome3.gdl
2019-01-21 12:03:34 +01:00
Jan Tojnar
dd3626c036
Merge pull request #53695 from chpatrick/gnome-flashback-session
...
nixos/gnome3: add GNOME Flashback sessions option
2019-01-21 12:01:32 +01:00
Patrick Chilton
b25095bcda
nixos/gnome3: add GNOME Flashback sessions option
2019-01-21 11:17:49 +01:00
worldofpeace
d75457c802
Merge pull request #53944 from worldofpeace/mate/downgrade-to-stable
...
mate updates and downgrades
2019-01-21 06:49:25 +00:00
Tor Hedin Brønner
4fe0bd0f29
Merge pull request #54268 from hedning/gnome-fixes
...
Gnome fixes (gnome-documents and eog)
2019-01-18 14:55:14 +01:00
Tor Hedin Brønner
5f50db875f
gnome3.gnome-documents: fix runtime
...
libgdprivate needs access to libgd in RPATH
https://gitlab.gnome.org/GNOME/gnome-documents/issues/5
2019-01-18 14:32:03 +01:00
Tor Hedin Brønner
b26207d359
gnome3.eog: fix thumbnail generation
...
Same as nautilus
2019-01-18 13:27:06 +01:00
R. RyanTM
d0d372536b
evolution-data-server: 3.30.3 -> 3.30.4 ( #54222 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evolution-data-server/versions
2019-01-18 11:48:49 +01:00
Jan Tojnar
7cc983eade
Merge pull request #54206 from r-ryantm/auto-update/gnome-sound-recorder
...
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
2019-01-18 03:04:16 +01:00
Jan Tojnar
9c23304cd6
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
...
Also adding a patch that fixes crash when trying to play recordings.
2019-01-18 01:47:01 +01:00
R. RyanTM
46aadd5dad
gnome3.gnome-settings-daemon: 3.30.1.2 -> 3.30.2 ( #54220 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-settings-daemon/versions
2019-01-18 01:27:48 +01:00
R. RyanTM
2de1db4e80
gnustep.back: 0.26.2 -> 0.27.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnustep-back/versions
2019-01-17 14:18:33 -08:00
R. RyanTM
c9d7cc8040
gnustep.base: 1.25.1 -> 1.26.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnustep-base/versions
2019-01-17 13:28:58 -08:00
Tor Hedin Brønner
2195c59234
gnome3.removePackagesByName: fix filter reference ( #54204 )
2019-01-17 21:06:31 +01:00
R. RyanTM
9484cd50d4
gnustep.gui: 0.26.2 -> 0.27.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnustep-gui/versions
2019-01-17 11:43:40 -08:00
Jan Tojnar
23c1a234dc
Merge pull request #54124 from jtojnar/remove-packages-by-name
...
nixos/desktops: deduplicate removePackagesByName
2019-01-17 16:05:14 +01:00
Tor Hedin Brønner
ee0d575b59
Merge pull request #54133 from peterhoeg/f/portal_kde
...
xdg-desktop-portal-kde: fix missing dependencies
2019-01-17 11:25:05 +01:00
Jan Tojnar
bedc81fcb6
nixos/desktops: deduplicate removePackagesByName
...
GNOME, MATE and LxQt all use removePackagesByName. Let’s move it to a single
place, rename the attributes to meaningful name and add docs.
2019-01-17 07:13:25 +01:00
Peter Hoeg
c9b3404d57
xdg-desktop-portal-kde: fix missing dependencies
2019-01-17 08:25:35 +08:00
worldofpeace
e26d22c091
mate.mate.polkit: move gobject-introspection to nativeBuildInputs
2019-01-15 20:01:00 -05:00
worldofpeace
1101ebb4fe
mate.mate-panel: add gobject-introspection
2019-01-15 19:28:57 -05:00
worldofpeace
1fa78d2fce
mate.mate-menus: move gobject-intropection to nativeBuildInputs
2019-01-15 19:27:47 -05:00
worldofpeace
ff22ad20e7
mate.mozo: switch to using buildPythonApplication, cleanup
2019-01-15 19:26:33 -05:00
worldofpeace
f9b8f2cf4f
mate.atril: workaround undeclared dependence on gio-unix-2.0
2019-01-15 18:36:19 -05:00
worldofpeace
6ce1348158
mate.python-caja: 1.20.1 -> 1.20.2
2019-01-14 08:48:25 -05:00
worldofpeace
4e6b97784f
mate.pluma: 1.21.1 -> 1.20.4
2019-01-14 08:48:10 -05:00
worldofpeace
bdf5b3dd1b
mate.mozo: 1.20.1 -> 1.20.2
2019-01-14 08:47:54 -05:00
worldofpeace
e3c2e51e0e
mate.mate-utils: 1.21.0 -> 1.20.2
2019-01-14 08:47:38 -05:00
worldofpeace
548e26ea45
mate.mate-user-guide: 1.21.0 -> 1.20.2
2019-01-14 08:47:23 -05:00
worldofpeace
98ce15cf3f
mate.mate-terminal: 1.21.0 -> 1.20.2
2019-01-14 08:47:02 -05:00
worldofpeace
16ea947914
mate.mate-system-monitor: 1.21.0 -> 1.20.2
2019-01-14 08:46:46 -05:00
worldofpeace
c92039e5b6
mate.mate-settings-daemon: 1.21.0 -> 1.20.4
2019-01-14 08:46:26 -05:00
worldofpeace
3a0bd5c367
mate.mate-session-manager: 1.21.0 -> 1.20.2
2019-01-14 08:46:09 -05:00
worldofpeace
254ed88cb7
mate.mate-sensors-applet: 1.21.0 -> 1.20.3
2019-01-14 08:45:55 -05:00
worldofpeace
2eadf35958
mate.mate-screensaver: 1.21.0 -> 1.20.3
2019-01-14 08:45:36 -05:00
worldofpeace
0be0c710c2
mate.mate-power-manager: 1.21.0 -> 1.20.3
2019-01-14 08:45:19 -05:00
worldofpeace
9f79190976
mate.mate-polkit: 1.20.1 -> 1.20.2
2019-01-14 08:44:56 -05:00
worldofpeace
276da98ded
mate.mate-panel: 1.21.1 -> 1.20.4
2019-01-14 08:44:43 -05:00
worldofpeace
bd3e25849b
mate.mate-notification-daemon: 1.20.1 -> 1.20.2
2019-01-14 08:44:29 -05:00
worldofpeace
8ef194d7da
mate.mate-menus: 1.21.0 -> 1.20.2
2019-01-14 08:44:11 -05:00
worldofpeace
ff86182e9a
mate.mate-media: 1.21.0 -> 1.20.2
2019-01-14 08:43:50 -05:00
worldofpeace
0065df21f4
mate.mate-icon-theme: 1.21.0 -> 1.20.3
2019-01-14 08:43:36 -05:00
worldofpeace
5701547d34
mate.mate-desktop: 1.21.0 -> 1.20.4
2019-01-14 08:43:10 -05:00
worldofpeace
365e164fe4
mate.mate-control-center: 1.21.0 -> 1.20.4
2019-01-14 08:42:49 -05:00
worldofpeace
4f495775b6
mate.mate-calc: 1.21.0 -> 1.20.3
2019-01-14 08:42:26 -05:00
worldofpeace
f344cccea6
mate.mate-applets: 1.21.0 -> 1.20.3
2019-01-14 08:42:11 -05:00
worldofpeace
5c8db56468
mate.macro: 1.21.0 -> 1.20.3
2019-01-14 08:41:52 -05:00
worldofpeace
d5cdfc942d
mate.libmateweather: 1.21.0 -> 1.20.2
2019-01-14 08:41:35 -05:00
worldofpeace
e9cf5dee86
mate.libmatemixer: 1.21.0 -> 1.20.1
2019-01-14 08:41:14 -05:00
worldofpeace
6ee7bf05f9
mate.libmatekbd: 1.21.0 -> 1.20.2
2019-01-14 08:40:56 -05:00
worldofpeace
df577121f6
mate.eom: 1.21.2 -> 1.20.2
2019-01-14 08:40:34 -05:00
worldofpeace
26e351e39d
mate.engrampa: 1.21.0 -> 1.20.2
2019-01-14 08:40:19 -05:00
worldofpeace
2f6424a4ff
mate.caja-extensions: 1.20.1 -> 1.20.2
2019-01-14 08:39:59 -05:00
worldofpeace
da66a0be1f
mate.caja: 1.21.2 -> 1.20.3
2019-01-14 08:39:39 -05:00
worldofpeace
19281027e9
mate.atril: 1.20.0 -> 1.20.3
2019-01-14 08:39:13 -05:00
Elis Hirwing
538d1a0e0e
gnomeExtensions.gsconnect: init at 20
2019-01-13 17:43:32 +01:00
Elis Hirwing
3a16083fe0
gnome3.nautilus-python: init at 1.2.2
2019-01-13 17:43:32 +01:00
worldofpeace
b3687441aa
geary: fix build
...
Apply upstream patch that adapts to changes in latest vala.
Closes https://github.com/NixOS/nixpkgs/issues/53864
2019-01-13 03:43:15 -05:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
...
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Tor Hedin Brønner
a4fa9e8a1d
gnome3.gnome-system-log: remove, broken and obsolete ( #53768 )
...
It doesn't run, and it has been supplanted by `gnome-logs`:
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/46
If it actually worked it would be fine to keep, but I don't consider it worth it
to fix.
2019-01-10 21:16:25 +01:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Piotr Bogdan
b0f40b4e60
rox-filer: link with lib{dl,m} explicitly
2019-01-04 21:44:21 +00:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Frederik Rietdijk
2da31b80bb
Merge master into staging-next
2019-01-03 20:07:35 +01:00
Ivan Kozik
f648f84c39
xfce4-13.xfce4-panel: 4.13.3 -> 4.13.4
2019-01-02 17:24:05 -05:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
hoijui
0fbaf96c32
xfce.xfce4-timer-plugin: correct description
...
Seems to have been copy pasted from another plugin and not adjusted.
2018-12-30 09:28:55 -05:00
Frederik Rietdijk
10afccf145
Merge staging-next into staging
2018-12-27 18:11:34 +01:00
José Romildo Malaquias
3970c9799d
terminology: 1.3.0 -> 1.3.2
2018-12-26 11:22:07 +01:00
worldofpeace
51088d7d96
gnome-menus: rename from gnome3.gnome-menus
2018-12-25 20:14:32 -05:00
worldofpeace
2c76519900
vte, vte_290, vte-ng: rename frome gnome3.vte*
2018-12-25 20:14:32 -05:00
worldofpeace
0b14f7896d
libgnomekbd: rename from gnome3.libgnomekbd
2018-12-25 20:14:31 -05:00
worldofpeace
702168a67c
gsound: rename from gnome3.gsound
2018-12-25 20:14:29 -05:00
worldofpeace
c1599d29d9
gcr: rename from gnome3.gcr
2018-12-25 20:14:28 -05:00
worldofpeace
1954e6a949
totem-pl-parser: rename from gnome3.totem-pl-parser
2018-12-25 20:14:27 -05:00
worldofpeace
634eaf80b2
folks: rename from gnome3.folks
2018-12-25 20:14:26 -05:00
Jan Tojnar
73f32e7e58
gexiv2: rename from gnome3.gexiv2
2018-12-25 18:43:33 +01:00
Jan Tojnar
f6afec36fa
gfbgraph: rename from gnome3.gfbgraph
2018-12-25 18:05:36 +01:00
Jan Tojnar
c6eece711e
libmediaart: rename from gnome3.libmediaart
2018-12-25 18:01:39 +01:00
Jan Tojnar
38582b0f32
libzapojit: rename from gnome3.libzapojit
2018-12-25 17:50:21 +01:00
Jan Tojnar
0f0179c2fa
librest: rename from gnome3.rest
2018-12-25 17:47:52 +01:00
Jan Tojnar
3ca8d0f814
libgweather: rename from gnome3.libgweather
2018-12-25 17:33:21 +01:00
Jan Tojnar
93a6f4414c
geocode-glib: rename from gnome3.geocode-glib
2018-12-25 17:28:34 +01:00
Jan Tojnar
7ca5ec11b0
libgee: rename from gnome3.libgee
2018-12-25 17:21:09 +01:00
Jan Tojnar
df89d4ce41
libpeas: rename from gnome3.libpeas
2018-12-25 17:21:08 +01:00
Jan Tojnar
1ba8575f9a
libcroco: rename from gnome3.libcroco
2018-12-25 17:21:08 +01:00
Jan Tojnar
878d289c6f
libgepub: rename from gnome3.libgepub
2018-12-25 17:21:08 +01:00
Jan Tojnar
d6ab3a534f
libgdata: rename from gnome3.libgdata
2018-12-25 17:21:08 +01:00
Jan Tojnar
5f77bef30b
libgxps: rename from gnome3.libgxps
2018-12-25 17:21:08 +01:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Jan Tojnar
c808f75c02
Merge pull request #52735 from jtojnar/glom
...
glom: init at 1.31.6
2018-12-24 13:13:40 +01:00
Jan Tojnar
b52fe92a2f
gnome3.california: drop
2018-12-24 02:57:27 +01:00
Jan Tojnar
0e502862d5
gnome3.evince: remove libtool files
...
Stop requiring dependents to link against aspell and hspell.
2018-12-24 02:29:17 +01:00
Jan Tojnar
52be9fbba0
gnome3.gnome-software: 3.30.5 → 3.30.6
2018-12-20 00:28:49 +01:00
Frederik Rietdijk
9ab61ab8e2
Merge staging-next into staging
2018-12-19 09:00:36 +01:00
Jan Tojnar
3380db94b1
gtksourceviewmm: move from gnome3.gtksourceviewmm
2018-12-18 00:46:55 +01:00
Ivan Jager
8f525e7621
gnustep.base: Add explicit dependency on libbfd
...
Before beb063a
, binutils included a libbfd install, which
is now being removed in postFixup
beb063a103 (diff-c59ce5deea2f4002004fffdb11c5ed57R131)
Fixes #52283
2018-12-17 16:17:00 -06:00
Jan Tojnar
976cf14983
gitg: fix build with latest libgitg2-glib
2018-12-16 22:56:31 +01:00
Jan Tojnar
4c40adceb9
libgit2-glib: move to top-level
2018-12-16 22:56:30 +01:00
R. RyanTM
1c2328751c
deepin.dtkwidget: 2.0.9.9 -> 2.0.9.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dtkwidget/versions
2018-12-16 19:51:35 +01:00
R. RyanTM
a477fefc43
deepin.deepin-menu: 3.4.0 -> 3.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/deepin-menu/versions
2018-12-16 18:54:45 +01:00
Tor Hedin Brønner
17af7d3182
gnome3.gnome-shell-extensions: note tests need spidermonkey_52
...
Also move spidermonkey_52 to checkInputs as it's not a runtime dependency.
2018-12-16 16:53:34 +01:00
Maximilian Bosch
35786a3e28
Merge pull request #52351 from r-ryantm/auto-update/dde-calendar
...
deepin.dde-calendar: 1.2.5 -> 1.2.6
2018-12-16 14:35:06 +01:00
Thomas Tuegel
3e3239b9e9
Merge pull request #52004 from bkchr/plasma_5_14_4
...
plasma5: 5.14.3 -> 5.14.4
2018-12-16 06:57:48 -06:00