volth
|
c814d72b51
|
treewide: name -> pname
|
2019-08-17 10:54:38 +00: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 |
|
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 |
|
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 |
|
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 |
|