Commit Graph

29 Commits

Author SHA1 Message Date
Jonas Meurer
1a22a73dde
jwm: fix gettext requirement
Jwm requests a specific version of gettext. Since the current version
of gettext is higher, the build fails. Gettext supports to request
a minimum version (since 0.19.6). A patch is introduces which requests
the minimum version 0.19.6.
2020-10-04 15:27:24 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
José Romildo Malaquias
b348f8568f jwm-settings-manager: init at 2018-10-19 2018-10-30 07:49:53 -03:00
José Romildo Malaquias
7bb789bc98 jwm: 1653 -> 1685 2018-05-03 14:17:38 -03:00
José Romildo Malaquias
b95f1e2520 jwm: 1651 -> 1653 2017-12-19 18:31:39 -02:00
José Romildo Malaquias
0ae2e5dcbc jwm: 1621 -> 1651 2017-10-04 17:48:51 -03:00
romildo
0b2be5ad90 jwm: 1600 -> 1621 2017-08-04 09:38:26 -03:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
romildo
7e2a478bad jwm: 1594 -> 1600 2017-07-23 13:30:21 -03:00
romildo
44681c53d6 jwm: 1582 -> 1594 2017-06-09 09:30:20 -03:00
romildo
1872f24c1b jwm: 1580 -> 1582 2017-02-24 06:29:24 -03:00
romildo
14ca10f8c5 jwm: 1575 -> 1580 2017-02-07 16:35:58 -02:00
romildo
b56d87c962 jwm: 1563 -> 1575 2017-01-24 19:19:34 -02:00
romildo
167e4b351a jwm: 1548 -> 1563 2016-10-27 07:52:23 -02:00
José Romildo Malaquias
f7da8c9919 jwm: 1535 -> 1548 2016-08-18 10:49:56 -03:00
José Romildo Malaquias
5532630543 jwm: 1532 -> 1535 2016-06-12 08:06:27 -03:00
José Romildo Malaquias
8bb29f45e8 jwm: 1495 -> 1532 2016-06-02 10:11:05 -03:00
José Romildo Malaquias
9d0e57b84e jwm: 1406 -> 1495 (#14629) 2016-04-12 17:18:40 +02:00
José Romildo Malaquias
5856e89b2c jwm: 2.2.2 -> 1406 2016-03-07 16:11:13 -03:00
Michael Raskin
bdea812836 Fix JWM source URL 2014-09-11 15:54:10 +04:00
Michael Raskin
87304674a6 Update JWM to an easily available version 2014-05-03 00:42:12 +04:00
Michael Raskin
39dc794d4a Fix JWM build
svn path=/nixpkgs/trunk/; revision=26404
2011-03-17 19:21:26 +00:00
Eelco Dolstra
749b8607ca * More cleanup.
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Marc Weber
cc44e2bb54 updated jwm's url as suggested by Saadfuijk Naas <tachermourir@rambler.ru>
svn path=/nixpkgs/trunk/; revision=12508
2008-08-06 09:50:41 +00:00
Marc Weber
1c36a32ce7 added jwm expression provided by tachermourir (mailinglist)
svn path=/nixpkgs/trunk/; revision=11281
2008-03-25 09:50:54 +00:00