summary refs log tree commit diff
path: root/pkgs/development/libraries/clutter
Commit message (Collapse)AuthorAge
* Merge #121780: treewide meta.maintainers tweaksVladimír Čunát2021-05-08
|\
| * treewide: remove lethalman from meta.maintainersVladimír Čunát2021-05-07
| | | | | | | | He hasn't been heard of for years.
* | gnome: rename from gnome3Jan Tojnar2021-05-08
|/ | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* gnome3: support new versioning scheme in the update scriptJan Tojnar2021-05-05
| | | | https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* clutter: 1.26.2 -> 1.26.4Tor Hedin Brønner2020-04-09
|
* clutter: Don't use libGLU_combinedadisbladis2019-11-09
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* geeqie: Reduce closure sizeEelco Dolstra2018-10-08
| | | | This reduces the closure size from 568 MiB to 289 MiB.
* gnome3: remove versionBranch attributeJan Tojnar2018-10-05
| | | | | Standard library now contains stdenv.lib.versions.majorMinor, which does the same.
* clutter: enable evdev input (needed by some Deepin packages)José Romildo Malaquias2018-09-07
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * clutter: add updateScriptJan Tojnar2018-03-04
| |
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* GNOME: 3.22 -> 3.24Linus Heckemann2017-08-28
| | | | | | | | | | This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
* clutter: Add gtk3 to buildInputs (#24815)Jon Banafato2017-04-27
| | | | This is similar to the same change made in PR #12996. Fixes #21509 (makes `gnome3.sushi` work again).
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* clutter: remove old version, make 1.26 defaultAlexander Ried2016-09-27
|
* clutter{,_gtk}: remove old versionsAlexander Ried2016-09-25
|
* clutter_1_26: init at 1.26.0Damien Cassou2016-06-06
|
* clutter: add gtk3 as a build inputLouis Taylor2016-02-14
| | | | This fixes #12106.
* clutter: init 1.24.0Luca Bruno2015-09-25
|
* Drop GNOME 3.12Luca Bruno2015-05-18
|
* GNOME 3.16.1, closes #7357Luca Bruno2015-04-25
|
* Revert "clutter: update 1.18 -> 1.20. Shouldn't break anything"Luca Bruno2014-11-17
| | | | | | This reverts commit 5e14c86b80650575562a81d453fde7f080f82ca1. Overlooked an experimental API that breaks mutter in GNOME 3.12.
* clutter: update 1.18 -> 1.20. Shouldn't break anythingLuca Bruno2014-11-17
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Add clutter 1.18Luca Bruno2014-05-20
|
* Merge master into x-updatesVladimír Čunát2013-12-18
|\ | | | | | | | | | | | | Conflicts: pkgs/desktops/gnome-2/desktop/gvfs/default.nix pkgs/development/libraries/cogl/default.nix pkgs/development/libraries/libsoup/2.44.nix
| * enabled introspection for clutter,cogl and json-glibRoelof Wobben2013-12-12
| |
* | cogl, clutter: update to 1.16.{0,2}Vladimír Čunát2013-12-05
|/
* Merge branch 'master' into x-updatesVladimír Čunát2013-08-22
|\
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | disable auto-detected introspection for libwnck and clutterVladimír Čunát2013-08-06
|/ | | | Didn't build as it was, and not needed anywhere AFAIK.
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* clutter-1.8.2Yury G. Kudryashov2012-03-17
| | | | svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33188
* * Update clutter and clutter-gtk to get it to build with the latestEelco Dolstra2011-02-12
| | | | | | GTK+ (http://hydra.nixos.org/build/902751). svn path=/nixpkgs/branches/x-updates/; revision=25920
* clutter: 1.4.0, homepage, now depends on json-glibYury G. Kudryashov2010-09-27
| | | | svn path=/nixpkgs/trunk/; revision=23962
* Add Clutter{,-GTK}, a library for fancy GUIs.Ludovic Courtès2010-07-18
svn path=/nixpkgs/trunk/; revision=22648