Commit Graph

42 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
José Romildo
0955cf639b jwm: 2.4.2 -> 2.4.3 2022-10-22 12:39:20 -03:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
José Romildo
02aa3bff8c jwm: reformat 2022-05-29 11:36:50 -03:00
José Romildo
ea4692000b jwm: add update script 2022-05-29 11:33:09 -03:00
José Romildo
889c8592d5 jwm: 2.4.1 -> 2.4.2 2022-05-29 11:29:11 -03:00
R. Ryantm
0432d5f1da jwm: 2.4.0 -> 2.4.1 2022-02-28 08:37:42 +00:00
José Romildo
4595cfb622 jwm: 1685 -> 2.4.0 2021-11-08 18:19:15 -03:00
José Romildo
cd3e6a497b jwm-settings-manager: 2018-10-19 -> 2019-01-27
- Update the source repository: upstream has removed the github
repository, which as a copy from the launchpad repository
- Update to revision 292, from 2019-01-27
2021-10-19 16:46:34 -03:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
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