Commit graph

6530 commits

Author SHA1 Message Date
worldofpeace 129224e23b
Merge pull request #79780 from mkg20001/ge
cinnamon.xapps: move gobject-introspection to buildInputs
2020-02-12 22:34:20 -05:00
Maciej Krüger 8f69b1dcd2
cinnamon.xapps: move gobject-introspection to buildInputs 2020-02-11 21:08:22 +01:00
Tor Hedin Brønner 71a54f1130 gnomeExtensions.gsconnect: fix build
dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806
2020-02-11 17:16:00 +01:00
R. RyanTM a27ceaa565 krohnkite: 0.6 -> 0.6.1 2020-02-11 10:04:03 +00:00
R. RyanTM 79d0c76b75 cinnamon.cinnamon-desktop: 4.4.0 -> 4.4.1 2020-02-10 19:48:42 +01:00
R. RyanTM 491c590dae cinnamon.cinnamon-translations: 4.4.0 -> 4.4.2 2020-02-08 01:45:06 +00:00
worldofpeace 5e307dc68d Revert "nixos/xfce: use sessionPackages"
This reverts commit 966e56cdfb.

See https://github.com/NixOS/nixpkgs/pull/78421#issuecomment-582891431.
2020-02-07 10:16:26 -05:00
Jan Tojnar 742ac6cd0c
gnome3.gnome-dictionary: fix AppStream file 2020-02-06 20:12:25 +01:00
Thomas Tuegel 1a903be2de
Merge pull request #79011 from ttuegel/update--plasma-5.17.5
Plasma 5.17.5
2020-02-06 09:59:51 -06:00
Thomas Tuegel 27fc6620e9
plasma5.plasma-workspace: Fix path to SDDM theme background image 2020-02-05 20:08:40 -06:00
ajs124 664c02c89b gnustep/base: replace libbfd with binutils-unwrapped
Fixes #76927  (second try)
2020-02-03 18:42:42 +01:00
Thomas Tuegel 7de452a522
plasma-browser-integration: kpurpose kfilemetadata buildInputs 2020-02-01 06:58:29 -06:00
Thomas Tuegel 91fcbe4825
kwayland-integration: kguiaddons buildInput 2020-02-01 06:55:49 -06:00
José Romildo Malaquias 8bad3b1749 xfce.catfish: 1.4.12 -> 1.4.13 2020-02-01 07:20:12 -03:00
Thomas Tuegel 7497244541
kscreen: kcmutils buildInput 2020-01-31 19:48:14 -06:00
Thomas Tuegel 48bcb6dc8f
milou: kitemmodels buildInput 2020-01-31 19:47:55 -06:00
R. RyanTM e39ecb09b7
gnome3.evolution: 3.34.2 -> 3.34.3 (#78969) 2020-02-01 02:30:05 +01:00
R. RyanTM 4024c84f04 krohnkite: 0.5 -> 0.6 2020-01-31 08:26:57 +00:00
worldofpeace af9bb2af8f
Merge pull request #78328 from mkg20001/pkg/cinnamon-control-center
cinnamon.cinnamon-control-center: init at 4.4.0
2020-01-29 16:57:25 -05:00
Thomas Tuegel 84ddb3da35
plasma-workspace: Update patches for 5.17.5 2020-01-28 07:20:48 -06:00
Thomas Tuegel 35f0c972fa
kwin: Update patches for 5.17.5 2020-01-28 04:49:06 -06:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Thomas Tuegel 1af6bdd48f
plasma5: 5.16.5 -> 5.17.5 2020-01-27 08:29:28 -06:00
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