about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2
Commit message (Collapse)AuthorAge
* gnome2.gtksourceview: fix build on darwin (#41353)Vincent Laporte2018-06-01
|
* gnome2.vte: fix patch urlJan Tojnar2018-05-29
|
* gnome2.gtksourceview: fix patch urlJan Tojnar2018-05-29
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-16
|\ | | | | | | | | Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
| * treewide: remove lintl referencesMatthew Bauer2018-05-16
| | | | | | | | libintl should be used directly, not through NIX_LDFLAGS.
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\|
| * libgweather: fixup assertion errorMatthew Justin Bauer2018-05-03
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\|
| * treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | | | | | linux: readd assertion
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | | | | | trivial part)
* | rarian: merge gnome{2,3}.rarianJan Tojnar2018-04-25
|/
* gnome2.gtkglext: patch deprecated symbolsJan Tojnar2018-04-15
|
* gnome2.gtkglext: fix build with glibc ≥ 2.27Jan Tojnar2018-04-15
|
* Merge pull request #37840 from matthewbauer/unixtoolsMatthew Justin Bauer2018-03-27
|\ | | | | Cross-platform "unixtools"
| * Merge pull request #37775 from vbgl/gtksourceview-2-darwinMichael Raskin2018-03-25
| |\ | | | | | | gnome2.gtksourceview: fix build on Darwin
| | * gnome2.gtksourceview: fix build on DarwinVincent Laporte2018-03-25
| | |
| * | gnome2.gnome-control-center: Add docbook_xml_dtd_412 to prevent build from ↵Corey O'Connor2018-03-14
| | | | | | | | | | | | attempting to reference DTD from network and failing.
| * | gnome2.zenity: Add docbook_xml_dtd_412 to prevent build from attempting to ↵Corey O'Connor2018-03-14
| |/ | | | | | | reference DTD from network and failing.
* / treewide: remove libintl hacksMatthew Bauer2018-03-22
|/
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * gnome2.gnome-session: removeRobin Gloster2018-03-02
| |
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* libcanberra: init without gtkJan Tojnar2017-12-17
|
* gnome2.vte: fix CVE-2012-2738Andreas Rammhold2017-12-09
|
* gnome2.libglademm: split out devdoc outputJan Tojnar2017-11-24
|
* Merge branch 'master' into stagingOrivej Desh2017-10-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (271 commits) pysmbc: clarify license pysmbc: fix license bazel: 0.5.4 -> 0.6.0 (#29990) googler: init at 3.3 go: declare support for aarch64 firefox-beta-bin: 56.0b5 -> 57.0b4 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 gogs: 0.11.19 -> 0.11.29 grafana: 4.5.1 -> 4.5.2 mopidy-iris: 3.4.1 -> 3.4.9 nextcloud: 12.0.2 -> 12.0.3 haskell-json-autotype: jailbreak to fix build within LTS 9.x kore: fix up kore: init at 2.0.0 glusterfs service: fix issues with useRpcbind tig: 2.2.2 -> 2.3.0 haskell-hspec-core: enable test suite again hackage-packages.nix: automatic Haskell package set update librsvg: fix thumbnailer path awscli: 1.11.108 -> 1.11.162 ...
| * libgnomeui: fix compatibility with GLibJan Tojnar2017-09-28
| | | | | | | | Picked from #29392, like the parent commit.
| * gnome2.glibgnome: fixup build with updated glibVladimír Čunát2017-09-28
| |
* | Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\|
| * Add more dev outputsEelco Dolstra2017-09-25
| |
* | gnome-vfs: Recategorize dependenciesJohn Ericson2017-09-21
| |
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* gnome2.gtkhtml4: init at 4.10.0Samuel Leathers2017-09-04
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-14
|\
| * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
|/ | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* gtkglextmm: Mark as brokenTuomas Tynkkynen2017-03-08
| | | | | | | No release since 2010. Build broken. Sounds like a library, but no users. GNOME 2 stuff. http://hydra.nixos.org/build/49554500/nixlog/3
* gnome-vfs: Drop unused Samba dependencyEelco Dolstra2017-02-07
| | | | It does not appear in the runtime closure so let's ditch it.
* gtksourceview: Add gtk-mac-integration for darwinJohannes Bornhold2017-01-07
| | | | | Had to pick two commits as patches from the repository which update the dependency ige-mac-integration to gtk-mac-integration.
* gnome2.gnome_python_desktop: init from gnome2.python_rsvgNikolay Amiantov2016-12-22
|
* gnome2.gnome_python: use standard build systemNikolay Amiantov2016-12-22
|
* mail-notification: remove unneeded patches, fix die, fix licenseDejan Lukan2016-12-04
|
* mail-notification: init at 5.4Dejan Lukan2016-12-02
|
* vte: do not use top-level python packagesFrederik Rietdijk2016-09-25
|
* python-rsvg: do not use top-level python packagesFrederik Rietdijk2016-09-25
|