Commit graph

6509 commits

Author SHA1 Message Date
José Romildo Malaquias
4c6959c71d mate.mate-session-manager: 1.22.2 -> 1.22.3 2019-12-13 16:43:14 -03:00
José Romildo Malaquias
d9b1cb2896
Merge pull request #75448 from romildo/upd.mate
mate.atril: 1.22.2 -> 1.22.3; mate.marco: 1.22.3 -> 1.22.4
2019-12-13 16:36:14 -03:00
Tor Hedin Brønner
39634ac2b8 gnome3.mutter: 3.34.1 -> 3.34.2
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.2/NEWS
2019-12-13 07:34:06 +01:00
Tor Hedin Brønner
7cbdbabb4e gnome3.gnome-shell: 3.34.1 -> 3.34.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.2/NEWS
2019-12-13 07:30:49 +01:00
Jan Tojnar
5b4908c1d6
Merge pull request #75226 from r-ryantm/auto-update/gnome-desktop
gnome3.gnome-desktop: 3.34.1 -> 3.34.2
2019-12-10 20:42:18 +01:00
Jan Tojnar
832cf9a43e
Merge pull request #75217 from r-ryantm/auto-update/evolution
gnome3.evolution: 3.34.1 -> 3.34.2
2019-12-10 20:28:31 +01:00
José Romildo Malaquias
9b2913b854 mate.marco: 1.22.3 -> 1.22.4 2019-12-10 13:37:56 -03:00
José Romildo Malaquias
2b9fc07050 mate.atril: 1.22.2 -> 1.22.3 2019-12-10 13:37:56 -03:00
José Romildo Malaquias
71c0454bbc
Merge pull request #75215 from r-ryantm/auto-update/efl
enlightenment.efl: 1.23.2 -> 1.23.3
2019-12-09 17:46:45 -03:00
Chuck
492de5c32e gnomeExtensions.workspace-grid: Remove
workspace-matrix largely replaces workspace-grid [1].

Also, workspace-grid.nix was accidentally dropped from
top-level/all-packages.nix in the Gnome 3.18 -> 3.20 bump in
5a245c24b0, so this file has been
unreferenced for three years.

[1] https://github.com/zakkak/workspace-grid/issues/120#issuecomment-488802454
2019-12-08 13:53:18 -08:00
Chuck
1e97dbb405 gnomeExtensions.workspace-matrix: Init at 3.0.0 2019-12-08 13:53:18 -08:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
R. RyanTM
95b1dc2f2c gnome3.gnome-desktop: 3.34.1 -> 3.34.2 2019-12-08 00:35:33 -08:00
R. RyanTM
b65db0140a gnome3.evolution: 3.34.1 -> 3.34.2 2019-12-07 22:57:50 -08:00
R. RyanTM
107bbd1c2a enlightenment.efl: 1.23.2 -> 1.23.3 2019-12-07 22:36:44 -08:00
Thomas Tuegel
86b6ee9825
Merge pull request #74262 from seqizz/g_krohnkite
krohnkite: init at 0.5
2019-12-07 18:48:34 -06:00
Thomas Tuegel
f35a7158bf
Merge pull request #74830 from Kiwi/startkde-broken
plasma5.plasma-workspace: fix patch
2019-12-07 18:48:02 -06:00
Jan Tojnar
36de08ebe1
Merge pull request #71442 from jtojnar/ibus-fixes
Fix/clean up various ibus-engines
2019-12-07 12:10:44 +01:00
worldofpeace
942567a0b6
Merge pull request #75002 from worldofpeace/mutter-gnome-3-34-branch
gnome3.mutter: backport patches from gnome-3-34 branch
2019-12-06 20:50:33 -05:00
Jan Tojnar
133da5970f
gucharmap: use ucd from pkgs 2019-12-07 00:58:29 +01:00
Jan Tojnar
ad9135a4b2
gucharmap: format with nixpkgs-fmt 2019-12-07 00:58:29 +01:00
worldofpeace
7e06a3c256 pantheon.wingpanel-indicator-datetime: support libecal-2.0
https://github.com/elementary/wingpanel-indicator-datetime/pull/202 💖
2019-12-06 13:51:05 -05:00
worldofpeace
272d9b91a0
Merge pull request #74398 from jtojnar/xfce-verve
xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0
2019-12-05 11:17:04 +00:00
Frederik Rietdijk
51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
worldofpeace
39bce33332 pantheon.appcenter: 3.2.0 -> 3.2.1
https://github.com/elementary/appcenter/releases/tag/3.2.1
2019-12-04 18:27:24 -05:00
worldofpeace
43b1e5d998 gnome3.mutter: backport patches from gnome-3-34 branch
There's probably other fixes people would be interested in
like https://gitlab.gnome.org/GNOME/mutter/merge_requests/943.

Fixes #74934
2019-12-04 16:51:56 -05:00
worldofpeace
903c57a365 gnome3.mutter: nixpkgs-fmt, meta attrs 2019-12-04 16:23:14 -05:00
Mario Rodas
49c63e498c
treewide: remove empty inherits
These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
2019-12-04 04:20:00 -05:00
Jan Tojnar
30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01:00
Robert Djubek
7fe41e32a1
plasma5.plasma-workspace: fix patch
At some point a patch accidentally removed

```
done
break
```
from an if then/while loop in `startkde`.

Which still breaks, but not the way we want...

plasma-workspace-5.16.5/bin/startkde: line 403: syntax error near unexpected token `fi'
plasma-workspace-5.16.5/bin/startkde: line 403: `        fi'
2019-12-02 09:09:54 +00:00
worldofpeace
8d29ff6209 pantheon.wingpanel-indicator-datetime: 2.2.0 -> 2.2.1
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.1
2019-12-01 17:56:22 -05:00
worldofpeace
e43b203331 pantheon.switchboard-plug-mouse-touchpad: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.1
2019-12-01 17:56:22 -05:00
worldofpeace
5b2f269fd8 pantheon.wingpanel: wrap in the same way as switchboard 2019-12-01 17:56:22 -05:00
worldofpeace
a0f3043189 pantheon.switchboard-plug-power: don't override pkgconfig
We submitted a patch upstream to fix this.
2019-12-01 17:56:22 -05:00
worldofpeace
1575b3971c pantheon.switchboard-with-plugs: don't use hardcode patches
There are really becoming a pain to maintain.
2019-12-01 17:56:22 -05:00
worldofpeace
23b11cc24c pantheon.elementary-calendar: 2019-10-29 -> 5.0.3
https://github.com/elementary/calendar/releases/tag/5.0.1
https://github.com/elementary/calendar/releases/tag/5.0.2
https://github.com/elementary/calendar/releases/tag/5.0.3
2019-12-01 17:56:22 -05:00
worldofpeace
e857974867 pantheon.elementary-capnet-assist: 2.2.3 -> 2.2.4
https://github.com/elementary/capnet-assist/releases/tag/2.2.4
2019-12-01 17:56:22 -05:00
worldofpeace
df58afae55 pantheon.wingpanel-indicator-sound: 2.1.3 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-sound/releases/tag/2.1.4
2019-12-01 17:56:22 -05:00
worldofpeace
8e2d53c570 pantheon.wingpanel-indicator-session: 2.2.5 -> 2.2.6
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.6
2019-12-01 17:46:43 -05:00
worldofpeace
6761cd3da9 pantheon.wingpanel-indicator-notifications: 2.1.2 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-notifications/releases/tag/2.1.3
2019-12-01 17:46:43 -05:00
worldofpeace
1ab687e92f pantheon.wingpanel-indicator-bluetooth: 2.1.3 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/2.1.4
2019-12-01 17:46:43 -05:00
worldofpeace
5f8ae4ab94 pantheon.wingpanel-applications-menu: 2.4.4 -> 2.5.0
https://github.com/elementary/applications-menu/releases/tag/2.5.0
2019-12-01 17:46:43 -05:00
worldofpeace
5ddded73dc pantheon.elementary-wallpapers: 5.4 -> 5.5.0
Now uses meson build system 💖.

https://github.com/elementary/wallpapers/releases/tag/5.5.0
2019-12-01 17:46:43 -05:00
worldofpeace
6bd1a2222c pantheon.elementary-videos: 2.6.3 -> 2.7.0
https://github.com/elementary/videos/releases/tag/2.7.0
2019-12-01 17:46:43 -05:00
worldofpeace
3b7f411300 pantheon.elementary-calculator: 1.5.3 -> 1.5.4
https://github.com/elementary/calculator/releases/tag/1.5.4
2019-12-01 17:34:44 -05:00
worldofpeace
0e7b294777 pantheon.updateScript: support an OAUTH_TOKEN
Sometimes I get rate limited.
2019-12-01 17:34:44 -05:00
Jan Tojnar
a4bbc84e16
Merge branch 'staging-next' into staging 2019-12-01 01:44:03 +01:00
Jan Tojnar
8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
Jon Banafato
d62852ea1c gnomeExtensions.caffeine: unstable-2019-04-02 -> 33 2019-11-30 23:48:23 +01:00
Jan Tojnar
55a72926e1
Merge branch 'staging-next' into staging 2019-11-30 19:45:46 +01:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
Jan Tojnar
ee355d50a3
gnome3.rygel: 0.38.1 -> 0.38.3 (#74640)
gnome3.rygel: 0.38.1 -> 0.38.3
2019-11-30 19:08:24 +01:00
Jan Tojnar
52c34d3a61
gnome3.yelp-xsl: 3.34.0 -> 3.34.2 (#74697)
gnome3.yelp-xsl: 3.34.0 -> 3.34.2
2019-11-30 15:18:20 +01:00
Frederik Rietdijk
9f84415541 Merge staging-next into staging 2019-11-30 08:58:01 +01:00
Frederik Rietdijk
d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
R. RyanTM
f425973865 gnome3.yelp-xsl: 3.34.0 -> 3.34.2 2019-11-29 15:03:51 -08:00
worldofpeace
1aecc9d65d
Merge pull request #74662 from r-ryantm/auto-update/simple-scan
gnome3.simple-scan: 3.34.1 -> 3.34.2
2019-11-29 22:12:45 +00:00
R. RyanTM
2e1a89630a gnome3.simple-scan: 3.34.1 -> 3.34.2 2019-11-29 10:21:19 -08:00
R. RyanTM
4a0621e2ee gnome3.rygel: 0.38.1 -> 0.38.3 2019-11-29 07:20:34 -08:00
Jonathan Ringer
0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
Jan Tojnar
e44fec5df2
gnome3.iagno: 3.34.2 -> 3.34.3 (#74402)
gnome3.iagno: 3.34.2 -> 3.34.3
2019-11-28 02:43:41 +01:00
R. RyanTM
9ce59e6bec gnome3.iagno: 3.34.2 -> 3.34.3 2019-11-27 16:36:20 -08:00
Jan Tojnar
dabd535775
xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0
Fix build, exo-1 no longer required.

https://git.xfce.org/panel-plugins/xfce4-verve-plugin/commit/?h=isaacschemm/gtk3&id=ca80d4b0471b5419105bb2ad4fbf0037be765d42
2019-11-28 01:33:00 +01:00
Jan Tojnar
fb1a3ef494
gnome3.gnome-taquin: 3.34.1 -> 3.34.2 (#74369)
gnome3.gnome-taquin: 3.34.1 -> 3.34.2
2019-11-28 00:28:04 +01:00
Jan Tojnar
5d3e94f462
gnome3.gnome-boxes: 3.34.1 -> 3.34.2 (#74367)
gnome3.gnome-boxes: 3.34.1 -> 3.34.2
2019-11-28 00:27:32 +01:00
Jan Tojnar
a0c5076861
gnome3.gedit: 3.34.0 -> 3.34.1 (#74354)
gnome3.gedit: 3.34.0 -> 3.34.1
2019-11-28 00:23:43 +01:00
Jan Tojnar
ecc42dabb4
gnome3.gnome-maps: 3.34.1 -> 3.34.2 (#74383)
gnome3.gnome-maps: 3.34.1 -> 3.34.2
2019-11-28 00:21:08 +01:00
R. RyanTM
05dde33a9d gnome3.gnome-maps: 3.34.1 -> 3.34.2 2019-11-27 14:41:15 -08:00
R. RyanTM
908ef0bfba gnome3.gnome-taquin: 3.34.1 -> 3.34.2 2019-11-27 13:08:31 -08:00
R. RyanTM
1426aa37f5 gnome3.gnome-boxes: 3.34.1 -> 3.34.2 2019-11-27 13:01:29 -08:00
R. RyanTM
0db9aff252 gnome3.gedit: 3.34.0 -> 3.34.1 2019-11-27 11:11:18 -08:00
Gürkan Gür
5d1933e242 krohnkite: init at 0.5 2019-11-27 19:30:52 +01:00
worldofpeace
1b5df99e7a
Merge pull request #70295 from worldofpeace/mutter-eglstreams
Mutter eglstreams
2019-11-27 05:29:58 +00:00
Jan Tojnar
16a1c8384c
gnome3.gnome-flashback: 3.34.1 -> 3.34.2 (#74232)
gnome3.gnome-flashback: 3.34.1 -> 3.34.2
2019-11-26 15:18:31 +01:00
Jan Tojnar
5b2b82c821
evolution-data-server: 3.34.1 -> 3.34.2 (#74221)
evolution-data-server: 3.34.1 -> 3.34.2
2019-11-26 14:50:00 +01:00
R. RyanTM
1ab7b456f4 gnome3.gnome-flashback: 3.34.1 -> 3.34.2 2019-11-25 17:22:53 -08:00
R. RyanTM
817069e8f9 evolution-data-server: 3.34.1 -> 3.34.2 2019-11-25 16:30:40 -08:00
R. RyanTM
eef4b3297f evince: 3.34.1 -> 3.34.2 2019-11-25 13:53:47 -08:00
John Ericson
f191360ad0 Merge remote-tracking branch 'upstream/staging-next' into staging 2019-11-25 15:59:05 -05:00
Frederik Rietdijk
06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
Jan Tojnar
eab4adc187
epiphany: 3.34.1 -> 3.34.2 (#74180)
epiphany: 3.34.1 -> 3.34.2
2019-11-25 21:25:47 +01:00
Frederik Rietdijk
01ea5635fc gnustep: fix build 2019-11-25 20:01:10 +01:00
R. RyanTM
afec08b05e epiphany: 3.34.1 -> 3.34.2 2019-11-25 10:28:31 -08:00
Jan Tojnar
64396d112a
gnome3.adwaita-icon-theme: 3.34.0 -> 3.34.3 (#74104)
gnome3.adwaita-icon-theme: 3.34.0 -> 3.34.3
2019-11-25 18:55:16 +01:00
Jan Tojnar
c68d2c73f2
Merge pull request #74173 from r-ryantm/auto-update/file-roller
gnome3.file-roller: 3.32.2 -> 3.32.3
2019-11-25 18:54:41 +01:00
R. RyanTM
66f1def45b gnome3.file-roller: 3.32.2 -> 3.32.3 2019-11-25 09:34:41 -08:00
Jan Tojnar
f7dfa9d1a5
gnome3.accerciser: 3.34.1 -> 3.34.2 (#74100)
gnome3.accerciser: 3.34.1 -> 3.34.2
2019-11-25 17:47:47 +01:00
R. RyanTM
c1a95e9439 gnome3.adwaita-icon-theme: 3.34.0 -> 3.34.3 2019-11-24 23:36:19 -08:00
R. RyanTM
6db3a40bec gnome3.accerciser: 3.34.1 -> 3.34.2 2019-11-24 23:11:16 -08:00
John Ericson
b45938a972 plasma5: Fix setup hook some more
1. `[[...]]` is more robust wrt empty expansions than `[..]`

2. `${foo-}` is simpler and won't accidentally be a url compared to
`${foo:-}`

3. `+=` works even when the variable is undefined.
2019-11-24 15:58:51 -05:00
John Ericson
4f1261134e Merge remote-tracking branch 'upstream/master' into staging 2019-11-24 18:33:54 +00:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Frederik Rietdijk
1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Frederik Rietdijk
c8acd48172 plasma5: properly fix hook 2019-11-23 19:24:11 +01:00
worldofpeace
2d67023bd8
Merge pull request #63845 from romildo/upd.deepin.deepin-editor
deepin.deepin-editor: init at 1.2.9.1
2019-11-22 15:19:04 +00:00
José Romildo Malaquias
9b09266c8b deepin.deepin-editor: init at 1.2.9.1 2019-11-22 11:37:34 -03:00
worldofpeace
f6c9fb0df3
Merge pull request #73781 from worldofpeace/pantheon-5.1-more
Pantheon 5.1 (second set of updates etc.)
2019-11-22 10:36:45 +00:00
worldofpeace
360e13d3a0 pantheon.switchboard-plug-sound: 2.2.1 -> 2.2.2
Don't need pkgconfig override because of
* 6a78fcf740

https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.2
2019-11-22 05:13:15 -05:00
worldofpeace
75446f09b1 pantheon.switchboard-plug-printers: 2.1.6 -> 2.1.7
Don't need pkgconfig override because of
* a145291296

https://github.com/elementary/switchboard-plug-printers/releases/tag/2.1.7
2019-11-22 05:13:15 -05:00
worldofpeace
08afddc9d5 pantheon.switchboard-plug-power: 2.3.5 -> 2.4.0
Don't need pkgconfig override because of
* fb3dc06231

https://github.com/elementary/switchboard-plug-power/releases/tag/2.4.0
2019-11-22 05:13:15 -05:00
worldofpeace
c44d5bd9fd pantheon.switchboard-plug-pantheon-shell: 2.8.1 -> 2.8.2
Don't need pkgconfig override because of
* d9971ebf1f

Patch to fix background permission issues is included in this release
so the downstream patch is dropped.

https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.2
2019-11-22 05:13:15 -05:00
worldofpeace
daccdcfb77 pantheon.switchboard-plug-network: 2.1.4 -> 2.2.0
Don't need pkgconfig override because of
* d02cbe61cb

https://github.com/elementary/switchboard-plug-network/releases/tag/2.2.0
2019-11-22 05:13:15 -05:00
worldofpeace
b8c90535c3 pantheon.switchboard-plug-mouse-touchpad: 2.2.0 -> 2.3.0
Don't need pkgconfig override because of
* e35153425f

https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.0
2019-11-22 05:13:15 -05:00
worldofpeace
692942b4c8 pantheon.switchboard-plug-display: 2.1.9 -> 2.2.0
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.0
2019-11-22 05:13:14 -05:00
worldofpeace
148cb1bd66 pantheon.switchboard-plug-applications: 2.1.5 -> 2.1.6
https://github.com/elementary/switchboard-plug-applications/releases/tag/2.1.6

Don't need pkgconfig override because of
* 79ba1f849b
2019-11-22 05:13:14 -05:00
worldofpeace
4d6ef53cff pantheon.switchboard-plug-about: 2.6.0 -> 2.6.1
https://github.com/elementary/switchboard-plug-about/releases/tag/2.6.1
2019-11-22 05:13:14 -05:00
worldofpeace
4f04a9736d pantheon.pantheon-agent-geoclue2: 1.0.2 -> 1.0.3
https://github.com/elementary/pantheon-agent-geoclue2/releases/tag/1.0.3
2019-11-22 05:13:14 -05:00
worldofpeace
d3b3b25fe5 pantheon.pantheon-agent-polkit: 0.1.6 -> 1.0.0
https://github.com/elementary/pantheon-agent-polkit/releases/tag/1.0.0
2019-11-22 05:13:14 -05:00
Jan Tojnar
6fb5b6be98
Various GNOME leaf package updates (#73790)
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
José Romildo Malaquias
c8c6896471
Merge pull request #73706 from romildo/upd.terminology
enlightenment.terminology: 1.5.0 -> 1.6.0
2019-11-20 06:24:14 -03:00
Frederik Rietdijk
10d0c68a9b Merge staging-next into staging 2019-11-20 10:02:21 +01:00
Frederik Rietdijk
65edeb8633 Merge master into staging-next 2019-11-20 10:01:49 +01:00
Frederik Rietdijk
78d7e5618f plasma5 setup hook: provide a default hookName 2019-11-20 09:58:26 +01:00
Jan Tojnar
a7f4c78792
gnome-user-docs: move to top-level again 2019-11-20 04:58:00 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level 2019-11-20 04:58:00 +01:00
Jan Tojnar
211850c8c2
gnome3.gnome-music: 3.34.0 → 3.34.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-music/3.34/gnome-music-3.34.1.news
2019-11-20 04:57:58 +01:00
Jan Tojnar
f2bc9da81f
gnome3.gnome-user-docs: 3.34.0 → 3.34.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/3.34/gnome-user-docs-3.34.1.news
2019-11-20 04:57:58 +01:00
Jan Tojnar
4baf2775c6
gnome3.gnome-documents: 3.33.90 → 3.34.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-documents/3.34/gnome-documents-3.34.0.news

Also clean up.
2019-11-20 04:18:17 +01:00
worldofpeace
0f2e99bf3b xfce.xfburn: 0.5.5 -> 0.6.1 2019-11-19 18:47:03 -05:00
worldofpeace
0a335d00c3 xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0 2019-11-19 18:47:03 -05:00
worldofpeace
4615fb8311 xfce.thunar-archive-plugin: 0.3.1 -> 0.4.0 2019-11-19 18:47:03 -05:00
worldofpeace
af97f57fdb xfce.thunar-dropbox-plugin: 0.2.1 -> 0.3.1 2019-11-19 18:47:03 -05:00
worldofpeace
ac70cd728c xfce4-14: move to xfce and have only one version of xfce
All code that was at xfce4-14 has been moved to xfce/*.
Old expressions that aren't rewritten might be abandoned or broken.

Additonally I've ported the xfce4-14 thunar expression to support
thunarPlugins. We can now support this interface in the Xfce module
again, although I'm not sure if we have any plugins packaged that support
latest thunar.
2019-11-19 18:47:02 -05:00
worldofpeace
6cc28701f1 pantheon.elementary-onboarding: 1.0.1 -> 1.1.0
https://github.com/elementary/onboarding/releases/tag/1.1.0
2019-11-19 15:37:08 -05:00
worldofpeace
2674c54303 gnome3.mutter: add wayland eglstream support
This should make it possible to launch wayland sessions using nvidia hardware.
2019-11-19 15:34:39 -05:00
worldofpeace
8967713aa4 pantheon.elementary-shortcut-overlay: 1.0.1 -> 1.1.0
https://github.com/elementary/shortcut-overlay/releases/tag/1.1.0
2019-11-19 14:25:21 -05:00
worldofpeace
0a8e159188 pantheon.elementary-terminal: 5.3.6 -> 5.4.0
https://github.com/elementary/terminal/releases/tag/5.4.0
2019-11-19 14:24:22 -05:00
worldofpeace
12eb4c3fbf pantheon.elementary-screenshot-tool: 1.6.2 -> 1.7.0
https://github.com/elementary/screenshot/releases/tag/1.7.0
2019-11-19 14:23:39 -05:00
worldofpeace
b35f92b824 pantheon.elementary-photos: 2.6.4 -> 2.6.5
https://github.com/elementary/photos/releases/tag/2.6.5
2019-11-19 14:07:34 -05:00
worldofpeace
ebe1d6d2ee pantheon.elementary-calculator: 1.5.2 -> 1.5.3
https://github.com/elementary/calculator/releases/tag/1.5.3
2019-11-19 14:06:48 -05:00
Frederik Rietdijk
5f8b0d7d99 Merge staging-next into staging 2019-11-19 14:53:29 +01:00
Frederik Rietdijk
f6b39f852e Merge master into staging-next 2019-11-19 10:53:44 +01:00
Sean Buckley
25fc378642 gnomeExtensions.dash-to-panel: 23 -> 26 2019-11-19 07:46:56 +01:00
José Romildo Malaquias
57a6c3b80c enlightenment.terminology: 1.5.0 -> 1.6.0 2019-11-18 17:13:56 -03:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Bjørn Forsman
0fd63b40b0 Revert "gnomeExtension.system-monitor-applet: mark as broken"
This reverts commit b9f3160c2a.

It builds and runs fine. I'm not sure why it was marked broken in the
first place, I successfully built it on commit b9f3160. A runtime issue
that was later fixed?
2019-11-18 20:57:55 +01:00
Bjørn Forsman
204bce4bfb treewide: improve more deprecation/removal messages
I missed these in 41832d9100 ("treewide: include missing package names
in deprecation/removal messages").

I changed "deprecated" to "removed" where needed.
2019-11-18 08:32:40 +01:00
Frederik Rietdijk
be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Jan Tojnar
94d4fe8546
Merge branch 'staging-next' into staging 2019-11-14 23:25:55 +01:00
Frederik Rietdijk
c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
José Romildo Malaquias
01c204e8c4 deepin.udisks2-qt5: 0.0.1 -> 5.0.0 2019-11-13 08:00:56 -03:00
José Romildo Malaquias
4b33a62ca7 deepin.qt5integration: 0.3.12 -> 5.0.0 2019-11-13 08:00:56 -03:00
José Romildo Malaquias
6d0e29f9b4 deepin.qcef: 1.1.6 -> 1.1.7 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
053bfc7183 deepin.go-lib: 1.10.2 -> 5.0.0 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
21cec311d6 deepin.go-dbus-generator: 0.6.6 -> 5.0.0 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
5c310f4d41 deepin.dtkwm: 2.0.11 -> 2.0.12 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
dfb4aa682f deepin.dtkwidget: 2.0.14 -> 2.1.1 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
c745bf3d20 deepin.dtkcore: 2.0.14 -> 2.1.1 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
75da2d2b51 deepin.dpa-ext-gnomekeyring: 0.1.0 -> 5.0.1 2019-11-13 08:00:55 -03:00
José Romildo Malaquias
fa1ce74af2 deepin.deepin-terminal: 3.2.6 -> 5.0.0 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
bc3c069fa6 deepin.deepin-shortcut-viewer: 1.3.5 -> 5.0.0 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
58e3e3d2f8 deepin.deepin-screenshot: 4.2.1 -> 5.0.0 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
e8e7b8d94f deepin.deepin-movie-reborn: 3.2.24 -> 5.0.0 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
675011b778 deepin.deepin-image-viewer: 1.3.17 -> 5.0.0 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
8da82f2acd deepin.deepin-desktop-schemas: 3.13.6 -> 3.13.9 2019-11-13 08:00:54 -03:00
José Romildo Malaquias
d92e317fc0 deepin.deepin-desktop-base: 2019.06.19 -> 2019.07.10 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
c9a4d0036b deepin.deepin-calculator: 1.0.11 -> 5.0.1 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
a80194a259 deepin.deepin-anything: 0.1.0 -> 5.0.1 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
b84b98f30e deepin.dde-session-ui: 4.9.12 -> 5.0.0 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
9a2efdf39c deepin.dde-qt-dbus-factory: 1.1.5 -> 5.0.1 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
28e576dd0c deepin.dde-polkit-agent: 0.2.10 -> 5.0.0 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
e5704ce79c deepin.dde-network-utils: 0.1.4 -> 5.0.1 2019-11-13 08:00:53 -03:00
José Romildo Malaquias
879fb9db82 deepin.dde-launcher: 4.6.13 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
26688b2ec8 deepin.dde-file-manager: 4.8.6.4 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
d8d4346bc8 deepin.dde-dock: 4.10.3 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
bc95abf36a deepin.dde-daemon: 3.27.2.6 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
82e20b118c deepin.dde-control-center: 4.10.11 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
b4861134fe deepin.dde-calendar: 1.2.10 -> 5.0.1 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
937433916e deepin.dde-api: 3.18.4.1 -> 5.0.0 2019-11-13 08:00:52 -03:00
José Romildo Malaquias
3e88108960 deepin.disomaster: init at 5.0.0 2019-11-13 08:00:52 -03:00
worldofpeace
b252047216
Merge pull request #71390 from hedning/enable-gnome-shell-RT
Enable soft real time for gnome shell
2019-11-12 20:32:05 +00:00
Robin Gloster
bfe6cb05eb
Merge pull request #72986 from juaningan/gnome_vfs_openssl11
gnome2.gnome_vfs: openssl-1.1 patch
2019-11-12 21:28:42 +01:00
Frederik Rietdijk
d688c7cd05 Merge staging-next into staging 2019-11-12 14:32:56 +01:00
worldofpeace
470254a6da
Merge pull request #72959 from worldofpeace/gnome-flashback-systemd
nixos/gnome3: add gnome-flashback to systemd.packages
2019-11-12 01:53:09 +00:00
Juanjo Presa
8ea52dfbdf gnome2.gnome_vfs: openssl-1.1 patch
Use fetchpatch and explain the issue
2019-11-11 21:38:15 +00:00
Frederik Rietdijk
73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
worldofpeace
251a560449 pantheon.wingpanel-indicator-keyboard: 2.1.2 -> 2.2.0
https://github.com/elementary/wingpanel-indicator-keyboard/releases/tag/2.2.0
2019-11-10 20:59:56 -05:00
worldofpeace
58f9fcdf4b pantheon.switchboard: 2.3.6 -> 2.3.7
Drops libunity https://github.com/elementary/switchboard/pull/109.

https://github.com/elementary/switchboard/releases/tag/2.3.7
2019-11-10 20:59:56 -05:00
adisbladis
4b616ab19a
mutter: Fix build with mesa 19.2.3 2019-11-09 10:34:50 +00:00
worldofpeace
3c0b03a9d9 gnome3.geary: add patch for longer client test timeout
I'm see this test timout frequently, most often on aarch64 on hydra.
Patch is from debian, which probably noticed the same issue.
2019-11-07 15:17:01 -05:00
worldofpeace
602e14fc8b gnome3.gnome-flashback: add systemd targets for customSessions 2019-11-06 15:15:03 -05:00
worldofpeace
32ece96558
Merge pull request #72853 from worldofpeace/glib-networking/gnome-boxes
gnome3.gnome-boxes: add glib-networking
2019-11-06 03:08:01 +00:00
worldofpeace
b27b5c4461 gnome3.gnome-boxes: nixpkgs-fmt 2019-11-05 13:48:06 -05:00
worldofpeace
0720a4e24b gnome3.gnome-boxes: add glib-networking 2019-11-05 13:46:54 -05:00
Jan Tojnar
9d36ef765c
gjs: various improvements (#72805)
gjs: various improvements
2019-11-05 16:00:24 +01:00
José Romildo Malaquias
7354d72c19
Merge pull request #72588 from romildo/upd.efl
enlightenment.efl: 1.23.1 -> 1.23.2
2019-11-05 09:01:03 -03:00
Franz Pletz
8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-05 01:07:22 +01:00
Jan Tojnar
3d89ead7c6
gjs: move to top-level 2019-11-05 00:47:04 +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
worldofpeace
c751f6000b
Merge pull request #69052 from worldofpeace/elementary-updates-maybe-5.1
Pantheon 5.1
2019-11-03 17:03:04 +00:00
worldofpeace
d6cf4946da pantheon.elementary-gtk-theme: 5.2.5 -> 5.3.0
https://github.com/elementary/stylesheet/releases/tag/5.3.0
2019-11-03 11:41:01 -05:00
worldofpeace
eee1e3c1b6
Merge pull request #72043 from jonafato/gnomeExtensions.night-theme-switcher-init
gnomeExtensions.night-theme-switcher: init at 2.1
2019-11-03 14:46:47 +00:00
Jon Banafato
0724efc305 gnomeExtensions.night-theme-switcher: init at 2.1 2019-11-03 09:34:10 -05:00
Franz Pletz
6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-03 14:44:12 +01:00
Franz Pletz
c095ce8608
gnome3.gnome-screensaver: fix build with gcc9 2019-11-03 14:43:41 +01:00