summary refs log tree commit diff
path: root/pkgs/development/libraries/gtkspell
Commit message (Collapse)AuthorAge
* development: /s/name/pname&version/Felix Buehler2021-06-30
|
* 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
|
* Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-05
| | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: handle enchant = enchant2Matthew Bauer2019-06-03
| | | | patch or provide backup to enchant1 where necessary
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* gtkspell3: 3.0.9 → 3.0.10Jan Tojnar2018-11-18
|
* gtk-spell: add meta dataMarkus Kowalewski2018-10-13
|
* gtkspell3: add valaSupportworldofpeace2018-07-07
|
* gtkspell3: add girJan Tojnar2018-03-22
|
* gtkspell3: add missing isocodes depWill Dietz2018-03-21
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* 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
* gtkspell:3.0.8 -> 3.0.9ndowens2017-03-12
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* gtkspell3: 3.0.7 -> 3.0.8Lancelot SIX2016-07-19
|
* gtkspell3: update from 3.0.6 to 3.0.7Mateusz Kowalczyk2015-03-25
|
* gtkspell3: update from 3.0.4 to 3.0.6Mateusz Kowalczyk2014-09-21
|
* Add gtkspell3Domen Kožar2014-01-10
|
* Fix gtkspellMichael Raskin2013-07-14
|
* gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin2013-07-14
|
* Added aspellMartin Bravenboer2007-05-13
Added gtkspell Added pidgin, builds but does not run yet: running pidgin fails to find libX11.so.6. ldd on pidgin reports: libX11.so.6 => not found .... libX11.so.6 => /nix/store/brsva6rh1p2ymjvk7054a90is5panrhf-libX11-1.1.1/lib/libX11.so.6 (0xb7358000) which looks a bit weird ... Maybe some problem with patchelf? Or just a build problem and should the library path be set using an environment variable? svn path=/nixpkgs/trunk/; revision=8660