Commit graph

2759 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 3cf282473c
kde5.kauth: remove unused kauth-policy-install.patch 2016-06-23 12:13:24 +02:00
Vladimír Čunát 6b27ceb006 Merge 'master' into staging and re-revert merge
... from staging to master, reverted temporarily in aa9a04883e.
2016-06-23 12:09:03 +02:00
Vladimír Čunát aa9a04883e Revert "Merge branch 'staging'" due to glibc
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096

This reverts commit c05d829598, reversing
changes made to f073df60d6.
2016-06-23 09:25:10 +02:00
José Romildo Malaquias d7dc833889 efl: 1.17.1 -> 1.17.2 2016-06-22 16:54:14 -03:00
Tobias Geerinckx-Rice cd72ee1a19
kde5.plasma-workspace: remove unused startkde.patch 2016-06-22 19:49:48 +02:00
Vladimír Čunát c05d829598 Merge branch 'staging' 2016-06-22 10:49:56 +02:00
Tobias Geerinckx-Rice 2a08ea9426
epiphany: remove unused libxml_depend.patch 2016-06-22 03:58:55 +02:00
Tobias Geerinckx-Rice aa18ee6a73
geary 0.10: remove unused disable_valadoc.patch 2016-06-22 02:10:49 +02:00
Philip Potter ea4738ff4f gnome-keyring: remove unused configure flag
The --with-ca-certificates flag seems to have been removed in
[this commit][1] from March 2013.  The configure script now just warns
about an unknown option.

[1]: https://git.gnome.org/browse/gnome-keyring/commit/?id=7afaae43f205c059163c3670169af302f1ba6de3
2016-06-21 07:56:09 +01:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Vladimír Čunát e757404555 Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát 97c484a10f treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Bjørn Forsman 0b061e7f75 gnome-terminal: enable GNOME Shell search provider (for 3.20)
[This is a re-re-application of the patch that was originally written
for GNOME 3.16. It was lost during the transition to GNOME 3.18 and
then to 3.20. Third time's a charm?]

Silly ./configure, it looks for dbus file from gnome-shell in the
installation tree of the package it is configuring. Fix by copying
needed file from gnome-shell before ./configure is run.

This change makes gnome-shell a build time dependency (not runtime).
2016-06-18 14:17:27 +02:00
Robin Gloster 0761573507 gnome3_20.libgda: disable format hardening flag 2016-06-18 11:50:23 +00:00
Robin Gloster d9e5fd3b07 gnome3_20.nautilus: disable format hardening flag 2016-06-18 11:49:54 +00:00
Thomas Tuegel ed46b468b0 Fix Travis build failure caused by Qt/KDE documentation
The comments in the Qt/KDE packages caused a spurious Travis build
failure because they appeared to refer to `<nixpkgs>`.
2016-06-17 12:21:19 -05:00
Thomas Tuegel 592dcbc4bf Fix evaluation error in Qt/KDE packages
For now, the source hashes will continue to be stored in the Nixpkgs
tree. The package update instructions are updated.
2016-06-17 09:47:16 -05:00
Thomas Tuegel cb302c7696 kde5.frameworks: store generated source hashes outside Nixpkgs tree 2016-06-16 15:16:49 -05:00
Thomas Tuegel cc5adac6f6 kde5.plasma: 5.6.4 -> 5.6.5
The generated source hashes are now stored outside the Nixpkgs tree.
2016-06-16 15:16:49 -05:00
Thomas Tuegel d975d5da8b kde5.khelpcenter: moved from Plasma 5.6.4 to Applications 16.04.2 2016-06-16 15:16:49 -05:00
Thomas Tuegel f87c251c98 kde5.applications: 16.04.1 -> 16.04.2
The generated source hashes are now stored outside the Nixpkgs tree.
2016-06-16 15:16:49 -05:00
obadz ecd3617d7a xfce.xfce4-power-manager: add withGtk3 version 1.6.0
test passed: nix-build '<nixos/release.nix>' -A tests.xfce.x86_64-linux

Closes: #8595
2016-06-16 15:32:07 +01:00
José Romildo Malaquias e72d29020c libxfce4ui: add libICE and libSM as propagated build inputs 2016-06-14 11:53:11 -03:00
José Romildo Malaquias 370cc4f44f libxfce4ui: use nativeBuildInputs for dependencies not needed at runtime 2016-06-14 11:51:04 -03:00
Ronny Pfannschmidt be7043e01a gnome-disk-utility: wrapGAppsHook 2016-06-12 21:55:20 +02:00
Ronny Pfannschmidt ebda96638a gnome-keyring: wrapGAppsHook 2016-06-12 21:55:01 +02:00
Ronny Pfannschmidt e6ba55dcf5 gnome-online-accounts: use wrapGAppsHook 2016-06-12 21:54:32 +02:00
José Romildo Malaquias 9573ef7e0d mate-themes: 3.18.1 -> 3.18.2, 3.20.8 2016-06-12 15:47:42 -03:00
José Romildo Malaquias 14e4e62ea4 mate-icon-theme-faenza: 1.14.1 -> 1.15.0 2016-06-12 14:36:58 -03:00
José Romildo Malaquias bea663985a mate-icon-theme: 1.14.1 -> 1.15.0 2016-06-12 14:30:04 -03:00
José Romildo Malaquias 0edbfabe24 mate-common: 1.14.1 -> 1.15.0 2016-06-12 14:13:24 -03:00
Luca Bruno beb4182cc8 gnome3.gdm: fix version 3.14 for being used with gnome-shell 3.20. Closes #16063 2016-06-11 16:47:14 +02:00
Robin Gloster 8031cba2ab Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00
Thomas Tuegel 04ad2ebfb2 Merge branch 'kde-propagate' 2016-06-09 12:40:04 -05:00
Thomas Tuegel 98bb89b9d0 kde5.extra-cmake-modules: propagate build inputs correctly 2016-06-09 09:14:20 -05:00
Joachim Fasting 687fff86c1 Merge pull request #16087 from romildo/upd.enlightenment
enlightenment: 0.20.8 -> 0.20.9
2016-06-09 14:01:56 +02:00
obadz 31f4a9b559 xfce.thunar: patch to avoid error
«the desktop file … is in an insecure location»
which pops up when invoking desktop files that are
symlinks to the /nix/store

this error was added by this commit:

1ec8ff89ec

«Only allow direct execution of desktop files in an
XDG directory and if they are executable.»
2016-06-09 12:10:15 +01:00
José Romildo Malaquias 3b28b5673b enlightenment: 0.20.8 -> 0.20.9 2016-06-09 08:05:14 -03:00
Thomas Tuegel 8dae2eddcf kde5.kdeplasma-addons: add missing ksysguard dependency 2016-06-08 14:58:35 -05:00
Thomas Tuegel b214c6b64f kde5.plasma-desktop: add missing ksysguard dependency 2016-06-08 13:51:25 -05:00
Thomas Tuegel bcd6e295d7 kde5.plasma-workspace: add iso-codes dependency
Fixes #16040. CMake finds the iso-codes dependency through pkgconfig.
2016-06-08 10:26:24 -05:00
Luca Bruno 217feced47 gnome3_20.totem: fix build on i686
See https://bugzilla.gnome.org/show_bug.cgi?id=767374
2016-06-07 21:22:27 +02:00
Nikolay Amiantov 66077b9a36 gpaste: fix evaluation 2016-06-07 17:23:19 +03:00
Thomas Tuegel dc7d5231d6 Merge branch 'plasma-5' 2016-06-07 08:47:19 -05:00
Thomas Tuegel 43a7d90e97 Revert "Revert "kde5.frameworks: 5.21 -> 5.22""
This reverts commit 9769952933.
2016-06-07 06:21:09 -05:00
Thomas Tuegel 80b1cf6633 kde5.plasma-integration: init at 5.6.4 2016-06-06 16:08:33 -05:00
Damien Cassou da62589d8e gnome3_20: Add GNOME 3.20 package set 2016-06-06 20:33:58 +02:00
Thomas Tuegel 9769952933 Revert "kde5.frameworks: 5.21 -> 5.22"
This reverts commit 112d4c71b2.

This upgrade causes a serious Plasma performance degradation and causes
incorrect font rendering. Reverting until the cause is known.
2016-06-05 14:56:27 -05:00
Vladimír Čunát a03ff26080 Merge #15639: xorg-server 1.17.4 -> 1.18.3
... and fglrxCompat to maintain compatibility.
2016-06-05 00:52:06 +02:00
Thomas Tuegel ddaebefb12 Revert "extra-cmake-modules: don't change the RPATH settings"
This reverts commit 94fcfc9c41.
2016-06-01 08:14:51 -05:00
Joachim Fasting 5134bfab0c Merge pull request #15872 from romildo/fix.mate
mate-themes and mate-icon-theme: move to pkgs/desktops/mate/
2016-06-01 02:49:26 +02:00
José Romildo Malaquias f67c878241 mate-icon-theme: move to pkgs/desktops/mate/ 2016-05-31 15:08:51 -03:00
José Romildo Malaquias e428c0346f mate-themes: move to pkgs/desktops/mate/ 2016-05-31 15:06:43 -03:00
Thomas Tuegel 94fcfc9c41 extra-cmake-modules: don't change the RPATH settings
We don't need KDE upstream messing up our RPATH.
2016-05-31 13:02:15 -05:00
Joachim Fasting 228331cc7d Merge pull request #15837 from romildo/new.mate-icon-theme-faenza
mate-icon-theme-faenza: init at 1.14.1
2016-05-31 15:41:31 +02:00
Tobias Geerinckx-Rice b1dda910a3
gnome3.libcroco: 0.6.8 -> 0.6.11 2016-05-31 15:17:04 +02:00
Robin Gloster 2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
José Romildo Malaquias f5dff2cd14 mate-icon-theme-faenza: init at 1.14.1 2016-05-30 15:32:47 -03:00
José Romildo Malaquias 5c221d0b00 mate-common: init at 1.14.1 2016-05-30 15:32:36 -03:00
José Romildo Malaquias 69cbaebf27 elementary: 1.17.0 -> 1.17.1 2016-05-28 09:54:32 -03:00
José Romildo Malaquias 91a23ebcc6 efl: 1.17.0 -> 1.17.1 2016-05-28 09:54:23 -03:00
Vladimír Čunát e4832c7541 Merge branch 'staging'
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Luca Bruno ef8ea38fe8 gdm: fix build with systemd 230 2016-05-27 11:18:16 +02:00
obadz 1fb49e8089 Revert "gdm: apply substition to cope with systemd 229 -> 230 upgrade"
This reverts commit 745c379f1b.

@lethalman will commit a better solution
2016-05-27 10:17:11 +01:00
obadz 745c379f1b gdm: apply substition to cope with systemd 229 -> 230 upgrade
Inspired from eee5bf72c9
2016-05-27 10:13:14 +01:00
Damien Cassou 6ef9dec981 gpaste: 3.18.3 -> 3.18.4 2016-05-25 18:09:25 +02:00
Vladimír Čunát 69cc0a7bc5 xf86-input-evdev: split dev output 2016-05-23 13:02:55 +02:00
Vladimír Čunát c4661e9643 Merge: make dev output references explicit
This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Bjørn Forsman ca717d0d65 gnome-terminal: enable GNOME Shell search provider (for 3.18)
[This is a re-application of the patch that was originally written for
GNOME 3.16. It was lost during the transition to GNOME 3.18.]

Silly ./configure, it looks for dbus file from gnome-shell in the
installation tree of the package it is configuring. Fix by copying the
needed file from gnome-shell before ./configure is run.

This change makes gnome-shell a build time dependency (not runtime).
2016-05-19 13:59:16 +02:00
Tuomas Tynkkynen 1819181726 treewide: Make explicit that 'dev' output of xorgserver is used 2016-05-19 10:04:41 +02:00
Tuomas Tynkkynen f7a0b0b9bc treewide: Make explicit that 'dev' output of libdrm is used 2016-05-19 10:00:39 +02:00
Tuomas Tynkkynen e363b019cf treewide: Make explicit that 'dev' output of gnome3.libsoup is used 2016-05-19 10:00:37 +02:00
Tuomas Tynkkynen ec8af05e1f treewide: Make explicit that 'dev' output of gnome3.glib is used 2016-05-19 10:00:36 +02:00
Tuomas Tynkkynen f81af4e6f0 treewide: Make explicit that 'dev' output of glib is used 2016-05-19 10:00:35 +02:00
Franz Pletz f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-05-18 17:10:02 +02:00
Michael Alan Dorman 7c1106d595 gitg: 3.18.0 -> 3.20.0 2016-05-18 08:19:52 -04:00
Michael Alan Dorman bfe9fded9c libgit2-glib: 0.23.6 -> 0.24.0 2016-05-18 08:19:48 -04:00
Joachim Fasting f3f16643a8 Merge pull request #15522 from romildo/upd.enlightenment
enlightenment: 0.20.7 -> 0.20.8
2016-05-18 03:21:30 +02:00
José Romildo Malaquias f3dc37840d enlightenment: 0.20.7 -> 0.20.8 2016-05-17 11:27:30 -03:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Thomas Tuegel f7ec37f3e8 Merge branch 'pr-15453' 2016-05-15 18:19:57 -05:00
Thomas Tuegel 112d4c71b2 kde5.frameworks: 5.21 -> 5.22 2016-05-15 18:19:12 -05:00
José Romildo Malaquias 1b5de9df06 xfce4: rename package xfce4screenshooter to xfce4-screenshooter 2016-05-14 23:27:09 -03:00
Frederik Rietdijk 9bb021898e KDE5 Plasma 5.6.3 -> 5.6.4 2016-05-14 14:26:23 +02:00
José Romildo Malaquias 1498dfd24a xfce4-screenshooter: 1.8.1 -> 1.8.2 2016-05-14 09:25:25 -03:00
José Romildo Malaquias 48c63cb6a6 xfce4-screenshooter: add dependency on hicolor_icon_theme 2016-05-14 09:15:06 -03:00
Frederik Rietdijk 7083611275 KDE5 Applications 16.04.0 -> 16.04.1 2016-05-14 11:14:08 +02:00
Thomas Tuegel dd34c61097 kdewebkit: removed 2016-05-10 20:09:55 -05:00
Thomas Tuegel cc6a7d5567 plasma-workspace: remove qtquick1 and qtwebkit inputs 2016-05-10 20:09:26 -05:00
Thomas Tuegel 6011898cb5 plasma-desktop: remove qtquick1 input 2016-05-10 20:09:02 -05:00
Thomas Tuegel 094b945b0c libksysguard: remove qtwebkit input 2016-05-10 20:08:51 -05:00
Thomas Tuegel b98d8b0a52 krunner: remove qtquick1 input 2016-05-10 20:08:37 -05:00
Thomas Tuegel 62c2fcee74 kdesignerplugin: remove kdewebkit input 2016-05-10 20:08:25 -05:00
Thomas Tuegel 7661144ae9 baloo: remove qtquick1 input 2016-05-10 20:08:09 -05:00
Vladimír Čunát 65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
Franz Pletz e478b63b27 Merge pull request #14835 from groxxda/libcap
libcap: 2.24 -> 2.25, replace old split with multi-output
2016-05-06 03:15:16 +02:00
zimbatm 249dcabb33 Merge pull request #14679 from aneeshusa/add-gnome-shell-extensions
Add gnome shell extensions
2016-05-05 23:07:37 +01:00
Vladimír Čunát 1dc36904d8 Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
Arseniy Seroka 3e92cbd86e Merge pull request #15215 from romildo/upd.xfce4-cpufreq-plugin
xfce4-cpufreq-plugin: 1.1.1 -> 1.1.3
2016-05-04 21:37:33 +03:00
Joachim Fasting 6acf41f9bf Merge pull request #15223 from romildo/new.xfce4-weather-plugin
xfce4-weather-plugin: init at 0.8.7
2016-05-04 20:10:43 +02:00
José Romildo Malaquias 7e09858d6e xfce4-weather-plugin: init at 0.8.7 2016-05-04 14:02:13 -03:00
José Romildo Malaquias 3bcaf22dec xfce4-cpufreq-plugin: 1.1.1 -> 1.1.3 2016-05-04 09:11:34 -03:00
José Romildo Malaquias 0bdb8ef7f3 enlightenment: 0.20.6 -> 0.20.7 2016-05-04 06:31:23 -03:00
José Romildo Malaquias 41b5de4773 xfce4-whiskermenu-plugin: 1.5.2 -> 1.5.3 2016-05-03 19:13:09 -03:00
José Romildo Malaquias 518b9abfd5 xfce4-whiskermenu-plugin: the xfce4-panel binary is in ${xfce4panel.out} 2016-05-03 19:03:46 -03:00
Tuomas Tynkkynen aadaa91379 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/networking/browsers/vivaldi/default.nix
	pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
José Romildo Malaquias f0da9ff412 gtk-xfce-engine: add support to Gtk3 2016-05-03 15:18:23 -03:00
José Romildo Malaquias f72a2faa28 gtk-xfce-engine: 2.10.1 -> 3.2.0 2016-05-03 15:14:50 -03:00
Alexander Ried 5c295a4925 libcap: Replace occurences of libcap_progs with libcap.out 2016-05-03 19:52:53 +02:00
Alexander Ried 6ca5c3667b kde: cleanup from closure-size merge (#15179)
part of 98d8e1a160 and
7049bde4d5 got lost
2016-05-03 08:59:18 +02:00
Robin Gloster c92bca56f8 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-02 22:58:02 +00:00
Thomas Tuegel f90a7bf354 kde5.oxygen-icons5: no dev output 2016-04-30 14:46:31 -05:00
Thomas Tuegel 609a251ee9 kde5.breeze-icons: no dev output 2016-04-30 14:46:12 -05:00
Thomas Tuegel bad36556fe kde5.plasma-workspace: update import path patch 2016-04-30 12:20:50 -05:00
Thomas Tuegel ccd46cc4b5 Revert "kde5_latest.plasma-workspace: remove patches"
This reverts commit ffc217883c.
2016-04-30 12:20:50 -05:00
Thomas Tuegel 7027f7df7c kde5.spectacle: propagate all buildInputs 2016-04-30 12:20:49 -05:00
Thomas Tuegel fa410d5ba1 kde5.print-manager: propagate all buildInputs 2016-04-30 12:20:49 -05:00
Thomas Tuegel a5aaea3fb5 kde5.libkipi: propagate all buildInputs 2016-04-30 12:20:49 -05:00
Thomas Tuegel 3c6065bc5b kde5.libkexiv2: propagate all buildInputs 2016-04-30 12:20:48 -05:00
Thomas Tuegel 6d74e3a619 kde5.libkdcraw: propagate all buildInputs 2016-04-30 12:20:48 -05:00
Thomas Tuegel 6c721ce849 kde5.konsole: propagate all buildInputs 2016-04-30 12:20:48 -05:00
Thomas Tuegel 1e5bee0b23 kde5.kio-extras: propagate all buildInputs 2016-04-30 12:20:47 -05:00
Thomas Tuegel 303071c14c kde5.kdenetwork-filesharing: propagate all buildInputs 2016-04-30 12:20:47 -05:00
Thomas Tuegel e14c14e6b9 kde5.kdegraphics-thumbnailers: propagate all buildInputs 2016-04-30 12:20:47 -05:00
Thomas Tuegel 6cef508a39 kde5.kcolorchooser: propagate all buildInputs 2016-04-30 12:20:47 -05:00
Thomas Tuegel d3b1d5740e kde5.kcalc: propagate buildInputs 2016-04-30 12:20:46 -05:00
Thomas Tuegel fa758af5d8 kde5.kate: propagate all buildInputs 2016-04-30 12:20:46 -05:00
Thomas Tuegel fd129bd97a kde5.gwenview: propagate all buildInputs 2016-04-30 12:20:46 -05:00
Thomas Tuegel fc6606adaf kde5.gpgmepp: propagate all buildInputs 2016-04-30 12:20:45 -05:00
Thomas Tuegel 1ebcb5f67f kde5.filelight: propagate all buildInputs 2016-04-30 12:20:45 -05:00
Thomas Tuegel d4819465d8 kde5.ffmpegthumbs: propagate all buildInputs 2016-04-30 12:20:45 -05:00
Thomas Tuegel aa8d8addeb kde5.dolphin-plugins: propagate all buildInputs 2016-04-30 12:20:44 -05:00
Thomas Tuegel a742a3e98f kde5.dolphin: propagate all buildInputs 2016-04-30 12:20:44 -05:00
Thomas Tuegel a2e4821311 kde5.baloo-widgets: propagate all buildInputs 2016-04-30 12:20:44 -05:00
Thomas Tuegel 16ab749298 kde5.ark: propagate all buildInputs 2016-04-30 12:20:44 -05:00
Thomas Tuegel fd272ea970 kde5.systemsettings: propagate all buildInputs 2016-04-30 12:20:43 -05:00
Thomas Tuegel a196901566 pkgs/desktops/kde-5/plasma-5.6: remove obsolete setup-hook.sh 2016-04-30 12:20:43 -05:00
Thomas Tuegel d4842648ce kde5.powerdevil: propagate buildInputs 2016-04-30 12:20:43 -05:00
Thomas Tuegel 758e28728e kde5.polkit-kde-agent: propagate all buildInputs 2016-04-30 12:20:42 -05:00
Thomas Tuegel ee5cc8f5ce kde5.plasma-pa: propagate all buildInputs 2016-04-30 12:20:42 -05:00
Thomas Tuegel a022895db1 kde5.plasma-nm: propagate all buildInputs 2016-04-30 12:20:42 -05:00
Thomas Tuegel 9f0feebeeb kde5.plasma-mediacenter: propagate all buildInputs 2016-04-30 12:20:42 -05:00
Thomas Tuegel 747daca407 kde5.plasma-desktop: propagate all buildInputs 2016-04-30 12:20:41 -05:00
Thomas Tuegel cfc28505b5 kde5.oxygen: propagate all buildInputs 2016-04-30 12:20:41 -05:00
Thomas Tuegel 8fb25cb4c2 kde5.milou: propagate all buildInputs 2016-04-30 12:20:41 -05:00
Thomas Tuegel 5addd165de kde5.libksysguard: propagate all buildInputs 2016-04-30 12:20:40 -05:00
Thomas Tuegel 56dd0c2541 kde5.libkscreen: propagate all buildInputs 2016-04-30 12:20:40 -05:00
Thomas Tuegel 0dc8b5f32c kde5.kwrited: propagate all buildInputs 2016-04-30 12:20:40 -05:00
Thomas Tuegel e4d3699976 kde5.kwin: propagate all buildInputs 2016-04-30 12:20:39 -05:00
Thomas Tuegel 27aca6670c kde5.kwayland: propagate all buildInputs 2016-04-30 12:20:39 -05:00
Thomas Tuegel bb74e9afa5 kde5.ksysguard: propagate all buildInputs 2016-04-30 12:20:39 -05:00
Thomas Tuegel b63b3485a0 kde5.ksshaskpass: propagate all buildInputs 2016-04-30 12:20:38 -05:00
Thomas Tuegel 483ed9427f kde5.kscreen: propagate all buildInputs 2016-04-30 12:20:38 -05:00
Thomas Tuegel 21710ee012 kde5.kscreenlocker: propagate all buildInputs 2016-04-30 12:20:38 -05:00
Thomas Tuegel 289e0bab8e kde5.kmenuedit: propagate all buildInputs 2016-04-30 12:20:38 -05:00
Thomas Tuegel a9c93158f2 kde5.kinfocenter: propagate all buildInputs 2016-04-30 12:20:37 -05:00
Thomas Tuegel e3e387f5bd kde5.khotkeys: propagate buildInputs 2016-04-30 12:20:37 -05:00
Thomas Tuegel 188ad5dbb6 kde5.khelpcenter: propagate all buildInputs 2016-04-30 12:20:37 -05:00
Thomas Tuegel b6aeb8e011 kde5.kdeplasma-addons: propagate all buildInputs 2016-04-30 12:20:36 -05:00
Thomas Tuegel a43ef07c72 kde5.kde-gtk-config: propagate all buildInputs 2016-04-30 12:20:36 -05:00
Thomas Tuegel 9b5161e3aa kde5.kde-cli-tools: propagate all buildInputs 2016-04-30 12:20:36 -05:00
Thomas Tuegel 3f4e8ab467 kde5.breeze-qt5: propagate all buildInputs 2016-04-30 12:20:35 -05:00
Thomas Tuegel ff7c15b41d kde5.bluedevil: propagate all buildInputs 2016-04-30 12:20:35 -05:00
Thomas Tuegel 3f753a655d kde5.kservice: add patch to increase buffer size
Fixes #15044.
2016-04-30 12:20:34 -05:00
Thomas Tuegel 6d01760dd4 kde5.threadweaver: propagate buildInputs 2016-04-30 12:20:34 -05:00
Thomas Tuegel c78bae87ce kde5.sonnet: propagate all buildInputs 2016-04-30 12:20:34 -05:00
Thomas Tuegel e5eada7ab8 kde5.solid: propagate all buildInputs 2016-04-30 12:20:33 -05:00
Thomas Tuegel 5698bb9c73 kde5.plasma-framework: propagate all buildInputs 2016-04-30 12:20:33 -05:00
Thomas Tuegel c79a6ae2ac kde5.oxygen-icons5: propagate all buildInputs 2016-04-30 12:20:33 -05:00
Thomas Tuegel fbd7c269d1 kde5.networkmanager-qt: propagate all buildInputs 2016-04-30 12:20:32 -05:00
Thomas Tuegel a630b4ec57 kde5.modemmanager-qt: propagate all buildInputs 2016-04-30 12:20:32 -05:00
Thomas Tuegel 02f34bbcbc kde5.kxmlrpcclient: propagate all buildInputs 2016-04-30 12:20:32 -05:00
Thomas Tuegel b8b755a869 kde5.kxmlgui: propagate all buildInputs 2016-04-30 12:20:31 -05:00
Thomas Tuegel 48f4e043f4 kde5.kwindowsystem: propagate all buildInputs 2016-04-30 12:20:31 -05:00
Thomas Tuegel 7ab37acfce kde5.kwidgetsaddons: propagate all buildInputs 2016-04-30 12:20:31 -05:00
Thomas Tuegel b0cfdf77ef kde5.kwallet: propagate all buildInputs 2016-04-30 12:20:31 -05:00
Thomas Tuegel 7bda979a1a kde5.kunitconversion: propagate all buildInputs 2016-04-30 12:20:30 -05:00
Thomas Tuegel fd26b47be4 kde5.ktextwidgets: propagate all buildInputs 2016-04-30 12:20:30 -05:00
Thomas Tuegel ce8f20ff0a kde5.ktexteditor: propagate all buildInputs 2016-04-30 12:20:30 -05:00
Thomas Tuegel de14d68984 kde5.kservice: propagate all buildInputs 2016-04-30 12:20:29 -05:00
Thomas Tuegel ca55273431 kde5.krunner: propagate buildInputs 2016-04-30 12:20:29 -05:00
Thomas Tuegel 29b2d93bbf kde5.kross: propagate all buildInputs 2016-04-30 12:20:29 -05:00
Thomas Tuegel 86d9ef9c0f kde5.kpty: propagate all buildInputs 2016-04-30 12:20:29 -05:00
Thomas Tuegel 0d01e89a19 kde5.kplotting: propagate all buildInputs 2016-04-30 12:20:28 -05:00
Thomas Tuegel aa8d2d180d kde5.kpeople: propagate all buildInputs 2016-04-30 12:20:28 -05:00
Thomas Tuegel 6a235b3e7f kde5.kparts: propagate all buildInputs 2016-04-30 12:20:28 -05:00
Thomas Tuegel 5a4f8bb04b kde5.kpackage: propagate all buildInputs 2016-04-30 12:20:27 -05:00
Thomas Tuegel de47317ef2 kde5.knotifyconfig: propagate all buildInputs 2016-04-30 12:20:27 -05:00
Thomas Tuegel 35692118cd kde5.knotifications: propagate all buildInputs 2016-04-30 12:20:27 -05:00
Thomas Tuegel 3cfdad0a9a kde5.knewstuff: propagate all buildInputs 2016-04-30 12:20:26 -05:00
Thomas Tuegel 40786c0990 kde5.kmediaplayer: propagate all buildInputs 2016-04-30 12:20:26 -05:00
Thomas Tuegel 7490f3662c kde5.kjsembed: propagate all buildInputs 2016-04-30 12:20:26 -05:00
Thomas Tuegel 27078990f9 kde5.kjs: propagate all buildInputs 2016-04-30 12:20:25 -05:00
Thomas Tuegel 4e983f65b9 kde5.kjobwidgets: propagate all buildInputs 2016-04-30 12:20:25 -05:00
Thomas Tuegel f4a5078245 kde5.kitemviews: propagate all buildInputs 2016-04-30 12:20:25 -05:00
Thomas Tuegel 83fff10a66 kde5.kitemmodels: propagate all buildInputs 2016-04-30 12:20:25 -05:00
Thomas Tuegel 6c103125db kde5.kio: propagate all buildInputs 2016-04-30 12:20:24 -05:00
Thomas Tuegel c9202600fa kde5.kinit: propagate all buildInputs 2016-04-30 12:20:24 -05:00
Thomas Tuegel 4986a452e6 kde5.kimageformats: propagate all buildInputs 2016-04-30 12:20:24 -05:00
Thomas Tuegel 6187ae6c02 kde5.kidletime: propagate all buildInputs 2016-04-30 12:20:23 -05:00
Thomas Tuegel 22300d7c59 kde5.kiconthemes: propagate all buildInputs 2016-04-30 12:20:23 -05:00
Thomas Tuegel ad2671f73c kde5.ki18n: propagate all buildInputs 2016-04-30 12:20:23 -05:00
Thomas Tuegel 670123464b kde5.khtml: propagate all buildInputs 2016-04-30 12:20:22 -05:00
Thomas Tuegel 7689b8317e kde5.kguiaddons: propagate all buildInputs 2016-04-30 12:20:22 -05:00
Thomas Tuegel f3bf03250e kde5.kglobalaccel: propagate all buildInputs 2016-04-30 12:20:22 -05:00
Thomas Tuegel 0e94f26382 kde5.kfilemetadata: propagate all buildInputs 2016-04-30 12:20:22 -05:00
Thomas Tuegel 9f9ab4aa25 kde5.kemoticons: propagate all buildInputs 2016-04-30 12:20:21 -05:00
Thomas Tuegel e7f42467e3 kde5.kdoctools: propagate all buildInputs 2016-04-30 12:20:21 -05:00
Thomas Tuegel f8c5148825 kde5.kdnssd: propagate all buildInputs 2016-04-30 12:20:21 -05:00
Thomas Tuegel 1acadc2255 kde5.kdewebkit: propagate all buildInputs 2016-04-30 12:20:20 -05:00
Thomas Tuegel e6a1d1c3d0 kde5.kdesu: propagate all buildInputs 2016-04-30 12:20:20 -05:00
Thomas Tuegel be1091d46c kde5.kdesignerplugin: propagate all buildInputs 2016-04-30 12:20:20 -05:00
Thomas Tuegel f60d19ba86 kde5.kded: propagate all buildInputs 2016-04-30 12:20:19 -05:00
Thomas Tuegel 99c50e45c7 kde5.kdeclarative: propagate all buildInputs 2016-04-30 12:20:19 -05:00
Thomas Tuegel d1ec927a09 kde5.kcrash: propagate all buildInputs 2016-04-30 12:20:19 -05:00
Thomas Tuegel 2c0231e0b0 kde5.kcoreaddons: propagate all buildInputs 2016-04-30 12:20:19 -05:00
Thomas Tuegel 1f27e8cfd5 kde5.kconfigwidgets: propagate all buildInputs 2016-04-30 12:20:18 -05:00
Thomas Tuegel db7c96221f kde5.kcompletion: propagate all buildInputs 2016-04-30 12:20:18 -05:00
Thomas Tuegel d7e71a3a1c kde5.kcmutils: propagate all buildInputs 2016-04-30 12:20:18 -05:00
Thomas Tuegel 5fe38a707b kde5.kbookmarks: propagate all buildInputs 2016-04-30 12:20:17 -05:00
Thomas Tuegel 44da4d92e3 kde5.kauth: propagate all buildInputs 2016-04-30 12:20:17 -05:00
Thomas Tuegel 55a6f79164 kde5.karchive: propagate all buildInputs 2016-04-30 12:20:16 -05:00
Thomas Tuegel 634b995589 kde5.kapidox: propagate all buildInputs 2016-04-30 12:20:16 -05:00
Thomas Tuegel a1d47d0f15 kde5.kactivities: propagate all buildInputs 2016-04-30 12:20:15 -05:00
Thomas Tuegel ff846b3dc1 kde5.kactivities-stats: propagate all buildInputs 2016-04-30 12:20:15 -05:00
Thomas Tuegel b4a4fa4bc6 kde5.frameworkintegration: propagate all buildInputs 2016-04-30 12:20:15 -05:00
Thomas Tuegel 5560c4a28b kde5.breeze-icons: propagate all buildInputs 2016-04-30 12:20:15 -05:00
Thomas Tuegel 068bbfa22d kde5.bluez-qt: propagate all buildInputs 2016-04-30 12:20:14 -05:00
Thomas Tuegel ff87134c91 kde5.plasma-framework: remove patches 2016-04-30 12:20:14 -05:00
Thomas Tuegel 01e82f9256 kde5.kfilemetadata propagate all buildInputs 2016-04-30 12:20:13 -05:00
Thomas Tuegel e5274b2fee kde5.kdelibs4support: propagate all buildInputs 2016-04-30 12:20:13 -05:00
Thomas Tuegel 3a948d4786 kde5.baloo: propagate all buildInputs 2016-04-30 12:20:13 -05:00
Thomas Tuegel 0e660bf27f kde5.plasma-workspace: wrap Qt programs 2016-04-30 12:20:12 -05:00
Thomas Tuegel 2272ef7299 kde5.plasma-workspace: propagate all buildInputs 2016-04-30 12:20:12 -05:00
Thomas Tuegel 5c7783427c extra-cmake-modules: assume propagatedBuildInputs
The KDE build system assumes buildInputs = propagatedBuildInputs.
2016-04-30 12:20:12 -05:00
Thomas Tuegel b6bd3ea805 libgnomecanvas: multiple outputs 2016-04-30 12:20:11 -05:00
Thomas Tuegel 79c9949d38 libgnome: multiple outputs 2016-04-30 12:20:11 -05:00
Thomas Tuegel ce367a7a9b libglade: multiple outputs 2016-04-30 12:20:11 -05:00
Thomas Tuegel c9e929bbbd libbonobo: multiple outputs 2016-04-30 12:20:10 -05:00
Thomas Tuegel 1b57ef0baa gnome-vfs: multiple outputs 2016-04-30 12:20:10 -05:00
Thomas Tuegel a15fa4533c GConf: multiple outputs 2016-04-30 12:20:10 -05:00
Thomas Tuegel f67be47333 ORBit2: multiple outputs 2016-04-30 12:20:08 -05:00
Tuomas Tynkkynen 4ff8f377af Merge remote-tracking branch 'upstream/master' into staging 2016-04-28 00:13:53 +03:00
Nikolay Amiantov dfe608c8a2 symlinkJoin: accept set as an argument with additional options 2016-04-26 15:37:42 +03:00
Thomas Tuegel a2e40003a1 kde5_latest -> kde5 2016-04-25 19:04:24 -05:00
Thomas Tuegel 5896befee0 nixos/kde5: install kactivitymanagerd 2016-04-25 19:04:24 -05:00
Thomas Tuegel 99c06657df kde5_latest.kdeplasma-addons: add plasma-workspace input 2016-04-25 19:04:24 -05:00
Thomas Tuegel ffc217883c kde5_latest.plasma-workspace: remove patches 2016-04-25 19:04:24 -05:00
Thomas Tuegel 62945ebaba kde5_latest.libksysguard: remove patch now included upstream 2016-04-25 19:04:24 -05:00
Thomas Tuegel b61cf16942 kde5_latest.libkscreen: remove patches 2016-04-25 19:04:24 -05:00
Thomas Tuegel 19474a7b2a kde5_latest.knotifications: include optional libdbusmenu input 2016-04-25 19:04:24 -05:00
Thomas Tuegel c7f0701c87 kde5_latest.plasma: 5.5.5 -> 5.6.3 2016-04-25 19:04:24 -05:00
Thomas Tuegel 3dded2e72a kde5_latest.applications: 15.12.03 -> 16.04.0 2016-04-25 19:04:24 -05:00
Thomas Tuegel eb604134f7 kde5_latest.frameworks: 5.19 -> 5.21 2016-04-25 19:04:24 -05:00
Damien Cassou 25d18f400f Merge pull request #14916 from NicolasPetton/file-roller-nautilus-extension
file-roller: Enable nautilus extension
2016-04-23 18:42:06 +02:00
Nicolas Petton 2c0a0ce3c5
file-roller: Enable nautilus extension 2016-04-22 18:30:40 +02:00
Vladimír Čunát e9379f7416 Merge branch 'staging'
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Vladimír Čunát 9445bb25fc gtksourceview-2: update 2.9.9 -> 2.10.5
It doesn't seem to help with mousepad problems #14862,
but it shouldn't hurt.
2016-04-21 12:20:10 +02:00
Thomas Tuegel 7cc52a65b0 kde5.kconfigwidgets: remove runtime perl dependency 2016-04-20 10:01:06 -05:00
Thomas Tuegel fc45aaafa6 kde5.extra-cmake-modules: do not propagate build inputs for docs 2016-04-20 10:01:06 -05:00
Thomas Tuegel 3d05424dc2 kde5.plasma-workspace: fix up dependencies 2016-04-20 10:01:06 -05:00
Thomas Tuegel f418bd2dfa kde5.startkde: fix PATH 2016-04-20 10:01:06 -05:00
Thomas Tuegel 2780894b1b kde5.startkde: init at 5.5.5 2016-04-20 10:01:06 -05:00
Thomas Tuegel 468d0bc56a kde5.plasma-workspace: unwrap 2016-04-20 10:01:06 -05:00
Thomas Tuegel afe5a05c93 kde5.kinit: get library path from NIX_PROFILES 2016-04-20 10:01:06 -05:00
Thomas Tuegel c37c5d4b52 kde5.kcolorchooser: init at 15.12.3 2016-04-18 16:28:59 -05:00
Robin Gloster d020caa5b2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-18 13:49:22 +00:00
Arseniy Seroka 7c07fc17d9 Merge pull request #14739 from rycee/bump/gnome3-tracker
gnome3.tracker: 1.4.0 -> 1.8.0
2016-04-17 00:25:34 +03:00
obadz 16e2dd9a72 gnome-panel: add dependency on xorg.(libice|libsm)
Fixes gtk-sharp, gnome-sharp & dependencies...
2016-04-15 22:31:02 +01:00
Aneesh Agrawal 0e5122637b system-monitor gnome-shell extension: init 2016-04-15 16:19:44 -04:00
Aneesh Agrawal 54d2aaca6d workspace-grid gnome-shell extension: init 2016-04-15 16:19:43 -04:00
Aneesh Agrawal 74d7513a2a volume-mixer gnome-shell extension: init 2016-04-15 16:19:43 -04:00
Aneesh Agrawal 08125c4a5f impatience gnome-shell extension: init 2016-04-15 16:19:39 -04:00
Robert Helgesson 374af78a27 tracker: 1.4.0 -> 1.8.0
Also replace use of `makeWrapper` by `wrapGAppsHook`.
2016-04-15 20:51:20 +02:00
Luca Bruno e5d00a28dd Merge pull request #14724 from NicolasPetton/grilo-update
grilo: 0.2.12 -> 0.2.14, grilo-plugins: 0.2.13 -> 0.2.16
2016-04-15 18:40:46 +02:00
Damien Cassou 05a956cbad Merge pull request #14716 from NicolasPetton/gnome-shell-extension-tool-does-not-run
gnome-shell: add missing python3 deps for gnome-shell-extension-tool
2016-04-15 17:31:52 +02:00
Nicolas Petton 5b526e9012
grilo: 0.2.12 -> 0.2.14, grilo-plugins: 0.2.13 -> 0.2.16
Fix #14717

GNOME Music 3.18 requires a more recent version of the 0.2.x series of
Grilo and its plugins to work.
2016-04-15 17:30:42 +02:00
Nicolas Petton 567b83bc91
gnome-shell: add missing python3 deps for gnome-shell-extension-tool
Fix #14651
2016-04-15 15:49:12 +02:00
Luca Bruno 5c7131213e Merge pull request #14707 from NicolasPetton/gnome-maps-coredump
gnome-maps: Add missing gsettings schemas
2016-04-15 01:42:45 +02:00
Nicolas Petton 032e3e53d3 gnome-maps: Add missing build inputs
Without gnome3.gsettings_desktop_schemas and
gnome3.evolution_data_server as buildInputs, gnome-maps won't start at
all.
2016-04-14 23:39:49 +02:00
Nicolas Petton cf7d79de2c
totem: Add missing python3 dependencies for plugins
libpeas: build with python3 support
2016-04-14 22:18:56 +02:00
Arseniy Seroka 9cfa2029de Merge pull request #14656 from DamienCassou/add-pidgin-gnome-extension
pidgin-im-gnome-shell-extension: init at 1.0
2016-04-14 14:28:37 +03:00
Nikolay Amiantov 8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Nikolay Amiantov 4b31f51e7d enlightement.rage: use gstreamer setup hook 2016-04-13 16:09:40 +03:00
Damien Cassou c62c897bf8 pidgin-im-gnome-shell-extension: init at 1.0 2016-04-13 14:30:00 +02:00
Vladimír Čunát 39ebb01d6e Merge branch 'staging', containing closure-size #7701 2016-04-13 09:25:28 +02:00
Nicolas Petton f353f0de00 totem: build with gst-libav and gst-plugins-ugly 2016-04-10 19:06:37 +02:00
Vladimír Čunát 30f14243c3 Merge branch 'master' into closure-size
Comparison to master evaluations on Hydra:
  - 1255515 for nixos
  - 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Balletie e9e5cf98ed lxmenu-data: init at 0.1.5
Provides menus for LXDE, or for e.g. PCManFM if no desktop environment is installed
2016-04-08 15:42:37 +02:00
Robin Gloster 696d85a62d Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-03 11:01:57 +00:00
Luca Bruno 5e1de67abb Merge pull request #14370 from jgillich/patch-5
gnome-boxes: add qemu to PATH
2016-04-01 18:04:20 +02:00
Luca Bruno 0805920132 Merge pull request #14021 from Mayeu/patch-4
librest 0.7.92 -> 0.7.93
2016-04-01 17:58:35 +02:00
Jakob Gillich 00a794b960 gnome-boxes: add qemu to PATH 2016-04-01 17:02:41 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Robin Gloster a4e65c3639 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-30 09:01:20 +00:00
Thomas Tuegel 13e83a493e kde5.applications: 15.12.1 -> 15.12.3 2016-03-29 21:21:44 -05:00
Robin Gloster f60c9df0ba Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-28 15:16:29 +00:00
Thomas Tuegel 350d196f7a kwin: allow CMake to set RPATH during build
(cherry picked from commit 3ff6d0492a9fa939f559580dc841239a8f75142c)
2016-03-28 06:23:43 -05:00
Thomas Tuegel 0e5b441133 kde5.l10n.sr: patch shebangs
(cherry picked from commit cb9f989b18d32bfa1206d6091afbfaeff50fed28)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:08 +01:00
Thomas Tuegel 6bcee1d9b2 kde5.l10n.nl: re-enable
(cherry picked from commit e81ee2be29e92599f568681e3a9601d356ff8892)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:03 +01:00
Domen Kožar 3027abe927 libgda: 5.2.2 -> 5.2.4 (fix build)
(cherry picked from commit efc7b847e3c6727ad8f441e7c900d49f9cce0304)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:42:56 +01:00
Domen Kožar b07e7bfc7b Merge remote-tracking branch 'origin/staging' 2016-03-27 13:19:04 +01:00
José Romildo Malaquias c53a762b7e evince: add shared_mime_info dir to XDG_DATA_DIRS env variable 2016-03-26 11:02:33 -03:00
José Romildo Malaquias 5b642fb8db epiphany: refactor wrapping variables in binaries 2016-03-22 14:28:34 -03:00
José Romildo Malaquias c326507dbe gedit: refactor wrapping variables in binaries 2016-03-22 14:27:19 -03:00
José Romildo Malaquias 5fe5a777e4 file-roller: refactor wrapping variables in binaries 2016-03-22 14:26:17 -03:00
José Romildo Malaquias 4fc7fa9d1d nautilus: refactor wrapping variables in binaries 2016-03-22 14:26:11 -03:00
José Romildo Malaquias 877a08b7d5 gnome-calculator: refactor wrapping variables in binaries 2016-03-22 14:23:27 -03:00
José Romildo Malaquias e4d8d4d234 evince: refactor wrapping variables in binaries 2016-03-22 14:22:12 -03:00
José Romildo Malaquias 768b9d852d eog: refactor wrapping variables in binaries 2016-03-22 14:20:31 -03:00
José Romildo Malaquias 416f10528a dconf-editor: refactor wrapping variables in binaries 2016-03-22 13:31:41 -03:00
José Romildo Malaquias fdc0edff3e gnome-terminal: refactor wrapping variables in binaries 2016-03-22 08:41:10 -03:00
Mayeu - Cast 9fa2ad9635 librest 0.7.92 -> 0.7.93 2016-03-18 17:16:37 +01:00
Vladimír Čunát c643ccaa8c Merge #13950: move ncurses utilities to $out 2016-03-16 08:39:37 +01:00
Robin Gloster 3f45f0948d Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-15 01:44:24 +00:00
Nikolay Amiantov 305fa26005 Merge pull request #13850 from abbradar/e20
Update Enlightenment, rename e19 -> enlightenment, drop e16
2016-03-14 02:28:58 +03:00
Nikolay Amiantov b4390eaac3 enlightenment.econnman: cleanup, use python wrapper 2016-03-12 03:40:43 +03:00
Nikolay Amiantov 42285cb36d enlightenment.elementary: 1.16.1 -> 1.17.0 2016-03-12 03:40:31 +03:00
Nikolay Amiantov 94a2187cc0 enlightenment.emotion: 1.16.0 -> 1.17.0 2016-03-12 03:40:08 +03:00
Nikolay Amiantov f09d15489e enlightenment.evas: 1.16.0 -> 1.17.0 2016-03-12 03:39:36 +03:00
Nikolay Amiantov 7fb2291f55 enlightenment.enlightenment: 0.20.3 -> 0.20.6 2016-03-12 03:10:47 +03:00
Nikolay Amiantov 3f6ad460e7 enlightenment.efl: 1.16.1 -> 1.17.0 2016-03-12 03:10:46 +03:00
Nikolay Amiantov e358d9498c e19: rename to enlightenment, drop old one 2016-03-12 03:10:37 +03:00
Eelco Dolstra dd53c65dcc Merge remote-tracking branch 'origin/gcc-5' into staging
Still some breakage but no blockers:

http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Thomas Tuegel c0c2be83a3 kde5.plasma-workspace: move kbuildsycoca5 earlier in startkde 2016-03-11 08:48:10 -06:00
Eelco Dolstra bb43b542d6 pykde4: Fix gcc 5 build failure 2016-03-11 12:53:14 +01:00
José Romildo Malaquias 2b7de01df9 orage: init at 4.12.1 2016-03-11 07:33:07 -03:00
Thomas Tuegel cb1b4e803d kde5.kcalc: add gmp dependency 2016-03-09 06:49:44 -06:00
Thomas Tuegel 1d5a9c0fab kde5: fix merge conflicts from master
The last merge from master into closure-size obliterated all my
closure-size fixes for KDE 5! Luckily, I had them backed-up in another
branch.
2016-03-09 06:49:44 -06:00
Thomas Tuegel 3ef7671cea ncurses: combine $lib and $out outputs
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Vladimír Čunát f306e67e15 kde5: move files around to simplify merge
It is analogous to 98d8e1a160.
2016-03-08 09:42:41 +01:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster fed49425c5 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-03 16:11:55 +00:00
Thomas Tuegel 6af59c9d06 kde5.plasma.plasma-workspace: 5.5.5.1 -> 5.5.5.2 2016-03-03 05:57:09 -06:00
Thomas Tuegel 6a4c8b0a12 Merge pull request #13597 from ttuegel/kde-5
Plasma 5.5.5
2016-03-02 06:47:41 -06:00
Robin Gloster d47857c3d9 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-01 21:09:17 +00:00
Eelco Dolstra 02891a0de9 gnome: Drop installerIso from nix-env evaluation
This makes nix-env -qa depend on NixOS, which is not a good thing.

@lethalman
2016-03-01 22:05:23 +01:00
Thomas Tuegel 78602b6806 kde5.plasma: 5.5.4 -> 5.5.5 2016-03-01 13:38:45 -06:00
Thomas Tuegel 98d8e1a160 kde5: consolidate packages into desktops/kde-5 2016-03-01 10:36:00 -06:00
Luca Bruno b2889efff2 devhelp: fix build with new webkitgtk 2016-03-01 12:50:41 +01:00
Luca Bruno 55c20bfe89 Merge pull request #10288 from lethalman/gnomeiso
installer: add graphical GNOME iso
2016-02-29 15:56:47 +01:00
Luca Bruno aa9576bceb installer: add graphical GNOME iso 2016-02-29 15:51:38 +01:00
Robin Gloster 3b4765c9e5 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-28 16:32:57 +00:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Vladimír Čunát 9d092e324c xfce.gvfs: don't depend on samba
It seems a better fit for Xfce now.
https://github.com/NixOS/nixpkgs/commit/ca3690d426dce3
2016-02-27 15:23:15 +01:00
Vladimír Čunát c59c1f9fe0 e19.efl: remove the openjpeg override
/cc #12599, discussed on:
https://github.com/NixOS/nixpkgs/pull/12599/files#r50664194
2016-02-27 15:23:15 +01:00
Vladimír Čunát d18a8904c0 kde5.libksysguard: fix build with glibc-2.23
... using an upstream patch.
2016-02-27 13:22:22 +01:00
Robin Gloster 3477e662e6 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-27 00:08:08 +00:00
zimbatm 35ab3d301f Merge remote-tracking branch 'upstream/staging' 2016-02-26 22:37:04 +00:00