summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2
Commit message (Collapse)AuthorAge
* Merge branch 'hardened-stdenv' into stagingobadz2016-08-22
|\ | | | | | | | | | | | | Closes #12895 Amazing work by @globin & @fpletz getting hardened compiler flags by enabled default on the whole package set
| * Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
| |\
| * \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-02
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
| |\ \ \
| * | | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-07
| |\ \ \ \
| * | | | | switch hardening flagsRobin Gloster2016-01-30
| | | | | |
| * | | | | Use a hardened stdenv by defaultFranz Pletz2016-01-30
| | | | | |
* | | | | | Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* | | | | libgnomecanvas: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | libgnome: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | libglade: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | libbonobo: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | gnome-vfs: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | GConf: multiple outputsThomas Tuegel2016-04-30
| | | | |
* | | | | ORBit2: multiple outputsThomas Tuegel2016-04-30
| |_|_|/ |/| | |
* | | | gtksourceview-2: update 2.9.9 -> 2.10.5Vladimír Čunát2016-04-21
| |_|/ |/| | | | | | | | | | | It doesn't seem to help with mousepad problems #14862, but it shouldn't hurt.
* | | gnome-panel: add dependency on xorg.(libice|libsm)obadz2016-04-15
| | | | | | | | | | | | Fixes gtk-sharp, gnome-sharp & dependencies...
* | | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\ \ \ | | |/ | |/|
| * | gtkglext: propagate pangox-compat dependencyNikolay Amiantov2016-02-06
| |/
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\| | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * gnome-common: fix derivation name for the patchLuca Bruno2015-10-05
| |
* | dbus: split into multiple outputs and fix referrersVladimír Čunát2015-10-13
|/
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* vte (gtk2): apply change-scroll-region.patch (close #9688)Jim Garrison2015-09-07
| | | | | | More info (including upstream fix): https://github.com/mobile-shell/moshweb/blob/cb07c674787c083d82f6a1c68a3edbd50332f2ba/index.html#L754-L773 Patch from: https://bug542087.bugzilla-attachments.gnome.org/attachment.cgi?id=176035
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-29
|\
| * gnome3.adwaita-icon-theme: remove empty dir treeVladimír Čunát2015-07-28
| | | | | | | | | | Also similar for old gnome2 icon theme. /cc maintainer @lethalman.
* | Move some more gtk-docs to the doc outputEelco Dolstra2015-07-26
|/
* gtkglextmm: unbreak buildBjørn Forsman2015-06-14
| | | | | * Add missing build inputs: pangox_compat, libXmu * Add patch from debian to fix build with newer gtk
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* gconf: removed heavy dependency on gtk by default.koral2015-05-02
|
* Get rid of fetchurlGnomeRyan Mulligan2015-04-04
| | | | closes #1707
* libgnomecups: Add CUPS >= 1.6 compatibility patch.aszlig2014-11-23
| | | | | | | | | | | | | | Patch is from Gentoo at: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/libgnomecups/files/libgnomecups-0.2.3-cups-1.6.patch Fixes the following Hydra build failure: http://hydra.cryp.to/build/250133/nixlog/5/raw Thanks to @peti for the notification. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fix scrollkeeper buildDomen Kožar2014-10-28
|
* added darwin ass supported platform for meld, added get text as requirement ↵Ivan Brkanac2014-09-09
| | | | for scroollkeeper
* Make sure gnome-python has gnomevfs bindingDamien Cassou2014-08-30
|
* gtkglext: cleanupDomen Kožar2014-08-23
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* vte: store patch in repo, source offlineWout Mertens2014-06-30
|
* libgnome: add libogg some morePeter Simons2014-06-20
|
* libgnome: fix build by adding missing liboggPeter Simons2014-06-20
|
* fetchurl_gnome -> fetchurlGnomeEelco Dolstra2014-05-08
|
* Add some packages to the channelEelco Dolstra2014-04-28
|
* libstartup_notification: remove duplicate in gnome2Vladimír Čunát2014-04-19
|
* gnome2.vte: fix CVE-2012-2738 (just DOS)Vladimír Čunát2014-02-05
|
* Merge master into stdenv-updatesVladimír Čunát2014-01-12
|\ | | | | | | | | | | Conflicts: pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved) pkgs/top-level/all-packages.nix (trivial)
| * Add gnome3.nautilus and remove gnome2.nautilus (didn't compile)Domen Kožar2014-01-10
| | | | | | | | Some icons are still missing (and theme), didn't find a way to fix that.
* | gnome2.libgnomeprint: fix build by using bison2Vladimír Čunát2014-01-05
|/
* Remove uses of __overrides featureShea Levy2013-12-30
| | | | | | | | | In addition to replacing use of a feature with IMO confusing semantics, this will also let us cleanly separate out all-packages.nix into category-specific files without changing the structure of the pkgs attrset. Signed-off-by: Shea Levy <shea@shealevy.com>