Commit graph

5730 commits

Author SHA1 Message Date
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
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
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
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 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