Commit graph

6061 commits

Author SHA1 Message Date
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
worldofpeace 27a4afefbe
Merge pull request #66859 from worldofpeace/xfce4-14-module
nixos/xfce4-14: init
2019-08-27 22:37:03 -04:00
worldofpeace 2b17b32641
Merge pull request #67589 from Ma27/libglade-without-python2
gnome2.libglade: make python2 build optional
2019-08-27 19:53:01 -04:00
Maximilian Bosch d15019d439
gnome2.libglade: make python2 build optional
Python2 is only needed for `libglade-convert`[1] which is a simple
script that converts old glade files into new glade files and for tests
and docs which we currently don't generate.

As Python2 is about to get EOLed and this is mostly a tool to migrate
old data, it shouldn't be built by default. With this change,
`xscreensaver` and `xsecurelock` don't depend on Python2 anymore.

[1] https://manpages.ubuntu.com/manpages/trusty/man1/libglade-convert.1.html
2019-08-28 01:33:20 +02:00
José Romildo Malaquias 47314cd665 enlightenment.efl: 1.22.2 -> 1.22.3 2019-08-27 17:15:47 -03:00
worldofpeace 6402a044f3
Merge pull request #67488 from worldofpeace/glib/get-schema-path
glib: add getSchemaPath, makeSchemaPath
2019-08-27 15:19:11 -04:00
worldofpeace 3f00767406
Merge pull request #66568 from volth/xfdashboard
xfce4-14.xfdashboard: init at 0.7.5
2019-08-27 14:46:38 -04:00
volth 540b04493e xfce4-14.xfdashboard: init at 0.7.5 2019-08-27 14:45:50 -04:00
worldofpeace 156f335161
Merge pull request #67549 from worldofpeace/gnome-control-center/fix-sharing
Fix sharing in gnome-control-center
2019-08-27 14:28:15 -04:00
worldofpeace 8250fcb326 fixup! treewide: use glib.{getSchemaPath, makeSchemaPath} 2019-08-27 14:25:43 -04:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
worldofpeace f1ce41d78e gnome3.gnome-control-center: add optional sharing deps
It appears that if gnome-control-center isn't wrapped with their
schemas they won't be added to the panel.
2019-08-27 01:06:35 -04:00
worldofpeace 15a87bbe06 gnome3.vino: 3.22.0 -> 2019-07-08 2019-08-27 00:33:42 -04:00
worldofpeace e25b283f71 gnome3.gnome-color-manager: add hicolor-icon-theme 2019-08-27 00:02:42 -04:00
worldofpeace 7bb8f05f12 treewide: use glib.{getSchemaPath, makeSchemaPath} 2019-08-26 21:28:17 -04:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
worldofpeace 450a180542
Merge pull request #67466 from worldofpeace/gnome3-defaults-cleanup
nixos/gnome3: split up
2019-08-26 05:56:38 -04:00
worldofpeace bf7bdcd1c6 gnome3: add throw's for old lists 2019-08-26 05:36:15 -04:00
worldofpeace fca8d35531 nixos/gnome3: split up
This introduces the following options under the services.gnome3 namespace:

* core-os-services.enable
* core-shell.enable
* core-utilities.enable
* games.enable

The first three are all default enabled by gnome3.enable
and their purpose is to make gnome3 more flexable for users
usecases. In the case of core-utilities and games, it allows
users to easily switch on the default gnome3 applications
and games packages. Previously we had lists in gnome-3/default.nix
but they weren't visible to the user. By having options we have
generated documentation and an interface.
2019-08-26 05:19:05 -04:00
Robin Gloster 5292fd51f9
Merge pull request #65482 from worldofpeace/fix-lxqt
lxqt: use qt5's mkDerivation
2019-08-25 18:15:01 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
worldofpeace e075227b00
Merge pull request #67407 from jtojnar/gnome-bg
nixos/gnome3: fix default background setting
2019-08-24 18:33:41 -04:00
Jan Tojnar 87e1643acc
gnome3.gnome-control-center: add grilo-plugins
Opening a background change dialogue produces the following errors in the console:

    (gnome-control-center:27270): Grilo-WARNING **: 21:57:21.349: [registry] ../src/grl-registry.c:1354: Could not open directory '/nix/store/q8wdbr08617p3xqxdg8935p31fha020f-grilo-0.3.9/lib/grilo-0.3': Error opening directory “/nix/store/q8wdbr08617p3xqxdg8935p31fha020f-grilo-0.3.9/lib/grilo-0.3”: No such file or directory
    (gnome-control-center:27270): Grilo-WARNING **: 21:57:21.352: [registry] ../src/grl-registry.c:1461: Plugin 'grl-flickr' not available
    (gnome-control-center:27270): background-cc-panel-WARNING **: 21:57:21.352: Plugin “grl-flickr” not available

Apparently, there are no plugins in `grilo` package – everything is in `grilo-plugins`, so we need to add `grilo-plugins` to inputs. The setup hook will make the plug-ins available through an environment variable:

https://gitlab.gnome.org/GNOME/grilo/blob/grilo-0.3.9/src/grilo.c#L111-135
2019-08-25 00:03:25 +02:00
Jan Tojnar 040a09adbc
gnome3.gnome-control-center: format with nixpkgs-fmt 2019-08-24 23:00:00 +02:00
worldofpeace fbec42279d pantheon.elementary-gsettings-schemas: use File URI 2019-08-24 16:00:49 -04:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jan Tojnar aff3036a6f
gnome3.hitori: 3.31.92 → 3.32.0
https://gitlab.gnome.org/GNOME/hitori/blob/3.32.0/NEWS#L1-7
2019-08-24 02:54:20 +02:00
Jan Tojnar a8d3aebdce
Merge pull request #67318 from jtojnar/gnome-photos
gnome-photos: 3.32.0 → 3.32.1
2019-08-23 19:49:43 +02:00
Jan Tojnar c241e9756b
gnome-photos: move from gnome3 2019-08-23 02:59:33 +02:00
Jan Tojnar b8ba71d633
tracker-miners: move from gnome3 2019-08-23 02:55:42 +02:00
Jan Tojnar 4919db9cbb
tracker: move from gnome3 2019-08-23 02:53:43 +02:00
Jan Tojnar 795e37b7fe
grilo-plugins: move from gnome3 2019-08-23 02:47:56 +02:00
Jan Tojnar a2ba083f18
grilo: move from gnome3 2019-08-23 02:47:37 +02:00
Jan Tojnar fac090c8dd
gnome-online-accounts: move from gnome3 2019-08-23 02:47:21 +02:00
Jan Tojnar 4a558194cb
gnome3.gnome-photos: clean up expression 2019-08-23 01:53:08 +02:00
Jan Tojnar bd3d9788cc
gnome3.gnome-photos: 3.32.0 → 3.32.1
https://gitlab.gnome.org/GNOME/gnome-photos/blob/3.32.1/NEWS#L1-10
2019-08-23 01:49:56 +02:00
worldofpeace e34de045b6 lxqt: use modified LXQtConfigVars CMake macro
LXQt uses the values in this macro to set installation
directories and in the case of lxqt-session to substitute in paths.
However, by doing this all the paths are from within lxqt-build-tools
prefix. By utilizing a setup hook we can set the directories with the
correct prefix as cmake flags.
2019-08-22 00:42:28 -04:00
worldofpeace de89ad124d xfce4-14.xfce4-mixer: drop
obsoleted by xfce4-pulseaudio-plugin / dead package
2019-08-21 21:51:00 -04:00
Robin Gloster f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Jan Tojnar 19055cb3ec
Merge pull request #67156 from r-ryantm/auto-update/tali
gnome3.tali: 3.32.0 -> 3.32.1
2019-08-21 13:17:22 +02:00
R. RyanTM 28f83b0b89 gnome3.tali: 3.32.0 -> 3.32.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/tali/versions
2019-08-20 20:23:57 -07:00
Jan Tojnar 129cb7e32e
Merge pull request #67110 from worldofpeace/gnome-characters-fix
gnome3.gnome-characters: correct entry point
2019-08-20 22:39:06 +02:00
worldofpeace 422d20e4f1 gnome3.gnome-characters: stylize expression 2019-08-20 16:10:52 -04:00
worldofpeace d21e4a9514 gnome3.gnome-characters: correct entry point
By wraping the files, the `*-.wrapped` file will be recognized as the
entry point, which is used as a base for loading additional files so
we need to override the entry point function.

We also ensure BackgroundService gets wrapped with wrapGAppsHook.

Fixes #31168

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2019-08-20 14:38:19 -04:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
worldofpeace 3167eb3780 lxqt: use qt5's mkDerivation
This should also ensure that the applications get wrapped
appropriately.
2019-08-19 21:22:18 -04:00
Jan Tojnar 403132f9fc
Merge pull request #66981 from r-ryantm/auto-update/nautilus
gnome3.nautilus: 3.32.1 -> 3.32.3
2019-08-20 00:49:46 +02:00
R. RyanTM c4007ecda7 gnome3.nautilus: 3.32.1 -> 3.32.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nautilus/versions
2019-08-19 14:10:56 -07:00
worldofpeace 80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jan Tojnar d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects 2019-08-19 15:38:20 +02:00
Jan Tojnar e1dc295c4d
Merge pull request #66901 from r-ryantm/auto-update/geary
gnome3.geary: 3.32.1 -> 3.32.2
2019-08-19 14:26:43 +02:00
Jan Tojnar 5e0023db77
Merge pull request #66898 from r-ryantm/auto-update/gnome-nibbles
gnome3.gnome-nibbles: 3.31.3 -> 3.32.0
2019-08-19 13:12:27 +02:00
R. RyanTM 9db5a87e8e gnome3.geary: 3.32.1 -> 3.32.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geary/versions
2019-08-19 04:11:14 -07:00
R. RyanTM 5bf055f568 gnome3.gnome-nibbles: 3.31.3 -> 3.32.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/gnome-nibbles/versions
2019-08-19 03:22:42 -07:00
worldofpeace 9339185880
Merge pull request #66519 from volth/xfce-4.14
xfce4-14: 4.14.pre2 -> 4.14
2019-08-18 18:56:58 -04:00
worldofpeace 5e1a23ffd2 xfce4-14: drop null fallbacks 2019-08-17 18:55:24 -04:00
worldofpeace 3b88e5424e xfce4-14.xfdesktop: enable optional features
* garcon (required for apps menu)
* thunar (required for file icons)
* libnotify (required for Mount notification support etc.)
2019-08-17 18:55:24 -04:00
worldofpeace 822325ed66 xfce4-14.thunar: add gvfs 2019-08-17 18:55:24 -04:00
worldofpeace c270552db7 xfce4-14.xfce4-panel: gobject-introspection support 2019-08-17 18:55:24 -04:00
worldofpeace b373ce852b xfce4-14.thunar: gobject-introspection support 2019-08-17 18:55:24 -04:00
worldofpeace 92841bea27 xfce4-14.tumbler: enable all available optional features 2019-08-17 18:55:24 -04:00
worldofpeace d7a84186c2 xfce4-14.libxfce4util: native gobject-introspection 2019-08-17 18:55:23 -04:00
worldofpeace a3ac4db65b xfce4-14.libxfce4ui: add vendor info 2019-08-17 18:55:23 -04:00
worldofpeace a3caa6b206 xfce4-14.libxfce4ui: native gobject-introspection 2019-08-17 18:55:23 -04:00
worldofpeace 2cbf73acc4 xfce4-14.mousepad: 0.4.1 -> 0.4.2
https://github.com/xfce-mirror/mousepad/releases/tag/mousepad-0.4.2
2019-08-17 18:55:23 -04:00
worldofpeace 754a9326d9 xfce4-14.gigolo: 0.4.91 -> 0.5.0
Add gvfs for wrapping purposes.
2019-08-17 18:55:23 -04:00
worldofpeace c06de9b175 xfce4-14.xfburn: nativeBuildInputs docbook_xsl 2019-08-17 18:55:23 -04:00
worldofpeace 1099bfa7cb xfce4-14.thunar: nativeBuildInputs docbook_xsl 2019-08-17 18:55:23 -04:00
worldofpeace 02db164e6c xfce4-14.xfce4-panel: drop needless substitution 2019-08-17 18:55:23 -04:00
worldofpeace 8d06479312 xfce4-14.xfce4-panel: drop custom wrapper 2019-08-17 18:55:23 -04:00
worldofpeace 1c9ee3500f xfce4-14.xfce4-settings: dbus-glib -> GDBus 2019-08-17 18:55:23 -04:00
worldofpeace b4a0ce9bee xfce4-14.xfce4-whiskermenu-plugin: dbus-glib -> GDBus 2019-08-17 18:55:23 -04:00
worldofpeace b70a8b1f0e xfce4-14.xfce4-session: dbus-glib -> GDBus, cleanups
Dropped replacing PATH because upstream had us in mind [0].

[0]: fd46109d05
2019-08-17 18:55:23 -04:00
worldofpeace 711f0b39e4 xfce4-14.xfce4-notifyd: dbus-glib -> GDBus 2019-08-17 18:55:23 -04:00
worldofpeace a8619cba53 xfce4-14.ristretto: dbus-glib -> GDBus 2019-08-17 18:55:23 -04:00
worldofpeace 3d0afe54b9 xfce4-14.mousepad: dbus-glib -> GDBus 2019-08-17 18:55:23 -04:00
worldofpeace 48240a3b51 xfce4-14.exo: workaround undeclared gio-unix-2.0
See https://github.com/NixOS/nixpkgs/issues/36468

Upstream issue: https://bugzilla.xfce.org/show_bug.cgi?id=15825
2019-08-17 18:55:23 -04:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
worldofpeace ec4a0f8171 xfce4-14.exo: docbook_xsl nativeBuildInputs 2019-08-17 00:32:34 -04:00
worldofpeace feef0bbc97 mkXfceDerivation: add wrapGAppsHook 2019-08-17 00:32:34 -04:00
nyanloutre d6ab8baa1b kde: add myself as maintainer 2019-08-16 15:28:31 +02:00
nyanloutre 505f0c2232 ksysguard: replace qtwebkit by qtwebengine
c9747e37c5
2019-08-16 11:26:17 +02:00
nyanloutre 1cfe46034b plasma-5: 5.16.3 -> 5.16.4 2019-08-16 11:26:17 +02:00
nyanloutre a1d21260c3 plasma-workspace: fix patch with new wallpaper path 2019-08-16 11:26:17 +02:00
nyanloutre ea1131fc39 kwin: fix xwayland patch
The Xwayland code path was moved from ApplicationWayland to a dedicated
class
https://phabricator.kde.org/D15020
2019-08-16 11:26:17 +02:00
nyanloutre 357ae3c884 kwallet-pam: add new kwallet dependency 2019-08-16 11:26:17 +02:00
nyanloutre 6832e843fa plasma-5: 5.15.5 -> 5.16.3 2019-08-16 11:26:17 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk cff9e6429a Merge staging-next into staging 2019-08-14 13:46:33 +02:00
Jan Tojnar 80cb87971e
gnome3.evolution-data-server: Fix gsettings-desktop-schemas path 2019-08-12 18:32:12 +02:00
Jan Tojnar b18215bd6f
gnome3.evolution-data-server: Hardcode more GSettings schemas
I used Coccinelle to create a base patch:

spatch --sp-file hardcode-gsettings.cocci --dir src/ --in-place

```cocci
@@
expression GSETTINGS_SCHEMA;
expression settings;
@@
- settings = g_settings_new (GSETTINGS_SCHEMA);
+ {
+ GSettingsSchemaSource *schema_source;
+ GSettingsSchema *schema;
+ schema_source = g_settings_schema_source_new_from_directory ("@ESD_GSETTINGS_PATH@",  g_settings_schema_source_get_default (), TRUE, NULL);
+ schema = g_settings_schema_source_lookup (schema_source, GSETTINGS_SCHEMA, FALSE);
+ settings = g_settings_new_full (schema, NULL, NULL);
+ g_settings_schema_source_unref (schema_source);
+ g_settings_schema_unref (schema);
+ }
```
2019-08-12 18:31:09 +02:00
volth 49526093f9 xfce4-14: 4.14.pre2 -> 4.14 2019-08-12 10:39:41 +00:00
worldofpeace 2eaef474f2
Merge pull request #66236 from worldofpeace/test-reorganize
Reorganize GNOME tests, re-enable LightDM for release-combined
2019-08-10 11:23:57 -04:00
Frederik Rietdijk 5bc501b7aa Merge staging-next into staging 2019-08-09 14:01:00 +02:00
worldofpeace 5ee8efb7c5 gnome3.gnome-software: disable fwupd aarch64
Needed temporarily because of #66277.
2019-08-07 15:52:36 -04:00
Marek Mahut 3166c2e039
Merge pull request #66156 from r-ryantm/auto-update/terminology
enlightenment.terminology: 1.4.1 -> 1.5.0
2019-08-06 21:09:56 +02:00
worldofpeace 0f6faf630f
Merge pull request #66136 from worldofpeace/pantheon/reponame
stylize Pantheon
2019-08-06 12:04:40 -04:00
worldofpeace 47a9e8783a pantheon.updateScript: add a throw 2019-08-06 11:20:01 -04:00
worldofpeace 0b59f4212c pantheon: stylize expressions
The same way we want them in GNOME in nixpkgs.
Didn't touch the greeter expression because I have
a branch where it's already rewritten.
2019-08-06 11:20:01 -04:00
R. RyanTM a4c940d569 enlightenment.terminology: 1.4.1 -> 1.5.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/terminology/versions
2019-08-05 22:00:55 -07:00
worldofpeace bd429bb06c pantheon: use dontConfigure where applicable 2019-08-05 18:41:34 -04:00
worldofpeace 519e4d2508 pantheon.elementary-icon-theme: move gtk3 to nativeBuildInputs 2019-08-05 18:41:34 -04:00
worldofpeace 52fa0c2cc5 pantheon: use repoName
Now these expressions don't look so weird.
2019-08-05 18:41:32 -04:00
worldofpeace 7a53b1cbe7
Merge pull request #65860 from etu/surf-display-kiosk-session
Surf display kiosk session
2019-08-05 14:41:56 -04:00
Elis Hirwing 406fbdd67e
surf-display: init at 2019-04-15 2019-08-05 17:50:02 +02:00
worldofpeace 3b085b45b9 pantheon.elementary-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
Mirror c7c727fa93.
2019-08-05 06:14:38 -04:00
worldofpeace c7c727fa93 gnome3.gnome-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
This is what would have been passed before with the release
buildtype.

See: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/GNOME_SETTINGS_DAEMON_3_32_1/meson.build#L73
2019-08-05 06:13:01 -04:00
worldofpeace 1d0a54f4b0 pantheon.elementary-files: multi outputs 2019-08-05 05:44:01 -04:00
worldofpeace c0a57b7854
Merge pull request #65248 from worldofpeace/mkDerivation/deepin
deepin: use qt5.mkDerivation where needed, cleanup wrappers
2019-08-04 10:24:09 -04:00
worldofpeace bff639207f
Merge pull request #65905 from r-ryantm/auto-update/epiphany
epiphany: 3.32.3 -> 3.32.4
2019-08-04 04:28:14 -04:00
worldofpeace 8fee8e4f57
Merge pull request #65912 from r-ryantm/auto-update/elementary-files
pantheon.elementary-files: 4.1.8 -> 4.1.9
2019-08-04 04:08:08 -04:00
worldofpeace ebf4126d8b pantheon.elementary-gtk-theme: 5.2.4 -> 5.2.5
https://github.com/elementary/stylesheet/releases/tag/5.2.5
2019-08-04 04:05:42 -04:00
R. RyanTM 6ff56d7f01 pantheon.elementary-files: 4.1.8 -> 4.1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elementary-files/versions
2019-08-04 01:00:30 -07:00
R. RyanTM c5ec1b12af epiphany: 3.32.3 -> 3.32.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/epiphany/versions
2019-08-03 22:26:24 -07:00
Frederik Rietdijk 53328909da Merge staging-next into master, closes #65497 2019-08-03 07:42:50 +02:00
worldofpeace f8de228675
Merge pull request #64707 from worldofpeace/cerbere-fix
pantheon.cerbere: 0.2.4 -> 2.5.0
2019-08-02 21:36:02 -04:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Robin Gloster 3bef4d156d
enlightenment.efl: remove openssl 1.0.2 pinning 2019-08-01 17:56:57 +02:00
Jan Tojnar 82061dedaa
gnomeExtensions.pidgin-im-integration: 1.0.1 -> 32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-im-gnome-shell-extension/versions
2019-08-01 13:20:18 +02:00
Jan Tojnar 9d8984e5c9
gnomeExtensions.pidgin-im-integration: move from gnome3.pidgin-im-gnome-shell-extension 2019-08-01 13:20:18 +02:00
Robin Gloster a22429bf05
pin some packages to openssl 1.0.2 for now 2019-07-29 21:25:10 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
worldofpeace d8d85aef04
Merge pull request #65113 from worldofpeace/gnome-updates
GNOME3 updates
2019-07-22 14:46:03 -04:00
worldofpeace ad79946f89 gnome3.gnome-notes: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-notes/blob/BIJIBEN_3_32_2/NEWS
2019-07-22 13:36:14 -04:00
worldofpeace 42deadd6f4 gnome3.evolution: 3.32.3 -> 3.32.4
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.4/NEWS
2019-07-22 13:36:14 -04:00
worldofpeace 67fbebd8c6 gnome3.ghex: 3.18.3 -> 3.18.4
* Meson!
* enable extra validation during build
* multiout
* add license
* enable darwin support

https://gitlab.gnome.org/GNOME/ghex/blob/master/NEWS
2019-07-22 13:36:14 -04:00
worldofpeace 6bc620a782 pantheon.wingpanel-indicator-session: 2.2.4 -> 2.2.5
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.5
2019-07-22 04:29:57 -04:00
worldofpeace 17fd9ab8e6 pantheon.gala: 2019-07-01 -> 2019-07-21 2019-07-22 04:29:57 -04:00
worldofpeace cf9dca2396 gnome3.mutter328: add API for reorder workspaces
backport for a feature added in gala
2019-07-22 04:29:57 -04:00
worldofpeace acc8f08790 patheon.elementary.terminal: 5.3.5 -> 5.3.6
https://github.com/elementary/terminal/releases/tag/5.3.6
2019-07-22 03:25:44 -04:00
worldofpeace d01d0c1a81 deepin.dtkwidget: use qmakeFlags 2019-07-21 23:49:36 -04:00
worldofpeace 98656c95d8 deepin.dtkwm: use qmakeFlags 2019-07-21 23:49:36 -04:00
worldofpeace 0f73418f43 deepin.qt5dxcb-plugin: use qmakeFlags 2019-07-21 23:49:36 -04:00
worldofpeace 735199a210 deepin: use qt5.mkDerivation where needed, cleanup wrappers
This switches a majority of the applications to using qt5.mkDerivation
which automatically adds wrapQtAppsHook.

In certain places, where GLib and gtk intersect with Qt, we
also needed to use wrapGAppsHook. In these cases there will
be multiple wrappers.
2019-07-21 23:49:36 -04:00
worldofpeace 21f015dbf7
Merge pull request #64808 from r-ryantm/auto-update/gnome-software
gnome3.gnome-software: 3.32.3 -> 3.32.4
2019-07-19 19:13:37 -04:00
worldofpeace 3267c5792f gnome3.evolution-data-server: 3.32.3 -> 3.32.4
https://gitlab.gnome.org/GNOME/evolution-data-server/blob/3.32.4/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 50791d9a1d gnome3.gnome-user-docs: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/gnome-user-docs/blob/3.32.3/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 36aec923cc gnome3.grilo-plugins: 0.3.8 -> 0.3.9
https://gitlab.gnome.org/GNOME/grilo-plugins/blob/grilo-plugins-0.3.9/NEWS
2019-07-19 19:01:14 -04:00
worldofpeace 1004d0c271 gnome3.grilo: 0.3.7 -> 0.3.9
Patch in upstream MR to fix grilo-plugins build / NixOS compat.

https://gitlab.gnome.org/GNOME/grilo/blob/grilo-0.3.9/NEWS
2019-07-19 19:01:00 -04:00
R. RyanTM 663542ad04 gnome3.gnome-getting-started-docs: 3.32.1 -> 3.32.2 (#65073)
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-getting-started-docs/versions
2019-07-19 14:45:17 +02:00
worldofpeace 66caaf0635 gnome3.nautilus-python: 1.2.2 -> 1.2.3
https://gitlab.gnome.org/GNOME/nautilus-python/blob/NAUTILUS_PYTHON_1_2_3/NEWS
2019-07-18 22:49:07 -04:00
worldofpeace 24c731be5d
Merge pull request #64273 from worldofpeace/switchboard-plug-pantheon-shell/fix-lightdm
pantheon.switchboard-plug-pantheon-shell: Fix setting lightdm background
2019-07-17 11:03:09 -04:00
R. RyanTM 8a4c3f43e0 gnome3.totem: 3.32.0 -> 3.32.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/totem/versions
2019-07-17 09:33:20 +02:00
Frederik Rietdijk a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
R. RyanTM ce1fc96c26 gnome3.gnome-software: 3.32.3 -> 3.32.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/gnome-software/versions
2019-07-15 07:48:31 -07:00
Vladimír Čunát 3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
worldofpeace 120337053f gnome3.gnome-boxes: fix hardcoded emulator path
To avoid this you must install the qemu binaries globally in some
manner.

Fixes #57931
2019-07-14 08:32:02 -04:00
worldofpeace 90844e1bfa gnome3.gnome-terminal: add hicolor-icon-theme
To remove its icon cache.
2019-07-14 07:40:14 -04:00
José Romildo Malaquias 3fef4946cd
Merge pull request #64702 from romildo/upd.xfce4-13
xfce4-13: rename to xfce4-14
2019-07-13 12:48:40 -03:00
worldofpeace 151f5ab570
Merge pull request #64698 from romildo/upd.mate.mate-user-guide
mate.mate-user-guide: 1.22.1 -> 1.22.2
2019-07-13 11:42:07 -04:00
worldofpeace c7d9c411e5
Merge pull request #64699 from romildo/upd.mate
mate.mate-user-share: 1.22.0 -> 1.22.1
2019-07-13 11:41:38 -04:00
worldofpeace d77095c97a pantheon.cerbere: 0.2.4 -> 2.5.0
Fixes #60955
2019-07-13 11:02:48 -04:00
worldofpeace 1aaa9ba3d8 pantheon.elementary-icon-theme: 5.0.3 -> 5.0.4
https://github.com/elementary/icons/releases/tag/5.0.4
2019-07-13 10:57:08 -04:00
José Romildo Malaquias c3282487dd xfce4-13: rename to xfce4-14 2019-07-13 08:42:05 -03:00
José Romildo Malaquias ab59196e22 mate.mate-user-share: 1.22.0 -> 1.22.1 2019-07-13 08:19:34 -03:00
José Romildo Malaquias 6fbca9a305 mate.mate-user-guide: 1.22.1 -> 1.22.2 2019-07-13 08:02:21 -03:00
José Romildo Malaquias 202d2b97b9
Merge pull request #64147 from volth/xfce-4.14pre2
xfce4-13: 4.14pre1 -> 4.14pre2
2019-07-13 07:51:44 -03:00
Frederik Rietdijk 22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Ryan Mulligan 508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
volth 00d3312cd2
xfce4-13.xfce4-dev-tools: 4.12.0 -> 4.14pre2 2019-07-10 19:51:39 +00:00
Frederik Rietdijk da96a4119f Merge staging-next into staging 2019-07-10 08:52:50 +02:00
Frederik Rietdijk fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
worldofpeace def7d562e0 pantheon.wingpanel-indicator-session: 2.2.3 -> 2.2.4
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.4
2019-07-09 20:19:36 -04:00
Frederik Rietdijk 79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk 74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk 7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
worldofpeace dc0dbaf0bd
Merge pull request #64299 from worldofpeace/mutter-installed-tests
gnome3.mutter: disable installed tests
2019-07-06 18:34:27 -04:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Thomas Tuegel 56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel f79fd2e826
wrapQtAppsHook: wrap Qt applications for runtime dependencies 2019-07-05 10:41:41 -05:00
José Romildo Malaquias d94a4c8070
Merge pull request #63781 from romildo/upd.deepin.dde-session-ui
deepin.dde-session-ui: 4.9.11 -> 4.9.12
2019-07-05 00:00:03 -03:00
José Romildo Malaquias b0944be570 deepin.dde-session-ui: 4.9.11 -> 4.9.12
- Update to version 4.9.12
- Revise hard coded paths
- Wrap binaries in lib/deepin-daemon/
2019-07-04 21:48:23 -03:00
worldofpeace ea7055f29d gnome3.mutter: multi-outputs 2019-07-04 08:36:19 -04:00
worldofpeace 5a10032ef4 gnome3.mutter: disable installed tests 2019-07-04 08:36:19 -04:00
worldofpeace 1a49479484 gnome3.gnome-contacts: fix build
ibhandy 0.0.10 added a HeaderBar type, which means this
clashes with that of Gtk. Apply upstream patch that fixes this.

Instigated by
* 48044cda54
2019-07-04 08:05:50 -04:00
worldofpeace ddfe184efc pantheon.pantheon-agent-geoclue2: 1.0.1 -> 1.0.2
https://github.com/elementary/pantheon-agent-geoclue2/releases/tag/1.0.2
2019-07-04 06:57:57 -04:00
worldofpeace 1f43658c73 pantheon.gala: 2019-05-31 -> 2019-07-01
Changes: 1024813560...5f1dbf15a7

Fixes:
https://github.com/elementary/gala/issues/444
https://github.com/elementary/gala/issues/561
https://github.com/elementary/gala/issues/13
https://github.com/elementary/gala/issues/487
2019-07-04 06:55:16 -04:00
worldofpeace c609fa53ea
Merge pull request #63974 from worldofpeace/gnome3-updates
GNOME3 updates
2019-07-04 05:45:04 -04:00
worldofpeace 47dcdfe3a1 pantheon.switchboard-plug-pantheon-shell: Fix setting lightdm background
backports e4f86df6a6
2019-07-03 21:28:54 -04:00
Frederik Rietdijk 25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
volth ef27e76f63
xfce4-13: fix xfdesktop-settings crash on launch 2019-07-02 23:59:52 +00:00
volth b134375080 xfce4-13: 4.14pre1 -> 4.14pre2 2019-07-02 15:29:15 +00:00
Ryan Mulligan cb5c3e622e
Merge pull request #64034 from r-ryantm/auto-update/gnome-shell-extension-appindicator
gnomeExtensions.appindicator: 28 -> 29
2019-07-01 20:49:52 -07:00
R. RyanTM f3ad4381ba gnomeExtensions.appindicator: 28 -> 29
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-shell-extension-appindicator/versions
2019-07-01 09:01:51 -07:00
worldofpeace 9abf422d1a gnome3.gnome-calculator: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-calculator/blob/3.32.2/NEWS
2019-07-01 00:02:52 -04:00
worldofpeace 1549151cfe gnome3.yelp-tools: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/yelp-tools/blob/3.32.2/NEWS
2019-06-30 23:54:55 -04:00
worldofpeace 45710be3a8 gnome3.sushi: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/sushi/blob/3.32.1/NEWS
2019-06-30 23:54:55 -04:00
worldofpeace 29cb854967 gnome3.gnome-settings-daemon: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/GNOME_SETTINGS_DAEMON_3_32_1/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace 183989f5d6 gnome3.evolution-data-server: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/evolution-data-server/blob/3.32.3/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace f8d96a53c4 gnome3.gnome-sound-recorder: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-sound-recorder/blob/3.32.1/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace 07b0f00911 gnome3.evolution: cleanup 2019-06-30 23:54:54 -04:00
worldofpeace ce0ad1f73d gnome3.evolution: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.3/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace 19c1169882 gnome3.accerciser: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/accerciser/blob/3.32.3/NEWS
2019-06-30 23:54:54 -04:00
worldofpeace 8789ff3179
Merge pull request #63822 from worldofpeace/dde-control-center/init
deepin.dde-control-center: init at 4.10.11
2019-06-27 22:15:52 -04:00
worldofpeace 072a755870 deepin.dde-control-center: init at 4.10.11 2019-06-27 22:15:13 -04:00
worldofpeace cdeadfe2d7
Merge pull request #63796 from romildo/upd.deepin.dde-daemon
deepin.dde-daemon: 3.27.2.5 -> 3.27.2.6; fix some hard coded paths
2019-06-27 18:10:44 -04:00
worldofpeace 5c3d3429f4 gnome3.gnome-documents: don't set buildtype
Plain is now default.
2019-06-27 16:35:44 -04:00
worldofpeace 16bade005d gnome3.gnome-books: don't set buildtype
Plain is now default.
2019-06-27 16:35:32 -04:00
worldofpeace f2125d701b gnome3.gedit: don't set buildtype
Plain is now default.
2019-06-27 16:35:20 -04:00
worldofpeace 67bca98ff7 gnome3.gnome-photos: don't set buildtype
Plain is now default.
2019-06-27 16:35:05 -04:00
worldofpeace 7c5a514d0f
Merge pull request #63797 from romildo/upd.deepin.deepin-calculator
deepin.deepin-calculator: init at 1.0.11
2019-06-26 14:48:55 -04:00
Frederik Rietdijk d843e16cb8 Merge master into staging-next 2019-06-26 13:22:30 +02:00
José Romildo Malaquias 1d964892c4 deepin.dde-launcher: init at 4.6.13
fixup! deepin.dde-launcher: init at 4.6.11

deepin.dde-launcher: 4.6.11 -> 4.6.12

deepin.dde-launcher: 4.6.12 -> 4.6.13
2019-06-26 00:40:08 -03:00
José Romildo Malaquias 356a347467 deepin.deepin-calculator: init at 1.0.11 2019-06-26 00:25:57 -03:00
José Romildo Malaquias aadbc98fe8 deepin.dde-daemon: fix some hard coded paths 2019-06-25 23:09:58 -03:00
José Romildo Malaquias 45108a48b3 deepin.dde-daemon: 3.27.2.5 -> 3.27.2.6 2019-06-25 23:07:43 -03:00
José Romildo Malaquias 27170f9619 deepin.dtkcore: explicitly set DTK_VERSION
The build system fails to detect the version to build, defaulting to
the minimum one. To circunvent that it has to be explicitly set.
2019-06-25 22:26:16 -03:00
Yegor Timoshenko 0732c3993b
Merge pull request #61772 from volth/xfce-4.14pre1
xfce4-13: 4.13.x -> 4.14pre1
2019-06-25 22:17:44 +03:00
Jan Tojnar ac404cfa98
gnome3.evince: remove auto_features=enabled from expression
It is now the default.
2019-06-25 18:24:53 +02:00
Jan Tojnar 4fa19ba151
gnome3.tracker-miners: do not add auto_features=enabled
Meson setup hook now defaults to this.
2019-06-25 18:24:52 +02:00
Jan Tojnar 76d85e4a6f
gnome3.gnome-desktop: add libudev 2019-06-25 18:24:51 +02:00
Jan Tojnar 07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Frederik Rietdijk dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
Florian Klink a1c31d5e20
Update deepin packages (#63652)
Update deepin packages
2019-06-22 22:40:11 +02:00
José Romildo Malaquias 14d03c1d37
Merge pull request #63536 from romildo/upd.mate
mate.marco: 1.22.1 -> 1.22.2; mate.mate-themes: 3.22.19 -> 3.22.20
2019-06-22 11:08:25 -03:00
José Romildo Malaquias 6bde2ebab5 deepin.qt5integration: 0.3.11 -> 0.3.12 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 1996a4e3a9 deepin.qt5dxcb-plugin: 1.1.27 -> 1.2.2 2019-06-22 10:00:23 -03:00
José Romildo Malaquias d1c6afbefb deepin.go-gir-generator: 2.0.1 -> 2.0.2 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 10fe4955f0 deepin.go-dbus-factory: 0.7.0 -> 0.9.0 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 56fc7a5e27 deepin.dtkwidget: 2.0.12.3 -> 2.0.14 2019-06-22 10:00:23 -03:00
José Romildo Malaquias ed177954c9 deepin.dtkcore: 2.0.12.1 -> 2.0.14 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 0678da02bf deepin.deepin-terminal: 3.2.2.1 -> 3.2.6 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 4c5f252189 deepin.deepin-screenshot: 4.1.10 -> 4.2.1 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 7ae57e0d95 deepin.deepin-movie-reborn: 3.2.22.1 -> 3.2.24 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 08b947c7cc deepin.deepin-menu: 3.4.6 -> 3.4.8 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 6945053159 deepin.deepin-image-viewer: 1.3.13 -> 1.3.17 2019-06-22 10:00:23 -03:00
José Romildo Malaquias dd141077f0 deepin.deepin-icon-theme: 15.12.69 -> 15.12.71 2019-06-22 10:00:23 -03:00
José Romildo Malaquias e740813625 deepin.deepin-gtk-theme: 17.10.10 -> 17.10.11 2019-06-22 10:00:23 -03:00
José Romildo Malaquias cb466b8b8b deepin.deepin-desktop-schemas: 3.13.0 -> 3.13.6 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 1a3d5b94d9 deepin.deepin-desktop-base: 2019.04.24 -> 2019.06.19 2019-06-22 10:00:23 -03:00
José Romildo Malaquias f535050720 deepin.deepin-anything: 0.0.7 -> 0.1.0 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 69c29b61ff deepin.dde-session-ui: 4.9.6 -> 4.9.11 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 938b213ed9 deepin.dde-qt-dbus-factory: 1.1.1 -> 1.1.5 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 83457f1269 deepin.dde-polkit-agent: 0.2.6 -> 0.2.10 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 1e9aedc718 deepin.dde-file-manager: 4.8.6.2 -> 4.8.6.4 2019-06-22 09:55:49 -03:00
José Romildo Malaquias 41bbeba160 deepin.dde-dock: 4.9.9 -> 4.10.3 2019-06-22 09:55:49 -03:00
José Romildo Malaquias cb75ea64c9 deepin.dde-daemon: 3.27.1 -> 3.27.2.5 2019-06-22 09:55:49 -03:00
José Romildo Malaquias c66f53065c deepin.dde-api: 3.18.3 -> 3.18.4.1 2019-06-22 09:55:49 -03:00
José Romildo Malaquias 01725fdec8 deepin.dde-calendar: 1.2.6 -> 1.2.10 2019-06-22 09:55:49 -03:00
Frederik Rietdijk 72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
worldofpeace c7b4b3bb16 pantheon.gala: 2018-05-14 -> 2019-05-31
Fixes minimize animation in HiDPI monitor
2019-06-20 18:24:46 -04:00
worldofpeace d72ef07d1e pantheon.elementary-gtk-theme: 5.2.3 -> 5.2.4
https://github.com/elementary/stylesheet/releases/tag/5.2.4
2019-06-20 18:22:46 -04:00
José Romildo Malaquias bdacf0002d mate.mate-themes: 3.22.19 -> 3.22.20 2019-06-19 18:14:13 -03:00
José Romildo Malaquias fed0b4f8ae mate.marco: 1.22.1 -> 1.22.2 2019-06-19 18:13:44 -03:00
Jan Tojnar e0a21aae91
gnome3.tracker-miners: enable auto_features (#63491)
gnome3.tracker-miners: enable auto_features
2019-06-19 03:56:04 +02:00
Jan Tojnar 6d8eaf8f13
gnome3.tracker-miners: enable auto_features
When tracker-miners switched from booleans to features, we were no longer building
majority of the miners, since we disable auto_features by default.
2019-06-19 03:08:04 +02:00
Frederik Rietdijk f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Matthew Bauer 4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Jan Tojnar 540921e6b9
epiphany: 3.32.2 -> 3.32.3 (#63244)
epiphany: 3.32.2 -> 3.32.3
2019-06-17 00:47:36 +02:00
R. RyanTM fc78e57467 epiphany: 3.32.2 -> 3.32.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/epiphany/versions
2019-06-16 14:21:48 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jan Tojnar b1ee53d87b
nixos/enlightenment: fix build with config.allowAliases=false (#61421)
nixos/enlightenment: fix build with config.allowAliases=false
2019-06-16 04:07:26 +02:00
Jan Tojnar 2ba0d81fd9
gnome3.geary: add libunity (#63161)
gnome3.geary: add libunity
2019-06-15 18:15:21 +02:00
Jan Tojnar 0131424f57
gnome3.geary: add libunity
Adds unread mail counter to dash to dock.
2019-06-15 16:46:29 +02:00
Jan Tojnar 33a0ef8bb3
gnome3.gnome-control-center: Add mutter to dependencies (#63124)
gnome3.gnome-control-center: Add mutter to dependencies
2019-06-15 16:41:41 +02:00
worldofpeace 7e7efa6c6e pantheon.wingpanel-applications-menu: drop libwnck3
Guess upstream documented that they used libwnck3 even
though it was removed years ago.
2019-06-15 03:50:18 -04:00
Jan Tojnar fc4cc85bf8
gnome3.gnome-control-center: Add mutter to dependencies
#59765 fixed the keybndings issue #19590 only partially, we still need to
make the gschemas available.
2019-06-14 15:01:03 +02:00
José Romildo Malaquias 7383bf52a0
Merge pull request #62609 from alexarice/caja-with-extensions
caja-with-extensions: init
2019-06-11 10:54:40 -03:00
José Romildo Malaquias 7f6f5e06d6
Merge pull request #62617 from alexarice/caja-dropbox
caja-dropbox: fix python dependency
2019-06-11 10:53:11 -03:00
worldofpeace f7bbb18f83 pantheon.elementary-settings-daemon: 3.32.0 -> 3.30.2
This downgrade is needed temporarily to alleviate breakages
such as [0] to Pantheon on Unstable.

[0]: https://github.com/elementary/gala/issues/518
2019-06-11 03:00:35 -04:00
worldofpeace b0bea52821 pantheon.wingpanel: cleanup 2019-06-11 03:00:35 -04:00
worldofpeace ebc6b67250 pantheon: drop gobject-introspection for setup-hook
Vala now has the setup-hook we need. [0]

[0]: 79ca7f4cb4
2019-06-11 03:00:35 -04:00
worldofpeace 814c4c1b9d
Merge pull request #61366 from romildo/upd.deepin.dde-file-manager
deepin.dde-file-manager: init at 4.8.6.2
2019-06-11 02:00:43 -04:00
José Romildo Malaquias e645c763b4 deepin.dde-file-manager: init at 4.8.6.2 2019-06-11 01:56:57 -04:00
Matthew Bauer 66658d5674
Merge pull request #62464 from r-ryantm/auto-update/libobjc2
gnustep.libobjc: 1.9 -> 2.0
2019-06-10 21:26:16 -04:00
worldofpeace cf96c40c14 pantheon.wingpanel: 2.2.4 -> 2.2.5
https://github.com/elementary/wingpanel/releases/tag/2.2.5
2019-06-06 18:24:27 -04:00
worldofpeace 086d7696c5 pantheon.elementary-terminal: 5.3.4 -> 5.3.5
https://github.com/elementary/terminal/releases/tag/5.3.5
2019-06-06 18:24:27 -04:00
Alex Rice c740e2a663 caja-dropbox: fix python dependency 2019-06-06 10:09:36 +01:00
José Romildo Malaquias b7aaf96543
Merge pull request #62673 from romildo/upd.mate
mate.mate-user-share: add dbus-glib dependency
2019-06-05 09:31:22 -03:00
José Romildo Malaquias 6226d724db mate.mate-user-share: add dbus-glib dependency 2019-06-05 09:03:52 -03:00
Jan Tojnar ea59f09946
maintainers/scripts/update.nix: various fixes (#62478)
maintainers/scripts/update.nix: various fixes
2019-06-04 18:24:16 +02:00
Matthew Bauer ba76fa91c7 treewide: handle enchant = enchant2
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Alex Rice 03f48ebe2d caja-with-extensions: init 2019-06-03 14:41:03 +01:00
Jan Tojnar 9f6a9ce368
gnome3.updateScript: clean up PATH
grep was not actually properly included by common-updater-scripts before
0105058698 but I am not sure why would we ever
need to add coreutils to PATH.
2019-06-02 09:44:13 +02:00
R. RyanTM 937b6d73b4 gnustep.libobjc: 1.9 -> 2.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/libobjc2/versions
2019-06-01 20:26:25 -07:00
worldofpeace 027ccb8344 gnome3.gnome-nettool: correct typo 2019-06-01 16:14:21 -04:00
worldofpeace 4c37b4ae9c gitg: 3.30.1 -> 3.32.0
* adds libdazzle
* intltool -> gettext
* hicolor-icon-theme as native for setup-hook
* re-enable tests

https://gitlab.gnome.org/GNOME/gitg/blob/v3.32.0/NEWS
2019-06-01 16:14:21 -04:00
worldofpeace 4f692b1682 gnome3.rygel: 0.38.0 -> 0.38.1
https://gitlab.gnome.org/GNOME/rygel/blob/rygel-0.38.1/NEWS
2019-06-01 15:41:28 -04:00
worldofpeace 6b01a3ca09 gnome3.gnome-software: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.3/NEWS
2019-06-01 15:40:30 -04:00
worldofpeace 8d1292a483 gnome3.gnome-control-center: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-control-center/blob/3.32.2/NEWS
2019-06-01 15:40:02 -04:00
worldofpeace 5624920de6 gnome3.gnome-maps: 3.32.2 -> 3.32.2.1
https://gitlab.gnome.org/GNOME/gnome-maps/blob/v3.32.2.1/NEWS
2019-06-01 15:39:10 -04:00
Vladimír Čunát 198afad520
gnome3.gnome-todo: more explanation for the parent commit 2019-05-30 12:02:38 +02:00
Vladimír Čunát 205e4883eb
gnome3.gnome-todo: fixup parallel building 2019-05-30 11:55:08 +02:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
José Romildo Malaquias 00d6232b47
Merge pull request #62035 from romildo/upd.lumina
lumina.lumina: 1.4.0-p1 -> 1.5.0
2019-05-27 17:41:58 -03:00
Renaud 0f3a78bc66
Merge pull request #62048 from romildo/upd.terminology
enlightenment.terminology: 1.4.0 -> 1.4.1
2019-05-26 00:52:12 +02:00
Marek Mahut ace58ebcd3 evince: CVE-2019-11459 2019-05-25 17:27:09 +00:00
José Romildo Malaquias 490810e6b5 enlightenment.terminology: 1.4.0 -> 1.4.1 2019-05-25 08:54:26 -03:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
José Romildo Malaquias e2c77cd9cb lumina.lumina-pdf: init at 2019-04-27 2019-05-24 18:14:46 -03:00
José Romildo Malaquias c345f347d1 lumina.lumina-calculator: init at 2019-04-27 2019-05-24 17:22:21 -03:00
José Romildo Malaquias 1a8005393d lumina.lumina: 1.4.0-p1 -> 1.5.0 2019-05-24 17:20:15 -03:00
José Romildo Malaquias 272fa9d41c lumina: init package set for the lumina desktop 2019-05-24 17:20:15 -03:00
José Romildo Malaquias dd5a92a1fb lumina: move to pkgs/desktops/lumina/lumina 2019-05-24 08:33:26 -03:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
worldofpeace 54a50114c7 wingpanel-indicator-bluetooth: 2.1.2 -> 2.1.3
https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/2.1.3
2019-05-23 22:31:33 -04:00
Matthew Bauer b49c060ae2
Merge pull request #61890 from expipiplus1/joe-armv7l-dconf
dconf: Disable tests on armv7l-linux
2019-05-23 17:35:43 -05:00
worldofpeace 53afb548a5
Merge pull request #60035 from nyanloutre/kdeapps_update
kde_applications: 18.12.03 -> 19.04.1; kdeFrameworks: 5.56 -> 5.58; plasma-5: 5.15.3 -> 5.15.5
2019-05-23 14:36:03 -04:00
Joe Hermaszewski 180f6a82f7 dconf: Disable tests on armv7l-linux
Fixes: #59590
2019-05-22 23:01:46 +08:00
José Romildo Malaquias 807c934837 deepin.deepin-movie-reborn: split pakckage 2019-05-21 08:05:26 -03:00
nyanloutre 11fce46ca0 plasma-5: 5.15.3 -> 5.15.5 2019-05-20 20:18:00 -04:00
volth dd61fdf45c xfce4-13: 4.13.x -> 4.14pre1 2019-05-20 23:53:29 +00:00
worldofpeace ac37e639ae gnome3.eog: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/eog/blob/3.32.2/NEWS
2019-05-20 19:32:55 -04:00
worldofpeace 2439b3049b
Merge pull request #61576 from worldofpeace/gnome/3.32.2
Gnome/3.32.2
2019-05-18 20:41:08 -04:00
worldofpeace ea222ae04e gnome3.accerciser: use buildPythonPackage, add xlib
This application will now actually work.
2019-05-18 17:19:31 -04:00
worldofpeace 2be5edbbbb gnome3.seahorse: 3.32.1 -> 3.32.2
https://download.gnome.org/sources/seahorse/3.32/seahorse-3.32.2.news
2019-05-18 16:15:05 -04:00
worldofpeace cd612b734c gnome3.polari: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/polari/blob/3.32.2/NEWS
2019-05-18 16:12:28 -04:00
worldofpeace b055d80f11 gnome3.accerciser: 3.32.1 -> 3.32.2
Just translations.

https://gitlab.gnome.org/GNOME/accerciser/blob/3.32.2/NEWS
2019-05-18 16:11:42 -04:00
worldofpeace 839b0767eb gnome3.gnome-shell: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-shell/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
worldofpeace 6c2592761f gnome3.mutter: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/mutter/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
worldofpeace 11d752a236 gnome3.gnome-flashback: 3.30.0 -> 3.32.0
https://gitlab.gnome.org/GNOME/gnome-flashback/blob/3.32.0/NEWS
2019-05-18 16:00:41 -04:00
worldofpeace b0651d564c gnome3.gnome-panel: 3.30.0 -> 3.32.0
https://gitlab.gnome.org/GNOME/gnome-panel/blob/3.32.0/NEWS
2019-05-18 16:00:41 -04:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
worldofpeace 1a7c1989e9 gnome3.mutter328: 3.28.3 -> 3.28.4
Changes since we pulled in everything from gnome-3.28 branch:
4af8d9d475...3.28.4

https://gitlab.gnome.org/GNOME/mutter/blob/3.28.4/NEWS
2019-05-17 17:39:29 -04:00
worldofpeace 4ce159c41d pantheon.wingpanel-applications-menu: 2.4.2 -> 2.4.3
Now finally builds with Meson, where it was available
since last release but needed several fixes to be release quality
IMHO.

Also dropped xdg patch since because meson [0].

https://github.com/elementary/applications-menu/releases/tag/2.4.3

[0]: 58cd96a4cc
2019-05-16 19:08:21 -04:00
worldofpeace 632591818a pantheon.elementary-photos: 2.6.3 -> 2.6.4
Patch in tree is removed because it's included upstream.

https://github.com/elementary/photos/releases/tag/2.6.4
2019-05-16 18:53:45 -04:00
worldofpeace 6ec263488a gnome3.gnome-applets: 3.30.0 -> 3.32.0
https://gitlab.gnome.org/GNOME/gnome-applets/blob/3.32.0/NEWS
2019-05-15 21:28:15 -04:00
worldofpeace 166bb809f3 gnome3.metacity: 3.30.1 -> 3.32.0
https://gitlab.gnome.org/GNOME/metacity/blob/3.32.0/NEWS
2019-05-15 21:26:40 -04:00
worldofpeace 743df678c2 gnome3.gjs: 1.56.1 -> 1.56.2
https://gitlab.gnome.org/GNOME/gjs/blob/1.56.2/NEWS
2019-05-15 21:22:07 -04:00
worldofpeace dcaf2ef73f gnome3.gnome-mines: 3.32.0 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-mines/blob/3.32.2/NEWS
2019-05-15 21:17:32 -04:00
worldofpeace 386fb53a26 gnome3.yelp-tools: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/yelp-tools/blob/3.32.1/NEWS
2019-05-15 21:16:58 -04:00
worldofpeace acd125c0f1 gnome3.yelp: 3.32.1 -> 3.32.2
Just translations.

https://gitlab.gnome.org/GNOME/yelp/blob/3.32.2/NEWS
2019-05-15 21:16:31 -04:00
worldofpeace 51636785c1 gnome3.simple-scan: 3.32.2 -> 3.32.2.1
Just translations.

https://gitlab.gnome.org/GNOME/simple-scan/blob/3.32.2.1/NEWS
2019-05-15 21:15:25 -04:00
worldofpeace 9dfeb1e576 gnome3.nautilus: 3.32.0 -> 3.32.1
Fixes CVE-2019-11461

https://gitlab.gnome.org/GNOME/nautilus/blob/3.32.1/NEWS
2019-05-15 21:14:28 -04:00
worldofpeace a83155c9df gnome3.gnome-user-docs: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-user-docs/blob/3.32.2/NEWS
2019-05-15 21:12:57 -04:00
worldofpeace dfdc2553a3 gnome3.gnome-terminal: 3.32.1 -> 3.32.2 2019-05-15 21:12:05 -04:00
worldofpeace 9ac96f7a53 gnome3.gnome-software: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.2/NEWS
2019-05-15 21:11:06 -04:00
worldofpeace f82dd09e92 gnome3.gnome-music: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-music/blob/3.32.2/NEWS
2019-05-15 21:10:13 -04:00
worldofpeace 5cd950982e gnome3.gnome-maps: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-maps/blob/v3.32.2/NEWS
2019-05-15 21:09:43 -04:00
worldofpeace 977c921e0e gnome3.gnome-calendar: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-calendar/blob/3.32.2/NEWS
2019-05-15 21:09:04 -04:00
worldofpeace 6377960911 gnome3.gnome-boxes: 3.32.0.2 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-boxes/blob/v3.32.1/NEWS
2019-05-15 21:08:33 -04:00
worldofpeace 5a12e68b0d gnome3.gedit: 3.32.0 -> 3.32.2
https://gitlab.gnome.org/GNOME/gedit/blob/3.32.2/NEWS
2019-05-15 21:07:35 -04:00
worldofpeace 0c9f0c8823 gnome3.evolution: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/evolution/blob/3.32.2/NEWS
2019-05-15 21:06:55 -04:00
worldofpeace f797e8a30c pantheon.gala: 2019-02-09 -> 2019-05-14
Fixes notification settings being broken[0] and
many other things. See the changes[1]

[0]: https://github.com/elementary/switchboard-plug-notifications/issues/41
[1]: 1a96644c6a..3ae100da4b
2019-05-14 22:26:52 -04:00
Tor Hedin Brønner 8c5ee6b4f4
gnome3.gnome-desktop: 3.32.1 -> 3.32.2 (#61497)
- Fix thumbnailer sandbox escape, CVE-2019-11460

closes #60837
2019-05-14 23:20:04 +02:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
volth bfa6d562b2
gnome3: fix build with config.allowAliases=false 2019-05-13 13:16:28 +00:00
Daniel Schaefer 06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
R. RyanTM 3e146be2ea evolution-data-server: 3.32.1 -> 3.32.2
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-05-12 20:28:27 +02:00
José Romildo Malaquias 8f133f190c deepin.dde-polkit-agent: set plugins dir from environment variable 2019-05-11 10:23:08 -03:00
José Romildo Malaquias db134f03c5 mate.mate-calc: 1.22.0 -> 1.22.1 2019-05-10 23:45:02 -03:00
José Romildo Malaquias edc66ee77c deepin.deepin-wm: use absolute path in desktop file 2019-05-10 19:05:52 -03:00
worldofpeace 163bc2c598
Merge pull request #60906 from worldofpeace/gnome-updates-staging
GNOME updates staging
2019-05-07 18:04:30 -04:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
worldofpeace 91e3c04542 gnome3.tracker-miners: 2.2.1 -> 2.2.2
https://gitlab.gnome.org/GNOME/tracker-miners/blob/2.2.2/NEWS
2019-05-07 12:55:37 -04:00