summary refs log tree commit diff
path: root/pkgs/development/libraries/gtkspell
AgeCommit message (Collapse)AuthorFilesLines
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-2/+2
found with nixpkgs-lint
2021-06-30development: /s/name/pname&version/Felix Buehler1-3/+4
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-4/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2-4/+4
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-3/+3
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
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.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-03treewide: handle enchant = enchant2Matthew Bauer1-3/+3
patch or provide backup to enchant1 where necessary
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-18gtkspell3: 3.0.9 → 3.0.10Jan Tojnar1-5/+5
2018-10-13gtk-spell: add meta dataMarkus Kowalewski1-4/+7
2018-07-07gtkspell3: add valaSupportworldofpeace1-3/+6
2018-03-22gtkspell3: add girJan Tojnar1-2/+6
2018-03-21gtkspell3: add missing isocodes depWill Dietz1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2017-03-12gtkspell:3.0.8 -> 3.0.9ndowens1-8/+9
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2016-07-19gtkspell3: 3.0.7 -> 3.0.8Lancelot SIX1-2/+2
2015-03-25gtkspell3: update from 3.0.6 to 3.0.7Mateusz Kowalczyk1-2/+2
2014-09-21gtkspell3: update from 3.0.4 to 3.0.6Mateusz Kowalczyk1-6/+10
2014-01-10Add gtkspell3Domen Kožar1-0/+18
2013-07-14Fix gtkspellMichael Raskin1-2/+2
2013-07-14gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin1-3/+3
2007-05-13Added aspellMartin Bravenboer1-0/+12
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