Commit graph

21 commits

Author SHA1 Message Date
Daniel Șerbănescu 1d863bf416 poedit: 2.4.2 -> 2.4.3 2021-05-11 22:52:10 +02:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Daniel Nagy 51cb6bffed
poedit: use gtk3 2021-01-11 19:02:23 +01: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
Sandro bb2839f5fc
Merge pull request #104282 from r-ryantm/auto-update/poedit
poedit: 2.4.1 -> 2.4.2
2020-11-23 13:20:47 +01:00
R. RyanTM 3340d4f057 poedit: 2.4.1 -> 2.4.2 2020-11-19 14:22:47 +00:00
Jörg Thalheim 8313dacb11 treewide: remove trailing whitespace 2020-11-18 22:37:56 -08:00
Jörg Thalheim 72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
R. RyanTM 46184ba62f poedit: 2.3.1 -> 2.4.1 2020-08-26 08:51:01 +02:00
R. RyanTM c8768ec7ef poedit: 2.3 -> 2.3.1 2020-05-27 12:04:34 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM b6cd45699a poedit: 2.2.4 -> 2.3 2020-02-09 05:14:01 +00:00
R. RyanTM 899521c181 poedit: 2.2.1 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poedit/versions
2019-10-07 18:55:17 -07: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
Bignaux Ronan 3af28ab7bb poedit : 1.5.7 -> 2.2.1 2019-03-28 18:24:41 +01:00
c0bw3b 0f868d8116 Treewide: use HTTPS on SourceForge 2018-12-02 15:33:08 +01:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Domen Kožar e67a2479e1 add poedit 2013-09-13 20:42:49 +02:00