Commit Graph

6557 Commits

Author SHA1 Message Date
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
worldofpeace
4c81350689
Merge pull request #78421 from worldofpeace/upstream-session-xfce
nixos/xfce: use sessionPackages
2020-01-25 18:10:46 -05:00
Maciej Krüger
741b284408
cinnamon.cinnamon-control-center: init at 4.4.0 2020-01-25 02:32:51 +01:00
worldofpeace
966e56cdfb nixos/xfce: use sessionPackages 2020-01-24 10:47:55 -05:00
Tor Hedin Brønner
93c7301338
gnomeExtensions.gsconnect: 30 -> 31 (#78359)
No longer depends on libfolks :)

https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v31
2020-01-24 13:45:11 +01:00
Arseniy Seroka
055e5b391a
Merge pull request #78325 from romildo/upd.screengrab
lxqt.screengrab: 1.101 -> 2.0.0
2020-01-23 14:19:18 +03:00
Maciej Krüger
7d72324321
cinnamon.*: add licenses
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-22 22:59:25 +01:00
worldofpeace
17bdd50036
Merge pull request #77979 from mkg20001/pkg/nemo
cinnamon.nemo: init at 4.4.1
2020-01-22 16:47:32 -05:00
Maciej Krüger
becf4017c5
cinnamon.nemo: init at 4.4.1 2020-01-22 22:45:22 +01:00
José Romildo Malaquias
01dd056c3f lxqt.screengrab: 1.101 -> 2.0.0 2020-01-22 18:16:56 -03:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
worldofpeace
deb6770eb3
Merge pull request #78144 from mkg20001/pkg/csd
cinnamon.cinnamon-settings-daemon: init at 4.4.0
2020-01-21 23:25:59 -05:00
worldofpeace
273d7de645
Merge pull request #78213 from worldofpeace/pantheon-update-jan-21
Pantheon updates jan 21
2020-01-21 19:05:25 -05:00
worldofpeace
0c8041d502 pantheon.switchboard-plug-mouse-touchpad: 2.3.1 -> 2.4.0
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.0
2020-01-21 16:11:39 -05:00
worldofpeace
2c4ab483e1 pantheon.elementary-screenshot-tool: 1.7.0 -> 1.7.1
https://github.com/elementary/screenshot/releases/tag/1.7.1
2020-01-21 16:11:39 -05:00
worldofpeace
dc18433b69 pantheon.elementary-gtk-theme: 5.4.0 -> 5.4.1
* Improve contrast in text selections https://github.com/elementary/stylesheet/pull/572
* Add border and background to selected image radios https://github.com/elementary/stylesheet/pull/576
2020-01-21 16:11:39 -05:00
worldofpeace
bcab69c63f
Merge pull request #78180 from r-ryantm/auto-update/four-in-a-row
gnome3.four-in-a-row: 3.34.1 -> 3.34.3
2020-01-21 15:57:15 -05:00
worldofpeace
e3ffd096d1
Merge pull request #78169 from r-ryantm/auto-update/gnome-boxes
gnome3.gnome-boxes: 3.34.2 -> 3.34.3
2020-01-21 15:56:05 -05:00
worldofpeace
c7238b5947
Merge pull request #78184 from r-ryantm/auto-update/iagno
gnome3.iagno: 3.34.3 -> 3.34.4
2020-01-21 14:33:46 -05:00
R. RyanTM
a50cb675dd gnome3.iagno: 3.34.3 -> 3.34.4 2020-01-21 17:00:27 +00:00
R. RyanTM
d0fcf24c61 gnome3.gnome-taquin: 3.34.2 -> 3.34.3 (#78171) 2020-01-21 17:09:46 +01:00
R. RyanTM
bdb16451b9 gnome3.gnome-notes: 3.34.1 -> 3.34.2 (#78167) 2020-01-21 17:08:32 +01:00
R. RyanTM
41750ed20f gnome3.four-in-a-row: 3.34.1 -> 3.34.3 2020-01-21 15:54:30 +00:00
R. RyanTM
c2a7cfb3a8 gnome3.gnome-boxes: 3.34.2 -> 3.34.3 2020-01-21 15:05:56 +00:00
Maciej Krüger
2e2b4d39fc
cinnamon.cinnamon-settings-daemon: init at 4.4.0 2020-01-21 09:34:09 +01:00
Maciej Krüger
1170b0ecb0
cinnamon.cinnamon-translations: init at 4.4.0 2020-01-21 02:00:29 +01:00
worldofpeace
66eca6fbe3
Merge pull request #78121 from mkg20001/pkg/cinnamon-menus
cinnamon.cinnamon-menus: init at 4.4.0
2020-01-20 19:57:00 -05:00
Maciej Krüger
3a06e5f766
cinnamon.cinnamon-menus: init at 4.4.0 2020-01-21 01:48:24 +01:00
Maciej Krüger
67ce294be2
cinnamon.cjs: add nma for nma typelib 2020-01-20 19:22:22 +01:00
Maciej Krüger
e105a952c2
cinnamon.cinnamon-desktop: init at 4.4.0 2020-01-20 02:02:20 +01:00
worldofpeace
21b6279c9f
Merge pull request #75680 from mkg20001/pkg/cjs
cinnamon.cjs: init at 4.4.0
2020-01-19 19:44:55 -05:00
Maciej Krüger
7238168f4f
cinnamon.cjs: init at 4.4.0 2020-01-20 01:28:16 +01:00
Maciej Krüger
fa3d651ee7
spidermonkey_52: init at 52.9.0 2020-01-20 01:28:12 +01:00
worldofpeace
bea1a232c6 pantheon.wingpanel-indicator-session: 2.2.6 -> 2.2.7
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.7
2020-01-18 21:40:46 -05:00
worldofpeace
1e9a4da5b1 pantheon.elementary-default-settings: 5.1.1 -> 5.1.2
https://github.com/elementary/default-settings/releases/tag/5.1.2
2020-01-18 21:40:46 -05:00
worldofpeace
6198a0e119 pantheon.elementary-icon-theme: 5.1.0 -> 5.2.0
https://github.com/elementary/icons/releases/tag/5.2.0
2020-01-18 21:40:46 -05:00
worldofpeace
312f643a3a pantheon.switchboard: 2.3.7 -> 2.3.8
https://github.com/elementary/switchboard/releases/tag/2.3.8
2020-01-18 21:40:46 -05:00
worldofpeace
6a3c188252 pantheon.elementary-terminal: 5.5.0 -> 5.5.1
https://github.com/elementary/terminal/releases/tag/5.5.1
2020-01-18 21:40:46 -05:00
worldofpeace
b85c3aea65 nixpkgs-github-update: slowness 2020-01-18 21:40:46 -05:00
Elyhaka
d18ac2bca1 gdm: refactor to properly handle wayland sessions 2020-01-18 10:56:11 +01:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
worldofpeace
1e9b195743
Merge pull request #77749 from r-ryantm/auto-update/elementary-code
pantheon.elementary-code: 3.1.1 -> 3.2.0
2020-01-16 12:33:36 -05:00
R. RyanTM
547e36c917 gnome3.gnome-klotski: 3.34.0 -> 3.34.3 (#77757) 2020-01-15 14:09:19 +01:00
R. RyanTM
da05d714a7 gnome3.dconf-editor: 3.34.2 -> 3.34.3 (#77743) 2020-01-15 12:11:30 +01:00
R. RyanTM
d829a66919 pantheon.elementary-code: 3.1.1 -> 3.2.0 2020-01-15 10:40:45 +00:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Luka Blaskovic
e2717ad9b7 libgnomeprint: build with bison3 2020-01-13 21:35:19 +00:00
zowoq
a9d3d63eaa gnome3.seahorse: 3.34 -> 3.34.1 (#77543)
https://gitlab.gnome.org/GNOME/seahorse/blob/3.34.1/NEWS
2020-01-12 12:35:36 +01:00
Frederik Rietdijk
b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Will Dietz
f38fe4691d cinnamon.xapps: 1.6.8 -> 1.6.10 2020-01-11 12:53:08 -08:00
Frederik Rietdijk
263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Matthew Bauer
063935621c
Merge pull request #77336 from matthewbauer/fix-missing-xmemdup-in-gnustep
gnustep/base: add libiberty to linker flags
2020-01-08 15:11:06 -05:00
Matthew Bauer
2c6eaef83e gnustep/base: add libiberty to linker flags
In https://github.com/NixOS/nixpkgs/issues/76927, we found that
xmemdup is missing when compiling some conftest for gnustep-base. It’s
unclear why this happens but it appears to be from the update to gcc9.
Adding libiberty gives us that symbol and fixes things. What’s less
clear is why this happens to begin with.

Fixes #76927
2020-01-08 15:05:57 -05:00
José Romildo Malaquias
380220c237
Merge pull request #77045 from romildo/upd.mate
mate.engrampa: 1.22.2 -> 1.22.3
2020-01-08 10:29:36 -03:00
worldofpeace
ffe6b959a1 pantheon.elementary-files: 4.2.0 -> 4.3.0
Added libgit2-glib for git plugin support.

https://github.com/elementary/files/releases/tag/4.3.0
2020-01-07 20:57:15 -05:00
worldofpeace
6e40111dfa nixpkgs-github-update: is_list 2020-01-07 20:57:14 -05:00
worldofpeace
794780d9a4
Merge pull request #63813 from romildo/upd.deepin.startdde
deepin.startdde: init at 5.0.1
2020-01-07 20:48:01 -05:00
worldofpeace
6194ab9aff pantheon.gala: 2019-10-31 -> 3.2.0
🎊️ versioned releases finally!
2020-01-07 20:21:15 -05:00
worldofpeace
02543efd83 deepin.dde-session-ui: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping
binaries that are ELF headers. So it can't wrap
it if it already is.
2020-01-07 20:13:27 -05:00
worldofpeace
62095621d7 deepin.dde-launcher: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping
binaries that are ELF headers. So it can't wrap
it if it already is.
2020-01-07 20:13:27 -05:00
worldofpeace
f4e0ae2bb2 deepin.dde-file-manager: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping
binaries that are ELF headers. So it can't wrap
it if it already is.
2020-01-07 20:13:27 -05:00
worldofpeace
2fe9525dff deepin.dde-dock: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping
binaries that are ELF headers. So it can't wrap
it if it already is.
2020-01-07 20:13:27 -05:00
worldofpeace
ff72e1dfc1 deepin.dde-control-center: use gapps wrapper
Forgot about wrapQtAppsHook only wrapping
binaries that are ELF headers. So it can't wrap
it if it already is.
2020-01-07 20:13:27 -05:00
José Romildo Malaquias
ee7041cdf6 deepin.startdde: init at 5.0.1 2020-01-07 20:13:11 -05:00
Frederik Rietdijk
5732db0652 Merge staging-next into staging 2020-01-07 20:06:45 +01:00
Tor Hedin Brønner
63f314f2c3 gnome3.mutter: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.3/NEWS
2020-01-07 15:29:51 +01:00
Tor Hedin Brønner
4bdcab3bd2 gnome3.gnome-shell: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.34.3/NEWS
2020-01-07 15:29:50 +01:00
R. RyanTM
0c890f635a evolution-data-server: 3.34.2 -> 3.34.3 (#77058) 2020-01-07 12:28:13 +01:00
R. RyanTM
f8f50a1d08 gnome3.gnome-robots: 3.34.0 -> 3.34.1 (#77095) 2020-01-07 12:21:22 +01:00
R. RyanTM
4932518ea8 gnome3.gnome-nibbles: 3.34.1 -> 3.34.2 (#77086) 2020-01-07 12:19:37 +01:00
R. RyanTM
1bf7fa3af2 gnome3.gnome-initial-setup: 3.34.1 -> 3.34.3 (#77094) 2020-01-07 12:12:35 +01:00
R. RyanTM
9a2064f69d gnome3.gnome-maps: 3.34.2 -> 3.34.3 (#77097) 2020-01-07 12:06:36 +01:00
R. RyanTM
01112747fc gnome3.gnome-music: 3.34.2 -> 3.34.3 (#77070) 2020-01-07 12:04:28 +01:00
worldofpeace
f55ec6fd69
Merge pull request #77092 from worldofpeace/pantheon-update-jan-6
[ci] pantheon.elementary-terminal: 5.4.0 -> 5.5.0, pantheon.elementary-gtk-theme: 5.3.0 -> 5.4.0
2020-01-07 02:22:09 -05:00
R. RyanTM
568b994bb0 gnome3.gnome-control-center: 3.34.1 -> 3.34.2 (#77074) 2020-01-06 21:34:14 +01:00
R. RyanTM
68e6e35c88 gnome3.gnome-contacts: 3.34 -> 3.34.1 (#77064) 2020-01-06 21:24:30 +01:00
worldofpeace
88f26e51fd pantheon.elementary-gtk-theme: 5.3.0 -> 5.4.0
https://github.com/elementary/stylesheet/releases/tag/5.4.0
2020-01-06 09:50:15 -05:00
worldofpeace
7062a0df29 pantheon.elementary-terminal: 5.4.0 -> 5.5.0
https://github.com/elementary/terminal/releases/tag/5.5.0
2020-01-06 09:48:48 -05:00
R. RyanTM
df56b344d7 gnome3.accerciser: 3.34.2 -> 3.34.3 (#77006) 2020-01-06 15:32:40 +01:00
R. RyanTM
3c5349e8cb epiphany: 3.34.2 -> 3.34.3.1 (#77035) 2020-01-06 15:27:13 +01:00
R. RyanTM
3ca7fbbca4 gnome3.eog: 3.34.1 -> 3.34.2 (#77032) 2020-01-06 13:49:15 +01:00
José Romildo Malaquias
7878ac636f mate.engrampa: 1.22.2 -> 1.22.3 2020-01-06 07:39:25 -03:00
José Romildo Malaquias
c1dfcabba0 xfce.catfish: 1.4.11 -> 1.4.12 2020-01-04 11:48:18 +00:00
Robin Gloster
760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Jan Tojnar
480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Bjørn Forsman
1a9fcf4f34 gnomeExtensions.gsconnect: 27 -> 30 (#76633) 2019-12-30 01:55:14 +01:00
Frederik Rietdijk
fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Jan Tojnar
332cfab4ce
Merge pull request #76591 from lourkeur/set_XKB_CONFIG_ROOT
Fix services.xserver.extraLayouts under GNOME 3
2019-12-28 20:34:56 +01:00
Louis Bettens
729bd0ba58 gnome3.gnome-desktop: honor $XKB_CONFIG_ROOT 2019-12-28 12:34:56 +01:00
worldofpeace
7217f6ce40
Merge pull request #76521 from romildo/test.mate
mate.mate-control-center: look for system themes in system data dirs
2019-12-26 19:54:14 -05:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
José Romildo Malaquias
6756cc69c5
Merge pull request #76348 from romildo/upd.mate
mate.caja: 1.22.2 -> 1.22.3
2019-12-26 08:07:11 -03:00
José Romildo Malaquias
6f42bf8aa0 mate.mate-control-center: look for system themes in system data dirs 2019-12-26 07:55:57 -03:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00